Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Uncatched exception, if a tag had no translation for current language. | Kevin Chabowski | 2012-04-24 |
| | | | | | Now fixed. These tags are now filtered out. Also, Beta 5 | ||
* | Allow comment setting was not saved correctly. Fixed. | Kevin Chabowski | 2012-03-03 |
| | | | | | | | Also fixed the Heading of CONTRIBUTORS. Copy&Paste is not always a good idea... Beta 4 | ||
* | Debug now toggleable in backend; used new STE features. | Kevin Chabowski | 2012-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 Chabowski | 2012-02-28 |
| | | | | Also: Beta 2 | ||
* | 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> | ||
* | Changed copyright informations, added README.md and INSTALL.md | Kevin Chabowski | 2012-01-22 |
| | | | | Also we are now Beta :-) | ||
* | 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 |
| | |||
* | 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 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 |