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 | ||
* | 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. | ||
* | Get php-markdown via composer | Laria Carolin Chabowski | 2020-09-22 |
| | |||
* | Automatic code formatting | Laria Carolin Chabowski | 2020-04-26 |
| | |||
* | Some simple code formatting | Laria Carolin Chabowski | 2020-04-26 |
| | | | | | | - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags | ||
* | Expand tabs and remove trailing whitespace | Laria Carolin Chabowski | 2020-04-26 |
| | |||
* | Improved documentation. | Kevin Chabowski | 2012-01-13 |
| | | | | | | * languages.php is now documented. * Docu of textprocessors.php improved, now fits better in the NaturalDocs generated menu. | ||
* | UNTESTED: Plugin API finished. | Kevin Chabowski | 2011-12-07 |
| | |||
* | Backend, frontend and 404 handlers partially implemented. | Kevin Chabowski | 2011-10-05 |
* Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php |