📄 changelog
字号:
2003-12-10 boots <jayboots@yahoo.com> * NEWS docs/designers.sgml: Added table to language.function.if to describe qualifiers2003-12-09 Messju Mohr <messju@lammfellpuschen.de> * libs/plugins/function.html_checkboxes.php libs/plugins/function.html_options.php: strict comparason didn't work in all cases. use type-casting now. * NEWS libs/plugins/function.html_checkboxes.php libs/plugins/function.html_options.php: fix bug when comparing array-keys to "selected" in html_options and html_checkboxes in_array() uses "strict" comparason now. * libs/plugins/function.html_checkboxes.php libs/plugins/function.html_options.php libs/plugins/function.html_radios.php: removed tabs, fixed indentiation2003-12-08 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty_Compiler.class.php: add better checks for correctly nested tags when compiling2003-12-04 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php libs/plugins/function.html_image.php: fix: check $smarty->request_use_auto_globals at the last occurences of HTTP_*_VARS2003-12-03 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty.class.php: 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 boots <jayboots@yahoo.com> * docs/designers.sgml: Fixed example for count_characters2003-12-01 boots <jayboots@yahoo.com> * docs/designers.sgml: Added section "Escaping Smarty Parsing" under Basic Syntax.2003-12-01 Messju Mohr <messju@lammfellpuschen.de> * libs/core/core.create_dir_structure.php: thought again about my latest commit and backed it out. * libs/core/core.create_dir_structure.php: fix root-dir-handling on windows filepath2003-11-29 boots <jayboots@yahoo.com> * libs/plugins/function.config_load.php: really make the fixes the last patch was supposed to do * libs/plugins/function.config_load.php: removed tabs and killed trailing white-space * libs/plugins/function.config_load.php: changed $smarty->_syntax_error to $smarty->trigger_error2003-11-27 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/plugins/modifier.debug_print_var.php: remove warning in debug_print_var on php-resources * README: fix version number2003-11-26 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: raise max_level for $smarty.config... to 3 to allow arrays of config-vars2003-11-25 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php: changed version-tag to indicate incompatibility to older compiled templates2003-11-24 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/plugins/compiler.assign.php libs/plugins/function.assign.php: move function.assign.php to compiler.assign.php * libs/core/core.get_include_path.php: silence occasional warnings of open_basedir- and safe_mode-restrictions in core.get_include_path.php2003-11-23 Messju Mohr <messju@lammfellpuschen.de> * libs/core/core.write_compiled_resource.php libs/core/core.write_file.php: avoid touch()-ing of recently unlinked files by touch()-ing the tempfile before rename instead of touch()-ing the resulting file after rename. * NEWS libs/Smarty.class.php: add property $tpl_error_reporting2003-11-22 Messju Mohr <messju@lammfellpuschen.de> * libs/plugins/function.assign.php: remove use of extract() in smarty_function_assign() * NEWS libs/Smarty.class.php: remove property $undefined. "null" is used literally instead2003-11-21 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: remove two E_NOTICES2003-11-20 Messju Mohr <messju@lammfellpuschen.de> * libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php: change version to 2.6.1-dev2003-11-19 Monte Ohrt <monte@ispi.net> * (Smarty_2_6_0) NEWS: update NEWS file * (Smarty_2_6_0) docs/designers.sgml libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php: change version numbers to 2.6.02003-11-19 Messju Mohr <messju@lammfellpuschen.de> * docs/designers.sgml docs/de/designers.sgml docs/fr/designers.sgml: fix examples of escape-modifier (in docs, docs/de and docs/fr !)2003-11-18 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty.class.php libs/Smarty_Compiler.class.php: move Smarty::quote_replace() to Smarty_Compiler::_quote_replace() * libs/Smarty.class.php: removed extract-calls from _include()- and _eval()-wrappers variables passed with {include_php} have to accessed as members of $params now2003-11-17 Messju Mohr <messju@lammfellpuschen.de> * docs/designers.sgml: fixed typo2003-11-13 Messju Mohr <messju@lammfellpuschen.de> * libs/Config_File.class.php: fix occasional notice2003-11-13 andreas halter <phpcvs@andreashalter.ch> * docs/de/designers.sgml: - added cat modifier, thanks messju :-)2003-11-13 Monte Ohrt <monte@ispi.net> * (Smarty_2_6_0-RC3) NEWS libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php: commit RC3 tags2003-11-13 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty_Compiler.class.php: fix handling of $var.key inside [] * libs/Smarty.class.php: fix unnecessary loading of core.load_resource_plugin.php * (Smarty_2_6_0-RC3) docs/fr/designers.sgml: fixed example of html_table2003-11-11 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/core/core.process_cached_inserts.php: fix handling of assign inside {insert}-tags2003-11-06 Messju Mohr <messju@lammfellpuschen.de> * libs/core/core.read_cache_file.php: added $exp_time-parameter * docs/programmers.sgml: added $exp_time to cache_handler_func-example * libs/Smarty.class.php libs/core/core.write_cache_file.php: added $exp_time-parameter of clear_cache() and clear_all_cache() to cache_handler_func.2003-11-05 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Config_File.class.php: fix handling if [...] inside triple-quotes in config-files2003-11-04 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php: fixed little bug in _parse_resource_name() (jlgunter, messju)2003-11-03 andreas halter <phpcvs@andreashalter.ch> * docs/designers.sgml docs/de/designers.sgml docs/fr/designers.sgml: - changed Smarty.php.class occurences to Smarty.class.php2003-10-29 boots <jayboots@yahoo.com> * docs/appendixes.sgml docs/designers.sgml docs/manual.sgml docs/programmers.sgml docs/de/appendixes.sgml docs/de/designers.sgml docs/de/programmers.sgml docs/fr/appendixes.sgml docs/fr/designers.sgml docs/fr/getting-started.sgml docs/fr/manual.sgml docs/fr/preface.sgml docs/fr/programmers.sgml: Fixes to documentation syntax so that all content can be processed used xsltproc docbook-xsl tools. In particular, fixes unescaped entities, broken tags, unquoted attributes.2003-10-27 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty_Compiler.class.php: fix handling of simple-math-operators inside modifiers2003-10-25 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: removed unused property _output_type removed unused param $tag_attrs of _parse_var_props() cleaned up alignment of class-properties2003-10-23 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: removed notice in php-tag handling in Smarty_Compiler::_compile_file() * libs/Smarty_Compiler.class.php: removed two occasional E_NOTICES from Smarty_Compiler::_compile_include_php_tag() * NEWS libs/core/core.create_dir_structure.php: fix handling of trailing-slashes in open_basedir in smarty_core_create_dir_structure()2003-10-20 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: elements inside `` are bracketed now inside the compiled-tpl. this fixes some issues with simple-math inside backticks.2003-10-16 Monte Ohrt <monte@ispi.net> * docs/designers.sgml: update overlib docs, no working examples2003-10-12 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php libs/core/core.is_secure.php: move check for template_dir in secure_dir-array into core.is_secure.php this makes template_exists() work correctly with security=true even if template_dir is not inside the secure_dir-array2003-10-11 Messju Mohr <messju@lammfellpuschen.de> * libs/plugins/shared.make_timestamp.php: tightened check for YYYYMMDDHHMMSS-format. thanks konstantin for pointing this out. removed a few tabs. * libs/Smarty_Compiler.class.php: fix precedence of simple-math-operators before modifiers. thanks dominik! * libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php libs/core/core.assemble_plugin_filepath.php libs/core/core.assign_smarty_interface.php libs/core/core.create_dir_structure.php libs/core/core.display_debug_console.php libs/core/core.get_include_path.php libs/core/core.get_microtime.php libs/core/core.get_php_resource.php libs/core/core.is_secure.php libs/core/core.is_trusted.php libs/core/core.load_plugins.php libs/core/core.load_resource_plugin.php libs/core/core.process_cached_inserts.php libs/core/core.process_compiled_include.php libs/core/core.read_cache_file.php libs/core/core.rm_auto.php libs/core/core.rmdir.php libs/core/core.run_insert_handler.php libs/core/core.smarty_include_php.php libs/core/core.write_compiled_include.php libs/core/core.write_compiled_resource.php libs/core/core.write_file.php: removed tabs from the main and the core/*.php files2003-10-08 Monte Ohrt <monte@ispi.net> * (Smarty_2_6_0-RC2) NEWS libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php: update version numbers to RC22003-09-18 Messju Mohr <messju@lammfellpuschen.de> * docs/designers.sgml docs/de/designers.sgml: fixed description of cycle's advance-attribute2003-09-16 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty_Compiler.class.php: apply modifiers only once to section-loop and foreach-from attributes2003-09-15 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php libs/Smarty_Compiler.class.php libs/core/core.write_cache_paths_file.php: backed out _smarty_cached_paths-file-handling * libs/Smarty.class.php libs/core/core.rm_auto.php: fixed clear_compiled_tpl with explicit $tpl_file given fixed return value of smarty_core_rm_auto() + Smarty::_unlink() * libs/Smarty.class.php: little fix in _get_auto_filename()2003-09-14 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php libs/core/core.assemble_auto_filename.php: removed auto-filenames from path-cache. merged assemble_auto_filename back into Smarty::_get_auto_filename()2003-09-12 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: fixed quoting of modifier parameters * NEWS libs/Smarty.class.php libs/Smarty_Compiler.class.php libs/core/core.get_php_resource.php libs/core/core.load_plugins.php libs/core/core.load_resource_plugin.php: remove Smarty::_plugin_implementation_exists() - use php's native is_callable()2003-09-11 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php: silenced two notices acces HTTP_SERVER_VARS2003-09-10 andreas halter <phpcvs@andreashalter.ch> * docs/de/designers.sgml docs/de/getting-started.sgml docs/de/programmers.sgml: - minor fixes (2 rep), slight wording changes - jade transform problem fixed2003-09-08 andreas halter <phpcvs@andreashalter.ch> * docs/de/designers.sgml docs/de/getting-started.sgml docs/de/manual.sgml docs/de/preface.sgml docs/de/programmers.sgml: all updated for 2.6.0 release, translated everything from 2_5_0 branch to 200309082003-09-04 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -