Top Level :: HTML

Package Information: HTML_Template_Flexy 0.7

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.7Download

Release date: 2004-04-03 12:07 UTC
Release state: beta

Changelog:

Last Beta release - (eg. it's a RC Release - next one will be stable!!! hopefully)



Minor Bugfix
- fixed bug #643 (compile incorrectly tests for string on windows.)
- fixed bug #615 constructor can not return errors
* check for compileDir isDir is in the compile() anyway..
- fix bug 1120: remove necessity to use flexy:ignoreonly,
* if a input tag has {variable} the engine assumes you dont want use a flexy_element.
- fix bug #809 - extra minuses in comments
(too may ---> caused problems )
- fix bug #874 (literals with commas in flexy:if)
flexy:if=(#aaa,bbb#) correctly seen as a single attribute
- fix bug 739 - syntax checking on foreach
flexy:foreach="singlevalue" now flagged as error.
- /flexy:include and toJavascript closers now correctly ignored.
- fix #856 - fix get_class usage.
- Fix bug when too many closing tags could zero the stack and delete parts of the template.



New Features
- config option templateDirOrder=reverse, allows you to prefer the first found template,
rather than the last found template (when using theme type configurations)
- Engine uses File_Gettext if gettext is not found. (or textdomain is set.)
- Provisional SmartyConverter compiler,
* provides a basic Coversion of Smarty to Flexy templates
- Provisional SmartyAPI emulator added.
* allows drop in replacement of flexy with simple code that uses Smarty.
- strict option
so variable can emit errors if they are not defined.
- multiSource option
for enabling themes type systems, where you can override the default template folder
with your own custom designs.


Behaviour changed
- templateDir can be an array, or string seperated by the system path seperatory
(; on windows,: on unix)
- If a file exists in multiple paths, then The LAST FOUND template will be used.
(previously this emited an error)
- If you use multiple paths in the template_dir, then the path will be modified to
write to {compileDir}/{basename(actualTemplateDir)}_{md5(actualTemplateDir)}/...template..

Dependencies:
  • PHP Version: PHP 4.3 or newer
  • PEAR Package: HTML_Javascript 1.1.0 or newer (optional)
  • PEAR Package: File_Gettext 0.2.0 or newer (optional)
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.4 2003-04-17     beta
0.3 2003-02-06     beta
0.2 2003-02-02     beta
0.1 2002-09-07     beta