Uwe Tews
|
428efa634d
|
- bugfix modification of 9.8.2017 did fail on some recursive
tag nesting. https://github.com/smarty-php/smarty/issues/389
|
2017-10-07 09:05:54 +02:00 |
|
Uwe Tews
|
b0ea1cb5df
|
Improve extension handler
|
2017-10-07 08:20:18 +02:00 |
|
Uwe Tews
|
deb9e12aaa
|
- bugfix {make_nocache} did display code if the template did not contain other nocache code
https://github.com/smarty-php/smarty/issues/369
|
2017-08-26 16:13:04 +02:00 |
|
Uwe Tews
|
94c2ab7e54
|
- bugfix templates filepath with multibyte characters did not work
https://github.com/smarty-php/smarty/issues/385
|
2017-08-26 14:56:02 +02:00 |
|
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
|
511773ce6b
|
- improvement repeated delimiter like {{ and }} will be treated as literal
https://groups.google.com/forum/#!topic/smarty-developers/h9r82Bx4KZw
|
2017-08-09 12:58:47 +02:00 |
|
Uwe Tews
|
2c1f0312a1
|
register autoloader as first in chain
|
2017-08-09 12:22:37 +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
|
db16d0d2e6
|
fixed typo
|
2017-08-06 02:58:05 +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
|
c3b331d2ad
|
remove PHP 5.3 test
|
2017-07-31 23:26:41 +02:00 |
|
Uwe Tews
|
da6181f733
|
Update travis.yml
|
2017-07-31 23:23:35 +02:00 |
|
Uwe Tews
|
036f1143fa
|
Update travis.yml
|
2017-07-31 23:09:38 +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
|
5165776aec
|
add link to documentation
https://github.com/smarty-php/smarty/issues/380
|
2017-07-30 00:39:41 +02:00 |
|
uwetews
|
b562e9527e
|
Merge pull request #320 from glensc/patch-1
Update Autoloader.php comment
|
2017-07-21 08:17:14 +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 |
|
Uwe Tews
|
f3325c4923
|
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:46:13 +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
|
67e9d08371
|
remove hhvm from travis tests
|
2017-07-21 05:53:22 +02:00 |
|
Uwe Tews
|
bd6bf0628e
|
fix travis for hhvm testing
|
2017-07-21 05:43: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
|
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 |
|