Commit Graph

1580 Commits

Author SHA1 Message Date
messju
bb0771505a thought again about my latest commit and backed it out. 2003-12-01 11:29:53 +00:00
messju
2c290ac4cf fix root-dir-handling on windows filepath 2003-12-01 09:09:20 +00:00
changelog
b74d38a643 ChangeLog update 2003-11-30 01:31:18 +00:00
boots
549a69ba44 really make the fixes the last patch was supposed to do 2003-11-29 02:15:41 +00:00
boots
74034f776f removed tabs and killed trailing white-space 2003-11-29 01:44:41 +00:00
boots
b0563469a0 changed $smarty->_syntax_error to $smarty->trigger_error 2003-11-29 00:49:09 +00:00
changelog
a4908607e6 ChangeLog update 2003-11-28 01:32:06 +00:00
messju
7dfad44658 remove warning in debug_print_var on php-resources 2003-11-27 17:39:06 +00:00
messju
6aa1003646 fix version number 2003-11-27 11:46:36 +00:00
changelog
843a32315c ChangeLog update 2003-11-27 01:31:58 +00:00
messju
38d1f29bc3 raise max_level for $smarty.config... to 3 to allow arrays of config-vars 2003-11-26 14:02:05 +00:00
changelog
ad237ebb0e ChangeLog update 2003-11-26 01:31:52 +00:00
messju
44899e04ae changed version-tag to indicate incompatibility to older compiled
templates
2003-11-25 09:02:48 +00:00
changelog
537f564120 ChangeLog update 2003-11-25 01:31:56 +00:00
messju
a688201f10 move function.assign.php to compiler.assign.php 2003-11-24 15:37:03 +00:00
messju
690e0a9e1c silence occasional warnings of open_basedir- and
safe_mode-restrictions in core.get_include_path.php
2003-11-24 14:56:02 +00:00
changelog
d81763654c ChangeLog update 2003-11-24 01:32:20 +00:00
messju
1fdd2149ee avoid touch()-ing of recently unlinked files by touch()-ing the
tempfile before rename instead of touch()-ing the resulting file after
rename.
2003-11-23 08:37:43 +00:00
messju
2a6b5479dd add property $tpl_error_reporting 2003-11-23 08:18:12 +00:00
changelog
1c604216e3 ChangeLog update 2003-11-23 01:31:55 +00:00
messju
412e2c529b remove use of extract() in smarty_function_assign() 2003-11-22 09:38:05 +00:00
changelog
469ec1ece9 ChangeLog update 2003-11-22 01:31:54 +00:00
messju
c5b552163c remove property $undefined. "null" is used literally instead 2003-11-22 00:32:38 +00:00
messju
0157c56198 remove two E_NOTICES 2003-11-21 12:39:50 +00:00
changelog
50d83bda90 ChangeLog update 2003-11-21 01:32:09 +00:00
messju
66823d680d change version to 2.6.1-dev 2003-11-20 15:26:45 +00:00
changelog
6c88c0601f ChangeLog update 2003-11-20 01:32:31 +00:00
mohrt
5e7432c88b update NEWS file 2003-11-19 20:30:17 +00:00
mohrt
78ff86ed9f change version numbers to 2.6.0 2003-11-19 20:26:29 +00:00
messju
e2a8863192 fix examples of escape-modifier (in docs, docs/de and docs/fr !) 2003-11-19 18:23:01 +00:00
changelog
e997a2f769 ChangeLog update 2003-11-19 01:36:21 +00:00
messju
f903d313b4 move Smarty::quote_replace() to Smarty_Compiler::_quote_replace() 2003-11-18 23:35:05 +00:00
messju
209cd6efeb removed extract-calls from _include()- and _eval()-wrappers
variables passed with {include_php} have to accessed as members of $params now
2003-11-18 23:18:35 +00:00
changelog
4c5506a57a ChangeLog update 2003-11-18 01:34:47 +00:00
messju
1d92b3ce4f fixed typo 2003-11-17 20:34:31 +00:00
changelog
d54b96d201 ChangeLog update 2003-11-14 01:31:59 +00:00
messju
215fba15c0 fix occasional notice 2003-11-13 21:24:31 +00:00
andreas
2be563b152 - added cat modifier, thanks messju :-) 2003-11-13 18:38:30 +00:00
mohrt
ab9f58841d commit RC3 tags 2003-11-13 17:35:52 +00:00
messju
2ae14ea686 fix handling of $var.key inside [] 2003-11-13 16:51:47 +00:00
messju
7d391d55a8 fix unnecessary loading of core.load_resource_plugin.php 2003-11-13 16:50:33 +00:00
messju
e15cacbc82 fixed example of html_table 2003-11-13 15:26:40 +00:00
changelog
c3dd540396 ChangeLog update 2003-11-12 01:32:11 +00:00
messju
9d4a0bcb07 fix handling of assign inside {insert}-tags 2003-11-11 22:46:13 +00:00
changelog
8a3bf9e0c7 ChangeLog update 2003-11-07 01:32:37 +00:00
messju
1af690d45c added $exp_time-parameter 2003-11-06 17:16:32 +00:00
messju
fb47f038ac added $exp_time to cache_handler_func-example 2003-11-06 16:54:00 +00:00
messju
2566246240 added $exp_time-parameter of clear_cache() and clear_all_cache() to
cache_handler_func.
2003-11-06 16:53:39 +00:00
changelog
ee5d31238e ChangeLog update 2003-11-06 01:32:01 +00:00
messju
b9b36a51d6 fix handling if [...] inside triple-quotes in config-files 2003-11-05 09:21:23 +00:00