Commit Graph

1990 Commits

Author SHA1 Message Date
messju
37575a1982 removed tabs, fixed indentiation 2003-12-09 19:30:29 +00:00
changelog
a4c032295e ChangeLog update 2003-12-09 01:35:05 +00:00
messju
1dd2246d8a add better checks for correctly nested tags when compiling 2003-12-08 10:44:21 +00:00
changelog
74d69ccbc2 ChangeLog update 2003-12-05 01:31:54 +00:00
messju
45e02b5033 fix: check $smarty->request_use_auto_globals at the last occurences of
HTTP_*_VARS
2003-12-04 11:37:27 +00:00
changelog
2cd1bcdfe6 ChangeLog update 2003-12-04 01:32:08 +00:00
messju
64d755a37f remove $global_assign property from Smarty and $global_assign-handling
from the constructor. the only visible change is, that $SCRIPT_NAME is
not available in the tempates anymore. $smarty.server.SCRIPT_NAME has
to be used from now.
2003-12-03 09:29:13 +00:00
boots
f50919c711 Fixed example for count_characters 2003-12-03 06:31:10 +00:00
changelog
41b507136f ChangeLog update 2003-12-02 01:32:04 +00:00
boots
8073010cc7 Added section "Escaping Smarty Parsing" under Basic Syntax. 2003-12-01 12:34:31 +00:00
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