index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
change_log.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-18
- bugfix modifier on plugins like {plugin|modifier ... } did fail when the pl...
uwetews
1
-0
/
+1
2016-07-18
- bugfix {foreach} if key variable and item@key attribute have been used both...
uwetews
1
-0
/
+3
2016-07-14
- bugfix wrong parameter on compileAllTemplates() and compileAllConfig() http...
uwetews
1
-0
/
+3
2016-07-13
- bugfix wrong parameter on compileAllTemplates() https://github.com/smarty-p...
uwetews
1
-0
/
+1
2016-07-13
- bugfix template function data should be merged when loading subtemplate htt...
uwetews
1
-1
/
+2
2016-07-13
- bugfix enable debugging could fail when template objects did already exists...
uwetews
1
-1
/
+2
2016-07-13
- update testInstall() https://github.com/smarty-php/smarty/issues/248https:/...
uwetews
1
-1
/
+2
2016-07-13
- bugfix PHP 7 compatibility on registered compiler plugins https://github.co...
uwetews
1
-0
/
+3
2016-07-12
- bugfix enableSecurity() must init cache flags https://github.com/smarty-php...
uwetews
1
-2
/
+3
2016-07-12
- bugfix {foreach} item variable must be created also on empty from array htt...
uwetews
1
-0
/
+3
2016-05-28
- bugfix/improvement of compileAlltemplates() follow symlinks in template fol...
uwetews
1
-0
/
+4
2016-05-16
- broken PHP 5.3 and 5.4 compatibility
uwetews
1
-1
/
+2
2016-05-16
- optimization {foreach} compiler and processing
uwetews
1
-1
/
+4
2016-05-15
- optimization and cleanup of resource code
uwetews
1
-1
/
+4
2016-05-10
- optimization of inheritance processing
uwetews
1
-0
/
+3
2016-05-07
-bugfix Only variables should be assigned by reference https://github.com/sma...
uwetews
1
-1
/
+4
2016-05-02
- enhancement {block} tag names can now be variable https://github.com/smarty...
uwetews
1
-0
/
+3
2016-05-01
- bugfix same relative filepath at {include} called from template in differen...
uwetews
1
-0
/
+3
2016-04-29
- bugfix {strip} remove space on linebreak between html tags https://github.c...
uwetews
1
-0
/
+3
2016-04-24
- bugfix nested {include} with relative file path could fail when called in {...
uwetews
1
-0
/
+3
2016-04-14
- bugfix the default template handler must calculate the source uid https://g...
uwetews
1
-0
/
+1
2016-04-14
- bugfix special variable {$smarty.capture.name} was not case sensitive on na...
uwetews
1
-0
/
+3
2016-04-13
- bugfix template inheritance status must be saved when calling sub-templates...
uwetews
1
-1
/
+4
2016-03-27
Fixing wrong date
uwetews
1
-5
/
+5
2016-03-27
- bugfix change of 11.03.2014 cause again {capture} data could not been seen ...
uwetews
1
-0
/
+3
2016-03-11
- improvement $smarty->clearCompiledTemplate() should return on recompiled or...
uwetews
1
-0
/
+1
2016-03-11
- optimization of capture and security handling
uwetews
1
-0
/
+3
2016-03-10
- optimization of resource processing
uwetews
1
-0
/
+3
2016-03-09
- bugfix correct Autoloader update of 2.3.2014 https://github.com/smarty-php/...
uwetews
1
-0
/
+1
2016-03-09
- improvement rework of 'scope' attribute handling see see NEW_FEATURES.txt h...
uwetews
1
-0
/
+4
2016-03-04
- bugfix change from 01.03.2016 will cause $smarty->isCached(..) failure if c...
uwetews
1
-0
/
+4
2016-03-02
- revert autoloader optimizations because of unexplainable warning when using...
uwetews
1
-0
/
+3
2016-03-01
- bugfix template objects must be cached on $smarty->fetch('foo.tpl) calls in...
uwetews
1
-0
/
+4
2016-02-26
- bugfix instanceof expression in template code must be treated as value http...
uwetews
1
-0
/
+1
2016-02-25
- optimization of _realpath
uwetews
1
-0
/
+1
2016-02-25
- bugfix wrong _realpath with 4 or more parent-directories https://github.com...
uwetews
1
-0
/
+3
2016-02-20
- new feature/bugfix {foreach}{section} add 'properties' attribute to force ...
uwetews
1
-1
/
+3
2016-02-20
- bugfix {strip} must keep space between hmtl tags. Broken by changes of 10.2...
uwetews
1
-3
/
+1
2016-02-20
- bugfix {strip} must keep space between hmtl tags. Broken by changes of 10.2...
uwetews
1
-1
/
+3
2016-02-20
- bugfix {strip} must keep space between hmtl tags. Broken by changes of 10.2...
uwetews
1
-0
/
+3
2016-02-19
- revert output buffer flushing on display, echo content again because possib...
uwetews
1
-0
/
+4
2016-02-14
- optimization make compiler tag object cache static for higher compilation s...
uwetews
1
-0
/
+1
2016-02-14
- optimization of tag attribute compiling
uwetews
1
-1
/
+2
2016-02-14
- bugfix using extendsall as default resource and {include} inside {block} ta...
uwetews
1
-0
/
+1
2016-02-14
- optimization of sub-template processing
uwetews
1
-0
/
+1
2016-02-14
- new tag {make_nocache} read NEW_FEATURES.txt https://github.com/smarty-php/...
uwetews
1
-0
/
+3
2016-02-11
- improvement added KnockoutJS comments to trimwhitespace outputfilter https:...
uwetews
1
-0
/
+4
2016-02-10
- bugfix other {strip} error with output tags between hmtl https://github.com...
uwetews
1
-1
/
+2
2016-02-10
- improvement because of ambiguities the inline constant support has been rem...
uwetews
1
-0
/
+1
2016-02-10
- bugfix wrong precedence on special if conditions like '$foo is ... by $bar'...
uwetews
1
-0
/
+1
[next]