Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Section's Styles are nowonlyavailable by a getter. | Kevin Chabowski | 2011-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 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. | ||
* | Added Repository data models and the PluginPackage class. | Kevin Chabowski | 2011-12-04 |
| | | | | Not tested yet.. | ||
* | Added 'read_by_admin' property to class Comment. | Kevin Chabowski | 2011-11-16 |
| | |||
* | Removed 'alt'-propery of 'Image' and added automatic thumbnailing. | Kevin Chabowski | 2011-11-15 |
| | |||
* | Cleaned up the urltitle/-name mess. Improved models.php. | Kevin Chabowski | 2011-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 Chabowski | 2011-09-22 |
| | |||
* | Fixed models.php and the database layout. | Kevin Chabowski | 2011-09-22 |
| | |||
* | (Almost) finished DB-Models / abstraction layer. | Kevin Chabowski | 2011-07-21 |