Commit Graph

  • 0f39bdfd59 added modifier unescape:"url", fix (Forum Topic 20980) rodneyrehm 2012-02-06 20:33:07 +00:00
  • 6d90cd3fd7 bugfix fetch('extends:foo.tpl') always yielded $source->exists == true (Forum Topic 20980) rodneyrehm 2012-02-06 20:18:47 +00:00
  • 8f805ca871 todo rodneyrehm 2012-02-06 20:17:49 +00:00
  • b9bae74db6 improvement stream_resolve_include_path() added to Smarty_Internal_Get_Include_Path (Forum Topic 20980) rodneyrehm 2012-02-06 20:17:32 +00:00
  • f009a80a74 typos rodneyrehm 2012-01-30 11:39:04 +00:00
  • 26eac9888d bugfix Smarty_Security internal $_resource_dir cache wasn't properly propagated rodneyrehm 2012-01-30 11:31:34 +00:00
  • 9419a999c9 uwe.tews@googlemail.com 2012-01-27 19:30:53 +00:00
  • d8b26c5ad0 - bugfix output filter must not run before writing cache when template does contain nocache code {Issue 71} uwe.tews@googlemail.com 2012-01-20 18:21:32 +00:00
  • 1e2fb8fbbe - fixed typo in template parser uwe.tews@googlemail.com 2012-01-20 14:52:50 +00:00
  • c352723ec9 - bugfix typo in Smarty_Internal_Get_IncludePath did cause runtime overhead (Issue 74) - improvment remove unneeded assigments (Issue 75 and 76) uwe.tews@googlemail.com 2012-01-20 14:47:01 +00:00
  • b38be6edaa - bugfix {block foo nocache} did not load plugins within child {block} in nocache mode (Forum Topic 20753) uwe.tews@googlemail.com 2012-01-02 20:49:26 +00:00
  • 1b25005d42 - bugfix embedded quotes in single quoted strings did not compile correctly in {nocache} sections (Forum Topic 20730) uwe.tews@googlemail.com 2011-12-29 18:44:09 +00:00
  • 3d409db9b1 typo rodneyrehm 2011-12-29 13:32:40 +00:00
  • ec99ee7ee6 - bugfix enable more entropy in Smarty_Internal_Write_File for "more uniqueness" and Cygwin compatibility rodneyrehm 2011-12-29 13:30:09 +00:00
  • 05f17be99a - bugfix Smarty's internal header code must be excluded from postfilters (issue 71) uwe.tews@googlemail.com 2011-12-28 18:51:20 +00:00
  • d6abd3155d - bugfix template inheritace did fail if mbstring.func_overload != 0 (issue 70) (Forum Topic 20680) uwe.tews@googlemail.com 2011-12-22 19:37:44 +00:00
  • 44f7651eb2 - bugfix the new lexer of 17.12.2011 did fail if mbstring.func_overload != 0 (issue 70) (Forum Topic 20680) uwe.tews@googlemail.com 2011-12-22 16:33:12 +00:00
  • 04c1b32a81 adjust formatting uwe.tews@googlemail.com 2011-12-20 17:50:15 +00:00
  • ea567850b0 - bugfix template inheritance: {$smarty.block.child} in nested child {block} tags did not return content after {$smarty.block.child} (Forum Topic 20564) uwe.tews@googlemail.com 2011-12-20 15:52:59 +00:00
  • dae58ebd3e update changelog monte.ohrt 2011-12-19 22:12:28 +00:00
  • ac2e0dcde5 typo rodneyrehm 2011-12-19 21:53:53 +00:00
  • 6f2c439455 (typo) rodneyrehm 2011-12-19 07:56:12 +00:00
  • 2c25a64dd3 - added Smarty_Security::isTrustedUri() and Smarty_Security::$trusted_uri to validate remote resource calls through {fetch} and {html_image} (Forum Topic 20627) rodneyrehm 2011-12-18 22:21:49 +00:00
  • df60ed94fa (typos) rodneyrehm 2011-12-18 18:51:04 +00:00
  • 52754a1a47 - added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic 20452) rodneyrehm 2011-12-18 18:48:07 +00:00
  • d645ad2ea1 - changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for better unit testing rodneyrehm 2011-12-18 18:20:09 +00:00
  • 75c271079d stashing PCRE modifications rodneyrehm 2011-12-18 17:21:44 +00:00
  • 23a924cebe (phpdoc indentation) rodneyrehm 2011-12-18 16:55:28 +00:00
  • 3495b683bd (phpdoc indentation) rodneyrehm 2011-12-18 16:52:26 +00:00
  • 9be91eb04b - added chaining to Smarty_Internal_Templatebase - changed unloadFilter() to not return a boolean in favor of chaining and API conformity - bugfix unregisterObject() raised notice when object to unregister did not exist rodneyrehm 2011-12-18 16:51:32 +00:00
  • d0b6b69f7c - bufix strings ending with " in multiline strings of config files failed to compile {isse 67) uwe.tews@googlemail.com 2011-12-18 15:39:51 +00:00
  • 6c17076d19 - improvement of compiling speed by new handling of plain text blocks in the lexer/parser (issue 68) uwe.tews@googlemail.com 2011-12-17 14:23:31 +00:00
  • e439c13a3e - bugfix the source exits flag and timestamp was not setup when temple is in php include path (issue 69) uwe.tews@googlemail.com 2011-12-16 17:00:51 +00:00
  • 36ec5acb0d - bugfix {capture} tags around recursive {include} calls did throw exception (Forum Topic 20549) - bugfix $auto_literal = false did not work with { block} tags in child templates (Forum Topic 20581) - bugfix template inheritance: do not include code of {include} in overloaded {block} into compiled parent template (Issue 66} - bugfix template inheritance: {$smarty.block.child} in nested child {block} tags did not return expected result (Forum Topic 20564) uwe.tews@googlemail.com 2011-12-09 22:05:16 +00:00
  • 0455f90c8d update changelog, fix dev version number monte.ohrt 2011-12-01 15:34:04 +00:00
  • 678b28769d - bugfix is_cache() for individual cached subtemplates with $smarty->caching = CACHING_OFF did produce an exception (Forum Topic 20531) uwe.tews@googlemail.com 2011-11-30 16:31:25 +00:00
  • f14c4bfb9c - bugfix added exception if the default plugin handler did return a not static callback (Forum Topic 20512) uwe.tews@googlemail.com 2011-11-29 17:47:37 +00:00
  • fe68b976e8 - bugfix {html_select_date} and {html_slecet_time} did not default to current time if "time" was not specified since r4432 (issue 60) uwe.tews@googlemail.com 2011-11-25 17:06:30 +00:00
  • e8a933e8e0 - bugfix a subtemplate later used as main template did use old variable values uwe.tews@googlemail.com 2011-11-24 21:08:26 +00:00
  • 8b414e3b8a - bugfix cache file could include unneeded modifier plugins under certain condition uwe.tews@googlemail.com 2011-11-21 00:37:33 +00:00
  • 8f732cc4b6 - bugfix declare all directory properties private to map direct access to getter/setter also on extended Smarty class uwe.tews@googlemail.com 2011-11-18 15:32:17 +00:00
  • 3d03494a74 - added escape argument to html_checkboxes and html_radios (Forum Topic 20425) rodneyrehm 2011-11-16 11:28:35 +00:00
  • 0fb537aed2 - bugfix Smarty_Resource::load() did not always return a proper resource handler (Forum Topic 20414) rodneyrehm 2011-11-16 08:25:33 +00:00
  • 0c368eb1bb update changelog monte.ohrt 2011-11-14 17:58:52 +00:00
  • 4b7de63dc5 - bugfix allow space between function name and open bracket (forum topic 20375) uwe.tews@googlemail.com 2011-11-14 17:14:28 +00:00
  • 55fc3b1bc7 fix typos paramter to parameter monte.ohrt 2011-11-14 14:53:16 +00:00
  • 9a9dd9a7ba fixed topic reference in change_log.txt uwe.tews@googlemail.com 2011-11-09 17:12:08 +00:00
  • 555a7fceb9 - bugfix different behaviour of uniqid() on cygwin. See https://bugs.php.net/bug.php?id=34908 (forum topic 20199) uwe.tews@googlemail.com 2011-11-09 15:30:06 +00:00
  • a061bc47d1 - bugfix multiline strings in config files could fail on longer strings (reopened Issue #55) uwe.tews@googlemail.com 2011-11-01 21:41:12 +00:00
  • d3e71dabb6 - bugfix {if} and {while} tags without condition did not throw a SmartyCompilerException (Issue #57) uwe.tews@googlemail.com 2011-11-01 20:27:53 +00:00
  • 4f4cb7847d fixed changelog uwe.tews@googlemail.com 2011-10-22 17:07:06 +00:00
  • 20a14579ce - bugfix use catch Exception instead UnexpectedValueException in clearCompiledTemplate to be PHP 5.2 compatible uwe.tews@googlemail.com 2011-10-22 16:47:35 +00:00
  • 1edb2220c7 - bugfix smarty_mb_from_unicode() would not decode unicode-points properly rodneyrehm 2011-10-22 15:30:26 +00:00
  • 7659c6c0ea - add Smarty::$allow_ambiguous_resources to activate unique resource handling (Forum Topic 20128) rodneyrehm 2011-10-21 18:40:16 +00:00
  • 6baca38bf1 - improvement sha1() for array keys longer than 150 characters rodneyrehm 2011-10-21 12:10:41 +00:00
  • 37719ce858 - bugfix apostrophe in plugins_dir path name failed (forum topic 20199) uwe.tews@googlemail.com 2011-10-21 12:08:35 +00:00
  • 6470e6a2c9 - improvement removed unnecessary sha1() rodneyrehm 2011-10-20 20:28:21 +00:00
  • 922017c7fa - bugfix {html_select_date} and {html_select_time} did not properly handle empty time arguments (Forum Topic 20190) rodneyrehm 2011-10-20 13:31:25 +00:00
  • b71323ca24 - bugfix Smarty::clearCompiledTemplate() threw an Exception if $cache_id was not present in $compile_dir when $use_sub_dirs = true. -rewrote ClearCompiledTests to cover all possible usage scenarios rodneyrehm 2011-10-20 12:50:12 +00:00
  • 38af2463df - @silenced unlink() in Smarty_Internal_Write_File since debuggers go haywire without it. rodneyrehm 2011-10-20 10:55:11 +00:00
  • 85658fcdd4 - fixed PHP4 constructor message uwe.tews@googlemail.com 2011-10-19 19:49:27 +00:00
  • 5547f8a485 revert PHP4 constructor monte.ohrt 2011-10-19 19:20:58 +00:00
  • dd30176b9e fix text filenames, update changelog monte.ohrt 2011-10-19 18:20:03 +00:00
  • 724e1b969f update change log monte.ohrt 2011-10-19 14:37:08 +00:00
  • 0dd7ddb2d1 add exception for using php4 style constructor monte.ohrt 2011-10-19 14:32:52 +00:00
  • eea360e87d - bugfix testInstall() did not propery check cache_dir and compile_dir rodneyrehm 2011-10-16 09:53:14 +00:00
  • 131553272a - bugfix Smarty_Resource and Smarty_CacheResource runtime caching (Forum Post 75264) rodneyrehm 2011-10-15 10:46:03 +00:00
  • 318328cd75 fixing previous commit rodneyrehm 2011-10-14 17:54:25 +00:00
  • 59a95253b4 - add Smarty_Internal_Template::clearCache() to accompany isCached() fetch() etc. rodneyrehm 2011-10-14 17:15:06 +00:00
  • ef32ed830c fixing previous commit rodneyrehm 2011-10-14 16:22:00 +00:00
  • 8a82d84861 - add locking to custom resources (Forum Post 75252) rodneyrehm 2011-10-14 16:17:27 +00:00
  • ef3e29daa7 - bugfix unique_resource did not properly apply to compiled resources (Forum Topic 20128) rodneyrehm 2011-10-14 09:31:09 +00:00
  • 8471e25bd8 - bugfix multiline strings in config files could fail on longer strings (Issue #55) uwe.tews@googlemail.com 2011-10-13 16:25:50 +00:00
  • 81c068dc3a f***ing phpunit now doing what it's supposed to. rodneyrehm 2011-10-13 15:36:35 +00:00
  • 94dff13c89 removing todos rodneyrehm 2011-10-13 13:41:59 +00:00
  • 6979b4efb0 - add concept unique_resource to combat potentially ambiguous template_resource values when custom resource handlers are used (Forum Topic 2012) rodneyrehm 2011-10-13 13:10:06 +00:00
  • 806c51fdcf - bugfix disable of caching after isCached() call did not work (Forum Topic 20131) uwe.tews@googlemail.com 2011-10-13 11:59:02 +00:00
  • 3b006ae5a1 - add caching for config files in Smarty_Resource rodneyrehm 2011-10-13 09:50:55 +00:00
  • 0fabe627ad - add runtime checks for not matching {capture}/{/capture} calls (Forum Topic 20120) uwe.tews@googlemail.com 2011-10-11 15:49:19 +00:00
  • 352cb05cf5 - bugfix Smarty_CacheResource_mysql example was missing strtotime() calls rodneyrehm 2011-10-10 19:31:34 +00:00
  • d3258767a6 - bugfix <?xml> tag did create wrong output when caching enabled and the tag was in included subtemplate uwe.tews@googlemail.com 2011-10-10 11:38:27 +00:00
  • 1cfdafccdd - bugfix variable name typo in {html_options} and {html_checkboxes} (Issue #54) rodneyrehm 2011-10-10 08:53:43 +00:00
  • 4c070d0bda - bugfix parent pointer was not set when fetch() for other template was called on template object uwe.tews@googlemail.com 2011-10-07 15:30:04 +00:00
  • b7ef6f0597 - improvement removed some unnecessary count()s rodneyrehm 2011-10-07 14:05:26 +00:00
  • 1f35133079 - improvement html_checkboxes and html_radios to accept null- and object values, and label_ids attribute rodneyrehm 2011-10-07 13:39:45 +00:00
  • 1bf1b05846 - bugfix html_options plugin did not handle object values properly (Issue #49, Forum Topic 20049) rodneyrehm 2011-10-07 12:11:33 +00:00
  • 2fdb8c9bb5 - improvement testInstall() now showing resolved paths and checking the include_path if necessary rodneyrehm 2011-10-07 11:07:00 +00:00
  • 13f1415c22 - bugfix testInstall() would not show path to internal plugins_dir (Forum Post 74627) rodneyrehm 2011-10-07 10:38:46 +00:00
  • a3a4bf8f80 - improvement removed html comments from {mailto} (Forum Topic 20092) rodneyrehm 2011-10-07 08:55:12 +00:00
  • 7169e594c4 - bugfix start_year and end_year of {html_select_date} did not use current year as offset base (Issue #53) rodneyrehm 2011-10-06 15:12:35 +00:00
  • 904731fd1f - bugfix switch lexer internals depending on mbstring.func_overload uwe.tews@googlemail.com 2011-10-06 14:36:30 +00:00
  • 3825ef336c - bugfix html_options plugin did not handle null- and object values properly (Issue #49, Forum Topic 20049) rodneyrehm 2011-10-05 18:51:10 +00:00
  • 1e48394ed3 - bugfix nofilter tag option did not disable default modifier uwe.tews@googlemail.com 2011-10-05 18:17:40 +00:00
  • 3e3f6ad43c - add environment configuration issue with mbstring.func_overload Smarty cannot compensate for (Issue #45) rodneyrehm 2011-10-05 17:51:44 +00:00
  • aeec0783ec - bugfix of problem introduced with r4342 by replacing strlen() with isset() rodneyrehm 2011-10-05 17:11:01 +00:00
  • 8bab7fe522 - bugfix has_nocache_code flag was not reset before compilation uwe.tews@googlemail.com 2011-10-04 18:58:17 +00:00
  • eb9714cf0e - bugfix output filter should not run on individually cached subtemplates - add unloadFilter() method uwe.tews@googlemail.com 2011-10-04 17:50:39 +00:00
  • 4cb1e143cc - bugfix of problem introduced with r4342 on math plugin uwe.tews@googlemail.com 2011-10-04 16:38:12 +00:00
  • dbda42bc6c - bugfix assign() in plugins called in subtemplates did change value also in parent template uwe.tews@googlemail.com 2011-10-04 16:18:24 +00:00
  • 9ca21fac77 update changelog monte.ohrt 2011-10-03 19:30:08 +00:00