Commit Graph

  • 260d3e3e46 -bugfix {strip} should exclude some html tags from stripping, related to fix for https://github.com/smarty-php/smarty/issues/111 uwetews 2015-12-09 01:35:17 +01:00
  • 3d7a1d57dc update strip test uwetews 2015-12-09 01:31:15 +01:00
  • ee743d2729 update of SMARTY_VERSION uwetews 2015-12-08 23:45:04 +01:00
  • 29e2eb0bca - bugfix internal template function data got stored in wrong compiled file https://github.com/smarty-php/smarty/issues/114 uwetews 2015-12-08 23:41:42 +01:00
  • be8340bef2 - remove no longer needed file and updated testinstall uwetews 2015-12-08 23:41:01 +01:00
  • 4839d0e0cc -bugfix {strip} should insert a single space https://github.com/smarty-php/smarty/issues/111 uwetews 2015-12-05 17:28:05 +01:00
  • 54fe432730 Merge pull request #109 from KLVTZ/master uwetews 2015-12-04 04:11:16 +01:00
  • a061365844 Provide new line to separate highlights Justin Page 2015-11-28 16:51:14 -08:00
  • 0403c876ed Use quotes to highlight features Justin Page 2015-11-28 16:48:27 -08:00
  • 2bc86a00f1 Wrap JSON examples in language specific code wrap Justin Page 2015-11-28 16:45:46 -08:00
  • e0fc310b6e -bugfix a left delimter like '[%' did fail on [%$var_[%$variable%]%] (forum topic 25798) uwetews 2015-11-25 21:19:23 +01:00
  • 5ca1cd485f - bugfix {include} with variable file name like {include file="foo_$bar.tpl"} did fail in 3.1.28-dev https://github.com/smarty-php/smarty/issues/102 uwetews 2015-11-02 23:04:52 +01:00
  • aa730800bd - bugfix {include} with variable file name like {include file="foo_$bar.tpl"} did fail in 3.1.28-dev https://github.com/smarty-php/smarty/issues/102 uwetews 2015-11-02 18:06:42 +01:00
  • cc3f69a2a3 - update config file processing uwetews 2015-11-01 02:58:27 +01:00
  • 8a78038181 update PHPdoc uwetews 2015-11-01 02:57:50 +01:00
  • 72258bc28d add test for valid scope name uwetews 2015-11-01 02:02:27 +01:00
  • 9496df8e1f - bugfix add missing $trusted_dir property to SmartyBC class (forum topic 25751) uwetews 2015-10-31 23:13:12 +01:00
  • eedfdff62f - improve template scope handling uwetews 2015-10-29 22:33:00 +01:00
  • 55f38125a4 - improve template scope handling uwetews 2015-10-29 22:17:35 +01:00
  • a0f583078d - minor optimizations uwetews 2015-10-29 21:41:21 +01:00
  • 862b23fe52 - update testinstall() uwetews 2015-10-26 01:27:06 +01:00
  • 6e3d94c13e - more optimizations of template processing uwetews 2015-10-25 05:59:45 +01:00
  • 2b9dcb22b5 - more optimizations of template processing uwetews 2015-10-25 05:03:23 +01:00
  • 42e722926a - bugfix Error when using {include} within {capture} https://github.com/smarty-php/smarty/issues/100 uwetews 2015-10-25 04:53:58 +01:00
  • 1a51c1c17b - more optimizations of template processing uwetews 2015-10-25 04:53:19 +01:00
  • 50760c794c - more optimizations of template processing uwetews 2015-10-24 22:43:19 +02:00
  • 4ea4d1ff41 - improve autoloader speed uwetews 2015-10-24 05:20:09 +02:00
  • abdb335b26 - fix comment uwetews 2015-10-24 05:17:17 +02:00
  • b7fb490cb1 - improve compiled code uwetews 2015-10-24 05:16:54 +02:00
  • 891495f849 - improve recovery from ivalid compiled template code uwetews 2015-10-24 05:14:47 +02:00
  • 0ea1360d65 - new extension handler to load functions when called uwetews 2015-10-24 05:12:10 +02:00
  • 888014b908 - new extension handler to load functions when called uwetews 2015-10-24 05:02:24 +02:00
  • eec7639c9c - fix template scope processing uwetews 2015-10-24 04:45:09 +02:00
  • cee9d19fba Update test for 3.1.28 master uwetews 2015-10-24 04:12:28 +02:00
  • b26ba9ce52 update travis uwetews 2015-10-21 04:32:27 +02:00
  • e25a8ab661 - move some code into runtime extensions uwetews 2015-10-21 03:53:25 +02:00
  • ad65c850f7 - move some code into runtime extensions uwetews 2015-10-21 02:02:42 +02:00
  • e4ed69f174 fix test uwetews 2015-10-20 01:28:39 +02:00
  • 4c24ec6e20 split tests because of hhvm uwetews 2015-10-20 01:21:37 +02:00
  • 03daa2880c run all test in separate process uwetews 2015-10-20 00:50:22 +02:00
  • 4e1d6707fe - update code generated by template function call handler uwetews 2015-10-18 22:12:16 +02:00
  • 3975172178 config change uwetews 2015-10-18 20:53:31 +02:00
  • d44e283eb7 add dummy uwetews 2015-10-18 20:43:38 +02:00
  • dde9a906b0 add dummies uwetews 2015-10-18 20:33:53 +02:00
  • 749eaad939 run some tests in separate process for HHVM compatibillity uwetews 2015-10-18 20:23:49 +02:00
  • 75663948f2 move configuration constants in PHP file that they are seen also in isolated tests uwetews 2015-10-18 20:22:11 +02:00
  • 0e28150b4a - fix compiled code for new {block} assign attribute uwetews 2015-10-18 11:35:08 +02:00
  • 48676467ce no log file uwetews 2015-10-18 07:21:06 +02:00
  • 48b7147869 some test must run in separate process under because of HHVM uwetews 2015-10-18 05:41:46 +02:00
  • bd7d10e09d Update travis uwetews 2015-10-18 05:14:27 +02:00
  • bf6910ee21 - bugfix under HHVM temporary cache file must only be created when caches template was updated uwetews 2015-10-18 05:08:03 +02:00
  • 4776491a7f - bugfix under HHVM temporary cache file must only be created when caches template was updated uwetews 2015-10-18 04:58:53 +02:00
  • c99fe144f6 - speed and size optimizations uwetews 2015-10-18 04:54:09 +02:00
  • 8dc2a0af7c - rework of template inheritance uwetews 2015-10-18 04:46:05 +02:00
  • ca9ccfc919 - optimize filepath normalization uwetews 2015-10-18 04:40:45 +02:00
  • 538ffd3af2 Update forr 3.1.28 uwetews 2015-10-18 03:33:17 +02:00
  • 757d66a731 parser: add support for template prefix and postfix code uwetews 2015-10-08 21:14:16 +02:00
  • 5cde3a8799 compiler: add support for post compile callbacks uwetews 2015-10-08 21:04:52 +02:00
  • 8dc777effd Merge pull request #96 from glensc/patch-1 uwetews 2015-10-18 02:00:49 +02:00
  • 87a04b2ef6 do not load "Autoloader" from include path Elan Ruusamäe 2015-10-13 10:32:04 +03:00
  • 788566cf70 - bugfix {if $foo instanceof $bar} failed to compile if 2nd value is a variable https://github.com/smarty-php/smarty/issues/92 (reverted from commit 428e667453) uwetews 2015-10-08 19:53:25 +02:00
  • 428e667453 - bugfix {if $foo instanceof $bar} failed to compile if 2nd value is a variable https://github.com/smarty-php/smarty/issues/92 uwetews 2015-10-08 19:45:42 +02:00
  • 7f0a2f788f Merge pull request #95 from dshepherd/patch-1 uwetews 2015-10-08 19:42:03 +02:00
  • d45652afe2 Update README with correct plugin method signature Dan Shepherd 2015-10-08 13:50:46 +01:00
  • 64464e8fbe - bugfix {if $foo instanceof $bar} failed to compile if 2nd value is a variable https://github.com/smarty-php/smarty/issues/92 uwetews 2015-09-19 19:55:14 +02:00
  • d5ca4518be - bugfix {foreach} first attribute was not correctly reset since commit 05a8fa2 of 02.08.2015 https://github.com/smarty-php/smarty/issues/90 uwetews 2015-09-17 21:01:48 +02:00
  • e1e8d2feda - update compiler by moving no longer needed properties, code optimizations and other uwetews 2015-09-16 16:23:38 +02:00
  • 5a9500c2d9 - remove not needed compiled code whan caching is disabled uwetews 2015-09-15 01:25:40 +02:00
  • 83a68c99c8 - update template inheritance processing uwetews 2015-09-15 00:44:34 +02:00
  • fb9f2c9267 fix uwetews 2015-09-15 00:21:28 +02:00
  • ceb9afbb5d - bugfix unintended multiple debug windows (forum topic 25699) uwetews 2015-09-15 00:18:17 +02:00
  • 0eb7f4b8d1 - improvement invalidate OPCACHE for cleared compiled and cached template files (forum topic 25557) uwetews 2015-09-15 00:15:12 +02:00
  • 6ff3505a37 - move code of {call} processing back into Smarty_Internal_Template class uwetews 2015-09-14 23:50:20 +02:00
  • 8d734a9d52 - update template inheritance processing uwetews 2015-09-14 23:46:17 +02:00
  • 71c1b32c51 - optimize internal subtemplate handling uwetews 2015-09-14 23:39:04 +02:00
  • 5cbedc87f0 - optimize internal subtemplate handling uwetews 2015-09-14 23:16:13 +02:00
  • df0824675a - optimize internal subtemplate handling uwetews 2015-09-14 23:12:03 +02:00
  • 56a884a428 - optimize autoloader uwetews 2015-09-14 23:02:59 +02:00
  • bfcffb009a - remove unneeded code and properties, minor fixes uwetews 2015-09-01 02:52:09 +02:00
  • 60f73dfcb7 Extend tests uwetews 2015-09-01 02:47:13 +02:00
  • ca0b3f02b9 add some cope needed for PHPunit tests uwetews 2015-09-01 02:35:51 +02:00
  • 2e0b834b59 remove unneeded realpath call uwetews 2015-09-01 02:34:59 +02:00
  • d2fa4083f7 - move template function code into runtime extension uwetews 2015-09-01 02:30:56 +02:00
  • 2ba7109043 - move subtemplate code into runtime extension and optimize for size and speed uwetews 2015-09-01 02:27:22 +02:00
  • 37e6529c7b - improvement convert template inheritance into runtime processing - bugfix {$smarty.block.parent} did always reference the root parent block https://github.com/smarty-php/smarty/issues/68 uwetews 2015-09-01 02:10:15 +02:00
  • 620e52405b - improvement convert template inheritance into runtime processing - bugfix {$smarty.block.parent} did always reference the root parent block https://github.com/smarty-php/smarty/issues/68 uwetews 2015-09-01 01:54:28 +02:00
  • 54d54e5000 hook for runtime extension loading uwetews 2015-09-01 00:33:10 +02:00
  • 0d46c17578 - rearrange internal cache uwetews 2015-08-29 14:37:59 +02:00
  • d5c9859241 Update tests uwetews 2015-08-29 14:23:14 +02:00
  • 31a7162fba - remove double break uwetews 2015-08-27 19:26:49 +02:00
  • 3ba86e8d91 remove permission properties uwetews 2015-08-23 19:58:27 +02:00
  • d67acf7e9a revert removal of permission properties uwetews 2015-08-23 18:46:32 +02:00
  • 4645b78e8b add dummy files to keep folder in reprository uwetews 2015-08-23 18:32:10 +02:00
  • 470cd186c4 major push of internal changes for size and speed optimizations uwetews 2015-08-23 17:23:09 +02:00
  • 0e4039f5c0 - bugfix compiling super globals like {$smarty.get.foo} did fail in the master branch https://github.com/smarty-php/smarty/issues/77 uwetews 2015-08-23 16:59:34 +02:00
  • 5c416f2f0f Update for 3.1.28 uwetews 2015-08-23 15:04:21 +02:00
  • 9fd0b3086d - remove redundant code uwetews 2015-08-23 13:53:03 +02:00
  • 9eb87ef5a2 - relocate properties for size optimization uwetews 2015-08-23 13:24:24 +02:00
  • 606b8e8669 - optimize use_include_path processing uwetews 2015-08-23 11:13:20 +02:00
  • 2c197a2ea6 - check if $includes entry does exist uwetews 2015-08-23 06:47:39 +02:00