uwetews
|
71f71e6262
|
- bugfix string resource could inject code at {block} or inline subtemplates through PHP comments https://github.com/smarty-php/smarty/issues/157
|
2016-01-26 22:22:20 +01:00 |
|
uwetews
|
867a2f3165
|
- bugfix string resource could inject code at {block} or inline subtemplates through PHP comments https://github.com/smarty-php/smarty/issues/157 (reverted from commit 2850cce19f)
|
2016-01-26 21:49:56 +01:00 |
|
uwetews
|
2850cce19f
|
- bugfix string resource could inject code at {block} or inline subtemplates through PHP comments https://github.com/smarty-php/smarty/issues/157
|
2016-01-26 21:34:11 +01:00 |
|
uwetews
|
0b31052418
|
- bugfix {$smarty.section.customer.loop} did throw compiler error https://github.com/smarty-php/smarty/issues/161
update of yesterdays fix
|
2016-01-26 21:25:29 +01:00 |
|
uwetews
|
8a0c783b71
|
- revert bugfix compiling {section} did create warning
|
2016-01-26 20:49:46 +01:00 |
|
uwetews
|
ccbc4303ed
|
- bugfix {$smarty.section.customer.loop} did throw compiler error https://github.com/smarty-php/smarty/issues/161
|
2016-01-26 03:01:33 +01:00 |
|
uwetews
|
b58e1cdc5a
|
- bugfix compiling {section} did create warning
|
2016-01-26 02:57:21 +01:00 |
|
uwetews
|
8b0e0a3df6
|
- improvement observe Smarty::$_CHARSET in debugging console https://github.com/smarty-php/smarty/issues/169
|
2016-01-26 00:15:39 +01:00 |
|
Elan Ruusamäe
|
5cf9824cdf
|
Update change_log.txt
typo fixes
|
2016-01-06 23:40:13 +02:00 |
|
uwetews
|
dd0f4c7c36
|
- improvement runtime checks if registered block plugins are callabel
|
2016-01-02 17:58:58 +01:00 |
|
uwetews
|
418492b40b
|
- optimize block plugin compiler
|
2016-01-02 11:27:44 +01:00 |
|
uwetews
|
59343127f7
|
- update scope handling
|
2016-01-02 02:47:32 +01:00 |
|
uwetews
|
bdf9f41da8
|
- remove Smarty::$resource_cache_mode property
|
2016-01-01 18:28:27 +01:00 |
|
uwetews
|
8e9cb7586f
|
add memcache tests to travis
|
2015-12-31 06:45:19 +01:00 |
|
uwetews
|
d381c47ba8
|
add memcache tests to travis
|
2015-12-31 06:36:19 +01:00 |
|
uwetews
|
ea866a5a92
|
add memcache tests to travis
|
2015-12-31 06:33:47 +01:00 |
|
uwetews
|
04afbdb18d
|
disable 5.2
|
2015-12-31 06:07:18 +01:00 |
|
uwetews
|
0dc576bfc0
|
enable 5.2
|
2015-12-31 06:03:56 +01:00 |
|
uwetews
|
d32badfdee
|
disable 5.2
|
2015-12-31 05:45:24 +01:00 |
|
uwetews
|
b935ae803b
|
enable 5.2
|
2015-12-31 05:20:50 +01:00 |
|
uwetews
|
fe85dd4a3b
|
disable 5.2
|
2015-12-31 05:08:25 +01:00 |
|
uwetews
|
77b6a9e8e1
|
Add travis test for php 5.2
|
2015-12-31 04:55:59 +01:00 |
|
uwetews
|
633a6285b0
|
Test if class Memcached exists
|
2015-12-31 03:44:42 +01:00 |
|
uwetews
|
239fed38b9
|
enable mysql and memcache tests on travis
|
2015-12-31 02:49:45 +01:00 |
|
uwetews
|
c60cdb3e64
|
- optimization of {assign}, {if} and {while} compiled code
|
2015-12-31 02:20:47 +01:00 |
|
uwetews
|
7eb56ac5e3
|
- bugfix plugin names starting with "php" did not compile https://github.com/smarty-php/smarty/issues/147
|
2015-12-30 22:11:15 +01:00 |
|
uwetews
|
34062d45b7
|
- bugfix Smarty::error_reporting was not observed when display() or fetch() was called on template objects https://github.com/smarty-php/smarty/issues/145
|
2015-12-29 16:54:15 +01:00 |
|
uwetews
|
59b3a53089
|
remove allowed failure on hhvm
|
2015-12-28 06:00:03 +01:00 |
|
uwetews
|
afec7564d6
|
- optimization of {foreach} code size and processing
|
2015-12-28 00:58:22 +01:00 |
|
uwetews
|
c8c82a292a
|
- PHPdoc updates
|
2015-12-27 08:12:46 +01:00 |
|
uwetews
|
c2f05e8c3c
|
- code fixes
|
2015-12-27 08:11:31 +01:00 |
|
uwetews
|
94cc120439
|
update SmartyBC
|
2015-12-27 07:19:04 +01:00 |
|
uwetews
|
b0691dd056
|
- update external methods
|
2015-12-27 07:18:35 +01:00 |
|
uwetews
|
4dd8b0bf73
|
new _clearTemplateCache() method
|
2015-12-27 05:43:11 +01:00 |
|
uwetews
|
ca48e93f00
|
force opcache invalidation
|
2015-12-27 05:42:30 +01:00 |
|
uwetews
|
1ebaac314c
|
remove obsolete code
|
2015-12-27 05:37:50 +01:00 |
|
uwetews
|
dc6da4384b
|
- improve inheritance code
|
2015-12-27 04:02:21 +01:00 |
|
uwetews
|
7e7591f6c0
|
new _clearTemplateCache() method
|
2015-12-27 03:28:26 +01:00 |
|
uwetews
|
fbf544286a
|
- new feature If ACP is enabled force an apc_compile_file() when compiled or cached template was updated
|
2015-12-25 10:29:29 +01:00 |
|
uwetews
|
613e66c257
|
- optimization replace hhvm extension by inline code
|
2015-12-25 10:02:10 +01:00 |
|
uwetews
|
fdd20dd4f1
|
- compile {block} tag code and its processing into classes
|
2015-12-25 09:10:39 +01:00 |
|
uwetews
|
2ebacc3b54
|
- bugfix post filter did fail on template inheritance https://github.com/smarty-php/smarty/issues/144
|
2015-12-24 05:52:41 +01:00 |
|
uwetews
|
297f47a15a
|
- new feature Compiler does now observe the template_dir setting and will create separate compiled files if required
|
2015-12-24 02:29:21 +01:00 |
|
uwetews
|
9d0865aaf8
|
- new feature Caching does now observe the template_dir setting and will create separate cache files if required
|
2015-12-24 02:26:31 +01:00 |
|
uwetews
|
5c377637e1
|
- new feature Caching does now observe the template_dir setting and will create separate cache files if required
|
2015-12-23 04:35:48 +01:00 |
|
uwetews
|
db2cace210
|
- optimization move subtemplate processing back into template object
|
2015-12-23 03:08:23 +01:00 |
|
uwetews
|
8a0562fb58
|
lost code on last commit
|
2015-12-23 00:57:52 +01:00 |
|
uwetews
|
ad635471cb
|
- optimization move internal method decodeProperties back into template object
|
2015-12-23 00:44:51 +01:00 |
|
uwetews
|
ef3da3cc0b
|
- code optimizations
|
2015-12-22 23:49:25 +01:00 |
|
uwetews
|
136e94ae74
|
- change $xxx_dir properties from private to protected in case Smarty class gets extended.
Properties like $template_dir must never be accessed directly or overloaded by a user class. Use getter/setter methods like setTemplateDir()
|
2015-12-22 01:21:35 +01:00 |
|