Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Setup script and clean config file. | Kevin Chabowski | 2012-01-21 |
| | |||
* | Catching uncatched errors and give error page. | Kevin Chabowski | 2012-01-21 |
| | | | | Error details only if __DEBUG__ is True. | ||
* | Made paths to systemtemplates absolute. | Kevin Chabowski | 2012-01-21 |
| | |||
* | Added PLUGIN_ENABLED switch. | Kevin Chabowski | 2012-01-11 |
| | | | | Useful, if a Plugin runs amok and prevent you from accessiong the site. | ||
* | Fixed some plugin related bugs. | Kevin Chabowski | 2012-01-08 |
| | | | | | * Plugin backend pages did not work. * Plugin author was not transferred to database. | ||
* | Repo administration and indtall from repo added. | Kevin Chabowski | 2012-01-08 |
| | |||
* | Finished optimizing for now. Removed debug tools and new API. | Kevin Chabowski | 2011-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 Chabowski | 2011-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 Chabowski | 2011-12-23 |
| | | | | Queries fired and execution time. | ||
* | Added plugin management to bakend and fixed db models. | Kevin Chabowski | 2011-12-23 |
| | |||
* | Modified db-model for plugins and fixed a bug in the frontend. | Kevin Chabowski | 2011-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 Chabowski | 2011-12-07 |
| | |||
* | Renamed ratatoeskr/backend/main.php to ratatoeskr/backend.php | Kevin Chabowski | 2011-11-23 |
| | | | | We do not need an own directory for this. | ||
* | Inserted "_index" and "index" handlers. | Kevin Chabowski | 2011-10-12 |
| | |||
* | 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 | ||
* | Replaced Smarty with STE and started the backend. | Kevin Chabowski | 2011-09-21 |
| | |||
* | Load smartyin main.php | Kevin Chabowski | 2011-08-25 |
| | |||
* | Started work on backend... | Kevin Chabowski | 2011-08-18 |
| | |||
* | Improved documentation. | Kevin Chabowski | 2011-08-18 |
| | |||
* | Started main.php that later will bootstrap Ratatöskr. | Kevin Chabowski | 2011-08-18 |