Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Plugins can now hook into the Article editor.feature-plugin-articledata | Kevin Chabowski | 2012-05-20 |
| | | | | | | | * Plugins can display additional fields in the article editor. * Plugins can perform actions when saving an article and even veto the saving. * Plugins can get their ArticleExtradata objects. | ||
* | Debug now toggleable in backend; used new STE features. | Kevin Chabowski | 2012-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 | ||
* | Added on_comment_store event. | Kevin Chabowski | 2012-02-01 |
| | |||
* | Fixed some plugin related bugs. | Kevin Chabowski | 2012-01-08 |
| | | | | | * Plugin backend pages did not work. * Plugin author was not transferred to database. | ||
* | Improved Plugin API. | 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). | ||
* | Added plugin management to bakend and fixed db models. | Kevin Chabowski | 2011-12-23 |
| | |||
* | UNTESTED: Plugin API finished. | Kevin Chabowski | 2011-12-07 |
| | |||
* | Replaced Smarty with STE and started the backend. | Kevin Chabowski | 2011-09-21 |
| | |||
* | Improved documentation. | Kevin Chabowski | 2011-08-18 |
| | |||
* | Added script that will create the documentation. | Kevin Chabowski | 2011-08-18 |
| | | | | Also rewritten some documentation, so NaturalDocs can handle them. | ||
* | Continued work on the plugin API and added some documentation. | Kevin Chabowski | 2011-08-14 |
| | |||
* | Started to implement the plugin API. | Kevin Chabowski | 2011-08-03 |