» 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 |
|
2004-04-22 beta |
|
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 |
|
0.4 |
Easy InstallNot sure? Get more info. pear install HTML_Template_Flexy-0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Template_Flexy-0.4 Release date: 2003-04-17 04:14 UTC Release state: beta Release uploaded by: alan_k Changelog: Warning BC breaking release: - It is likely that form code may break with this due to the quickform integration - likely issues: you will probably have to load the template and assign data to it using $template->setQuickForm($this); which will then expose $template->quickform as the template Object. Bug fixes - fixed #literal# chopping bug (Yuri Dyakonov) - fixed XML/XHTML support (no more munging of cases) - fixed Fatal Error messages - with more details - fixed whitespace in doctype tags. (wierd lexer stuff) Features - quickforms (3) integration added. - quickforms with multiple forms $flexyobj->quickforms[0.....] - Initial gettext/multilanguage support - support variable[12] as a valid variable name. - does syntax checking on form element names - fixed {outputBody()} (no prefix var methods) - added url_rewrite for HREF and SRC tags - see example.ini for more details - added compileAll.php script for bulk compilation on servers that do not have write access to the directories they are serving off. - Added extra Option - nonHTML to not make tokens of HTML tags, and enable postprocessing of compiled template to replace ?>\n with ?>\n\n (aimed at email templates) - Added extra Option - allowPHP to enable PHP code in template to be left alone. - defaults to off (eg. no PHP allowed) - - added support for <TAG IF="somevar.xxxx" and <TAG IF="somevar.method()" maps to if (the test) <TAG ..... - handles elements with same name, like radio buttons - although performing modifications on them can be tricky.. While may thanks are owed to the many beta testers, special mention to Xavier for spotting some really annoying little bugs. |
2003-02-06 beta |
|
2003-02-02 beta |
|
2002-09-07 beta |