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-09-20
- improvement new tags {block_parent} {block_child} in template inheritance
uwetews
1
-0
/
+2
2016-09-20
- bugfix some $smarty special template variables are no longer accessed as re...
uwetews
1
-0
/
+5
2016-09-19
- cleanup convert cache resource file method clear into runtime extension
uwetews
1
-0
/
+1
2016-09-19
- optimization clear compiled and cached folder completely on detected versio...
uwetews
1
-0
/
+3
2016-09-15
- improvement make Smarty::clearCompiledTemplate() on custom resource indepen...
uwetews
1
-0
/
+1
2016-09-15
- bugfix calling $smarty->isCached() on a not existing cache file with $smart...
uwetews
1
-0
/
+1
2016-09-15
- bugfix function plugins called with assign attribute like {foo assign='bar'...
uwetews
1
-0
/
+2
2016-09-15
- bugfix assigning a variable in if condition by function like {if $value = a...
uwetews
1
-0
/
+3
2016-09-11
- performance Smarty::configLoad() did load unneeded template source object
uwetews
1
-1
/
+2
2016-09-11
- improvement move often used code snippets into methods
uwetews
1
-1
/
+2
2016-09-11
- improvement {math} misleading E_USER_WARNING messages when parameter value ...
uwetews
1
-0
/
+3
2016-09-11
- improvement {math} misleading E_NOTICE messages when parameter value = null...
uwetews
1
-3
/
+0
2016-09-11
- improvement {math} misleading E_NOTICE messages when parameter value = null...
uwetews
1
-0
/
+3
2016-09-09
- improvement {foreach} observe {break n} and {continue n} nesting levels whe...
uwetews
1
-1
/
+2
2016-09-09
- bugfix {foreach} must keep the @properties when restoring a saved $item var...
uwetews
1
-0
/
+1
2016-09-09
- bugfix/optimization {foreach} did not execute the {foreachelse} when iterat...
uwetews
1
-0
/
+3
2016-09-08
- bugfix implement wrapper for removed method getConfigVariable() https://git...
uwetews
1
-0
/
+3
2016-09-07
- bugfix {capture}{/capture} did add in 3.1.30 unintended additional blank li...
uwetews
1
-1
/
+2
2016-09-07
- bugfix when {foreach} was looping over an object the total property like {$...
uwetews
1
-1
/
+2
2016-09-07
- bugfix uppercase TRUE, FALSE and NULL did not work when security was enable...
uwetews
1
-0
/
+1
2016-09-07
- bugfix using nocache like attribute with value true like {plugin nocache=tr...
uwetews
1
-0
/
+3
2016-09-02
- performance require_once should be called only once for shared plugins http...
uwetews
1
-0
/
+3
2016-08-26
- bugfix change of 23.08.2016 failed on linux when use_include_path = true
uwetews
1
-0
/
+3
2016-08-23
- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user m...
uwetews
1
-0
/
+3
2016-08-20
- bugfix {make_nocache} failed when using composer autoloader https://github....
uwetews
1
-0
/
+1
2016-08-20
- bugfix {config_load ... scope="global"} shall not throw an arror but fallba...
uwetews
1
-0
/
+3
2016-08-14
- optimization remove unneeded call to update acopes when {assign} scope and ...
uwetews
1
-0
/
+1
2016-08-14
- bugfix Class 'Smarty_Internal_Runtime_ValidateCompiled' not found when upgr...
uwetews
1
-0
/
+2
2016-08-14
- bugfix $smarty_>debugging = true; did E_NOTICE messages when {eval} tag was...
uwetews
1
-1
/
+2
2016-08-07
Prepare 3.1.31-dev
uwetews
1
-1
/
+4
2016-08-07
Release 3.1.30
v3.1.30
uwetews
1
-1
/
+2
2016-08-07
- bugfix update of 04.08.2016 was incomplete
uwetews
1
-2
/
+5
2016-08-05
- updated error checking at template and config default handler
uwetews
1
-0
/
+1
2016-08-05
- bugfix compiling of templates failed when the Smarty delimiter did contain ...
uwetews
1
-0
/
+3
2016-08-04
04.08.2015
uwetews
1
-0
/
+3
2016-07-26
- optimization unneeded loading of compiled resource
uwetews
1
-0
/
+3
2016-07-24
- regression this->addPluginsDir('/abs/path/to/dir') adding absolute path wit...
uwetews
1
-0
/
+3
2016-07-23
- improvement remove double funtion declaration in plugin shared.escape_speci...
uwetews
1
-0
/
+1
2016-07-23
- bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute...
uwetews
1
-0
/
+4
2016-07-19
Fx changelog text for - bugfix {match} shell injection vulnerability patch pr...
uwetews
1
-1
/
+1
2016-07-19
- bugfix {match} shell injection vulnerability patch provided by Tim Weber
uwetews
1
-0
/
+1
2016-07-19
- bugfix multiple {include} with relative filepath within {block}{/block} cou...
uwetews
1
-0
/
+3
2016-07-18
- bugfix multiple {include} with relative filepath within {block}{/block} cou...
uwetews
1
-0
/
+1
2016-07-18
- bugfix avoid opcache_invalidate to result in ErrorException when opcache.re...
uwetews
1
-0
/
+1
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
[prev]
[next]