aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/backend_login.html
Commit message (Collapse)AuthorAge
* Include new STE versiondevelopKevin Chabowski2014-05-25
|
* We are now Beta 3.Kevin Chabowski2013-10-28
|
* 0.2 Beta 2Kevin Chabowski2013-10-04
| | | | | | | | Fixed PHP 5.3 compatibility. I also accidentally merged some features earlier. They actually seem to work quite well, so I do not try to revert these changes.
* Changed version number.Kevin Chabowski2013-10-03
| | | | | | | | | I guess this is okay, since the move to PDO is something pretty huge. A note for plugin authors: Unless you accessed the database manually, nothing has changed for you. The API and the database model is still the same.
* Uncatched exception, if a tag had no translation for current language.Kevin Chabowski2012-04-24
| | | | | Now fixed. These tags are now filtered out. Also, Beta 5
* Allow comment setting was not saved correctly. Fixed.Kevin Chabowski2012-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 Chabowski2012-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 Chabowski2012-02-28
| | | | Also: Beta 2
* 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>
* Changed copyright informations, added README.md and INSTALL.mdKevin Chabowski2012-01-22
| | | | Also we are now Beta :-)
* Adding a alpha symbol to the version.Kevin Chabowski2011-12-03
| | | | Most useful commit EVER ;-)
* User management added to backend.Kevin Chabowski2011-12-03
|
* 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 login.html template.Kevin Chabowski2011-09-22
| | | | Yet another stupid bug -.-
* Replaced Smarty with STE and started the backend.Kevin Chabowski2011-09-21