» Version | » Information |
---|---|
2014-11-21 stable |
|
2011-08-29 stable |
|
2011-01-11 stable |
|
2010-06-07 stable |
|
2009-03-24 stable |
|
2009-03-13 stable |
|
2009-03-12 stable |
|
2008-05-05 stable |
|
2008-02-27 stable |
|
2008-01-31 stable |
|
2008-01-31 stable |
|
2008-01-29 stable |
|
2006-11-10 stable |
|
2006-01-20 stable |
|
2005-10-29 stable |
|
2005-07-23 stable |
|
2005-01-27 stable |
|
2005-01-25 stable |
|
2004-12-27 stable |
|
2004-12-24 stable |
|
2004-12-17 stable |
|
2004-08-08 stable |
|
2004-08-06 stable |
|
2004-06-24 beta |
|
2004-06-17 beta |
|
2004-05-05 beta |
|
2004-04-23 beta |
|
0.8.0 |
Easy InstallNot sure? Get more info. pear install HTML_Template_Flexy-0.8.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Template_Flexy-0.8.0 Release date: 2004-04-22 06:32 UTC Release state: beta Release uploaded by: alan_k Changelog: Feature addition release: Moving to stable is posponed another month, so these new features get a thorough testing. Bugs / Fixes: * fixed overzealous closing on some tags * fixed double html escaping of some dynamic attributes * ignore empty url_rewrite options (eg. images/:/templates/images,,) * fixed recursion death, on <s> tags * fixed flexy {variables} inside attributes='that are single quoted' * unknown namespaces are assumed to be HTML (so XUL with html works ok) Features: * Translation2 transparent translation backend support $options['Translation2'] = array( 'driver' => 'dataobjectsimple', 'options' => array() ) will instantate Translation2 once , and call it to translate all strings found when compiling. * Strings to be translated can be explicitly marked by encapsulating them in {_( ....... )_} Parsing is done prior to tokenizing, so you can include {variables} inside the translation strings. * Access to private variables and methods now possible eg. {_myprivate_var} ** requires option['privates'] = true * Access to super global variables now possible eg. {_SESSION[lang]} {_GET[posted]} {_POST[posted]} {_REQUEST[lang]} {GLOBALS[posted]} {_COOKIES[posted]} ** requires option['globals'] = true (as per all variable, these are html escaped by default, for security reasons, over-ride with the :h modifier) * Access to php functions now possible {GLOBALS.date(mydate,#d/m/y#)} ** requires option['globalfunctions'] = true ** this is a big security hole if you dont trust your template authors, it exposes exec() etc. * New Test infrastructure in CVS - enabling better unit testing. Dependencies:
|
2004-04-07 beta |
|
2004-04-03 beta |
|
2004-01-21 beta |
|
2004-01-20 beta |
|
2003-12-20 beta |
|
2003-12-19 beta |
|
2003-09-04 beta |
|
2003-09-03 beta |
|
2003-06-17 beta |
|
2003-06-11 beta |
|
2003-04-17 beta |
|
2003-02-06 beta |
|
2003-02-02 beta |
|
2002-09-07 beta |