uwe.tews@googlemail.com
7d48680bd5
- bugfix in {if} and {while} tag compiler when using assignments as condition and nocache mode
2011-01-12 21:33:26 +00:00
uwe.tews@googlemail.com
65e823610d
- bugfix when using {$smarty.block.child} and name of {block} was in double quoted string
...
- bugfix updateParentVariables() was called twice when leaving {include} processing
2011-01-10 17:10:35 +00:00
uwe.tews@googlemail.com
9630a99a82
- bugfix dynamic configuration of $debugging_crtl did not work
...
- bugfix default value of $config_read_hidden changed to false
- bugfix format of attribute array on compiler plugins
- bugfix getTemplateVars() could return value from wrong scope
2010-12-31 13:47:12 +00:00
uwe.tews@googlemail.com
015f817259
- bugfix multiple {append} tags failed to compile.
2010-12-28 22:40:13 +00:00
uwe.tews@googlemail.com
b9477b0deb
- bugfix added missing support of $cache_attrs for registered plugins
2010-12-17 21:05:29 +00:00
uwe.tews@googlemail.com
6d897f0d59
- bugfix assigment as condition in {while} did drop an E_NOTICE
2010-12-15 09:08:35 +00:00
uwe.tews@googlemail.com
2918615377
- bugfix when passing an array as default parameter at {function} tag
2010-12-14 03:55:31 +00:00
uwe.tews@googlemail.com
f0c95ab79c
- bugfix {$smarty.template} in child template did not return right content
...
- bugfix Smarty3 did not search the PHP include_path for template files
2010-12-13 22:05:27 +00:00
uwe.tews@googlemail.com
5999777341
- bugfix fixed typo regarding yesterdays change to allow streamWrapper
2010-12-12 12:45:52 +00:00
uwe.tews@googlemail.com
b8b68d7edf
- bugfix changed code when writing temporary compiled files to allow stream_wrapper
2010-12-11 13:55:06 +00:00
uwe.tews@googlemail.com
cf50ede71a
- bugfix nested block tags in template inheritance child templates did not work correctly
...
- bugfix {$smarty.current_dir} in child template did not point to dir of child template
2010-12-11 13:27:14 +00:00
uwe.tews@googlemail.com
ea37403f01
- bugfix getTemplateVars() should return 'null' instead dropping E_NOTICE on an unassigned variable
2010-12-06 19:00:50 +00:00
uwe.tews@googlemail.com
6ddcf3819a
- bugfix empty($foo) in {if} did drop a notice when $foo was not assigned
2010-12-05 22:15:23 +00:00
uwe.tews@googlemail.com
5139a6fcd1
- other update regarding {debug}
2010-12-01 23:34:06 +00:00
uwe.tews@googlemail.com
176c3d625c
- improvement of {debug} tag output
2010-12-01 21:19:20 +00:00
uwe.tews@googlemail.com
e80dd75958
-change run output filter before cache file is written (as in Smarty2)
2010-11-27 15:05:38 +00:00
uwe.tews@googlemail.com
2e1c83f44d
-bugfix on parser at !$foo|modifier
...
-change parser logic when assignments used as condition in {if] and {while} to allow assign to array element
2010-11-24 19:38:45 +00:00
uwe.tews@googlemail.com
c08664e75e
-bugfix allow integer as attribute name in plugin calls
...
-change trimm whitespace from error message, removed long list of expected tokens
2010-11-23 23:36:16 +00:00
uwe.tews@googlemail.com
c0130d5d34
- added error message for illegal variable file attributes at {extends...} tags
2010-11-22 22:03:47 +00:00
uwe.tews@googlemail.com
1153ea5a5a
- bugfix on template inheritance when an {extends} tag was inserted by a prefilter
2010-11-22 19:43:11 +00:00
uwe.tews@googlemail.com
8e4cd21b3d
revert change of 19/11/2010 - bugfix on template inheritance. prefilter did not run over child blocks
...
It was no error
2010-11-20 15:24:32 +00:00
uwe.tews@googlemail.com
1c9f015135
- bugfix on block plugins with modifiers
...
- bugfix on template inheritance. prefilter did not run over child blocks
2010-11-20 00:00:24 +00:00
uwe.tews@googlemail.com
eddb301947
- change on handling of unassigned template variable -- default will drop E_NOTICE
...
- bugfix on Smarty2 wrapper load_filter() did not work
2010-11-18 18:58:53 +00:00
uwe.tews@googlemail.com
6b9921baae
2010-11-18 00:18:57 +00:00
uwe.tews@googlemail.com
f49ac309b9
- bugfix on {block} if name did contain '-'
2010-11-17 19:07:59 +00:00
uwe.tews@googlemail.com
6d4b6accfd
- bugfix on {call} with variable function name
2010-11-17 17:21:27 +00:00
uwe.tews@googlemail.com
a2d99d41b1
- bugfix on default parameter for {function}
2010-11-16 23:16:34 +00:00
uwe.tews@googlemail.com
db8867cd88
- bugfix whitespace in front of "<?php" in smarty_internal_compile_private_block_plugin.php
...
- bugfix {$smarty.now} did compile incorrectly
- bugfix on reset(),end(),next(),prev(),current() within tempaltes
2010-11-16 21:06:46 +00:00
uwe.tews@googlemail.com
ef85c9f2ad
- bugfix captured content could not be accessed globally
...
- bugfix Smarty2 wrapper functions could not be call from within plugins
2010-11-15 22:54:59 +00:00
uwe.tews@googlemail.com
21ed644f82
- bugfix when using {$smarty.session} as object
...
- bugfix scoping problem on $smarty object passed to filters
2010-11-15 19:17:18 +00:00
uwe.tews@googlemail.com
7135787127
- bugfix isset() did not allow multiple parameter
...
- improvment of some error messages
- bugfix html_image did use removed property $request_use_auto_globals
2010-11-14 15:08:44 +00:00
uwe.tews@googlemail.com
6ff5c28343
- bugfix overloading problem when $smarty->fetch()/display() have been used in plugins
2010-11-13 18:32:50 +00:00
uwe.tews@googlemail.com
5d278ce5ad
- code cleanup
2010-11-13 17:48:30 +00:00
uwe.tews@googlemail.com
7dc5c0a09d
- bugix overloading problem when $smarty->fetch()/display() have been used in plugins (introduced with 3.0.2)
2010-11-13 15:26:03 +00:00
uwe.tews@googlemail.com
fb29ed63ed
- improvement remove last linebreak from {function} definition
2010-11-13 11:16:01 +00:00
uwe.tews@googlemail.com
1f0c08ce3f
- fixed internal_config (removed unwanted code line)
2010-11-13 05:06:58 +00:00
uwe.tews@googlemail.com
fe63ad36b8
- reverted location of loadPlugin() to Smarty class
...
- fixed comments in plugins
2010-11-13 04:10:52 +00:00
uwe.tews@googlemail.com
3c04e4ff37
- bugfix on {debug}
2010-11-13 01:53:38 +00:00
uwe.tews@googlemail.com
5e21770fe5
- reactivated $error_reporting property handling
...
- fixed typo in compile_continue
- fixed security in {fetch} plugin
- changed back plugin parameters to two. second is template object
with transparent access to Smarty object
- fixed {config_load} scoping form compile time to run time
2010-11-12 23:42:32 +00:00
uwe.tews@googlemail.com
f044178bad
- major update including some API changes
2010-11-11 21:34:36 +00:00
uwe.tews@googlemail.com
93686c695d
2010-11-10 17:02:48 +00:00
uwe.tews@googlemail.com
8497415888
- observe compile_id also for config files
2010-11-10 16:46:57 +00:00
uwe.tews@googlemail.com
87ec00f518
-bugfix on complex expressions as start value for {for} tag
2010-11-09 20:35:47 +00:00
uwe.tews@googlemail.com
7af4fc7521
- bugfix do not allow access of dynamic and private object members of assigned objects when security is enabled.
2010-11-04 15:53:28 +00:00
uwe.tews@googlemail.com
c7e7f5b3b2
- bugfix related to E_NOTICE change. {if empty($foo)} did fail when $foo contained a string
2010-11-01 17:23:28 +00:00
uwe.tews@googlemail.com
0acba360d3
- bugfix on compiling modifiers within $smarty special vars like {$smarty.post.{$foo|lower}}
2010-10-28 20:11:01 +00:00
uwe.tews@googlemail.com
ecd1793bdf
- bugfix default parameter values did not work for template functions included with {include}
2010-10-27 16:42:01 +00:00
uwe.tews@googlemail.com
5176f39583
- bugfix for E_NOTICE change, array elements did not work as modifier parameter
2010-10-25 18:53:43 +00:00
uwe.tews@googlemail.com
ce7a278f44
- bugfix for the E_NOTICE change
2010-10-20 18:28:04 +00:00
uwe.tews@googlemail.com
be02af7246
- change Smarty does no longer mask out E_NOTICE by default during template processing
2010-10-19 16:06:52 +00:00