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_template.php
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-16
- bugfix do not overwrite 'smarty' template variable when {include ... scope=...
uwe.tews@googlemail.com
1
-1
/
+1
2011-03-16
- bugfix on default {function} parameters when {function} was used in nocache...
uwe.tews@googlemail.com
1
-214
/
+214
2011-03-03
- bugfix "smarty" template variable was not recreated when cached templated h...
uwe.tews@googlemail.com
1
-0
/
+2
2011-02-16
-fixed typo in exception message of Smarty_Internal_Template
uwe.tews@googlemail.com
1
-1
/
+1
2011-02-11
fix typos, rewording
monte.ohrt
1
-1
/
+1
2011-01-16
-bugfix of Iterator object handling in internal _count() method
uwe.tews@googlemail.com
1
-1
/
+1
2011-01-16
-bugfix of ArrayAccess object handling in internal _count() method
uwe.tews@googlemail.com
1
-10
/
+7
2011-01-14
fix memory leak
uwe.tews@googlemail.com
1
-5
/
+7
2011-01-14
-bugfix removed memory leak while processing compileAllTemplates
uwe.tews@googlemail.com
1
-1
/
+7
2010-12-13
- bugfix {$smarty.template} in child template did not return right content
uwe.tews@googlemail.com
1
-11
/
+21
2010-11-27
-change run output filter before cache file is written (as in Smarty2)
uwe.tews@googlemail.com
1
-0
/
+3
2010-11-15
- bugfix captured content could not be accessed globally
uwe.tews@googlemail.com
1
-0
/
+8
2010-11-13
- bugfix overloading problem when $smarty->fetch()/display() have been used ...
uwe.tews@googlemail.com
1
-1
/
+11
2010-11-13
- code cleanup
uwe.tews@googlemail.com
1
-9
/
+9
2010-11-13
- bugix overloading problem when $smarty->fetch()/display() have been used i...
uwe.tews@googlemail.com
1
-9
/
+21
2010-11-13
- reverted location of loadPlugin() to Smarty class
uwe.tews@googlemail.com
1
-2
/
+2
2010-11-11
- major update including some API changes
uwe.tews@googlemail.com
1
-102
/
+126
2010-10-01
- added {break} and {continue} tags for flow control of {foreach},{section},{...
uwe.tews@googlemail.com
1
-9
/
+22
2010-09-15
15/09/2010
uwe.tews@googlemail.com
1
-2
/
+2
2010-09-10
- bugfix for change of 08/09/2010 (final {block} tags in subtemplates did not...
uwe.tews@googlemail.com
1
-1
/
+6
2010-09-08
- allow multiple template inheritance branches starting in subtemplates
Uwe.Tews
1
-0
/
+2
2010-08-23
- fixed E_STRICT errors for uninitialized variables
Uwe.Tews
1
-2
/
+6
2010-08-17
fix formatting
monte.ohrt
1
-1
/
+1
2010-08-13
- remove exception_handler property from Smarty class
Uwe.Tews
1
-8
/
+7
2010-07-31
- bugfix on nocache attribute at {assign} and {append}
Uwe.Tews
1
-1
/
+3
2010-07-14
- make the date_format modifier work also on objects of the DateTime class
Uwe.Tews
1
-2
/
+0
2010-07-08
- bugfix on assigning multidimensional arrays within templates
Uwe.Tews
1
-0
/
+20
2010-05-26
- bugfix removed decrepated register_resource call in smarty_internal_templat...
Uwe.Tews
1
-1
/
+1
2010-05-11
- bugfix make sure that the cache resource is loaded in all conditions when ...
Uwe.Tews
1
-1
/
+10
2010-04-07
- bugfix typo in smarty_internal_templatecompilerbase and smarty_internal_tem...
Uwe.Tews
1
-1
/
+1
2010-03-31
- compile locking by touching old compiled files to avoid concurrent compilat...
Uwe.Tews
1
-153
/
+163
2010-03-23
- bugfix on caching mode SMARTY_CACHING_LIFETIME_SAVED and cache_lifetime = 0
Uwe.Tews
1
-2
/
+2
2010-03-10
remove old API call
monte.ohrt
1
-2
/
+2
2010-03-09
- bugfix on uninitialized properties in smarty_internal_template
Uwe.Tews
1
-2
/
+2
2010-03-09
fix overload error
monte.ohrt
1
-1
/
+1
2010-03-08
add __get() to templateCreate class
monte.ohrt
1
-0
/
+19
2010-03-08
add setters/getters to created templates
monte.ohrt
1
-1
/
+33
2010-03-04
- bugfix allow uppercase chars in registered resource names
Uwe.Tews
1
-8
/
+1
2010-02-27
- allow block tags inside double quoted string
Uwe.Tews
1
-3
/
+3
2010-02-08
- bugfix of cache filename on extended templates when force_compile=true
Uwe.Tews
1
-2
/
+2
2010-02-07
- bugfix on changes of 05/02/2010
Uwe.Tews
1
-1
/
+1
2010-02-06
major API update
monte.ohrt
1
-1
/
+1
2010-02-05
- bugfix on modifier and block plugins with same name
Uwe.Tews
1
-10
/
+17
2010-01-25
- bugfix cache resource was not loaded when caching was globally off but enab...
Uwe.Tews
1
-3
/
+6
2010-01-07
- bugfix on file dependendcy at template inheritance
Uwe.Tews
1
-1
/
+1
2010-01-05
- bugfix sha1() calculations at extends resource and some general improvments...
Uwe.Tews
1
-12
/
+4
2010-01-03
- internal change on building cache files
Uwe.Tews
1
-29
/
+23
2010-01-02
- update cached_timestamp at the template object after cache file is written ...
Uwe.Tews
1
-7
/
+7
2009-12-31
- optimization of generated code for doublequoted strings containing variables
Uwe.Tews
1
-1
/
+8
2009-12-29
- internal change on merging some data
Uwe.Tews
1
-16
/
+4
[next]