Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improved language selector in add tag translation. | Kevin Chabowski | 2012-02-03 |
| | |||
* | TIL: <form />'s method value *MUST* be lowercase. | Kevin Chabowski | 2012-02-03 |
| | | | | | <irony>That makes kind of sense, since it is written UPPERcase in the HTTP protocol...</irony> | ||
* | 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... | ||
* | Escaping image embedding code. | Kevin Chabowski | 2012-01-29 |
| | |||
* | You can now use %root% in CSS styles too. | Kevin Chabowski | 2012-01-29 |
| | |||
* | Changed copyright informations, added README.md and INSTALL.md | Kevin Chabowski | 2012-01-22 |
| | | | | Also we are now Beta :-) | ||
* | Setup script and clean config file. | Kevin Chabowski | 2012-01-21 |
| | |||
* | Improved language selector in article editor. | Kevin Chabowski | 2012-01-17 |
| | | | | | Now you can type the language code while in the dropdown menu to quickly go to the corresponding entry. | ||
* | Internationalized Content::Write cheat sheet. | Kevin Chabowski | 2012-01-14 |
| | |||
* | We can now change the language of a user. | Kevin Chabowski | 2012-01-14 |
| | |||
* | created ste:default_error / ste:default_success tags. | Kevin Chabowski | 2012-01-13 |
| | | | | Will make it easier for plugin authors to get an consistentlook and feel. | ||
* | Repo administration and indtall from repo added. | Kevin Chabowski | 2012-01-08 |
| | |||
* | Added plugin management to bakend and fixed db models. | Kevin Chabowski | 2011-12-23 |
| | |||
* | UNTESTED: Plugin API finished. | Kevin Chabowski | 2011-12-07 |
| | |||
* | Adding a alpha symbol to the version. | Kevin Chabowski | 2011-12-03 |
| | | | | Most useful commit EVER ;-) | ||
* | User management added to backend. | Kevin Chabowski | 2011-12-03 |
| | |||
* | Added a settings page to the backend. | Kevin Chabowski | 2011-11-26 |
| | |||
* | admin/languages is not needed. Will be included in admin/settings | Kevin Chabowski | 2011-11-23 |
| | |||
* | Added page section management to backend. | Kevin Chabowski | 2011-11-23 |
| | |||
* | Added template and style management to the backend. | Kevin Chabowski | 2011-11-20 |
| | |||
* | Fixed some bugs in systemtemplates. | Kevin Chabowski | 2011-11-19 |
| | | | | | * Fixed wrong translation keys. * Escaped raw comments. | ||
* | ste:get_translation now escapes HTML. | Kevin Chabowski | 2011-11-17 |
| | | | | | | | | So we do not longer need to write: <ste:escape><ste:get_translation for="foo" /></ste:escape> We can now omit the ste:escape tags. Setting the parameter raw to something non-empty will return the raw translation. | ||
* | Comment management added to backend. | Kevin Chabowski | 2011-11-17 |
| | |||
* | Renamed some translation keys. | Kevin Chabowski | 2011-11-17 |
| | | | | | * "yestext_default" => "yes" * "notext_default" => "no" | ||
* | Image management added to backend. | Kevin Chabowski | 2011-11-15 |
| | |||
* | Fixed potential error in articles.html | Kevin Chabowski | 2011-11-15 |
| | |||
* | "%root%" in articles will be replaced with a path to page root. | Kevin Chabowski | 2011-11-13 |
| | |||
* | Implemented the article list for the backend. | Kevin Chabowski | 2011-11-13 |
| | |||
* | Added tag editing for backend and started work on article list. | Kevin Chabowski | 2011-11-13 |
| | |||
* | Hooray! First backend function implemented (content/write)! | Kevin Chabowski | 2011-11-09 |
| | | | | | And it only took over a month. That's what I call efficiency.... NOT! | ||
* | Backend, frontend and 404 handlers partially implemented. | Kevin Chabowski | 2011-10-05 |
| | | | | | | | * Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php | ||
* | Fixed login.html template. | Kevin Chabowski | 2011-09-22 |
| | | | | Yet another stupid bug -.- | ||
* | Replaced Smarty with STE and started the backend. | Kevin Chabowski | 2011-09-21 |