Added table to language.function.if to describe qualifiers

This commit is contained in:
boots
2003-12-10 08:21:57 +00:00
parent fa883958b7
commit 9431011adb

4
NEWS
View File

@@ -1,8 +1,12 @@
- add table of explanation for {if} qualifiers in docs (boots)
- fix bug when comparing array-keys to "selected" in html_options - fix bug when comparing array-keys to "selected" in html_options
and html_checkboxes (messju) and html_checkboxes (messju)
- add better checks for correctly nested tags when compiling (messju) - add better checks for correctly nested tags when compiling (messju)
- remove {$SCRIPT_NAME}. use {$smarty.server.SCRIPT_NAME} instead (messju) - remove {$SCRIPT_NAME}. use {$smarty.server.SCRIPT_NAME} instead (messju)
- remove $global_assign. assign global variables explicitly instead (messju) - remove $global_assign. assign global variables explicitly instead (messju)
- fix example for count_characters in docs (boots)
- add section new basic syntax section "Escaping Smarty Parsing" in docs (boots)
- fix error handler call in config_load (boots)
- remove warning in debug_print_var on php-resources (messju) - remove warning in debug_print_var on php-resources (messju)
- move function.assign.php to compiler.assign.php (messju) - move function.assign.php to compiler.assign.php (messju)
- add property $tpl_error_reporting (messju) - add property $tpl_error_reporting (messju)