Uwe.Tews
|
ea84147f45
|
- work around of a substr_compare bug in older PHP5 versions
|
2010-04-30 14:00:26 +00:00 |
|
Uwe.Tews
|
6bb0cb7c0c
|
- bugfix when comparing timestamps in sysplugins/smarty_internal_config.php
|
2010-04-30 13:12:12 +00:00 |
|
Uwe.Tews
|
d7a629df0c
|
- change default of $debugging_ctrl to 'NONE'
- optimization of compiled code of {foreach} and {for} loops
- change of compiler for config variables
|
2010-04-28 20:30:27 +00:00 |
|
Uwe.Tews
|
4e27b70ba5
|
- bugfix in $smarty->cache->clear() method. (do not cache template object)
|
2010-04-27 17:47:24 +00:00 |
|
Uwe.Tews
|
d44ffe9132
|
- security fix in {math} plugin
|
2010-04-17 10:24:44 +00:00 |
|
monte.ohrt
|
09c208eda6
|
revert lables on optgroup tags
|
2010-04-16 13:49:46 +00:00 |
|
monte.ohrt
|
4e8602585e
|
remove label from option tag (unnecessary):wq
|
2010-04-12 19:04:02 +00:00 |
|
Uwe.Tews
|
c8be3ed029
|
- removed parser restrictions in using true,false and null as ID
|
2010-04-12 18:22:53 +00:00 |
|
Uwe.Tews
|
5d644eb203
|
- bugfix in smarty_internal_templatecompilerbase (overloaded property)
|
2010-04-12 15:06:24 +00:00 |
|
Uwe.Tews
|
1eb8a44b0f
|
- bugfix typo in smarty_internal_templatecompilerbase and smarty_internal_template
|
2010-04-07 15:19:02 +00:00 |
|
Uwe.Tews
|
b14725e21a
|
- bugfix typo in smarty_internal_templatecompilerbase
|
2010-04-07 15:10:34 +00:00 |
|
Uwe.Tews
|
b52e9f1ac8
|
- compile locking by touching old compiled files to avoid concurrent compilations
|
2010-03-31 16:23:01 +00:00 |
|
Uwe.Tews
|
24d5ad78f3
|
- bugfix allow array definitions as modifier parameter
- bugfix observe compile_check property when loading config files
- added the template object as third filter parameter
|
2010-03-29 15:41:01 +00:00 |
|
Uwe.Tews
|
76f1bd5428
|
- new method utility->compileAllConfig() to compile all config files
|
2010-03-25 21:18:58 +00:00 |
|
Uwe.Tews
|
c24dce9ed4
|
- change of utility->compileAllTemplates() log messages
- bugfix on nocache code in {function} tags
|
2010-03-25 20:43:56 +00:00 |
|
Uwe.Tews
|
8372ef8874
|
- bugfix on register->modifier() error messages
|
2010-03-24 11:23:18 +00:00 |
|
Uwe.Tews
|
63d671b935
|
- bugfix on caching mode SMARTY_CACHING_LIFETIME_SAVED and cache_lifetime = 0
|
2010-03-23 17:08:46 +00:00 |
|
Uwe.Tews
|
2e27c294b3
|
- bugfix on template inheritance when calling multiple child/parent relations
|
2010-03-23 16:51:48 +00:00 |
|
Uwe.Tews
|
7f64fdc593
|
- bugfix make directory separator operating system independend in compileAllTemplates()
|
2010-03-22 16:12:18 +00:00 |
|
monte.ohrt
|
56d054b743
|
fix testInstall() error messages
|
2010-03-22 14:48:46 +00:00 |
|
Uwe.Tews
|
97041ec7be
|
- removed unused code in compileAllTemplates()
|
2010-03-21 14:18:17 +00:00 |
|
Uwe.Tews
|
6d2fb922e9
|
- bugfix for multiple {/block} tags on same line
|
2010-03-19 15:45:32 +00:00 |
|
Uwe.Tews
|
d89e53c2f6
|
- bugfix make $smarty->cache->clear() function independent from caching status
|
2010-03-17 17:37:32 +00:00 |
|
Uwe.Tews
|
eb4436e7be
|
- bugfix on assign attribute at registered template objects
- make handling of modifiers on expression BC to Smarty2
|
2010-03-16 18:26:46 +00:00 |
|
Uwe.Tews
|
c573ee9bf8
|
- bugfix on block plugin calls
|
2010-03-15 21:40:05 +00:00 |
|
Uwe.Tews
|
13089f2d64
|
- changed parsing of <?php and ?> back to Smarty2 behaviour
|
2010-03-11 22:26:46 +00:00 |
|
monte.ohrt
|
cba54ad3d8
|
remove old API call
|
2010-03-10 16:21:16 +00:00 |
|
Uwe.Tews
|
5e2bf86e66
|
- bugfix on uninitialized properties in smarty_internal_template
- bugfix on $smarty->disableSecurity()
|
2010-03-09 21:11:21 +00:00 |
|
monte.ohrt
|
689ee2c73c
|
fix overload error
|
2010-03-09 15:14:11 +00:00 |
|
monte.ohrt
|
54a8dcd343
|
add __get() to templateCreate class
|
2010-03-08 16:20:19 +00:00 |
|
monte.ohrt
|
374d801d51
|
remove comment
|
2010-03-08 15:16:35 +00:00 |
|
monte.ohrt
|
05a9c3beab
|
add setters/getters to created templates
|
2010-03-08 15:15:41 +00:00 |
|
Uwe.Tews
|
d9e4646b60
|
- bugfix on accessing chained objects of static classes
|
2010-03-04 20:33:53 +00:00 |
|
Uwe.Tews
|
a2a7942cea
|
- bugfix allow uppercase chars in registered resource names
|
2010-03-04 15:49:48 +00:00 |
|
Uwe.Tews
|
5d9f7ab65b
|
- bugfix on nocache code in {block} tags if child template was included by {include}
|
2010-03-01 16:46:30 +00:00 |
|
monte.ohrt
|
7300133dc6
|
move replacement func
|
2010-03-01 14:56:24 +00:00 |
|
monte.ohrt
|
0d3137b511
|
fix mb check
|
2010-03-01 14:52:01 +00:00 |
|
Uwe.Tews
|
1819689775
|
- bugfix on double quote strings
|
2010-02-28 13:51:57 +00:00 |
|
Uwe.Tews
|
428889e762
|
- code optimizations
|
2010-02-28 12:50:33 +00:00 |
|
Uwe.Tews
|
ed2458e9ae
|
- code optimization
|
2010-02-27 23:28:14 +00:00 |
|
Uwe.Tews
|
3898f593f4
|
- allow block tags inside double quoted string
|
2010-02-27 20:10:32 +00:00 |
|
Uwe.Tews
|
a4d34aebce
|
- support of access to a class constant from an object (since PHP 5.3)
|
2010-02-26 13:28:54 +00:00 |
|
Uwe.Tews
|
3059df16aa
|
- cache modified check implemented
|
2010-02-26 12:58:36 +00:00 |
|
Uwe.Tews
|
0426dd0459
|
- bugfix on expressions in doublequoted string enclosed in backticks
- added security property $static_classes for static class security
|
2010-02-24 18:01:03 +00:00 |
|
monte.ohrt
|
7c9aed9299
|
remove debug code
|
2010-02-20 23:22:55 +00:00 |
|
monte.ohrt
|
591df13a26
|
fix __get() return value, and set properties before returning
|
2010-02-20 21:48:19 +00:00 |
|
Uwe.Tews
|
f393874262
|
- bugfix on parsing Smarty tags inside <?xml ... ?>
- bugfix on truncate modifier
|
2010-02-18 16:28:11 +00:00 |
|
monte.ohrt
|
c5b0288087
|
remove unnecessary param for preg
|
2010-02-18 14:45:27 +00:00 |
|
Uwe.Tews
|
950c3a7307
|
|
2010-02-17 21:30:36 +00:00 |
|
Uwe.Tews
|
44feb88c19
|
- bugfix on <?xml ... ?> tags for all php_handling modes
- bugfix on parameter of variablefilter.htmlspecialchars.php plugin
|
2010-02-16 20:20:49 +00:00 |
|