Uwe.Tews@googlemail.com
a0a24e1975
- enhancement additional debug output at $smarty->_parserdebug = true;
2013-12-15 15:25:50 +00:00
Uwe.Tews@googlemail.com
7f88dcd31f
- bugfix {include} with {block} tag handling (forum topic 24599, 24594, 24682) (Issue 161)
...
Read 3.1.16_RELEASE_NOTES for more details
2013-12-15 15:19:01 +00:00
Uwe.Tews@googlemail.com
6abc9ea0d3
- bugfix compiler could fail if PHP mbstring.func_overload is enabled (Issue 164)
2013-11-07 20:00:56 +00:00
Uwe.Tews@googlemail.com
4e1f7b1568
- bugfix too restrictive handling of {include} within {block} tags. 3.1.15 did throw errors where 3.1.14 did not (forum topic 24599)
2013-11-07 19:09:37 +00:00
Uwe.Tews@googlemail.com
c8996a4085
- bugfix multiple {block}s with same name in parent did not work (forum topic 24631)
2013-10-29 00:40:14 +00:00
Uwe.Tews@googlemail.com
c3e6823f5d
- bugfix notice "Trying to get property of non-object" removed (Issue 163)
2013-10-28 23:53:01 +00:00
Uwe.Tews@googlemail.com
26e4a5120e
- bugfix variable resource name at custom resource plugin did not work within {block} tags (Issue 163)
2013-10-28 18:24:01 +00:00
Uwe.Tews@googlemail.com
8342cf45f3
- bugfix a variable file name at {extends} tag did fail (forum topic 24618)
2013-10-20 15:27:35 +00:00
Uwe.Tews@googlemail.com
fccd80818b
- bugfix yesterdays fix could result in an undefined variable
2013-10-14 07:47:49 +00:00
Uwe.Tews@googlemail.com
c3994f4006
.- bugfix relative includes with same name like {include './foo.tpl'} from different folder failed (forum topic 24590)(Issue 161)
2013-10-13 17:49:38 +00:00
Uwe.Tews@googlemail.com
cd6c1c2ff8
bugfix variable names on {include} in template inheritance did unextepted error message (forum topic 24585) (Issue 161)
2013-10-13 12:48:07 +00:00
Uwe.Tews@googlemail.com
51453d196b
- bugfix variable file names at {extends} had been disbabled by mistake with the rewrite of
...
template inheritance of 24.08.2013 (forum topic 24585)
2013-10-04 08:47:46 +00:00
Uwe.Tews@googlemail.com
953f6f5a14
- improvement on performance when using error handler and multiple template folders (issue 152)
2013-10-01 18:56:49 +00:00
Uwe.Tews@googlemail.com
51ee8c4ad9
- use current delimiters in compiler error messages (issue 157)
2013-10-01 18:48:29 +00:00
Uwe.Tews@googlemail.com
5bbfbafc47
- improvement added patch for additional SmartyCompilerException properties for better access to scource information (forum topic 24559)
2013-09-17 20:44:41 +00:00
Uwe.Tews@googlemail.com
bf8275ee20
- bugfix recompiled templates did not show on first request with zend opcache cache (forum topic 24320)
2013-09-16 18:47:04 +00:00
Uwe.Tews@googlemail.com
0d9f9802db
- bugfix incorrect compiled code with array(object,method) callback at registered Variable Filter (forum topic 24542}
2013-09-09 16:10:13 +00:00
Uwe.Tews@googlemail.com
96c2a9c71a
- bugfix delimiter followed by linebreak did not work as auto literak after update form 24.08.2013 (forum topic 24518}
2013-08-27 19:42:38 +00:00
Uwe.Tews@googlemail.com
98c1dd29cd
- bugfix and enhancement
...
Because several recent problems with template inheritance the {block} tag compiler has been rewriten
- Error messages shown now the correct child template file and line number
- The compiler could fail on some larger UTF-8 text block (forum topic 24455}
- The {strip} tag can now be placed outside {block} tags in child templates (forum topic 24289}
- change SmartyException::$escape is now false by default
- change PHP traceback has been remove for SmartyException and SmartyCompilerException
2013-08-24 18:46:31 +00:00
Uwe.Tews@googlemail.com
e206ba63f0
- bugfix compiled filepath of config file did not observe different config_dir (forum topic 24493)
2013-08-14 19:38:03 +00:00
Uwe.Tews@googlemail.com
e9601e1d6d
- bugfix avoid possible E_STRICT error after bugfix for (forum topic 24493)
2013-08-13 23:03:28 +00:00
Uwe.Tews@googlemail.com
3ad903ad21
- bugfix the internal resource cache did not observe config_dir changes (forum topic 24493)
2013-08-13 20:54:59 +00:00
Uwe.Tews@googlemail.com
518ffca6f5
- bugfix internal $tmpx variables must be unique over all inheritance templates (Issue 149)
2013-08-12 21:09:29 +00:00
Uwe.Tews@googlemail.com
35d2e254bb
- bugfix a newline was eaten when a <?xml ... ?> was passed by a Smarty variable and caching was enabled (forum topic 24482)
2013-08-10 09:55:27 +00:00
Uwe.Tews@googlemail.com
6d88d33c5b
- bugfix headers already send warning thrown when using 'SMARTY_DEBUG=on' from URL (Issue 148)
2013-07-29 13:58:08 +00:00
Uwe.Tews@googlemail.com
6851c57ef8
- enhancement allow access to properties of registered opjects for Smarty2 BC (forum topic 24344)
2013-07-27 10:06:43 +00:00
Uwe.Tews@googlemail.com
e62dcaa6a9
- enhancement allow access to properties of registered opjects for Smarty2 BC (forum topic 24344)
2013-07-27 09:48:42 +00:00
Uwe.Tews@googlemail.com
697696fef9
Source code reformatted
2013-07-27 07:05:26 +00:00
Uwe.Tews@googlemail.com
f83eba920d
- bugfix template inheritance nesting problem (forum topic 24387)
2013-07-26 13:50:44 +00:00
Uwe.Tews@googlemail.com
584886cb1c
- update code generated by PSR-2 standards fixer which introduced PHP 5.4 incompatibilities of 14.7.2013
2013-07-15 18:18:28 +00:00
Uwe.Tews@googlemail.com
00ccae8857
- update for PHP 5.4 compatibility
...
- reformat source to PSR-2 standard
2013-07-14 22:15:45 +00:00
Uwe.Tews@googlemail.com
f99e6a83ce
- bugfix increase of internal maximum parser stacksize to allow more complex tag code {forum topic 24426}
2013-07-14 21:12:08 +00:00
Uwe.Tews@googlemail.com
917f92d38b
- bugfix Do not remove '//' from file path at normalization (Issue 142)
2013-07-12 00:16:43 +00:00
Uwe.Tews@googlemail.com
b0b2c0e86d
17.06.2013
...
- fixed spelling in sources and documentation (from smarty-developers forum Veres Lajos)
2013-06-17 12:34:10 +00:00
Uwe.Tews@googlemail.com
00c034b593
- enhancement an expire_time of -1 in clearCache() and clearAllCache() will delete outdated cache files
...
by their individual cache_lifetime used at creation (forum topic 24310)
2013-05-26 10:50:13 +00:00
Uwe.Tews@googlemail.com
f074a20ed5
- bugfix after the fix for Issue #130 compiler exceptions got double escaped (Forum Topic 24199)
2013-04-05 22:19:13 +00:00
Uwe.Tews@googlemail.com
58f2227cce
- bugfix post filter must not run when compiling inheritance child blocks (Forum Topic 24094)
2013-04-05 21:19:28 +00:00
uwe.tews@googlemail.com
6612fa6d8b
- bugfix Compile ID gets nulled when compiling child blocks (Issue #134 )
2013-02-28 19:23:04 +00:00
uwe.tews@googlemail.com
bd8af7c5cb
- bugfix nocache blocks could be lost when using CACHING_LIFETIME_SAVED (Issue #133 )
2013-02-28 19:17:26 +00:00
uwe.tews@googlemail.com
2140439352
- bugfix wrong tag type in smarty_internal_templatecompilerbase.php could cause wrong plugin search order (Forum Topic 24028)
2013-01-24 19:16:41 +00:00
uwe.tews@googlemail.com
af4735193e
- added abstract method declaration doCompile() in Smarty_Internal_TemplateCompilerBase (Forum Topic 23969)
2013-01-09 23:54:31 +00:00
uwe.tews@googlemail.com
993a2eac70
- enhancement to allow variable constant names like {$smarty.const.{$foo}} (Forum Topic 23970)
2013-01-09 23:35:40 +00:00
uwe.tews@googlemail.com
285a535346
- bugfix template inheritance could fail if nested {block} tags in childs did contain {$smarty.block.child} (Issue #127 )
...
- bugfix template inheritance could fail if {block} tags in childs did have similar name as used plugins (Issue #128 )
2013-01-09 23:05:09 +00:00
uwe.tews@googlemail.com
2f83a70627
- bugfix compilation did fail when a prefilter did modify an {extends} tag (Forum Topic 23966)
2013-01-09 00:05:07 +00:00
uwe.tews@googlemail.com
b24eada147
- Allow '://' URL syntax in template names of stream resources (Issue #129 )
2013-01-06 19:22:48 +00:00
uwe.tews@googlemail.com
6ebd099041
- bugfix wrong variable usage in smarty_internal_utility.php (Issue #125 )
2012-11-27 13:37:35 +00:00
uwe.tews@googlemail.com
88693d327a
- bugfix global variable assigned within template function are not seen after template function exit (Forum Topic 23800)
2012-11-26 20:11:10 +00:00
uwe.tews@googlemail.com
27be6508bd
- bugfix assignGlobal() called from plugins did not work (Forum Topic 23771)
2012-11-20 02:06:20 +00:00
uwe.tews@googlemail.com
191a13b623
- bugfix template inheritance failed to compile with delimiters {/ and /} (Forum Topic 23008)
2012-09-14 14:42:15 +00:00
uwe.tews@googlemail.com
81a6d0869b
- bugfix tag option flags and shorttag attributes did not work when rdel started with '=' (Forum Topic 22979)
2012-09-10 22:04:03 +00:00