summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_private_registered_block.php
AgeCommit message (Expand)AuthorFilesLines
2016-02-09- reformat all code for unique styleuwetews1-10/+12
2016-01-02- improvement runtime checks if registered block plugins are callabeluwetews1-9/+21
2016-01-02- optimize block plugin compileruwetews1-89/+28
2015-08-23- relocate properties for size optimizationuwetews1-6/+6
2015-08-06- avoid possible circular object referances caused by parser/lexer objectsUwe Tews1-9/+17
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-25/+24
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-113/+112
2011-10-05- bugfix of problem introduced with r4342 by replacing strlen() with isset()rodneyrehm1-1/+1
2011-10-01- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])rodneyrehm1-1/+1
2011-09-16commit 3.1 into the trunkmonte.ohrt1-44/+62
2010-12-17- bugfix added missing support of $cache_attrs for registered pluginsuwe.tews@googlemail.com1-0/+3
2010-11-20- bugfix on block plugins with modifiersuwe.tews@googlemail.com1-3/+9
2010-11-12- reactivated $error_reporting property handlinguwe.tews@googlemail.com1-6/+6
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-9/+15
2010-08-17fix formattingmonte.ohrt1-17/+18
2010-07-01- removed call_user_func_array calls for optimization of compiled code when u...Uwe.Tews1-4/+4
2010-04-30- work around of a substr_compare bug in older PHP5 versionsUwe.Tews1-1/+1
2010-03-15- bugfix on block plugin callsUwe.Tews1-4/+4
2010-02-28- code optimizationsUwe.Tews1-5/+5
2010-02-09- added $smarty->_tag_stack for tracing block tag hierarchyUwe.Tews1-6/+6
2010-02-02- retaining newlines at registered functions and function pluginsUwe.Tews1-1/+1
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-0/+79