uwetews
|
761e516a32
|
- bugfix update of 04.08.2016 was incomplete
|
2016-08-07 15:31:01 +02:00 |
|
uwetews
|
25ad0b3b5a
|
- updated error checking at template and config default handler
|
2016-08-05 21:29:15 +02:00 |
|
uwetews
|
04301645d6
|
- bugfix compiling of templates failed when the Smarty delimiter did contain '/' https://github.com/smarty-php/smarty/issues/264
|
2016-08-05 01:00:51 +02:00 |
|
uwetews
|
e96a218e8b
|
Merge pull request #263 from a-shpota/fix-method-define
Fix define method in registered objects
|
2016-08-04 23:11:59 +02:00 |
|
uwetews
|
ffa270c395
|
04.08.2015
- improvement move template function source parameter into extension
|
2016-08-04 23:10:26 +02:00 |
|
Andrey Shpota
|
a3c1a152ca
|
fix define method in registered objects
|
2016-08-04 12:28:19 +03:00 |
|
uwetews
|
335f199cbc
|
- optimization unneeded loading of compiled resource
|
2016-07-26 04:00:15 +02:00 |
|
uwetews
|
f74a0d575a
|
- regression this->addPluginsDir('/abs/path/to/dir') adding absolute path without trailing '/' did fail https://github.com/smarty-php/smarty/issues/260
|
2016-07-24 20:31:27 +02:00 |
|
uwetews
|
eb2d9d4e6d
|
- improvement remove double funtion declaration in plugin shared.escape_special_cars.php https://github.com/smarty-php/smarty/issues/229
|
2016-07-23 22:37:17 +02:00 |
|
uwetews
|
2ba2f6e2e7
|
- bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute filepath https://github.com/smarty-php/smarty/issues/245
- optimization of filepath normalization
|
2016-07-23 22:21:14 +02:00 |
|
uwetews
|
50068ca52a
|
- bugfix {match} shell injection vulnerability patch provided by Tim Weber
|
2016-07-19 20:17:47 +02:00 |
|
uwetews
|
f39e61762c
|
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246
|
2016-07-19 03:37:01 +02:00 |
|
uwetews
|
afb971f84b
|
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246 (reverted from commit 09d8eab89f) (reverted from commit 3fdd9e4b89)
|
2016-07-19 00:25:49 +02:00 |
|
uwetews
|
e865374fc2
|
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246 (reverted from commit 09d8eab89f) (reverted from commit 3fdd9e4b89)
|
2016-07-19 00:19:22 +02:00 |
|
uwetews
|
3fdd9e4b89
|
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246 (reverted from commit 09d8eab89f)
|
2016-07-19 00:14:51 +02:00 |
|
uwetews
|
09d8eab89f
|
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246
|
2016-07-18 23:50:37 +02:00 |
|
uwetews
|
5fd21b7361
|
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246
|
2016-07-18 23:43:58 +02:00 |
|
uwetews
|
d854219696
|
- bugfix avoid opcache_invalidate to result in ErrorException when opcache.restrict_api is not empty https://github.com/smarty-php/smarty/pull/244
|
2016-07-18 19:45:30 +02:00 |
|
uwetews
|
92945eaf12
|
- bugfix modifier on plugins like {plugin|modifier ... } did fail when the plugin does return an array https://github.com/smarty-php/smarty/issues/228
|
2016-07-18 17:57:50 +02:00 |
|
uwetews
|
79a4fdcd52
|
- bugfix {foreach} if key variable and item@key attribute have been used both the key variable was not updated https://github.com/smarty-php/smarty/issues/254
|
2016-07-18 05:27:46 +02:00 |
|
uwetews
|
c666ec9a34
|
- bugfix wrong parameter on compileAllTemplates() and compileAllConfig() https://github.com/smarty-php/smarty/issues/231
|
2016-07-14 20:32:41 +02:00 |
|
uwetews
|
e5eebc3cc2
|
- bugfix wrong parameter on compileAllTemplates() https://github.com/smarty-php/smarty/issues/231
|
2016-07-13 01:49:38 +02:00 |
|
uwetews
|
cbea88b3a7
|
- bugfix template function data should be merged when loading subtemplate https://github.com/smarty-php/smarty/issues/240
|
2016-07-13 01:42:54 +02:00 |
|
uwetews
|
38b13661fe
|
- bugfix enable debugging could fail when template objects did already exists https://github.com/smarty-php/smarty/issues/237
|
2016-07-13 01:07:53 +02:00 |
|
uwetews
|
31f6afd16e
|
- update testInstall() https://github.com/smarty-php/smarty/issues/248https://github.com/smarty-php/smarty/issues/248
|
2016-07-13 00:26:17 +02:00 |
|
uwetews
|
353ee1a490
|
- bugfix PHP 7 compatibility on registered compiler plugins https://github.com/smarty-php/smarty/issues/241
|
2016-07-13 00:12:58 +02:00 |
|
uwetews
|
02f95184ab
|
- bugfix enableSecurity() must init cache flags https://github.com/smarty-php/smarty/issues/247
|
2016-07-12 02:30:14 +02:00 |
|
uwetews
|
b525d4d1d7
|
- bugfix {foreach} item variable must be created also on empty from array https://github.com/smarty-php/smarty/issues/238 and https://github.com/smarty-php/smarty/issues/239
|
2016-07-12 00:24:11 +02:00 |
|
uwetews
|
778b0d920e
|
- bugfix/improvement of compileAlltemplates() follow symlinks in template folder (PHP >= 5.3.1) https://github.com/smarty-php/smarty/issues/224
clear internal cache and expension handler for each template to avoid possible conflicts https://github.com/smarty-php/smarty/issues/231
|
2016-05-27 22:22:57 +02:00 |
|
uwetews
|
dccfc6c2f5
|
- broken PHP 5.3 and 5.4 compatibility
|
2016-05-16 18:17:58 +02:00 |
|
uwetews
|
0fcac38c70
|
- optimization {foreach} compiler and processing
|
2016-05-16 17:57:06 +02:00 |
|
uwetews
|
a62557e817
|
- broken PHP 5.3 and 5.4 compatibility
|
2016-05-15 11:51:46 +02:00 |
|
uwetews
|
6ef0d0eaa0
|
- optimization and cleanup of resource code
|
2016-05-15 11:13:31 +02:00 |
|
uwetews
|
1fbf16afed
|
- optimization of inheritance processing
|
2016-05-10 03:54:56 +02:00 |
|
uwetews
|
608064e5f2
|
-bugfix Only variables should be assigned by reference https://github.com/smarty-php/smarty/issues/227
|
2016-05-07 13:46:37 +02:00 |
|
uwetews
|
f02f943021
|
Merge pull request #188 from tinogo/master
Minor optimization for Smarty_Internal_Data::assign()
|
2016-05-03 21:55:46 +02:00 |
|
uwetews
|
ecdd33d334
|
- bugfix same relative filepath at {include} called from template in different folders could display wrong sub-template
|
2016-05-02 04:28:09 +02:00 |
|
uwetews
|
971058fc61
|
- enhancement {block} tag names can now be variable https://github.com/smarty-php/smarty/issues/221
|
2016-05-02 00:58:17 +02:00 |
|
uwetews
|
f1b3662b28
|
- bugfix same relative filepath at {include} called from template in different folders could display wrong sub-template
|
2016-05-01 23:53:38 +02:00 |
|
uwetews
|
2cb03512f7
|
- bugfix {strip} remove space on linebreak between html tags https://github.com/smarty-php/smarty/issues/213
|
2016-04-29 00:24:47 +02:00 |
|
uwetews
|
13a2127b50
|
- bugfix nested {include} with relative file path could fail when called in {block} ... {/block} https://github.com/smarty-php/smarty/issues/218
|
2016-04-24 11:04:36 +02:00 |
|
uwetews
|
d3b7a344aa
|
- bugfix the default template handler must calculate the source uid https://github.com/smarty-php/smarty/issues/205
|
2016-04-14 21:24:26 +02:00 |
|
uwetews
|
9839de9cc4
|
- bugfix special variable {$smarty.capture.name} was not case sensitive on name https://github.com/smarty-php/smarty/issues/210
|
2016-04-14 21:12:34 +02:00 |
|
uwetews
|
6d4a4de0d5
|
- bugfix template inheritance status must be saved when calling sub-templates https://github.com/smarty-php/smarty/issues/215
|
2016-04-13 03:36:16 +02:00 |
|
uwetews
|
2dac1729c2
|
- bugfix change of 11.03.2014 cause again {capture} data could not been seen in other templates with {$smarty.capture.name} https://github.com/smarty-php/smarty/issues/153
|
2016-03-27 18:44:19 +02:00 |
|
uwetews
|
ff6a8521bb
|
- improvement $smarty->clearCompiledTemplate() should return on recompiled or uncompiled resources
|
2016-03-11 03:36:43 +01:00 |
|
uwetews
|
af71fda639
|
- optimization of capture and security handling
|
2016-03-11 02:55:55 +01:00 |
|
uwetews
|
62bf9eeddc
|
- optimization of resource processing
|
2016-03-11 01:07:26 +01:00 |
|
uwetews
|
880967aff3
|
- optimization of resource processing
|
2016-03-11 01:05:26 +01:00 |
|
uwetews
|
4815464b9c
|
- optimization of resource processing
|
2016-03-10 22:22:46 +01:00 |
|