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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-21
- new feature The named capture buffers can now be accessed also as array
uwetews
2
-11
/
+19
2017-04-24
- fix spelling https://github.com/smarty-php/smarty/commit/e3eda8a5f5653d8abb...
uwetews
1
-2
/
+2
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
1
-42
/
+67
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
1
-68
/
+43
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
1
-43
/
+68
2017-04-14
Merge pull request #349 from ka7/feature/spelling
uwetews
3
-3
/
+3
2017-04-14
Merge pull request #337 from SvenRtbg/patch-1
uwetews
1
-1
/
+1
2017-04-13
- bugfix array_merge() parameter should be checked https://github.com/smarty-...
uwetews
1
-2
/
+6
2017-04-08
spelling fixes
klemens
3
-3
/
+3
2017-02-14
Fix typo in @method annotation
SvenRtbg
1
-1
/
+1
2016-11-23
- move template object cache into static variables
uwetews
2
-14
/
+35
2016-11-19
- change version checking
uwetews
1
-3
/
+7
2016-11-19
- bugfix inheritance root child templates containing nested {block}{/block} c...
uwetews
1
-1
/
+1
2016-11-11
fixed spelling chilek commented on c4746e9
uwetews
2
-51
/
+51
2016-11-07
- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311
uwetews
4
-127
/
+136
2016-10-27
- bugfix template function definitions array has not been cached between Smar...
uwetews
3
-22
/
+29
2016-10-23
- improvement/bugfix when Smarty::fetch() is called on a template object the ...
uwetews
1
-7
/
+8
2016-10-23
- improvement/bugfix when Smarty::fetch() is called on a template object the ...
uwetews
1
-2
/
+10
2016-10-21
- bugfix for compile locking touched timestamp of old compiled file was not r...
uwetews
1
-7
/
+20
2016-10-20
- bugfix nocache code was not removed in cache file when subtemplate did cont...
uwetews
1
-2
/
+0
2016-10-19
- bugfix {make_nocache $var} remove spaces from variable value https://github...
uwetews
1
-4
/
+4
2016-10-19
- bugfix {make_nocache $var} did fail when variable value did contain '\' htt...
uwetews
1
-2
/
+2
2016-10-12
- bugfix {include} with template names including variable or constants could ...
uwetews
1
-3
/
+2
2016-10-08
- optimization move runtime extension for template functions into Smarty objects
uwetews
6
-34
/
+35
2016-09-30
use absolute path normalizaion
uwetews
1
-1
/
+1
2016-09-30
- improvement new Smarty::$extends_recursion property to disable execution of...
uwetews
3
-4
/
+5
2016-09-29
- improvement new Smarty::$extends_recursion property to disable execution of...
uwetews
3
-11
/
+41
2016-09-28
- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https...
uwetews
3
-895
/
+888
2016-09-28
- bugfix the generated code for calling a subtemplate must pass the template ...
uwetews
1
-1
/
+1
2016-09-20
- temporary fix for https://github.com/smarty-php/smarty/issues/293 main reas...
uwetews
1
-4
/
+3
2016-09-20
- improvement new tags {block_parent} {block_child} in template inheritance
uwetews
5
-52
/
+136
2016-09-20
- bugfix some $smarty special template variables are no longer accessed as re...
uwetews
2
-73
/
+85
2016-09-19
- cleanup convert cache resource file method clear into runtime extension
uwetews
4
-32
/
+39
2016-09-19
- optimization clear compiled and cached folder completely on detected versio...
uwetews
3
-11
/
+20
2016-09-15
- improvement make Smarty::clearCompiledTemplate() on custom resource indepen...
uwetews
1
-1
/
+1
2016-09-15
- bugfix assigning a variable in if condition by function like {if $value = a...
uwetews
1
-18
/
+14
2016-09-15
- bugfix function plugins called with assign attribute like {foo assign='bar'...
uwetews
2
-4
/
+4
2016-09-15
- bugfix assigning a variable in if condition by function like {if $value = a...
uwetews
2
-21
/
+26
2016-09-11
- performance Smarty::configLoad() did load unneeded template source object
uwetews
2
-13
/
+14
2016-09-11
- improvement move often used code snippets into methods
uwetews
45
-75
/
+111
2016-09-09
- improvement {foreach} observe {break n} and {continue n} nesting levels whe...
uwetews
5
-70
/
+104
2016-09-09
- bugfix {foreach} must keep the @properties when restoring a saved $item var...
uwetews
1
-5
/
+13
2016-09-09
- bugfix/optimization {foreach} did not execute the {foreachelse} when iterat...
uwetews
1
-22
/
+18
2016-09-08
- bugfix implement wrapper for removed method getConfigVariable() https://git...
uwetews
4
-8
/
+44
2016-09-07
- bugfix {capture}{/capture} did add in 3.1.30 unintended additional blank li...
uwetews
1
-2
/
+2
2016-09-07
- bugfix when {foreach} was looping over an object the total property like {$...
uwetews
1
-1
/
+1
2016-09-07
- bugfix uppercase TRUE, FALSE and NULL did not work when security was enable...
uwetews
1
-1
/
+1
2016-09-07
- bugfix using nocache like attribute with value true like {plugin nocache=tr...
uwetews
1
-2
/
+2
2016-08-26
- bugfix change of 23.08.2016 failed on linux when use_include_path = true
uwetews
1
-1
/
+1
2016-08-23
- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user m...
uwetews
12
-25
/
+25
[next]