index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
sysplugins
/
smarty_internal_compile_private_special_variable.php
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
Smarty5 (#852)
Simon Wisselink
1
-130
/
+0
2022-09-22
#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...
Alec Smecher
1
-3
/
+3
2021-01-24
Prevent access to .template_object when in security mode to prevent PHP code ...
Simon Wisselink
1
-0
/
+4
2021-01-05
const fix for usage with comparison operators (#618)
Libor M
1
-2
/
+2
2020-09-12
Fixes for php8.0.0beta3 (#608)
Simon Wisselink
1
-2
/
+2
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-3
/
+7
2018-08-19
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...
uwetews
1
-75
/
+71
2018-06-12
Update PSR-2
Sławomir Kaleta
1
-73
/
+73
2018-03-26
- new feature {parent} = {$smarty.block.parent} {child} = {$smarty.block.ch...
Uwe Tews
1
-4
/
+1
2017-11-06
code cleanup and optimizations 3.1.32-dev-34
Uwe Tews
1
-1
/
+1
2017-10-12
bugfix $smarty.block.child and $smarty.block.parent could not be used like any
Uwe Tews
1
-0
/
+3
2016-02-14
- optimization make compiler tag object cache static for higher compilation s...
uwetews
1
-3
/
+3
2016-02-09
- reformat all code for unique style
uwetews
1
-1
/
+1
2015-12-20
- update compilation of Smarty special variables
uwetews
1
-12
/
+4
2015-12-19
- bugfix broken PHP 5.2 compatibility https://github.com/smarty-php/smarty/is...
uwetews
1
-6
/
+10
2015-12-15
- bugfix {$smarty.cookies.foo} did return the $_COOKIE array not the 'foo' v...
uwetews
1
-1
/
+2
2015-12-14
- bugfix {$smarty.config.foo} broken in 3.1.28 https://github.com/smarty-php...
uwetews
1
-2
/
+2
2015-10-24
- new extension handler to load functions when called
uwetews
1
-2
/
+2
2015-08-27
- remove double break
uwetews
1
-1
/
+0
2015-08-23
- bugfix compiling super globals like {$smarty.get.foo} did fail in the maste...
uwetews
1
-2
/
+9
2015-08-17
- load seldom used Smarty API methods dynamically to reduce memory footprint
uwetews
1
-2
/
+2
2015-08-06
- avoid possible circular object referances caused by parser/lexer objects
Uwe Tews
1
-5
/
+6
2015-08-03
Fix generated code
Uwe Tews
1
-5
/
+2
2015-08-02
- rework {capture} compiler
Uwe Tews
1
-8
/
+5
2015-07-31
- optimize {foreach} and {section} compiler
Uwe Tews
1
-11
/
+18
2015-07-30
- optimize {section} compiler for speed and size of compiled code
Uwe Tews
1
-2
/
+2
2015-07-01
add error messages
Uwe Tews
1
-6
/
+7
2015-05-21
- bugfix named {foreach} comparison like $smarty.foreach.foobar.index > 1 did...
Uwe Tews
1
-1
/
+1
2015-05-12
fix last commit
Stricted
1
-1
/
+1
2015-05-12
fix constant handling
Stricted
1
-1
/
+1
2015-02-15
optimize compiled code of {foreach}
Uwe Tews
1
-1
/
+3
2014-12-29
security can now disable special $smarty variables
Uwe Tews
1
-66
/
+67
2014-12-11
Commit 7b2a2c4a883ba745759fb5db26ab8134a5ae282b changed the constant processi...
Larry Lewis
1
-2
/
+5
2014-06-06
- fixed spelling, PHPDoc , minor errors, code cleanup
Uwe.Tews@googlemail.com
1
-8
/
+8
2013-07-14
- update for PHP 5.4 compatibility
Uwe.Tews@googlemail.com
1
-6
/
+9
2013-01-09
- enhancement to allow variable constant names like {$smarty.const.{$foo}} (F...
uwe.tews@googlemail.com
1
-1
/
+1
2012-07-28
28.07.2012
uwe.tews@googlemail.com
1
-1
/
+5
2012-02-19
- enhancement added Smarty special variable $smarty.template_object to return...
uwe.tews@googlemail.com
1
-0
/
+3
2011-09-16
commit 3.1 into the trunk
monte.ohrt
1
-15
/
+20
2011-02-09
- bugfix removed security hole when using {$smarty.template}
uwe.tews@googlemail.com
1
-4
/
+2
2010-12-13
- bugfix {$smarty.template} in child template did not return right content
uwe.tews@googlemail.com
1
-1
/
+1
2010-12-11
- bugfix nested block tags in template inheritance child templates did not wo...
uwe.tews@googlemail.com
1
-12
/
+2
2010-11-18
- change on handling of unassigned template variable -- default will drop E_N...
uwe.tews@googlemail.com
1
-2
/
+1
2010-11-16
- bugfix whitespace in front of "<?php" in smarty_internal_compile_private_bl...
uwe.tews@googlemail.com
1
-1
/
+2
2010-11-15
- bugfix captured content could not be accessed globally
uwe.tews@googlemail.com
1
-1
/
+1
2010-11-15
- bugfix when using {$smarty.session} as object
uwe.tews@googlemail.com
1
-1
/
+1
2010-11-11
- major update including some API changes
uwe.tews@googlemail.com
1
-8
/
+8
2010-10-28
- bugfix on compiling modifiers within $smarty special vars like {$smarty.pos...
uwe.tews@googlemail.com
1
-1
/
+1
2010-10-19
- change Smarty does no longer mask out E_NOTICE by default during template p...
uwe.tews@googlemail.com
1
-1
/
+1
2010-09-17
- bugfix {$smarty.template} and {$smarty.current_dir} did not compile correct...
uwe.tews@googlemail.com
1
-2
/
+12
[next]