aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/setup
Commit message (Collapse)AuthorAge
* ArticleExtradata class and other changes to models.phpKevin Chabowski2012-05-19
| | | | | | | | | | | | * ArticleExtradata class added. This class gives plugins the possibility to assign additional data to articles. * Abstract class KVStorage added. ArticleExtradata and PluginKVStorage extend from it. * Added dbversion function, it returns the version of the database model currently in use. The version is stored in the PREFIX_meta table. If there is no PREFIX_meta table, dbversion returns version 0. This will be useful for updating the system. * New MySQL tables.
* 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
* Incompatible plugins will now get disabled.Kevin Chabowski2012-02-18
|
* Setup script and clean config file.Kevin Chabowski2012-01-21
|
* Section's Styles are nowonlyavailable by a getter.Kevin Chabowski2011-12-27
| | | | | Also fixed many MySQL Queries. These SELECT ... WHERE foo = (SELECT...) have not worked as expected, so now there are many ugly joins...
* 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.
* Added Repository data models and the PluginPackage class.Kevin Chabowski2011-12-04
| | | | Not tested yet..
* Added 'read_by_admin' property to class Comment.Kevin Chabowski2011-11-16
|
* Removed 'alt'-propery of 'Image' and added automatic thumbnailing.Kevin Chabowski2011-11-15
|
* Cleaned up the urltitle/-name mess. Improved models.php.Kevin Chabowski2011-10-12
| | | | | | | | * Replaced all urlitle stuff with urlname stuff. Before this, both names were used for the same thing which was f*cking confusing! * Added possible throwing of AlreadyExistError for already existing urlname and for all save() methods where uniqueness could be broken. * Also added kses-powered HTML filtering for comments.
* We do not need ACLs at the moment (i.e. I'm too lazy)...Kevin Chabowski2011-09-22
|
* Fixed models.php and the database layout.Kevin Chabowski2011-09-22
|
* (Almost) finished DB-Models / abstraction layer.Kevin Chabowski2011-07-21