Commit Graph

357 Commits

Author SHA1 Message Date
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
Uwe.Tews
4b6590728e - README update regarding plugins 2010-03-08 18:06:54 +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
monte.ohrt
c188b50ecc change ereg to preg 2010-02-16 15:20:47 +00:00
Uwe.Tews
239462fde4 - bugfix $smarty.const... inside doublequoted strings and backticks was compiled into wrong PHP code 2010-02-14 20:26:57 +00:00
Uwe.Tews
9afda44ebf - added missing _plugins property in smarty.class.php 2010-02-14 16:42:39 +00:00
Uwe.Tews
78c2e92f19 - bugfix on nested {block} tags
- changed Smarty special variable $smarty.parent to $smarty.block.parent
2010-02-12 15:56:17 +00:00
Uwe.Tews
99ab6e96a5 - added support of nested {bock} tags 2010-02-12 01:14:34 +00:00
Uwe.Tews
cb0ba1908a - allow Smarty tags inside <? ... ?> tags in SMARTY_PHP_QUOTE and SMARTY_PHP_PASSTHRU mode
- bugfix at new "for" syntax like {for $x=1 to 10 step 2}
2010-02-10 20:51:36 +00:00
Uwe.Tews
9f5d885835 - avoid possible notice on $smarty->cache->clear(...), $smarty->clear_cache(....) 2010-02-10 18:00:41 +00:00
Uwe.Tews
43ae585e5e - added $smarty->_tag_stack for tracing block tag hierarchy 2010-02-09 21:20:17 +00:00
Uwe.Tews
24141e81dd - bugfix use template fullpath at §smarty->cache->clear(...), $smarty->clear_cache(....) 2010-02-08 21:04:43 +00:00
monte.ohrt
c2ff808db6 update README 2010-02-08 17:49:26 +00:00
monte.ohrt
fbebb5bb02 update wrapper 2010-02-08 17:41:48 +00:00
Uwe.Tews
b48ef33cd5 - bugfix of cache filename on extended templates when force_compile=true 2010-02-08 17:39:48 +00:00
monte.ohrt
0c2b18c727 move getTemplateVars() into data object 2010-02-08 17:31:15 +00:00
monte.ohrt
5be6130f0c update API list 2010-02-08 17:08:09 +00:00
Uwe.Tews
7bfa54f067 - bugfix on changes of 05/02/2010 2010-02-07 22:21:37 +00:00
Uwe.Tews
d19fbb19d9 - bugfix on changes of 05/02/2010 2010-02-07 20:45:44 +00:00
Uwe.Tews
063cb19f18 - preserve line endings type form template source 2010-02-07 12:49:57 +00:00
Uwe.Tews
ae49fe099b - minor fixes on API update 2010-02-07 11:09:28 +00:00
monte.ohrt
8f8a11f733 add new files 2010-02-07 03:03:48 +00:00
monte.ohrt
9af377d7d3 major API update 2010-02-06 22:11:10 +00:00
Uwe.Tews
3ad446bb21 - bugfix on modifier and block plugins with same name 2010-02-05 17:03:22 +00:00
Uwe.Tews
fde7a592f4 - retaining newlines at registered functions and function plugins 2010-02-02 20:09:57 +00:00
Uwe.Tews
3c88d12e00 - added test that $_SERVER['SCRIPT_NAME'] does exist in Smarty.class.php 2010-01-25 19:02:34 +00:00