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
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
3
-43
/
+72
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
3
-73
/
+44
2017-04-17
Add PHP 7.1 to travis tests
uwetews
1
-0
/
+1
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
3
-44
/
+73
2017-04-14
- merge pull requests https://github.com/smarty-php/smarty/pull/349, https://...
uwetews
1
-0
/
+4
2017-04-14
Merge pull request #322 from simivar/patch-1
uwetews
1
-1
/
+1
2017-04-14
Merge pull request #349 from ka7/feature/spelling
uwetews
11
-16
/
+16
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
2
-3
/
+9
2017-04-13
Prepare 3.1.32-dev
uwetews
2
-5
/
+7
2017-04-08
spelling fixes
klemens
11
-16
/
+16
2017-02-14
Fix typo in @method annotation
SvenRtbg
1
-1
/
+1
2016-12-29
Fix annotation for addPluginsDir()
simivar
1
-1
/
+1
2016-12-21
Update Autoloader.php
Elan Ruusamäe
1
-1
/
+1
2016-12-14
prepare 3.1.31 release
v3.1.31
uwetews
3
-33
/
+3
2016-11-23
- move template object cache into static variables
uwetews
4
-24
/
+49
2016-11-19
- change version checking
uwetews
3
-27
/
+9
2016-11-19
- bugfix inheritance root child templates containing nested {block}{/block} c...
uwetews
3
-2
/
+6
2016-11-11
- smaller speed optimization
uwetews
2
-3
/
+5
2016-11-11
touch
uwetews
1
-1
/
+1
2016-11-11
touch
uwetews
1
-1
/
+1
2016-11-11
fixed spelling chilek commented on c4746e9
uwetews
4
-58
/
+58
2016-11-11
- bugfix when Smarty is using a cached template object on Smarty::fetch() or ...
uwetews
2
-1
/
+8
2016-11-08
add utility to build Smarty_Internal_Testinstall
uwetews
2
-0
/
+31
2016-11-08
Merge pull request #295 from glensc/patch-1
uwetews
1
-0
/
+8
2016-11-08
- add bootstrap file to load and register Smarty_Autoloader. Change composer....
uwetews
6
-31
/
+58
2016-11-07
- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311
uwetews
9
-159
/
+159
2016-10-27
- bugfix template function definitions array has not been cached between Smar...
uwetews
5
-24
/
+35
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
3
-3
/
+15
2016-10-21
- bugfix for compile locking touched timestamp of old compiled file was not r...
uwetews
3
-8
/
+24
2016-10-20
- bugfix nocache code was not removed in cache file when subtemplate did cont...
uwetews
3
-3
/
+5
2016-10-19
- bugfix {make_nocache $var} remove spaces from variable value https://github...
uwetews
3
-5
/
+6
2016-10-19
- bugfix {make_nocache $var} did fail when variable value did contain '\' htt...
uwetews
3
-3
/
+6
2016-10-12
- bugfix {include} with template names including variable or constants could ...
uwetews
3
-4
/
+7
2016-10-08
- optimization move runtime extension for template functions into Smarty objects
uwetews
8
-35
/
+39
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
2
-3
/
+12
2016-09-29
- improvement new Smarty::$extends_recursion property to disable execution of...
uwetews
4
-11
/
+49
2016-09-28
- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https...
uwetews
7
-907
/
+892
2016-09-28
- bugfix the generated code for calling a subtemplate must pass the template ...
uwetews
3
-3
/
+6
2016-09-27
- bugfix when Smarty does use an internally cached template object on Smarty:...
uwetews
2
-1
/
+6
2016-09-24
exclude files from git export
Elan Ruusamäe
1
-0
/
+8
2016-09-20
- temporary fix for https://github.com/smarty-php/smarty/issues/293 main reas...
uwetews
2
-5
/
+4
2016-09-20
- improvement new tags {block_parent} {block_child} in template inheritance
uwetews
10
-56
/
+154
2016-09-20
- bugfix some $smarty special template variables are no longer accessed as re...
uwetews
5
-106
/
+92
2016-09-19
- cleanup convert cache resource file method clear into runtime extension
uwetews
6
-33
/
+41
2016-09-19
- optimization clear compiled and cached folder completely on detected versio...
uwetews
5
-12
/
+46
2016-09-15
- improvement make Smarty::clearCompiledTemplate() on custom resource indepen...
uwetews
3
-2
/
+3
[prev]
[next]