Uwe Tews
|
f90b449d21
|
- bugfix chained modifier failed when last modifier parameter is a signed value
https://github.com/smarty-php/smarty/issues/327
|
2017-08-26 11:47:41 +02:00 |
|
Uwe Tews
|
6a257a7ad3
|
- improvement repeated delimiter like {{ and }} will be treated as literal
https://groups.google.com/forum/#!topic/smarty-developers/h9r82Bx4KZw
|
2017-08-09 12:20:33 +02:00 |
|
Uwe Tews
|
418a1fd443
|
- improvement repeated delimiter like {{ and }} will be treated as literal
https://groups.google.com/forum/#!topic/smarty-developers/h9r82Bx4KZw
|
2017-08-09 11:15:33 +02:00 |
|
Uwe Tews
|
353240c38d
|
fixed spelling
|
2017-08-06 05:01:15 +02:00 |
|
Uwe Tews
|
30526520b6
|
- cleanup of _getSmartyObj()
|
2017-08-05 23:08:59 +02:00 |
|
Uwe Tews
|
5cc9b27784
|
- bugfix wordwrap modifier could fail if used in nocache code.
converted plugin file shared.mb_wordwrap.php into modifier.mb_wordwrap.php
|
2017-08-05 19:59:23 +02:00 |
|
Uwe Tews
|
105651a469
|
- Call clearstatcache() after mkdir() failure https://github.com/smarty-php/smarty/pull/379
|
2017-07-31 18:58:41 +02:00 |
|
Uwe Tews
|
bcfea52cbf
|
- rewrite mkdir() bugfix to retry automatically see https://github.com/smarty-php/smarty/pull/377
https://github.com/smarty-php/smarty/pull/379
|
2017-07-30 05:16:31 +02:00 |
|
Uwe Tews
|
5a8d015ef1
|
- bugfix solve preg_match() hhvm parameter problem https://github.com/smarty-php/smarty/pull/372
|
2017-07-21 08:12:33 +02:00 |
|
uwetews
|
ba2de9721b
|
Merge pull request #377 from a-shpota/fix-writefile-sysplugin
fix 'mkdir(): File exists' error on create directory from parallel processes
|
2017-07-21 06:38:05 +02:00 |
|
Uwe Tews
|
614ad1f8b9
|
- security possible PHP code injection on custom resources at display() or fetch()
calls if the resource does not sanitize the template name
|
2017-07-21 05:13:54 +02:00 |
|
Andrew Shpota
|
6768340a97
|
fix 'mkdir(): File exists' error on create directory from parallel
processes
|
2017-07-14 15:10:12 +03:00 |
|
uwetews
|
ea93486135
|
- bugfix https://github.com/smarty-php/smarty/pull/368 did break the default plugin handler
|
2017-05-27 12:18:43 +02:00 |
|
uwetews
|
ef889c79e0
|
- bugfix change compiled code for registered function and modifiers to called as callable to allow closures
https://github.com/smarty-php/smarty/pull/368
|
2017-05-27 11:30:21 +02:00 |
|
uwetews
|
28688d5ce7
|
- new feature The named capture buffers can now be accessed also as array
See NEWS_FEATURES.txt https://github.com/smarty-php/smarty/issues/366
fixed bug in above change
|
2017-05-21 17:14:30 +02:00 |
|
uwetews
|
4fd1f7684e
|
- bugfix remove deleted files by clear_cache() and clear_compiled_template() from
ACP cache if present, add some is_file() checks to avoid possible warnings on filemtime()
caused by above functions.
https://github.com/smarty-php/smarty/issues/341
|
2017-05-21 16:58:58 +02:00 |
|
uwetews
|
61b59a9ec3
|
- bugfix remove special treatment of classes implementing ArrayAccess in {foreach}
https://github.com/smarty-php/smarty/issues/332
|
2017-05-21 02:24:48 +02:00 |
|
uwetews
|
da22c961bb
|
- improvement check if ini_get() and ini_set() not disabled
https://github.com/smarty-php/smarty/pull/362
|
2017-05-21 02:24:48 +02:00 |
|
uwetews
|
2782e83a92
|
- new feature The named capture buffers can now be accessed also as array
See NEWS_FEATURES.txt https://github.com/smarty-php/smarty/issues/366
|
2017-05-21 02:24:48 +02:00 |
|
uwetews
|
5448fecc9d
|
- fix spelling e3eda8a5f5 (commitcomment-21803095)
|
2017-04-24 18:21:37 +02:00 |
|
uwetews
|
e3eda8a5f5
|
- correct generated code on empty() and isset() call, observe change PHP behaviour since PHP 5.5
https://github.com/smarty-php/smarty/issues/347
|
2017-04-17 05:32:24 +02:00 |
|
uwetews
|
29388b8baa
|
- correct generated code on empty() and isset() call, observe change PHP behaviour since PHP 5.5
https://github.com/smarty-php/smarty/issues/347 (reverted from commit cfd8bf32b0)
|
2017-04-17 05:04:44 +02:00 |
|
uwetews
|
cfd8bf32b0
|
- correct generated code on empty() and isset() call, observe change PHP behaviour since PHP 5.5
https://github.com/smarty-php/smarty/issues/347
|
2017-04-17 03:49:39 +02:00 |
|
uwetews
|
ec9fd99684
|
Merge pull request #349 from ka7/feature/spelling
spelling fixes
|
2017-04-14 14:37:18 +02:00 |
|
uwetews
|
00974d74b8
|
Merge pull request #337 from SvenRtbg/patch-1
Fix typo in @method annotation
|
2017-04-14 14:33:19 +02:00 |
|
uwetews
|
6d85c715f1
|
- bugfix array_merge() parameter should be checked https://github.com/smarty-php/smarty/issues/350
|
2017-04-13 07:15:46 +02:00 |
|
klemens
|
51a0e764e8
|
spelling fixes
|
2017-04-08 12:10:39 +02:00 |
|
SvenRtbg
|
697df30d18
|
Fix typo in @method annotation
It's `setDefaultModifiers()`, not `setDefaultModifier()`
|
2017-02-14 22:48:26 +01:00 |
|
uwetews
|
27928ece9c
|
- move template object cache into static variables
|
2016-11-23 17:12:38 +01:00 |
|
uwetews
|
04a2327c75
|
- change version checking
|
2016-11-19 18:13:00 +01:00 |
|
uwetews
|
91af9d090a
|
- bugfix inheritance root child templates containing nested {block}{/block} could call sub-bock content from parent
template https://github.com/smarty-php/smarty/issues/317
|
2016-11-19 07:34:06 +01:00 |
|
uwetews
|
b745a31a2d
|
fixed spelling chilek commented on c4746e9
|
2016-11-11 21:17:32 +01:00 |
|
uwetews
|
c4746e9080
|
- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311
|
2016-11-07 03:08:11 +01:00 |
|
uwetews
|
2d2be8f57f
|
- bugfix template function definitions array has not been cached between Smarty::fetch() and Smarty::display() calls
https://github.com/smarty-php/smarty/issues/301
|
2016-10-27 05:42:17 +02:00 |
|
uwetews
|
98efe22e02
|
- improvement/bugfix when Smarty::fetch() is called on a template object the inheritance and tplFunctions property
should be copied to the called template object
|
2016-10-23 18:48:17 +02:00 |
|
uwetews
|
d79edd2fe0
|
- improvement/bugfix when Smarty::fetch() is called on a template object the inheritance and tplFunctions property
should be copied to the called template object
|
2016-10-23 18:34:59 +02:00 |
|
uwetews
|
29cbe10857
|
- bugfix for compile locking touched timestamp of old compiled file was not restored on compilation error https://github.com/smarty-php/smarty/issues/308
|
2016-10-21 04:00:07 +02:00 |
|
uwetews
|
6699299767
|
- bugfix nocache code was not removed in cache file when subtemplate did contain PHP short tags in text but no other
nocache code https://github.com/smarty-php/smarty/issues/300
|
2016-10-20 00:53:04 +02:00 |
|
uwetews
|
34e5739fc1
|
- bugfix {make_nocache $var} remove spaces from variable value https://github.com/smarty-php/smarty/issues/304
|
2016-10-19 20:43:17 +02:00 |
|
uwetews
|
80a024f44e
|
- bugfix {make_nocache $var} did fail when variable value did contain '\' https://github.com/smarty-php/smarty/issues/305
|
2016-10-19 19:35:58 +02:00 |
|
uwetews
|
f3e0e01266
|
- bugfix {include} with template names including variable or constants could fail after bugfix from
28.09.2016 https://github.com/smarty-php/smarty/issues/302
|
2016-10-12 01:02:54 +02:00 |
|
uwetews
|
3c07a28434
|
- optimization move runtime extension for template functions into Smarty objects
|
2016-10-08 06:07:14 +02:00 |
|
uwetews
|
caceefc300
|
use absolute path normalizaion
|
2016-09-30 04:10:25 +02:00 |
|
uwetews
|
80af6ea2b5
|
- improvement new Smarty::$extends_recursion property to disable execution of {extends} in templates called by extends resource
https://github.com/smarty-php/smarty/issues/296
|
2016-09-30 02:30:39 +02:00 |
|
uwetews
|
4de72f1acd
|
- improvement new Smarty::$extends_recursion property to disable execution of {extends} in templates called by extends resource
https://github.com/smarty-php/smarty/issues/296
|
2016-09-29 04:22:20 +02:00 |
|
uwetews
|
5b508b7bf3
|
- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https://github.com/smarty-php/smarty/issues/300
|
2016-09-28 23:39:05 +02:00 |
|
uwetews
|
998c778948
|
- bugfix the generated code for calling a subtemplate must pass the template resource name in single quotes https://github.com/smarty-php/smarty/issues/299
|
2016-09-28 04:59:51 +02:00 |
|
uwetews
|
efa18457f2
|
- temporary fix for https://github.com/smarty-php/smarty/issues/293 main reason still under investigation
|
2016-09-20 16:06:01 +02:00 |
|
uwetews
|
ec3a00e5ab
|
- improvement new tags {block_parent} {block_child} in template inheritance
|
2016-09-20 16:00:28 +02:00 |
|
uwetews
|
b8acd7ea17
|
- bugfix some $smarty special template variables are no longer accessed as real variable.
using them on calls like {if isset($smarty.foo)} or {if empty($smarty.foo)} will fail
http://www.smarty.net/forums/viewtopic.php?t=26222
|
2016-09-20 14:21:39 +02:00 |
|