aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/translation.php
Commit message (Collapse)AuthorAge
* Setup script and clean config file.Kevin Chabowski2012-01-21
|
* 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 docu and added some features to models.phpKevin Chabowski2011-10-05
| | | | | | * New NaturalDocs topics: STETag and STEVar. * Article::by_multi added. * Article::get_comments can nof filter comments.
* Replaced Smarty with STE and started the backend.Kevin Chabowski2011-09-21