aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/backend.php
Commit message (Collapse)AuthorAge
* Article::by_multi improved and frontend modifications.Kevin Chabowski2011-12-27
| | | | | | | * Article::by_multi now has more criterias and can perform sorting, paging and limiting. Also only generates full articles when needed. * In the frontend there are now some "hidden" __obj STE variables, so some objects do not need to be created multiple times.
* Article now has get/set_tags() and get/set_section()Kevin Chabowski2011-12-27
|
* 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
|
* User management added to backend.Kevin Chabowski2011-12-03
|
* Fixed potential bug in login process.Kevin Chabowski2011-12-01
|
* Added a settings page to the backend.Kevin Chabowski2011-11-26
|
* Renamed ratatoeskr/backend/main.php to ratatoeskr/backend.phpKevin Chabowski2011-11-23
We do not need an own directory for this.