Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |