Beta 3 Release
2005.10.24 18:08
Templation beta 3 is now available from the the main page. The main changes are:
- New template tag
<%%tpl filename%%>will be replaced by a sub-template parsed with the same data. - Site-specific data repository now goes in
DOCUMENT_ROOT/_data(by default). - Auto-list processing replaced by
Templation_Widget::metaToArray(). - Integer strings converted to actual PHP integers during meta gathering process.
- Action processing refactored (including some fixes).
tests/directory added with standalone tests as well as full site tests based intests/www- Fixed
src_filenameto overridesrc_nameif it is specified. This is necessary under certain mod_rewrite conditions. - Fixed serious bug with leading PHP block being repeated if body tags are ommitted.
- Fixed bug where calling the same widget from a template would always use the initial tag parameters instead of updating at each call.
Remember when upgrading to clear your cache as Templation does not check to see if it has been upgraded. Usually its not a problem, but its never a bad idea to avoid any unnecessary head contusions.


