summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com130-4789/+6509
2014-06-05 - fixed PHPUnit outputFilterTrimWhitespaceTests.php assertion of test resultUwe.Tews@googlemail.com1-0/+3
2014-06-02Rename release note fileUwe.Tews@googlemail.com1-0/+0
2014-06-02 - using multiple cwd with relative template dirs could result in identical ↵Uwe.Tews@googlemail.com4-4/+6
compiled file names. (issue 194 and topic 25099)
2014-04-19 - bugfix clearCompiledTemplate() did not delete files on WINDOWS when a ↵Uwe.Tews@googlemail.com2-4/+5
compile_id was specified
2014-04-19bugfix calling createTemplate(template, data) with empty data array caused ↵Uwe.Tews@googlemail.com3-824/+826
notice of array to string conversion (Issue 189)
2014-04-18fixed typosUwe.Tews@googlemail.com1-1/+1
2014-04-18(no commit message)Uwe.Tews@googlemail.com2-2/+5
2014-04-07Update dev version number to 3.1.19-devUwe.Tews@googlemail.com2-3/+5
2014-04-07update to 3.1.18monte.ohrt1-0/+1
2014-04-06bugfix update of composer file (Issue 168 and 184)Uwe.Tews@googlemail.com1-0/+1
2014-04-06 - bugfix template inheritance fail when using custom resource after patch ↵Uwe.Tews@googlemail.com2-3/+10
of 8.3.2014 (Issue 187)
2014-04-04 - bugfix default date format leads to extra spaces when displaying dates ↵Uwe.Tews@googlemail.com2-1/+4
with single digit days (Issue 182)
2014-03-26 - bugfix Smart_Resource_Custom should not lowercase the resource name ↵Uwe.Tews@googlemail.com2-1/+4
(Issue 183)
2014-03-24 - bugfix using a {foreach} property like @iteration could fail when used in ↵Uwe.Tews@googlemail.com2-13/+15
inheritance parent templates (Issue 182)
2014-03-20 - bugfix $smarty->auto_literal and mbsting.func_overload 2, 6 or 7 did fail ↵Uwe.Tews@googlemail.com2-781/+874
(forum topic 24899)
2014-03-18 - revert change of 17.03.2014Uwe.Tews@googlemail.com2-567/+572
2014-03-17fix line endingsUwe.Tews@googlemail.com4-2847/+2847
2014-03-17 - bugfix $smarty->auto_literal and mbsting.func_overload 2, 6 or 7 did fail ↵Uwe.Tews@googlemail.com2-27/+30
(forum topic 24899)
2014-03-15 - bugfix Smarty_CacheResource_Keyvaluestore did use different keys on ↵Uwe.Tews@googlemail.com2-1/+4
read/writes and clearCache() calls (Issue 169)
2014-03-13 - bugfix clearXxx() change of 27.1.2014 did not work when specifing ↵Uwe.Tews@googlemail.com3-2/+5
cache_id or compile_id (forum topic 24868 and 24867)
2014-03-12update changelogmonte.ohrt1-0/+1
2014-03-08 08.03.2014Uwe.Tews@googlemail.com2-0/+10
- bugfix relative file path {include} within {block} of child templates did throw exception on first call (Issue 177)
2014-02-17 - bugfix Smarty failed when executing PHP on HHVM (Hip Hop 2.4) because ↵Uwe.Tews@googlemail.com5-5/+8
uniqid('',true) does return string with ',' (forum topic 20343)
2014-02-16 - bugfix a '//' or '\\' in template_dir path could produce wrong path on ↵Uwe.Tews@googlemail.com2-17/+28
relative filepath in {include} (Issue 175)
2014-02-05 - bugfix shared.literal_compiler_param.php did throw an exception when ↵Uwe.Tews@googlemail.com2-1/+4
literal did contain a '-' (smarty-developers group)
2014-01-27 - bugfix clearCompiledTemplate(), clearAll() and clear() should use ↵Uwe.Tews@googlemail.com3-2/+3
realpath to avoid possible exception from RecursiveDirectoryIterator (Issue 171)
2014-01-27 - bugfix $smarty->debugging = true; did show the variable of the $smarty ↵Uwe.Tews@googlemail.com2-1/+4
object not the variables used in display() call (forum topic 24764)
2014-01-26 - bugfix undo block nesting checks for {nocache} for reasons like forum ↵Uwe.Tews@googlemail.com2-7/+5
topic 23280 (forum topic 24762)
2014-01-18 - bugfix the compiler did fail when using template inheritance and ↵Uwe.Tews@googlemail.com2-2/+5
recursive {include} (smarty-developers group)
2014-01-11 - internals content cache should be clear when updating cache fileUwe.Tews@googlemail.com2-0/+2
2014-01-11(no commit message)Uwe.Tews@googlemail.com2-2/+5
2014-01-08 - bugfix SmartyBC.class.php should use require_once to load ↵Uwe.Tews@googlemail.com2-1/+2
Smarty.class.php (forum topic 24683)
2014-01-08 - bugfix Smarty_CacheResource_Custom did not handle template resource type ↵Uwe.Tews@googlemail.com2-1/+30
specifications on clearCache() calls (Issue 161)
2013-12-17update changelogmonte.ohrt1-0/+1
2013-12-15 - enhancement additional debug output at $smarty->_parserdebug = true;Uwe.Tews@googlemail.com6-203/+253
2013-12-15 - bugfix {include} with {block} tag handling (forum topic 24599, 24594, ↵Uwe.Tews@googlemail.com5-2/+59
24682) (Issue 161) Read 3.1.16_RELEASE_NOTES for more details
2013-11-07 - bugfix compiler could fail if PHP mbstring.func_overload is enabled ↵Uwe.Tews@googlemail.com3-28/+29
(Issue 164)
2013-11-07 - bugfix too restrictive handling of {include} within {block} tags. 3.1.15 ↵Uwe.Tews@googlemail.com2-3/+3
did throw errors where 3.1.14 did not (forum topic 24599)
2013-10-29 - bugfix multiple {block}s with same name in parent did not work (forum ↵Uwe.Tews@googlemail.com2-1/+2
topic 24631)
2013-10-28 - bugfix correction of modifier capitalize fix from 3.10.2013 (issue 159)Uwe.Tews@googlemail.com2-6/+7
2013-10-28 - bugfix notice "Trying to get property of non-object" removed (Issue 163)Uwe.Tews@googlemail.com2-2/+3
2013-10-28 - bugfix variable resource name at custom resource plugin did not work ↵Uwe.Tews@googlemail.com2-4/+7
within {block} tags (Issue 163)
2013-10-20 - bugfix a variable file name at {extends} tag did fail (forum topic 24618)Uwe.Tews@googlemail.com2-2/+7
2013-10-14 - bugfix yesterdays fix could result in an undefined variableUwe.Tews@googlemail.com2-0/+5
2013-10-13.- bugfix relative includes with same name like {include './foo.tpl'} from ↵Uwe.Tews@googlemail.com3-9/+19
different folder failed (forum topic 24590)(Issue 161)
2013-10-13 bugfix variable names on {include} in template inheritance did unextepted ↵Uwe.Tews@googlemail.com2-6/+3
error message (forum topic 24585) (Issue 161)
2013-10-04 - bugfix variable file names at {extends} had been disbabled by mistake ↵Uwe.Tews@googlemail.com2-7/+4
with the rewrite of template inheritance of 24.08.2013 (forum topic 24585)
2013-10-03 - bugfix loops using modifier capitalize did eat up memory (issue 159)Uwe.Tews@googlemail.com2-11/+36
2013-10-01update change logmonte.ohrt1-0/+1