aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/translations
Commit message (Collapse)AuthorAge
* Merge branch 'feature-easier-templating' into developKevin Chabowski2012-06-06
|\
| * ste:comment_form can now generate a previewbtn by default.Kevin Chabowski2012-05-21
| |
* | Added missing comma in translations/de.phpKevin Chabowski2012-05-26
| |
* | Better(?) tag editor.Kevin Chabowski2012-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.
* 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
* Default repositories will be configured during setup now.Kevin Chabowski2012-02-28
| | | | Also: Beta 2
* Incompatible plugins will now get disabled.Kevin Chabowski2012-02-18
|
* Plugin deletion can now be enforced.Kevin Chabowski2012-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
* You can now use %root% in CSS styles too.Kevin Chabowski2012-01-29
|
* Fixed german translation.Kevin Chabowski2012-01-22
| | | | Failing in my native language. Yay....
* Setup script and clean config file.Kevin Chabowski2012-01-21
|
* Internationalized Content::Write cheat sheet.Kevin Chabowski2012-01-14
|
* German translation added.Kevin Chabowski2012-01-14
|
* Repo administration and indtall from repo added.Kevin Chabowski2012-01-08
|
* Added plugin management to bakend and fixed db models.Kevin Chabowski2011-12-23
|
* User management added to backend.Kevin Chabowski2011-12-03
|
* Added a settings page to the backend.Kevin Chabowski2011-11-26
|
* Added page section management to backend.Kevin Chabowski2011-11-23
|
* Added template and style management to the backend.Kevin Chabowski2011-11-20
|
* Comment management added to backend.Kevin Chabowski2011-11-17
|
* Renamed some translation keys.Kevin Chabowski2011-11-17
| | | | | * "yestext_default" => "yes" * "notext_default" => "no"
* Image management added to backend.Kevin Chabowski2011-11-15
|
* Implemented the article list for the backend.Kevin Chabowski2011-11-13
|
* Added tag editing for backend and started work on article list.Kevin Chabowski2011-11-13
|
* Hooray! First backend function implemented (content/write)!Kevin Chabowski2011-11-09
| | | | | And it only took over a month. That's what I call efficiency.... NOT!
* More translationsKevin Chabowski2011-10-12
|
* Backend, frontend and 404 handlers partially implemented.Kevin Chabowski2011-10-05
| | | | | | | * Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php
* Replaced Smarty with STE and started the backend.Kevin Chabowski2011-09-21
|
* (Almost) finished DB-Models / abstraction layer.Kevin Chabowski2011-07-21