aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/master.html
Commit message (Collapse)AuthorAge
* Uncatched exception, if a tag had no translation for current language.Kevin Chabowski2012-04-24
| | | | | Now fixed. These tags are now filtered out. Also, Beta 5
* Allow comment setting was not saved correctly. Fixed.Kevin Chabowski2012-03-03
| | | | | | | Also fixed the Heading of CONTRIBUTORS. Copy&Paste is not always a good idea... Beta 4
* Debug now toggleable in backend; used new STE features.Kevin Chabowski2012-03-01
| | | | | | | * If __DEBUG__ is true, STE will be in a more verbose mode. * Ratatöskr's frontend STETags now uses the \ste\RuntimeError exception This will also be Beta 3
* Default repositories will be configured during setup now.Kevin Chabowski2012-02-28
| | | | Also: Beta 2
* Incompatible plugins will now get disabled.Kevin Chabowski2012-02-18
|
* Changed copyright informations, added README.md and INSTALL.mdKevin Chabowski2012-01-22
| | | | Also we are now Beta :-)
* created ste:default_error / ste:default_success tags.Kevin Chabowski2012-01-13
| | | | Will make it easier for plugin authors to get an consistentlook and feel.
* UNTESTED: Plugin API finished.Kevin Chabowski2011-12-07
|
* Adding a alpha symbol to the version.Kevin Chabowski2011-12-03
| | | | Most useful commit EVER ;-)
* User management added to backend.Kevin Chabowski2011-12-03
|
* admin/languages is not needed. Will be included in admin/settingsKevin Chabowski2011-11-23
|
* Backend, frontend and 404 handlers partially implemented.Kevin Chabowski2011-10-05
* Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php