mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
Added table to language.function.if to describe qualifiers
This commit is contained in:
4
NEWS
4
NEWS
@@ -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)
|
||||||
|
Reference in New Issue
Block a user