Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added a settings page to the backend. | Kevin Chabowski | 2011-11-26 |
| | |||
* | admin/languages is not needed. Will be included in admin/settings | Kevin Chabowski | 2011-11-23 |
| | |||
* | Added page section management to backend. | Kevin Chabowski | 2011-11-23 |
| | |||
* | Added template and style management to the backend. | Kevin Chabowski | 2011-11-20 |
| | |||
* | Fixed some bugs in systemtemplates. | Kevin Chabowski | 2011-11-19 |
| | | | | | * Fixed wrong translation keys. * Escaped raw comments. | ||
* | ste:get_translation now escapes HTML. | Kevin Chabowski | 2011-11-17 |
| | | | | | | | | So we do not longer need to write: <ste:escape><ste:get_translation for="foo" /></ste:escape> We can now omit the ste:escape tags. Setting the parameter raw to something non-empty will return the raw translation. | ||
* | Comment management added to backend. | Kevin Chabowski | 2011-11-17 |
| | |||
* | Renamed some translation keys. | Kevin Chabowski | 2011-11-17 |
| | | | | | * "yestext_default" => "yes" * "notext_default" => "no" | ||
* | Image management added to backend. | Kevin Chabowski | 2011-11-15 |
| | |||
* | Fixed potential error in articles.html | Kevin Chabowski | 2011-11-15 |
| | |||
* | "%root%" in articles will be replaced with a path to page root. | Kevin Chabowski | 2011-11-13 |
| | |||
* | Implemented the article list for the backend. | Kevin Chabowski | 2011-11-13 |
| | |||
* | Added tag editing for backend and started work on article list. | Kevin Chabowski | 2011-11-13 |
| | |||
* | Hooray! First backend function implemented (content/write)! | Kevin Chabowski | 2011-11-09 |
| | | | | | And it only took over a month. That's what I call efficiency.... NOT! | ||
* | 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 | ||
* | Fixed login.html template. | Kevin Chabowski | 2011-09-22 |
| | | | | Yet another stupid bug -.- | ||
* | Replaced Smarty with STE and started the backend. | Kevin Chabowski | 2011-09-21 |
| | |||
* | Started work on backend... | Kevin Chabowski | 2011-08-18 |
| | |||
* | Rewriting rules (+testscript) and protection of system files. | Kevin Chabowski | 2011-08-18 |
| | |||
* | (Almost) finished DB-Models / abstraction layer. | Kevin Chabowski | 2011-07-21 |