Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed language loading bugs and removed debug code. | Kevin Chabowski | 2013-10-03 |
| | | | | | | | * User language was not loaded directly after logging in. * Default language was not loaded directly after logging out. * Removed stupid debug code. Was there since 2011-Oct-5. Unnoticed. *sigh* | ||
* | Style::test_name implemented.feature-move-data-checking-to-models | Kevin Chabowski | 2012-06-08 |
| | |||
* | Section::test_name implemented. | Kevin Chabowski | 2012-06-08 |
| | |||
* | Article::test_status implemented | Kevin Chabowski | 2012-06-08 |
| | |||
* | Tag::test_name implemented. | Kevin Chabowski | 2012-06-08 |
| | |||
* | Article::test_urlname implemented. | Kevin Chabowski | 2012-06-08 |
| | |||
* | Better(?) tag editor. | Kevin Chabowski | 2012-05-26 |
| | | | | | | | * Look&Feel of the Tag editor now matches better with the rest of the backend. * Deleted templates, functions and translations that are not longer needed. | ||
* | 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. | ||
* | Allow comment setting was not saved correctly. Fixed. | Kevin Chabowski | 2012-03-03 |
| | | | | | | | Also fixed the Heading of CONTRIBUTORS. Copy&Paste is not always a good idea... Beta 4 | ||
* | 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 embedding code generator for STE code. | Kevin Chabowski | 2012-02-18 |
| | | | | | Also fixed a bug that the pagetitle of the embedding code generator page was not displayed. | ||
* | Incompatible plugins will now get disabled. | Kevin Chabowski | 2012-02-18 |
| | |||
* | Fixed date/time interpretation. | Kevin Chabowski | 2012-02-03 |
| | |||
* | Plugin deletion can now be enforced. | Kevin Chabowski | 2012-02-01 |
| | | | | | | This will skip the RatatoeskrPlugin::delete() part and will not load the plugin before deletion, so you can delete a plugin if it contained syntax errors without disabling plugins in config.php | ||
* | Fixed article editor. Again. | Kevin Chabowski | 2012-01-31 |
| | | | | | | * Fixed last bugfix -.- * <option name...> --> <option value...> I don't know how this had worked at all before... | ||
* | Fixed a bug in the article editor. | Kevin Chabowski | 2012-01-29 |
| | | | | | when editing a already existing article, the status was always set to visible. | ||
* | Made paths to systemtemplates absolute. | Kevin Chabowski | 2012-01-21 |
| | |||
* | Fixed a bug in the article editor. | Kevin Chabowski | 2012-01-17 |
| | | | | | If an article had content only in a language that is not the user's language, Ratatöskr had crashed. | ||
* | We can now change the language of a user. | Kevin Chabowski | 2012-01-14 |
| | |||
* | Fixed some plugin related bugs. | Kevin Chabowski | 2012-01-08 |
| | | | | | * Plugin backend pages did not work. * Plugin author was not transferred to database. | ||
* | Repo administration and indtall from repo added. | Kevin Chabowski | 2012-01-08 |
| | |||
* | Article::by_multi improved and frontend modifications. | Kevin Chabowski | 2011-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 Chabowski | 2011-12-27 |
| | |||
* | 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 |
| | |||
* | User management added to backend. | Kevin Chabowski | 2011-12-03 |
| | |||
* | Fixed potential bug in login process. | Kevin Chabowski | 2011-12-01 |
| | |||
* | Added a settings page to the backend. | Kevin Chabowski | 2011-11-26 |
| | |||
* | Renamed ratatoeskr/backend/main.php to ratatoeskr/backend.php | Kevin Chabowski | 2011-11-23 |
We do not need an own directory for this. |