Top Level :: HTML

Package Information: HTML_Template_Flexy 0.4

Show All Changelogs
» Version » Information
1.3.4 2008-05-05     stable
1.3.3 2008-02-27     stable
1.3.2 2008-01-31     stable
1.3.1 2008-01-31     stable
1.3.0 2008-01-30     stable
1.2.5 2006-11-10     stable
1.2.4 2006-01-20     stable
1.2.3 2005-10-29     stable
1.2.2 2005-07-23     stable
1.2.1 2005-01-27     stable
1.2.0 2005-01-25     stable
1.1.2 2004-12-28     stable
1.1.1 2004-12-24     stable
1.1.0 2004-12-18     stable
1.0.1 2004-08-09     stable
1.0.0 2004-08-07     stable
0.9.2 2004-06-24     beta
0.9.1 2004-06-17     beta
0.8.2 2004-05-05     beta
0.8.1 2004-04-24     beta
0.8.0 2004-04-22     beta
0.7.1 2004-04-07     beta
0.7 2004-04-03     beta
0.6.3 2004-01-21     beta
0.6.2 2004-01-20     beta
0.6.1 2003-12-21     beta
0.6 2003-12-20     beta
0.5.1 2003-09-04     beta
0.5 2003-09-03     beta
0.4.2 2003-06-17     beta
0.4.1 2003-06-11     beta
0.4Download

Release date: 2003-04-17 08:14 UTC
Release state: beta

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.

0.3 2003-02-06     beta
0.2 2003-02-02     beta
0.1 2002-09-07     beta