summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_private_special_variable.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink1-130/+0
2022-09-22#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...Alec Smecher1-3/+3
2021-01-24Prevent access to .template_object when in security mode to prevent PHP code ...Simon Wisselink1-0/+4
2021-01-05const fix for usage with comparison operators (#618)Libor M1-2/+2
2020-09-12Fixes for php8.0.0beta3 (#608)Simon Wisselink1-2/+2
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-3/+7
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-75/+71
2018-06-12Update PSR-2Sławomir Kaleta1-73/+73
2018-03-26- new feature {parent} = {$smarty.block.parent} {child} = {$smarty.block.ch...Uwe Tews1-4/+1
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-1/+1
2017-10-12bugfix $smarty.block.child and $smarty.block.parent could not be used like anyUwe Tews1-0/+3
2016-02-14- optimization make compiler tag object cache static for higher compilation s...uwetews1-3/+3
2016-02-09- reformat all code for unique styleuwetews1-1/+1
2015-12-20- update compilation of Smarty special variablesuwetews1-12/+4
2015-12-19- bugfix broken PHP 5.2 compatibility https://github.com/smarty-php/smarty/is...uwetews1-6/+10
2015-12-15- bugfix {$smarty.cookies.foo} did return the $_COOKIE array not the 'foo' v...uwetews1-1/+2
2015-12-14- bugfix {$smarty.config.foo} broken in 3.1.28 https://github.com/smarty-php...uwetews1-2/+2
2015-10-24- new extension handler to load functions when calleduwetews1-2/+2
2015-08-27- remove double breakuwetews1-1/+0
2015-08-23- bugfix compiling super globals like {$smarty.get.foo} did fail in the maste...uwetews1-2/+9
2015-08-17- load seldom used Smarty API methods dynamically to reduce memory footprintuwetews1-2/+2
2015-08-06- avoid possible circular object referances caused by parser/lexer objectsUwe Tews1-5/+6
2015-08-03Fix generated codeUwe Tews1-5/+2
2015-08-02- rework {capture} compilerUwe Tews1-8/+5
2015-07-31- optimize {foreach} and {section} compilerUwe Tews1-11/+18
2015-07-30- optimize {section} compiler for speed and size of compiled codeUwe Tews1-2/+2
2015-07-01add error messagesUwe Tews1-6/+7
2015-05-21- bugfix named {foreach} comparison like $smarty.foreach.foobar.index > 1 did...Uwe Tews1-1/+1
2015-05-12fix last commitStricted1-1/+1
2015-05-12fix constant handlingStricted1-1/+1
2015-02-15optimize compiled code of {foreach}Uwe Tews1-1/+3
2014-12-29security can now disable special $smarty variablesUwe Tews1-66/+67
2014-12-11Commit 7b2a2c4a883ba745759fb5db26ab8134a5ae282b changed the constant processi...Larry Lewis1-2/+5
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-8/+8
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-6/+9
2013-01-09- enhancement to allow variable constant names like {$smarty.const.{$foo}} (F...uwe.tews@googlemail.com1-1/+1
2012-07-2828.07.2012uwe.tews@googlemail.com1-1/+5
2012-02-19- enhancement added Smarty special variable $smarty.template_object to return...uwe.tews@googlemail.com1-0/+3
2011-09-16commit 3.1 into the trunkmonte.ohrt1-15/+20
2011-02-09- bugfix removed security hole when using {$smarty.template}uwe.tews@googlemail.com1-4/+2
2010-12-13- bugfix {$smarty.template} in child template did not return right contentuwe.tews@googlemail.com1-1/+1
2010-12-11- bugfix nested block tags in template inheritance child templates did not wo...uwe.tews@googlemail.com1-12/+2
2010-11-18- change on handling of unassigned template variable -- default will drop E_N...uwe.tews@googlemail.com1-2/+1
2010-11-16- bugfix whitespace in front of "<?php" in smarty_internal_compile_private_bl...uwe.tews@googlemail.com1-1/+2
2010-11-15- bugfix captured content could not be accessed globallyuwe.tews@googlemail.com1-1/+1
2010-11-15- bugfix when using {$smarty.session} as objectuwe.tews@googlemail.com1-1/+1
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-8/+8
2010-10-28- bugfix on compiling modifiers within $smarty special vars like {$smarty.pos...uwe.tews@googlemail.com1-1/+1
2010-10-19- change Smarty does no longer mask out E_NOTICE by default during template p...uwe.tews@googlemail.com1-1/+1
2010-09-17- bugfix {$smarty.template} and {$smarty.current_dir} did not compile correct...uwe.tews@googlemail.com1-2/+12