Uwe Tews
|
5468f140fa
|
- bugfix compiler did overwrite existing variable value when setting the nocache attribute https://github.com/smarty-php/smarty/issues/39
|
2015-05-19 22:47:04 +02:00 |
|
Uwe Tews
|
ac99173cea
|
- improvement introduce shortcuts in lexer/parser rules for most frequent terms for higher
compilation speed
|
2015-05-18 04:12:40 +02:00 |
|
Uwe Tews
|
bef7c55544
|
{for} should be able to init array elements
|
2015-05-18 04:00:17 +02:00 |
|
Uwe Tews
|
e3123c0427
|
- improvement higher compilation speed by modified lexer/parser generator at "smarty/smarty-lexer"
|
2015-05-16 16:33:50 +02:00 |
|
Uwe Tews
|
d21921de22
|
- improvement reduce number of lexer tokens on operators and if conditions
|
2015-05-16 14:47:12 +02:00 |
|
Uwe Tews
|
22bccee350
|
- improvement remove not needed ?><?php transitions from compiled code
|
2015-05-16 14:17:59 +02:00 |
|
Uwe Tews
|
0bdd805d6b
|
remove code not intended for this version
|
2015-05-16 13:40:45 +02:00 |
|
Uwe Tews
|
a74804b061
|
- bugfix {php}{/php} did work just for single lines https://github.com/smarty-php/smarty/issues/33
|
2015-05-16 13:33:04 +02:00 |
|
Uwe Tews
|
2db464a6e5
|
- bugfix template functions failed when calling the function recursively with function name as tag name https://github.com/smarty-php/smarty/issues/28
|
2015-05-14 15:11:38 +02:00 |
|
Uwe Tews
|
8ee805632d
|
- bugfix in Smarty_Security 'nl2br' should be a trusted modifier, not PHP function (code.google issue 223)
|
2015-05-13 20:17:02 +02:00 |
|
Uwe Tews
|
319e396937
|
use clean Smarty object to display the debugging console.
Avoid possible promblems when application did overload the Smarty object or properties go modified hardcoded in the class source.
|
2015-05-13 18:04:29 +02:00 |
|
Uwe Tews
|
3240b5a596
|
- improvement remove not needed ?><?php transitions from compiled code
|
2015-05-13 02:09:00 +02:00 |
|
Uwe Tews
|
2b858212b7
|
- improvement remove not needed ?><?php transitions from compiled code
|
2015-05-13 02:06:33 +02:00 |
|
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 |
|
uwetews
|
f791eeba11
|
Merge pull request #32 from Stricted/patch-1
fix variable name
|
2015-05-12 18:40:53 +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
|
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
|
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
|
d276829aa6
|
fix comment
|
2015-05-11 23:09:27 +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
|
ea17aad266
|
- bugfix plugins of merged subtemplates not loaded in 3.1.22-dev (forum topic 25508) 2nd fix
|
2015-04-28 23:12:12 +02:00 |
|
Uwe Tews
|
e312dd9b59
|
- bugfix plugins of merged subtemplates not loaded in 3.1.22-dev (forum topic 25508)
|
2015-04-28 01:38:45 +02:00 |
|
Uwe Tews
|
c7ba22dc98
|
- bugfix a nocache template variable used as parameter at {insert} was by mistake cached
|
2015-04-23 02:34:28 +02:00 |
|
Uwe Tews
|
de892651c2
|
- bugfix at a template function containing nocache code a parmeter could overwrite a template variable of same name
|
2015-04-20 22:59:45 +02:00 |
|
Uwe Tews
|
6fb27d5ae4
|
strip property must now be public
|
2015-04-07 02:11:20 +02:00 |
|
Uwe Tews
|
a92302d059
|
move strip processing from parser to compiler
|
2015-04-02 01:42:53 +02:00 |
|
Uwe Tews
|
e9fd2354ef
|
move compileVariable() from parser to compiler
|
2015-04-02 01:35:16 +02:00 |
|
Uwe Tews
|
ea2a566b1f
|
- bugfix Smarty_Security->allow_constants=false; did also disable true, false and null (change of 16.03.2015)
- improvement added a whitelist for trusted constants to security Smarty_Security::$trusted_constants (forum topic 25471)
|
2015-03-28 03:58:08 +01:00 |
|
Uwe Tews
|
443ae8c216
|
- bugfix problems when {function}{/function} defined a template function in a cached subtemplate and it was called {call} from a not cached subtemplate {forum topic 25468}
|
2015-03-23 00:39:22 +01:00 |
|
Uwe Tews
|
2a005ac6d6
|
- bugfix correct update of global variable values on exit of template functions. (reported under Smarty Developers)
|
2015-03-20 18:25:59 +01:00 |
|
Uwe Tews
|
4ecc75344f
|
- bugfix make sure that function properties get saved only in compiled files containing the fuction definition {forum topic 25452}
|
2015-03-20 00:41:55 +01:00 |
|
Uwe Tews
|
03c7b786a0
|
Clean up template functions property structure
|
2015-03-17 04:53:57 +01:00 |
|