index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-20
- bugfix {assign} with scope root and global did not work in all cases
uwe.tews@googlemail.com
2
-4
/
+9
2011-09-20
apc.enable_cli must be activated for the APC test to execute in unit tests (w...
rodneyrehm
1
-6
/
+0
2011-09-20
- bugfix {include} did not work inside nested {block} tags
uwe.tews@googlemail.com
2
-3
/
+2
2011-09-20
- bugfix relative paths in $template_dir broke relative path resolving in {in...
rodneyrehm
2
-0
/
+6
2011-09-19
- bugfix removed debug echo output while compiling template inheritance
uwe.tews@googlemail.com
3
-2
/
+3
2011-09-19
- bugfix output filter shall not run on included subtemplates
uwe.tews@googlemail.com
3
-3
/
+5
2011-09-19
- bugfix regression in Smarty_CacheReource_KeyValueStore introduced by r4261
rodneyrehm
3
-19
/
+33
2011-09-18
- bugfix for Smarty2 style compiler plugins on unnamed attribute passing like...
uwe.tews@googlemail.com
3
-5
/
+15
2011-09-18
comma -> dot
rodneyrehm
1
-1
/
+1
2011-09-18
- bugfix template caching did not care about file.tpl in different template_dir
uwe.tews@googlemail.com
8
-19
/
+28
2011-09-17
- bugfix lock_id for file resource would create invalid filepath
rodneyrehm
4
-2
/
+46
2011-09-16
- bugfix reverted resource caching as it could not detect template_dir changes
uwe.tews@googlemail.com
3
-36
/
+5
2011-09-16
fix non utf-8 chars
monte.ohrt
1
-2
/
+2
2011-09-16
commit 3.1 files to trunk
monte.ohrt
2
-1
/
+5
2011-09-16
Update SMARTY_3.1_NOTES.txt
uwe.tews@googlemail.com
1
-3
/
+3
2011-09-16
commit 3.1 into the trunk
monte.ohrt
136
-7656
/
+14200
2011-07-27
- bugfix subtemplate could use wrong varibale scope when it was recalled from...
uwe.tews@googlemail.com
2
-1
/
+4
2011-07-26
- bugfix experimental getTags() method did not work
uwe.tews@googlemail.com
5
-57
/
+73
2011-07-15
- bugfix individual cache_lifetime of {include} did not work correctly inside...
uwe.tews@googlemail.com
2
-69
/
+75
2011-07-12
- bugfix PHP did eat line break on nocache sections
uwe.tews@googlemail.com
2
-1
/
+4
2011-06-19
- bugfix clear_config Smarty2 BC wrapper function was missing
uwe.tews@googlemail.com
2
-10
/
+15
2011-06-16
- bugfix do not overwrite 'smarty' template variable when {include ... scope=...
uwe.tews@googlemail.com
2
-2
/
+5
2011-06-09
fix smarty security_policy issue in plugins {html_image} and {fetch}
rodneyrehm
3
-4
/
+7
2011-06-07
- bugfix registerFilter() or registerPlugin() on template objects did registe...
uwe.tews@googlemail.com
2
-2
/
+5
2011-06-03
update version
monte.ohrt
1
-0
/
+1
2011-05-29
- bugfix <?xml..?> in templates did break "cache modified check"
uwe.tews@googlemail.com
2
-291
/
+301
2011-05-14
- bugfix error handling at stream resources
uwe.tews@googlemail.com
3
-110
/
+110
2011-05-14
- bugfix fopen() error handling at stream resources
uwe.tews@googlemail.com
2
-54
/
+59
2011-05-13
- bugfix condition starting with "-" did fail at {if} and {while} tags
uwe.tews@googlemail.com
3
-989
/
+1002
2011-04-22
- workaround for PHP 5.2.13 bug in method_exists()
uwe.tews@googlemail.com
2
-181
/
+182
2011-04-21
- bugfix allow only fixed string as file attribute at {extends} tag
uwe.tews@googlemail.com
2
-16
/
+19
2011-04-01
- bugfix do not run filters and default modifier when displaying the debug te...
uwe.tews@googlemail.com
3
-19
/
+22
2011-03-28
- bugfix on error message in smarty_internal_compile_block.php
uwe.tews@googlemail.com
4
-123
/
+132
2011-03-16
- bugfix on default {function} parameters when {function} was used in nocache...
uwe.tews@googlemail.com
3
-222
/
+226
2011-03-09
-bugfix a variable filter should run before modifers on an output tag (see ch...
uwe.tews@googlemail.com
2
-1389
/
+1410
2011-03-08
fixed config_load to only load defaults with no section defined
monte.ohrt
2
-10
/
+14
2011-03-03
- bugfix internal rendered_content must be cleared after subtemplate was incl...
uwe.tews@googlemail.com
2
-1
/
+2
2011-03-03
do some updates to the text
monte.ohrt
1
-42
/
+41
2011-03-03
- bugfix "smarty" template variable was not recreated when cached templated h...
uwe.tews@googlemail.com
2
-0
/
+5
2011-03-01
- bugfix replace modifier did not work in 3.0.7 on systems without multibyte ...
uwe.tews@googlemail.com
4
-6
/
+15
2011-02-25
- bugfix for Smarty2 style compiler plugins on unnamed attribute passing like...
uwe.tews@googlemail.com
2
-2
/
+9
2011-02-24
- bugfix $smarty->clearCache('some.tpl') did by mistake cache the template ob...
uwe.tews@googlemail.com
2
-2
/
+7
2011-02-19
- bugfix force default debug.tpl to be loaded by the file resource when defau...
uwe.tews@googlemail.com
3
-2
/
+3
2011-02-18
- bugfix removed possible race condition when isCached() was called for an in...
uwe.tews@googlemail.com
2
-1
/
+14
2011-02-17
-improvement not to delete files starting with '.' from cache and template_c ...
uwe.tews@googlemail.com
3
-4
/
+7
2011-02-16
-improvement allow leading spaces on } tag closing if auto_literal is enabled
uwe.tews@googlemail.com
2
-4
/
+1
2011-02-16
-fixed typo in exception message of Smarty_Internal_Template
uwe.tews@googlemail.com
2
-1
/
+4
2011-02-13
(no commit message)
uwe.tews@googlemail.com
1
-1
/
+1
2011-02-13
- bufix replace $smarty->triggerError() by exception
uwe.tews@googlemail.com
2
-1
/
+4
2011-02-13
remove popup_init from demo template
monte.ohrt
1
-1
/
+0
[next]