http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of html_template_sigmaThe latest releases for the package html_template_sigmaHTML_Template_Sigma 1.3.0
http://pear.php.net/package/HTML_Template_Sigma/download/1.3.0/
* Implemented a more robust cache writing algorithm, this should prevent<br />
writing empty cache files and reading incomplete ones (bug #19220)<br />
* Got rid of deprecated 'e' modifier for preg_replace(),<br />
preg_replace_callback() is now used instead (bug #20068)<br />
* Fixed built-in 'j' callback to allow using escaped strings in inline JS<br />
<br />
* Updated code to better conform to PEAR coding standards<br />
* Updated code and tests to generate fewer errors under PHP5<br />
* The minimum PHP version is now 4.3.0, as file_get_contents() is used
2014年01月13日T10:44:17-05:00avbHTML_Template_Sigma 1.2.0
http://pear.php.net/package/HTML_Template_Sigma/download/1.2.0/
Changed unit tests to use current PHPUnit from http://www.phpunit.de/ rather<br />
than old unsupported one from http://pear.php.net/<br />
<br />
Implemented parts of request #12221 (thanks to Carsten Wiedmann for ideas and <br />
their initial implementation)<br />
* It is now possible to add comments to the template file that are removed <br />
from output: <!-- COMMENT --> ... <!-- /COMMENT --><br />
* Added new builtin callbacks 'e' and 'r' for htmlentities() and <br />
rawurlencode(), respectively<br />
* Added the 'charset' option for builtin 'h' and 'e' callbacks
2008年07月22日T15:22:24-05:00avbHTML_Template_Sigma 1.1.6
http://pear.php.net/package/HTML_Template_Sigma/download/1.1.6/
Migrate to package.xml version 2.0, use proper header comment blocks.<br />
Minor fixes to phpdoc comments, no code changes since previous release.
2007年05月19日T10:14:36-05:00avbHTML_Template_Sigma 1.1.5
http://pear.php.net/package/HTML_Template_Sigma/download/1.1.5/
Fixed bug #6346: typo in _buildFunctionList()<br />
Fixed bug #6902: correctly handle drive letters and path separators on Windows<br />
Fixed bug #6905: use 'b' modifier for fopen() to prevent problems with cached templates on Windows<br />
Calling setCacheRoot() with an empty argument will now disable caching. It was impossible<br />
to disable it with previous behaviour.<br />
<br />
Added possibility to pass arrays as second arguments to setVariable() and setGlobalVariable(),<br />
this will assign values to placeholders of the form {varName.arrayKey} in the template.<br />
Thanks to Franz Pentenrieder <franz at quox.net> for idea and original implementation.
2006年05月31日T04:17:07-05:00avbHTML_Template_Sigma 1.1.4
http://pear.php.net/package/HTML_Template_Sigma/download/1.1.4/
Fixed bug #5168: Prevent problems with template functions in included files
2005年11月05日T08:32:19-05:00avbHTML_Template_Sigma 1.1.3
http://pear.php.net/package/HTML_Template_Sigma/download/1.1.3/
* Fixed bug #4896 (loading a zero-length template file caused a warning)<br />
* Fixed bug #5012 (placeholder delimiters were hardcoded in several places,<br />
which prevented using custom delimiters)
2005年08月09日T11:04:57-05:00avbHTML_Template_Sigma 1.1.2
http://pear.php.net/package/HTML_Template_Sigma/download/1.1.2/
Changed the code for parsing template function arguments. It will<br />
now correctly unescape the escaped quotes within quoted arguments<br />
(see bug #1840).<br />
The new code throws errors on bogus arguments. If you previously<br />
relied on undocumented behaviour of argument parsing method, your <br />
code may break: test before upgrading.
2004年10月20日T06:57:32-05:00avbHTML_Template_Sigma 1.1.1
http://pear.php.net/package/HTML_Template_Sigma/download/1.1.1/
Callbacks are not called if the block containing them is empty. Thanks<br />
to Sergey Vasiliev for the suggestion.
2004年05月31日T10:02:42-05:00avbHTML_Template_Sigma 1.1.0
http://pear.php.net/package/HTML_Template_Sigma/download/1.1.0/
* Fixed #876 (get_class() and get_class_methods() usage with PHP5)<br />
Unit tests run on PHP5, all tests pass.<br />
* Added clearVariables() method (see also #939)<br />
* Added shorthand syntax for callbacks: {var:callback} instead of <br />
func_callback({var})<br />
* Added builtin callbacks<br />
'h' for htmlspecialchars()<br />
'u' for urlencode()<br />
'j' to escape the string for usage in Javascript<br />
<br />
This release is dedicated to Lukas Smith
2004年04月14日T07:18:50-05:00avbHTML_Template_Sigma 1.0.2
http://pear.php.net/package/HTML_Template_Sigma/download/1.0.2/
* Removed _callbackExists() method, is_callable() is used instead<br />
* Check for SIGMA_OK instead of PEAR::isError() where possible<br />
* Fixed unit tests packaging. Should work OK in PEAR installation
2003年10月02日T13:50:00-05:00avb