aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/content_write.html
Commit message (Collapse)AuthorAge
* Sidebar blocks of Article editor can be expanded/collapsed.Kevin Chabowski2012-05-21
|
* Plugins can now hook into the Article editor.feature-plugin-articledataKevin Chabowski2012-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.
* TIL: <form />'s method value *MUST* be lowercase.Kevin Chabowski2012-02-03
| | | | | <irony>That makes kind of sense, since it is written UPPERcase in the HTTP protocol...</irony>
* Fixed article editor. Again.Kevin Chabowski2012-01-31
| | | | | | * Fixed last bugfix -.- * <option name...> --> <option value...> I don't know how this had worked at all before...
* You can now use %root% in CSS styles too.Kevin Chabowski2012-01-29
|
* Improved language selector in article editor.Kevin Chabowski2012-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 Chabowski2012-01-14
|
* created ste:default_error / ste:default_success tags.Kevin Chabowski2012-01-13
| | | | Will make it easier for plugin authors to get an consistentlook and feel.
* Added template and style management to the backend.Kevin Chabowski2011-11-20
|
* "%root%" in articles will be replaced with a path to page root.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!
* Backend, frontend and 404 handlers partially implemented.Kevin Chabowski2011-10-05
* Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php