Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make SITE_BASE_PATH a method of Env | Laria Carolin Chabowski | 2020-11-08 |
| | | | | This allows us to get rid of utils.php | ||
* | Introduce some new database wrappers | Laria Carolin Chabowski | 2020-10-05 |
| | | | | | This will allow us to avoid using globals and use the autoloader in the future. | ||
* | Refactor textprocessors | Laria Carolin Chabowski | 2020-09-25 |
They are now managed by TextprocessorRepository and are instances of Textprocessor. This replaces the global $textprocessors variable. |