Commit Graph

4225 Commits

Author SHA1 Message Date
Elan Ruusamäe
5c71e35d4f Update NEW_FEATURES.txt
typos
2015-12-14 23:29:07 +02:00
uwetews
c4e6ad6c35 - bugfix multiple calls of {section} with same name droped E_NOTICE error https://github.com/smarty-php/smarty/issues/118 2015-12-14 00:18:27 +01:00
uwetews
f8ec3ecaef - bugfix {$smarty.config.foo} broken in 3.1.28 https://github.com/smarty-php/smarty/issues/120 2015-12-14 00:04:31 +01:00
uwetews
bc3ea2c878 Prepare .1.29-dev 2015-12-13 15:41:00 +01:00
uwetews
d234f79203 Prepare release 3.1.28 v3.1.28 2015-12-13 15:19:58 +01:00
uwetews
15e3d10267 Fix typos 2015-12-13 15:16:20 +01:00
uwetews
2cab5c74ff fix link to documentation 2015-12-13 14:50:11 +01:00
uwetews
dca9cd887e Merge pull request #117 from yonexyonex/fix_typo
fix typo in template error message
2015-12-13 14:41:20 +01:00
yonex
fc999d81be fix typo in template error message 2015-12-13 22:35:22 +09:00
uwetews
e8078f55ae - bugfix Debug Console could display incorrect data when using subtemplates 2015-12-13 14:15:54 +01:00
uwetews
7e521a92d9 - bugfix $smarty->debugging_ctrl = 'URL' did not work (forum topic 25811) 2015-12-13 10:16:10 +01:00
uwetews
6dc9196c35 - bugfix {foreach} and {section} with uppercase characters in name attribute did not work (forum topic 25819) 2015-12-13 06:30:08 +01:00
uwetews
71e364e4b2 - bugix Smarty did fail under PHP 7.0.0 with use_include_path = true; 2015-12-09 02:16:48 +01:00
uwetews
e783f61132 - bugix Smarty did fail under PHP 7.0.0 with use_include_path = true; 2015-12-09 02:03:56 +01:00
uwetews
260d3e3e46 -bugfix {strip} should exclude some html tags from stripping, related to fix for https://github.com/smarty-php/smarty/issues/111 2015-12-09 01:35:17 +01:00
uwetews
ee743d2729 update of SMARTY_VERSION 2015-12-08 23:45:04 +01:00
uwetews
29e2eb0bca - bugfix internal template function data got stored in wrong compiled file https://github.com/smarty-php/smarty/issues/114 2015-12-08 23:41:42 +01:00
uwetews
be8340bef2 - remove no longer needed file and updated testinstall 2015-12-08 23:41:01 +01:00
uwetews
4839d0e0cc -bugfix {strip} should insert a single space https://github.com/smarty-php/smarty/issues/111 2015-12-05 17:28:05 +01:00
uwetews
54fe432730 Merge pull request #109 from KLVTZ/master
Refactor readme: use github markdown parser
2015-12-04 04:11:16 +01:00
Justin Page
a061365844 Provide new line to separate highlights 2015-11-28 16:51:14 -08:00
Justin Page
0403c876ed Use quotes to highlight features 2015-11-28 16:48:27 -08:00
Justin Page
2bc86a00f1 Wrap JSON examples in language specific code wrap
This allows Github or any repo system to parse and display correctly code
examples by proper wrappers.
2015-11-28 16:45:46 -08:00
uwetews
e0fc310b6e -bugfix a left delimter like '[%' did fail on [%$var_[%$variable%]%] (forum topic 25798) 2015-11-25 21:19:23 +01:00
uwetews
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 2015-11-02 23:04:52 +01:00
uwetews
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 2015-11-02 18:06:42 +01:00
uwetews
cc3f69a2a3 - update config file processing 2015-11-01 02:58:27 +01:00
uwetews
8a78038181 update PHPdoc 2015-11-01 02:57:50 +01:00
uwetews
72258bc28d add test for valid scope name 2015-11-01 02:02:27 +01:00
uwetews
9496df8e1f - bugfix add missing $trusted_dir property to SmartyBC class (forum topic 25751) 2015-10-31 23:13:12 +01:00
uwetews
eedfdff62f - improve template scope handling 2015-10-29 22:33:00 +01:00
uwetews
55f38125a4 - improve template scope handling 2015-10-29 22:17:35 +01:00
uwetews
a0f583078d - minor optimizations 2015-10-29 21:41:21 +01:00
uwetews
862b23fe52 - update testinstall() 2015-10-26 01:27:06 +01:00
uwetews
6e3d94c13e - more optimizations of template processing 2015-10-25 05:59:45 +01:00
uwetews
2b9dcb22b5 - more optimizations of template processing 2015-10-25 05:03:23 +01:00
uwetews
42e722926a - bugfix Error when using {include} within {capture} https://github.com/smarty-php/smarty/issues/100 2015-10-25 04:53:58 +01:00
uwetews
1a51c1c17b - more optimizations of template processing 2015-10-25 04:53:19 +01:00
uwetews
50760c794c - more optimizations of template processing 2015-10-24 22:43:19 +02:00
uwetews
4ea4d1ff41 - improve autoloader speed 2015-10-24 05:20:09 +02:00
uwetews
abdb335b26 - fix comment 2015-10-24 05:17:17 +02:00
uwetews
b7fb490cb1 - improve compiled code 2015-10-24 05:16:54 +02:00
uwetews
891495f849 - improve recovery from ivalid compiled template code 2015-10-24 05:14:47 +02:00
uwetews
0ea1360d65 - new extension handler to load functions when called 2015-10-24 05:12:10 +02:00
uwetews
888014b908 - new extension handler to load functions when called 2015-10-24 05:02:24 +02:00
uwetews
eec7639c9c - fix template scope processing 2015-10-24 04:45:09 +02:00
uwetews
b26ba9ce52 update travis 2015-10-21 04:32:27 +02:00
uwetews
e25a8ab661 - move some code into runtime extensions 2015-10-21 03:53:25 +02:00
uwetews
ad65c850f7 - move some code into runtime extensions 2015-10-21 02:02:42 +02:00
uwetews
4e1d6707fe - update code generated by template function call handler 2015-10-18 22:12:16 +02:00