Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Using the new ste:else in ste:foreach feature. | Kevin Chabowski | 2013-10-28 |
| | |||
* | 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> | ||
* | 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. | ||
* | Added page section management to backend. | Kevin Chabowski | 2011-11-23 |
| | |||
* | 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. | ||
* | Fixed potential error in articles.html | Kevin Chabowski | 2011-11-15 |
| | |||
* | 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 |