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_registered_block.php
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
- reformat all code for unique style
uwetews
1
-10
/
+12
2016-01-02
- improvement runtime checks if registered block plugins are callabel
uwetews
1
-9
/
+21
2016-01-02
- optimize block plugin compiler
uwetews
1
-89
/
+28
2015-08-23
- relocate properties for size optimization
uwetews
1
-6
/
+6
2015-08-06
- avoid possible circular object referances caused by parser/lexer objects
Uwe Tews
1
-9
/
+17
2014-06-06
- fixed spelling, PHPDoc , minor errors, code cleanup
Uwe.Tews@googlemail.com
1
-25
/
+24
2013-07-14
- update for PHP 5.4 compatibility
Uwe.Tews@googlemail.com
1
-113
/
+112
2011-10-05
- bugfix of problem introduced with r4342 by replacing strlen() with isset()
rodneyrehm
1
-1
/
+1
2011-10-01
- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])
rodneyrehm
1
-1
/
+1
2011-09-16
commit 3.1 into the trunk
monte.ohrt
1
-44
/
+62
2010-12-17
- bugfix added missing support of $cache_attrs for registered plugins
uwe.tews@googlemail.com
1
-0
/
+3
2010-11-20
- bugfix on block plugins with modifiers
uwe.tews@googlemail.com
1
-3
/
+9
2010-11-12
- reactivated $error_reporting property handling
uwe.tews@googlemail.com
1
-6
/
+6
2010-11-11
- major update including some API changes
uwe.tews@googlemail.com
1
-9
/
+15
2010-08-17
fix formatting
monte.ohrt
1
-17
/
+18
2010-07-01
- removed call_user_func_array calls for optimization of compiled code when u...
Uwe.Tews
1
-4
/
+4
2010-04-30
- work around of a substr_compare bug in older PHP5 versions
Uwe.Tews
1
-1
/
+1
2010-03-15
- bugfix on block plugin calls
Uwe.Tews
1
-4
/
+4
2010-02-28
- code optimizations
Uwe.Tews
1
-5
/
+5
2010-02-09
- added $smarty->_tag_stack for tracing block tag hierarchy
Uwe.Tews
1
-6
/
+6
2010-02-02
- retaining newlines at registered functions and function plugins
Uwe.Tews
1
-1
/
+1
2009-12-27
--- this is a major update with a couple of internal changes ---
Uwe.Tews
1
-0
/
+79