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
2015-12-31
- optimization of {assign}, {if} and {while} compiled code
uwetews
1
-0
/
+3
2015-12-30
- bugfix plugin names starting with "php" did not compile https://github.com/...
uwetews
1
-0
/
+3
2015-12-29
- bugfix Smarty::error_reporting was not observed when display() or fetch() w...
uwetews
1
-1
/
+3
2015-12-28
- optimization of {foreach} code size and processing
uwetews
1
-0
/
+3
2015-12-27
- PHPdoc updates
uwetews
1
-0
/
+1
2015-12-27
- code fixes
uwetews
1
-0
/
+1
2015-12-27
- update external methods
uwetews
1
-0
/
+1
2015-12-27
- improve inheritance code
uwetews
1
-0
/
+3
2015-12-25
- new feature If ACP is enabled force an apc_compile_file() when compiled or ...
uwetews
1
-0
/
+2
2015-12-25
- optimization replace hhvm extension by inline code
uwetews
1
-0
/
+1
2015-12-25
- compile {block} tag code and its processing into classes
uwetews
1
-0
/
+3
2015-12-24
- bugfix post filter did fail on template inheritance https://github.com/smar...
uwetews
1
-1
/
+2
2015-12-24
- new feature Compiler does now observe the template_dir setting and will cre...
uwetews
1
-0
/
+3
2015-12-23
- new feature Caching does now observe the template_dir setting and will cre...
uwetews
1
-1
/
+2
2015-12-23
- optimization move subtemplate processing back into template object
uwetews
1
-1
/
+2
2015-12-23
- optimization move internal method decodeProperties back into template object
uwetews
1
-0
/
+3
2015-12-22
- code optimizations
uwetews
1
-0
/
+1
2015-12-22
- change $xxx_dir properties from private to protected in case Smarty class g...
uwetews
1
-0
/
+3
2015-12-21
- bugfix {strip} must remove all blanks between html tags https://github.com/...
uwetews
1
-0
/
+1
2015-12-21
- optimization of filepath normalization
uwetews
1
-0
/
+2
2015-12-21
- bugfix a filepath starting with '/' or '\' on windows should normalize to t...
uwetews
1
-0
/
+3
2015-12-21
- bugfix a filepath starting with '/' or '\' on windows should normalize to t...
uwetews
1
-4
/
+0
2015-12-21
- bugfix a filepath starting with '/' or '\' on windows should normalize to t...
uwetews
1
-0
/
+4
2015-12-21
Prepare 3.1.20-dev
uwetews
1
-1
/
+2
2015-12-21
Release 3.1.29
v3.1.29
uwetews
1
-2
/
+1
2015-12-21
v3.1.28-p1 patch
uwetews
1
-0
/
+1
2015-12-21
- optimization improve speed of filetime checks on extends and extendsall res...
uwetews
1
-0
/
+3
2015-12-20
- bugfix the source uid of the extendsall resource must contain $template_dir...
uwetews
1
-0
/
+1
2015-12-20
- bugfix add addition check for OS type on normalization of file path https:/...
uwetews
1
-0
/
+1
2015-12-20
- update compilation of Smarty special variables
uwetews
1
-0
/
+1
2015-12-20
- bugfix failure when the default resource type was set to 'extendsall' https...
uwetews
1
-0
/
+3
2015-12-19
- bugfix broken PHP 5.2 compatibility https://github.com/smarty-php/smarty/is...
uwetews
1
-1
/
+1
2015-12-19
- improvement make sure that compiled and cache templates never can contain a...
uwetews
1
-0
/
+1
2015-12-19
- remove no longer used code
uwetews
1
-0
/
+1
2015-12-19
- bugfix broken PHP 5.2 compatibility
uwetews
1
-1
/
+2
2015-12-19
- bugfix using $smarty.capture.foo in expressions could fail https://github.c...
uwetews
1
-0
/
+3
2015-12-18
typo
uwetews
1
-1
/
+1
2015-12-18
- bugfix regression when mdifier parameter was follow by math https://github....
uwetews
1
-0
/
+3
2015-12-17
- bugfix text content consisting of just a single '0' like in {if true}0{/if}...
uwetews
1
-0
/
+2
2015-12-17
- bugfix using {block append/prepend} on same block in multiple levels of inh...
uwetews
1
-1
/
+1
2015-12-17
- bugfix {$smarty.capture.nameFail} did lowercase capture name https://github...
uwetews
1
-0
/
+3
2015-12-16
- bugfix direct access $smarty->template_dir = 'foo'; should call Smarty::set...
uwetews
1
-0
/
+1
2015-12-16
- bugfix {foreach} did fail if from atrribute is a Generator class https://gi...
uwetews
1
-0
/
+3
2015-12-15
- bugfix a call to clearAllCache() and other should clear all internal templ...
uwetews
1
-1
/
+2
2015-12-15
Merge pull request #126 from glensc/patch-1
uwetews
1
-2
/
+2
2015-12-15
- bugfix {$smarty.cookies.foo} did return the $_COOKIE array not the 'foo' v...
uwetews
1
-0
/
+3
2015-12-14
typos here too
Elan Ruusamäe
1
-2
/
+2
2015-12-14
- bugfix multiple calls of {section} with same name droped E_NOTICE error ht...
uwetews
1
-1
/
+2
2015-12-14
- bugfix {$smarty.config.foo} broken in 3.1.28 https://github.com/smarty-php...
uwetews
1
-1
/
+3
2015-12-13
Prepare .1.29-dev
uwetews
1
-1
/
+3
[next]