Commit Graph

3937 Commits

Author SHA1 Message Date
Uwe Tews
07c781d9cf - bugfix in nested {foreach} saved item attributes got overwritten https://github.com/smarty-php/smarty/issues/33 2015-05-13 00:33:23 +02:00
Uwe Tews
e4741e9dd7 version update after fixed issues 28 and 29 2015-05-12 20:41:41 +02:00
Uwe Tews
ece0e2241f Log fixes for issue 28 and 29 2015-05-12 20:39:10 +02:00
Uwe Tews
3ac71869a6 Remove PHP nightly test 2015-05-12 20:33:18 +02:00
uwetews
f791eeba11 Merge pull request #32 from Stricted/patch-1
fix variable name
2015-05-12 18:40:53 +02:00
uwetews
962cf3d193 Merge pull request #30 from Stricted/master
fix constant handling
2015-05-12 18:40:08 +02:00
Stricted
a8f30dc7f6 fix variable name 2015-05-12 15:52:54 +02:00
Stricted
4af23bc104 fix last commit 2015-05-12 15:44:54 +02:00
Stricted
811e2e0e13 fix constant handling
on undefined constants you get 'TEST_CONST' on definied constants TEST_CONST
2015-05-12 15:43:57 +02:00
Uwe Tews
2ff51de3df allow failures of hhvm 2015-05-12 04:48:10 +02:00
Uwe Tews
04f0090c40 release 3.1.23 v3.1.23 2015-05-12 04:08:22 +02:00
Uwe Tews
e6a4e68139 remove hhvm nightly test 2015-05-12 04:01:10 +02:00
Uwe Tews
d234625d7c - bugfix of smaller performance issue introduce in 3.1.22 when caching is enabled 2015-05-12 03:34:38 +02:00
Uwe Tews
b4792df08a - bugfix missig entry for smarty-temmplate-config in autoloader 2015-05-12 03:07:24 +02:00
Uwe Tews
6deb3cee7c update travis 2015-05-12 02:58:32 +02:00
Uwe Tews
c12655ded2 - bugfix of smaller performance issue introduce in 3.1.22 when caching is enabled 2015-05-12 02:52:30 +02:00
Uwe Tews
8acb920e20 update 2015-05-12 01:17:14 +02:00
Uwe Tews
d276829aa6 fix comment 2015-05-11 23:09:27 +02:00
Uwe Tews
556185c9e2 Update 2015-05-10 23:17:43 +02:00
Uwe Tews
ebef3b1988 Update 2015-05-10 23:14:51 +02:00
Uwe Tews
ee8a695a57 Update 2015-05-10 22:46:48 +02:00
Uwe Tews
94d5e1e198 Update 2015-05-10 22:42:24 +02:00
Uwe Tews
469a6ad860 correction 2015-05-10 21:55:43 +02:00
Uwe Tews
735507b0ba correction 2015-05-10 21:53:16 +02:00
Uwe Tews
4c3e67a301 update 2015-05-10 21:47:34 +02:00
Uwe Tews
31edf7fcea push 2015-05-10 21:44:18 +02:00
Uwe Tews
5963632a99 add .travis.yml 2015-05-10 21:05:54 +02:00
Uwe Tews
3836cafd90 Prepare 3.1.23-dev 2015-05-10 13:17:33 +02:00
Uwe Tews
0f9ec2642a Release 3.1.22 2015-05-10 13:08:04 +02:00
Uwe Tews
ab93b0feee - improvement added constants for $debugging 2015-05-10 12:18:41 +02:00
Uwe Tews
741a07fc8f new dev version 2015-05-10 12:13:21 +02:00
Uwe Tews
8a34ad0cd2 parameter cleanup 2015-05-10 12:09:24 +02:00
Uwe Tews
b0ca67b213 - bugfix cache lock was not handled correctly after timeout when $cache_locking == true 2015-05-10 12:08:47 +02:00
Uwe Tews
5ce5d4df49 - bugfix custom cache resource did not observe compile_id and cache_id when $cache_locking == true 2015-05-10 12:00:19 +02:00
Uwe Tews
edf49ca3cf formatting 2015-05-10 11:53:09 +02:00
Uwe Tews
af4a923da5 - uodate and fixes at cache locking 2015-05-08 07:27:45 +02:00
Uwe Tews
d7b0b57420 - optimization of resource class loading 2015-05-08 06:02:59 +02:00
Uwe Tews
c5468b421e - optimization of resource class loading 2015-05-07 22:57:59 +02:00
Uwe Tews
37449b2fcb - improvement of the debugging console. Read NEW_FEATURES.txt 2015-05-07 04:36:49 +02:00
Uwe Tews
af08353e93 - bugfix/improvement in 3.1.22-dev cache locking did not work as expected 2015-05-06 23:10:39 +02:00
Uwe Tews
57df382ff2 - bugfix in 3.1.22-dev cache resource must not be loaded for subtemplates 2015-05-06 22:10:04 +02:00
Uwe Tews
d92714cc7e - optimization move <?php ?> handling from parser to new compiler module 2015-05-06 00:03:26 +02:00
Uwe Tews
d7ff1eec47 - optimization on cache update when main template is modified 2015-05-05 15:46:24 +02:00
Uwe Tews
914815d438 Fix broken code 2015-05-05 06:48:37 +02:00
Uwe Tews
3e4734acfb - bugfix code could be messed up when {tags} are used in multiple attributes https://github.com/smarty-php/smarty/issues/23 2015-05-05 03:33:53 +02:00
Uwe Tews
6575e11f68 Add missing properties 2015-05-05 03:27:16 +02:00
Uwe Tews
c5915a8c0c - improvement use is_file() checks to avoid errors suppressed by @ which could still cause problems (https://github.com/smarty-php/smarty/issues/24) 2015-05-05 00:41:30 +02:00
Uwe Tews
f14f2dcc6f - bugfix Smarty_Resource::parseResourceName incompatible with Google AppEngine (https://github.com/smarty-php/smarty/issues/22) 2015-05-04 22:44:29 +02:00
Uwe Tews
22ea1404df add information how to get development tools 2015-05-04 18:21:55 +02:00
Uwe Tews
08c81acbb1 add require-dev to load PHPUnit tests and lxer/parser generator (reverted from commit f3d7b05ccb) 2015-05-04 18:20:44 +02:00