aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/main.php
Commit message (Collapse)AuthorAge
* Fixed referencing and constants.Kevin Chabowski2013-10-03
| | | | | * Creating a varaible reference at call time is not possbile any more. * When defining a constant, we pass the name as a string now.
* 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
* setup() function was not needed in main.phpKevin Chabowski2012-02-18
|
* Incompatible plugins will now get disabled.Kevin Chabowski2012-02-18
|
* Setup script and clean config file.Kevin Chabowski2012-01-21
|
* Catching uncatched errors and give error page.Kevin Chabowski2012-01-21
| | | | Error details only if __DEBUG__ is True.
* Made paths to systemtemplates absolute.Kevin Chabowski2012-01-21
|
* Added PLUGIN_ENABLED switch.Kevin Chabowski2012-01-11
| | | | Useful, if a Plugin runs amok and prevent you from accessiong the site.
* Fixed some plugin related bugs.Kevin Chabowski2012-01-08
| | | | | * Plugin backend pages did not work. * Plugin author was not transferred to database.
* Repo administration and indtall from repo added.Kevin Chabowski2012-01-08
|
* Finished optimizing for now. Removed debug tools and new API.Kevin Chabowski2011-12-27
| | | | | The API version was increased because during this optimization the db models became incompatible to the old ones.
* Rewritten Settings class and added atexit() to plugin API.Kevin Chabowski2011-12-27
| | | | | | Settings now does not load/save values automatically any more (to save SQL queries). Settings will be loaded at startup and saved at the end. There is also only one instance possible now (singleton).
* Print out some performance information.Kevin Chabowski2011-12-23
| | | | Queries fired and execution time.
* Added plugin management to bakend and fixed db models.Kevin Chabowski2011-12-23
|
* Modified db-model for plugins and fixed a bug in the frontend.Kevin Chabowski2011-12-18
| | | | | | * The db-model for plugins was updated, so it is compatible with the plugin packages. * Preview of comments now works again.
* UNTESTED: Plugin API finished.Kevin Chabowski2011-12-07
|
* Renamed ratatoeskr/backend/main.php to ratatoeskr/backend.phpKevin Chabowski2011-11-23
| | | | We do not need an own directory for this.
* Inserted "_index" and "index" handlers.Kevin Chabowski2011-10-12
|
* Backend, frontend and 404 handlers partially implemented.Kevin Chabowski2011-10-05
| | | | | | | * Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php
* Replaced Smarty with STE and started the backend.Kevin Chabowski2011-09-21
|
* Load smartyin main.phpKevin Chabowski2011-08-25
|
* Started work on backend...Kevin Chabowski2011-08-18
|
* Improved documentation.Kevin Chabowski2011-08-18
|
* Started main.php that later will bootstrap Ratatöskr.Kevin Chabowski2011-08-18