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_templatecompilerbase.php
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-18
- bugfix for Smarty2 style compiler plugins on unnamed attribute passing like...
uwe.tews@googlemail.com
1
-4
/
+12
2011-09-16
commit 3.1 into the trunk
monte.ohrt
1
-121
/
+280
2011-07-26
- bugfix experimental getTags() method did not work
uwe.tews@googlemail.com
1
-3
/
+1
2011-07-12
- bugfix PHP did eat line break on nocache sections
uwe.tews@googlemail.com
1
-1
/
+1
2011-03-28
- bugfix on error message in smarty_internal_compile_block.php
uwe.tews@googlemail.com
1
-103
/
+107
2011-03-01
- bugfix replace modifier did not work in 3.0.7 on systems without multibyte ...
uwe.tews@googlemail.com
1
-2
/
+4
2011-02-25
- bugfix for Smarty2 style compiler plugins on unnamed attribute passing like...
uwe.tews@googlemail.com
1
-2
/
+6
2011-02-19
- bugfix force default debug.tpl to be loaded by the file resource when defau...
uwe.tews@googlemail.com
1
-1
/
+1
2011-01-14
-bugfix removed memory leak while processing compileAllTemplates
uwe.tews@googlemail.com
1
-1
/
+1
2010-12-31
- bugfix dynamic configuration of $debugging_crtl did not work
uwe.tews@googlemail.com
1
-1
/
+6
2010-12-17
- bugfix added missing support of $cache_attrs for registered plugins
uwe.tews@googlemail.com
1
-0
/
+1
2010-11-23
-bugfix allow integer as attribute name in plugin calls
uwe.tews@googlemail.com
1
-13
/
+15
2010-11-22
- bugfix on template inheritance when an {extends} tag was inserted by a pref...
uwe.tews@googlemail.com
1
-1
/
+1
2010-11-15
- bugfix when using {$smarty.session} as object
uwe.tews@googlemail.com
1
-2
/
+2
2010-11-13
- reverted location of loadPlugin() to Smarty class
uwe.tews@googlemail.com
1
-3
/
+3
2010-11-11
- major update including some API changes
uwe.tews@googlemail.com
1
-33
/
+53
2010-08-17
fix formatting
monte.ohrt
1
-2
/
+2
2010-08-13
- remove exception_handler property from Smarty class
Uwe.Tews
1
-3
/
+3
2010-07-01
- removed call_user_func_array calls for optimization of compiled code when u...
Uwe.Tews
1
-29
/
+8
2010-05-11
- reverted the change 0f 30/04/2010. With the exception of forward references...
Uwe.Tews
1
-1
/
+8
2010-05-07
- bugfix on {insert}
Uwe.Tews
1
-1
/
+1
2010-04-30
- fix to make calling of template functions unambiguously by madatory usage o...
Uwe.Tews
1
-8
/
+1
2010-04-30
- work around of a substr_compare bug in older PHP5 versions
Uwe.Tews
1
-1
/
+1
2010-04-12
- bugfix in smarty_internal_templatecompilerbase (overloaded property)
Uwe.Tews
1
-1
/
+1
2010-04-07
- bugfix typo in smarty_internal_templatecompilerbase and smarty_internal_tem...
Uwe.Tews
1
-4
/
+4
2010-04-07
- bugfix typo in smarty_internal_templatecompilerbase
Uwe.Tews
1
-2
/
+2
2010-03-31
- compile locking by touching old compiled files to avoid concurrent compilat...
Uwe.Tews
1
-20
/
+10
2010-03-29
- bugfix allow array definitions as modifier parameter
Uwe.Tews
1
-2
/
+2
2010-02-27
- code optimization
Uwe.Tews
1
-107
/
+105
2010-02-10
- allow Smarty tags inside <? ... ?> tags in SMARTY_PHP_QUOTE and SMARTY_PHP_...
Uwe.Tews
1
-1
/
+1
2010-02-09
- added $smarty->_tag_stack for tracing block tag hierarchy
Uwe.Tews
1
-1
/
+7
2010-02-05
- bugfix on modifier and block plugins with same name
Uwe.Tews
1
-25
/
+55
2010-01-19
- bugfix on plugins if same plugin was called from a nocache section first an...
Uwe.Tews
1
-1
/
+1
2010-01-14
- revert handling of newline on no output tags like {if...}
Uwe.Tews
1
-1
/
+1
2010-01-09
- bugfix on nocache {block} tags in parent templates
Uwe.Tews
1
-5
/
+8
2010-01-07
- bugfix on file dependendcy at template inheritance
Uwe.Tews
1
-2
/
+6
2010-01-01
- bugfix for obtaining plugins which must be included (related to change of 1...
Uwe.Tews
1
-8
/
+6
2009-12-31
- optimization of generated code for doublequoted strings containing variables
Uwe.Tews
1
-16
/
+17
2009-12-30
- bugfix for plugins defined in the script as smarty_function_foo
Uwe.Tews
1
-308
/
+310
2009-12-29
(no commit message)
Uwe.Tews
1
-0
/
+396
2009-12-29
- use sha1() for filepath encoding
Uwe.Tews
1
-396
/
+0
2009-12-28
replace md5 with str_replace
monte.ohrt
1
-1
/
+1
2009-12-28
- adding md5 to nocache_hash
Uwe.Tews
1
-1
/
+1
2009-12-28
- update for security fixes
Uwe.Tews
1
-3
/
+3
2009-12-28
update cache logic to use secure dynamic cache id
monte.ohrt
1
-1
/
+5
2009-12-27
- fixed bug on modifier plugins at nocache output
Uwe.Tews
1
-0
/
+20
2009-12-27
--- this is a major update with a couple of internal changes ---
Uwe.Tews
1
-57
/
+162
2009-11-26
- correct line number on unknown tag error message
Uwe.Tews
1
-1
/
+1
2009-11-23
- suppress warnings on unlink caused by race conditions
Uwe.Tews
1
-8
/
+5
2009-11-18
- make $smarty->_current_file available during compilation for Smarty2 BC
Uwe.Tews
1
-1
/
+2
[next]