aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/articles.html
Commit message (Collapse)AuthorAge
* Using the new ste:else in ste:foreach feature.Kevin Chabowski2013-10-28
|
* 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>
* 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 page section management to backend.Kevin Chabowski2011-11-23
|
* Fixed some bugs in systemtemplates.Kevin Chabowski2011-11-19
| | | | | * Fixed wrong translation keys. * Escaped raw comments.
* ste:get_translation now escapes HTML.Kevin Chabowski2011-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.
* Fixed potential error in articles.htmlKevin 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