Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. |