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
|
a6f3a518e1
|
- improvement replace phpversion() by PHP_VERSION constant.
https://github.com/smarty-php/smarty/pull/363
|
2017-05-27 14:37:35 +02:00 |
|
uwetews
|
03e2a1c8a2
|
- bugfix https://github.com/smarty-php/smarty/pull/368 did break the default plugin handler
|
2017-05-27 12:33:48 +02: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
|
e51b0ac4af
|
- performance store flag for already required shared plugin functions in static variable or
Smarty's $_cache to improve performance when plugins are often called
51e0d5cd40 (commitcomment-22280086)
|
2017-05-27 11:04:00 +02:00 |
|
uwetews
|
a49a08748f
|
Remove nightly test. Does hang on PHP 7.2
|
2017-05-21 19:55:25 +02:00 |
|
uwetews
|
63b578708f
|
disable PHP 5.2 tests
|
2017-05-21 19:23:25 +02:00 |
|
uwetews
|
0f2d703c63
|
Add PHP 5.2 to test (reverted from commit 3dbb5c4eae)
|
2017-05-21 18:59:00 +02:00 |
|
uwetews
|
3dbb5c4eae
|
Add PHP 5.2 to test
|
2017-05-21 18:34:21 +02:00 |
|
uwetews
|
cd1a864751
|
Add PHP 5.2 to test (reverted from commit 9e7c1f4b0d)
|
2017-05-21 18:22:43 +02:00 |
|
uwetews
|
9e7c1f4b0d
|
Add PHP 5.2 to test
|
2017-05-21 18:20:19 +02:00 |
|
uwetews
|
f860f7ce88
|
- bugfix version 3.1.31 did fail under PHP 5.2
https://github.com/smarty-php/smarty/issues/365
|
2017-05-21 18:19:52 +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
|
d571ffa111
|
Merge pull request #361 from zonuexe/patch-1
Fix markdown
|
2017-05-19 19:02:48 +02:00 |
|
uwetews
|
8f54ad7c96
|
Merge pull request #354 from jcodt/master
Fix markdown titles
|
2017-05-19 19:02:08 +02:00 |
|
uwetews
|
f0e215b954
|
- change properties $accessMap and $obsoleteProperties from private to protected
https://github.com/smarty-php/smarty/issues/351
|
2017-05-19 04:54:49 +02:00 |
|
USAMI Kenta
|
e3cea24be1
|
Fix markdown
affected by GitHub's Markdown parser change
https://githubengineering.com/a-formal-spec-for-github-markdown/
|
2017-05-11 10:50:42 +09:00 |
|
jcodt
|
5af93831ee
|
Fix markdown titles
|
2017-04-25 17:49:55 +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
|
f7bdfe463b
|
Add PHP 7.1 to travis tests
|
2017-04-17 04:35:17 +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
|
1a7328ca67
|
- merge pull requests https://github.com/smarty-php/smarty/pull/349, https://github.com/smarty-php/smarty/pull/322 and
https://github.com/smarty-php/smarty/pull/337 to fix spelling and annotation
|
2017-04-14 15:01:43 +02:00 |
|
uwetews
|
cfc3f8c424
|
Merge pull request #322 from simivar/patch-1
Fix annotation for addPluginsDir()
|
2017-04-14 14:52:18 +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 |
|
uwetews
|
fd95365bf3
|
Prepare 3.1.32-dev
|
2017-04-13 05:17:27 +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 |
|
simivar
|
1900ce24a3
|
Fix annotation for addPluginsDir()
Param of [addPluginsDir()](http://www.smarty.net/docs/en/api.add.plugins.dir.tpl) can be null, array or a string. Fixed annotation so there will be no IDE warnings.
|
2016-12-29 14:52:35 +01:00 |
|
Elan Ruusamäe
|
66205d5565
|
Update Autoloader.php
spelling fix
|
2016-12-21 23:36:37 +02:00 |
|
uwetews
|
c7d42e4a32
|
prepare 3.1.31 release
v3.1.31
|
2016-12-14 22:57:25 +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
|
05933749c0
|
- smaller speed optimization
|
2016-11-11 23:09:28 +01:00 |
|
uwetews
|
be054c1727
|
touch
|
2016-11-11 22:17:35 +01:00 |
|
uwetews
|
5b9699b41a
|
touch
|
2016-11-11 22:16:58 +01:00 |
|
uwetews
|
b745a31a2d
|
fixed spelling chilek commented on c4746e9
|
2016-11-11 21:17:32 +01:00 |
|
uwetews
|
d120c1fad2
|
- bugfix when Smarty is using a cached template object on Smarty::fetch() or Smarty::isCached() the inheritance data
must be removed https://github.com/smarty-php/smarty/issues/312
|
2016-11-11 20:13:40 +01:00 |
|
uwetews
|
e867ae125e
|
add utility to build Smarty_Internal_Testinstall
|
2016-11-08 18:09:14 +01:00 |
|
uwetews
|
7438ac39d0
|
Merge pull request #295 from glensc/patch-1
exclude files from git export
|
2016-11-08 18:04:08 +01:00 |
|