aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/Env.php
Commit message (Collapse)AuthorAge
* Introduce some new database wrappersLaria Carolin Chabowski2020-10-05
| | | | | This will allow us to avoid using globals and use the autoloader in the future.
* Refactor textprocessorsLaria Carolin Chabowski2020-09-25
They are now managed by TextprocessorRepository and are instances of Textprocessor. This replaces the global $textprocessors variable.