Commit Graph

487 Commits

Author SHA1 Message Date
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 626b95dfb4 2010-11-12 23:43:02 +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
monte.ohrt 86afd1b42a update version in README 2010-11-12 15:02:15 +00:00
uwe.tews@googlemail.com 6401833933 - reactivated $error_reporting property handling 2010-11-12 14:53:49 +00:00
monte.ohrt bafcf67f81 update license 2010-11-12 01:44:30 +00:00
monte.ohrt 5abe3d5c62 finish commit, resolve conflict 2010-11-12 01:38:08 +00:00
monte.ohrt 0d1cebad79 update README
2010-11-11 21:54:26 +00:00
monte.ohrt 6cd1b88fbe update README 2010-11-11 21:49:04 +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
uwe.tews@googlemail.com 147c5d0631 - bugfix on output buffer handling in isCached() method 2010-10-13 23:22:57 +00:00
uwe.tews@googlemail.com cf42bcd242 - bugfix on template inheritance using nested eval or string resource in {extends} tags 2010-10-13 20:26:12 +00:00
uwe.tews@googlemail.com 7ec3cb453c - bugfix removed ambiguity between ternary and stream variable in template syntax
- bugfix use caching properties of template instead of smarty object when compiling child {block}
- bugfix {*block}...{/block*} did throw an exception in template inheritance
2010-10-13 15:44:03 +00:00
uwe.tews@googlemail.com 415d2f43e2 - added {break} and {continue} tags for flow control of {foreach},{section},{for} and {while} loops
- change of 'string' resource. It's no longer evaluated and compiled files are now stored
- new 'eval' resource which evaluates a template without saving the compiled file
- change in isCached() method to allow multiple calls for the same template
2010-10-01 13:19:53 +00:00
uwe.tews@googlemail.com dde2219004 - bugfix on some compiling modifiers 2010-09-25 13:31:57 +00:00
uwe.tews@googlemail.com 802d40f3d3 - bugfix merge_compiled_includes flag was not restored correctly in {block} tag 2010-09-24 12:13:19 +00:00
uwe.tews@googlemail.com e8ab747a60 - bugfix on default modifier 2010-09-22 13:06:47 +00:00
uwe.tews@googlemail.com b38e46db46 - bugfix untility compileAllConfig() did not create sha1 code for compiled template file names if template_dir was defined with no trailing DS
- bugfix on templateExists() for extends resource
2010-09-18 14:57:02 +00:00
uwe.tews@googlemail.com 18bcfa2ba7 - bugfix {$smarty.template} and {$smarty.current_dir} did not compile correctly within {block} tags
- bugfix corrected error message on missing template files in extends resource
- bugfix untility compileAllTemplates() did not create sha1 code for compiled template file names if template_dir was defined with no trailing DS
2010-09-17 18:10:10 +00:00
uwe.tews@googlemail.com 66752cd790 - bugfix when a doublequoted modifier parameter did contain Smarty tags and ':' 2010-09-16 16:29:44 +00:00
uwe.tews@googlemail.com 44c6732970 15/09/2010
- bugfix resolving conflict between '<%'/'%>' as custom Smarty delimiter and ASP tags
- use ucfirst for resource name on internal resource class names
2010-09-15 15:17:28 +00:00
uwe.tews@googlemail.com 4556f7d370 - bugfix for change of 08/09/2010 (final {block} tags in subtemplates did not produce correct results) 2010-09-12 17:46:04 +00:00
uwe.tews@googlemail.com 255c271246 - bugfix for change of 08/09/2010 (final {block} tags in subtemplates did not produce correct results) 2010-09-10 11:15:15 +00:00
Uwe.Tews 550a416209 - allow multiple template inheritance branches starting in subtemplates 2010-09-08 17:40:00 +00:00
Uwe.Tews a2f50cebd4 - bugfix {counter} and {cycle} plugin assigned result to smarty variable not in local(template) scope
- bugfix templates containing just {strip} {/strip} tags did produce an error
2010-09-07 16:24:34 +00:00
Uwe.Tews 96e3d9937a - fixed E_STRICT errors for uninitialized variables 2010-08-23 14:40:10 +00:00
Uwe.Tews ee15e53542 - added attribute cache_id to {include} tag 2010-08-22 12:15:51 +00:00
monte.ohrt 21d507a5cb fix formatting 2010-08-17 15:39:51 +00:00
Uwe.Tews ad921936b0 - remove exception_handler property from Smarty class
- added Smarty's own exceptions SmartyException and SmartyCompilerException
2010-08-13 10:39:51 +00:00
Uwe.Tews cbc4205669 - bugfix on modifier with doublequoted strings as parameter containing embedded tags 2010-08-09 14:28:28 +00:00
Uwe.Tews 85450515d9 2010-08-06 15:34:18 +00:00
Uwe.Tews a8cb6c737f 2010-08-06 14:38:33 +00:00
Uwe.Tews cf231447d2 - bugfix when cascading some modifier like |strip|strip_tags modifier 2010-08-06 13:43:52 +00:00
Uwe.Tews 09dfffd2a0 - bugfix in nocache sections {include} must not cache the subtemplate 2010-08-05 21:13:29 +00:00
Uwe.Tews 08874b0965 - added plugin type modifiercompiler to produce compiled modifier code
- changed standard modifier plugins to the compiling versions whenever possible
2010-08-05 17:50:16 +00:00
Uwe.Tews 254c9e6c53 - bugfix strip did not work correctly in conjunction with comment lines 2010-08-02 16:29:23 +00:00
Uwe.Tews e8fbee624d - bugfix on nocache attribute at {assign} and {append} 2010-07-31 13:29:59 +00:00
Uwe.Tews b52cbe9adb - bugfix passing scope attributes in doublequoted strings did not work at {include} {assign} and {append} 2010-07-30 13:09:52 +00:00
Uwe.Tews 7c7d65eb32 2010-07-25 11:42:46 +00:00