uwetews
6eed7732df
- remove properties with redundant content
2015-08-23 01:46:30 +02:00
uwetews
8292a3581c
- use output buffers for better performance and less memory usage
2015-08-19 01:09:08 +02:00
uwetews
457a0486f5
- cache template object of {include} if same template is included several times
2015-08-18 02:55:53 +02:00
uwetews
e63926088c
optimize compilation of merged subtemplates
2015-08-10 22:35:33 +02:00
uwetews
0260b525b8
introduce Smarty::$resource_cache_mode and cache template object of {include} inside loop
2015-08-10 21:57:06 +02:00
uwetews
7d2e27ae2f
use parent_compiler object for storing required plugins
2015-08-09 20:53:32 +02:00
uwetews
d16e2d3a15
replace property array by object properties
2015-08-09 20:43:04 +02:00
Uwe Tews
e1cc514a68
- avoid possible circular object referances caused by parser/lexer objects
2015-08-06 01:19:11 +02:00
Uwe Tews
63b1d343b8
- bugfix {include} with variable file name must not create by default individual cache file (since 3.1.22) https://github.com/smarty-php/smarty/issues/43
2015-05-27 22:24:24 +02:00
Uwe Tews
ea17aad266
- bugfix plugins of merged subtemplates not loaded in 3.1.22-dev (forum topic 25508) 2nd fix
2015-04-28 23:12:12 +02:00
Uwe Tews
e312dd9b59
- bugfix plugins of merged subtemplates not loaded in 3.1.22-dev (forum topic 25508)
2015-04-28 01:38:45 +02:00
Uwe Tews
e9b1f296cb
- bugfix {include ... nocache} with variable file or compile_id attribute was not executed in nocache mode.
2015-03-10 18:06:05 +01:00
Uwe Tews
aec380839c
- bugfix recursive {includes} did create E_NOTICE message when $smarty->$merge_compiled_includes = true;
2015-02-11 06:57:17 +01:00
Uwe Tews
43f043364f
fix case in class name
2015-01-06 01:18:58 +01:00
Uwe Tews
66eac7bc2a
fix code frame of inline (merged) subtemplate
2015-01-03 21:32:33 +01:00
Uwe Tews
1d248d6349
formatting
2014-12-30 16:28:18 +01:00
Uwe Tews
9ecbb93ebb
update of the $smarty->merge_compiled_includes option
2014-11-11 00:03:08 +01:00
Uwe Tews
b82756a705
- bugfix subtemplate called in nocache mode could be called with wrong compile_id when it did change on one of the calling templates
2014-11-08 21:27:53 +01:00
Uwe Tews
bc13ebbc9b
-bugfix and enhancement on subtemplate {include} and template {function} tags.
...
* Calling a template which has a nocache section could fail if it was
called from a cached and a not cached subtemplate.
* Calling the same subtemplate cached and not cached with the
$smarty->merge_compiled_includes enabled could cause problems
* Many smaller related changes
2014-11-01 22:42:34 +01:00
Uwe Tews
0c9ca2994e
- bugfix merge_compiled_includes option failed when caching enables and same subtemplate was included cached and not cached
2014-10-26 09:47:10 +01:00
Uwe Tews
0409ab005e
Upload version 3.1.20
2014-10-18 00:18:11 +02:00