http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of html_template_flexyThe latest releases for the package html_template_flexyHTML_Template_Flexy 1.3.13
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.13/
Minor fixes and feature release - includes PHP5 depricated fixes<br />
<br />
Bug Fixes <br />
<br />
#18825 - old cvs link on package description.. update to what will be broken soon.. svn link...<br />
#----- - replace \e with preg_callback<br />
#----- - work around https://bugs.php.net/bug.php?id=62796 <br />
#----- - support placeholder translation in password fields correctly<br />
#----- - more fixes for placeholder translation, and better support for translator Dataobjects / fix static on factory<br />
#----- - output for json should use encodeunsafe, otherwise header gets sent<br />
#----- - ignore the string translation code on non-html templates - you can still use the {_(....)_} translation placeholder to flag a translatable string<br />
<br />
New Features<br />
<br />
<br />
#----- - add support for placeholder html5 tag for translation<br />
#----- - Add support for DB_DataObject based template translations requires DB_DataObject to be autoloaded or required before use.<br />
#----- - add test code for bug 19880<br />
#----- - add raw include and json including for flexy:include src= type=raw|json name=[jsname]<br />
#----- - support for storing original text from <xxxx flexy:contents="....">These contents</xxx> in flexy->compiler->contentStrings<br />
#----- - support for full tag in flexy:contents="{standard.flexy[arg].stuff()}" <br />
#----- - change default encoding to UTF-8<br />
#----- - expose compiler when its used as flexy->compiler<br />
#----- - move translation code into core class, and support element translation of input type=submit value=xxxxx<br />
#----- - add extra comment on var, and hide error reporting on ob_end_clean - which output spurious warnings<br />
#----- - tidy up code for output to file - ob_ methods playing up quite a bit on different versions of PHP<br />
#----- - add outputObjectToFile - a memory friendly outputObject , which can not use inline functions, as support is not available in some servers..<br />
#----- - remove pass by ref on object, as it is not needed any more<br />
#----- - add new method resolvePath - that enables quering of where the template physicaly resides<br />
#----- - PHP5.4 E_ALL change support
2014年11月21日T05:29:11-05:00alan_kHTML_Template_Flexy 1.3.12
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.12/
Minor fixes and feature release<br />
<br />
Bug Fixes <br />
<br />
#18763 - Fix is_a() for 5.3.7+ due to php-core stupidity<br />
#----- - Support for new PEAR5 class.<br />
<br />
Features<br />
#----- - support for CommonPageID when using Translation2
2011年08月29日T06:13:03-05:00alan_kHTML_Template_Flexy 1.3.11
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.11/
Minor fixes and feature release<br />
<br />
Bug Fixes <br />
<br />
#----- - PHP5 E_STRICT warnings removed
2011年01月11日T05:25:12-05:00alan_kHTML_Template_Flexy 1.3.10
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.10/
Minor fixes and feature release<br />
<br />
Bug Fixes <br />
<br />
#17390 - id nameuses replacement got broken on previous commit (Christophe Husson)<br />
#17210 - remove error suppression<br />
#16978 - support non-ascii vars<br />
#14895 - local environment settings in test (clockwerx)<br />
<br />
<br />
<br />
New Features/Changes <br />
#16554 - support dontCompile option<br />
#----- - provisional support for label property of elements outputing as associated<br />
label content (Stephane Matamontero)<br />
#----- - new option disableTranslate - blocks all translation features, <br />
like writing .serial files. (Stephane Matamontero)<br />
#----- - Element merge code moved element class - reducing size of base class (Alan)<br />
#----- - SVN layout changed. (clockwerx)
2010年06月07日T09:27:24-05:00alan_kHTML_Template_Flexy 1.3.9
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.9/
Fix The Unlucky Release - Minor Bug Fixes<br />
<br />
Bug Fixes <br />
<br />
<br />
#----- - Plugin was broken by last fix in last release.
2009年03月24日T00:44:27-05:00alan_kHTML_Template_Flexy 1.3.7
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.7/
Friday the 13th Release - Minor Bug Fixes<br />
<br />
Bug Fixes <br />
<br />
#16026 - Fix is_callable in plugins - (refix to #13887)<br />
#----- - Fix new include feature adding blank vars
2009年03月13日T03:13:20-05:00alan_kHTML_Template_Flexy 1.3.6
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.6/
Minor Bug Fix release <br />
<br />
Bug Fixes <br />
<br />
#----- - fix include to only pass variables created by template, rather than <br />
flood the subtemplate - fixes various segfaults.<br />
#----- - Add scopeVars fetch for better include<br />
#----- - add some extra checks for writing merging elements<br />
#14105 - Empty element tag ending with /> and flexy:replace<br />
#15961 - customflexyattributes ignores multiple flexy attributes.<br />
#14984 - PHP5 class_exists compat<br />
#15272 - inherrited namesues checkboxes get wrong names - patch by Heikki Uusitalo<br />
#15279 - early return from checkbox code with [] in name. - may have knock on effects<br />
#15874 - single API for error reporting in Compiler/Flexy/Tag.php - to show<br />
filename/line/tag etc.<br />
#15263 - php5 merge elements needs to clone objects<br />
#14899 - flexy:xhtml honored by element - fix by Geoff Beaumon<br />
<br />
<br />
#14897 - xhtml not honored by element input etc.<br />
#13887 - use is_callable on plugins<br />
Request #14893 - improve PHPCS (clockwerx)
2009年03月12日T06:23:46-05:00alan_kHTML_Template_Flexy 1.3.4
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.4/
Minor Bug Fix release <br />
<br />
Bug Fixes <br />
#13419 - Windows compile throwed error with LC_MESSAGES - we now use LC_ALL and check for it.<br />
****** - PHP4 parse error in Flexy compiler <br />
****** - flexy:toJSON incorrectly created variables using json_encode (PHP5 only)
2008年05月05日T00:03:58-05:00alan_kHTML_Template_Flexy 1.3.3
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.3/
Minor Bug Fix release <br />
<br />
Bug Fixes <br />
#9336, #13016, #13022, #13076, #13179 - is_a depreciation fix (hang internals for this!)
2008年02月27日T01:07:46-05:00alan_kHTML_Template_Flexy 1.3.2
http://pear.php.net/package/HTML_Template_Flexy/download/1.3.2/
Major Bug Fix release <br />
<br />
Bug Fixes <br />
#13016 - Version 1.3.1 (and probably 1.3.0) where completely broken by CustomFlexyAttributes change<br />
Patch has been reverted - pending re-implementation.
2008年01月31日T06:11:12-05:00alan_k