📄 changelog
字号:
2004-03-11 Messju Mohr <messju@lammfellpuschen.de> * libs/core/core.assemble_plugin_filepath.php: fixed little bug that prevented plugins filepaths that are found in php's include_path (and not in one of the plugins_dirs) from being cached in the internal plugins-filepath-cache2004-03-01 Monte Ohrt <monte@ispi.net> * docs/designers.sgml: update include_php docs:wq :q * docs/appendixes.sgml: update componentized template example to something useful2004-02-24 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty.class.php: _parse_resource_name() returned true on non-existant absolute paths. This caused a warning on _fetch_resource_info() when used in conjunction with template_exists(). It should be fixed now without negative effects.2004-02-24 Monte Ohrt <monte@ispi.net> * docs/designers.sgml: one more typo * docs/designers.sgml: fix typo2004-02-24 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/core/core.is_secure.php: smarty_resource_*_secure got &$smarty passed errornously as 3rd parameter and not as 2nd. this is fixed.2004-02-23 Messju Mohr <messju@lammfellpuschen.de> * NEWS: fix handling of integer values like width and delay im smarty_function_popup() * libs/plugins/function.popup.php: fixed handling of integer-attributes * libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php: updated version to 2.6.3-dev2004-02-22 Messju Mohr <messju@lammfellpuschen.de> * libs/plugins/function.html_select_date.php: removed notice on html_select_date with the month_empty-attribute * libs/plugins/function.mailto.php: removed 2 notices of undefined vars (thanks Cit)2004-02-17 Monte Ohrt <monte@ispi.net> * NEWS: add header * (Smarty_2_6_2) libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php: change some info in headers, remove fluff2004-02-13 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/plugins/function.html_select_date.php: correctly handle partially empty dates (like "2004--" or "-12-"). * docs/programmers.sgml: learned something about <note> and sgml and applied this to the use.sub.dirs-section :) * docs/designers.sgml: changed attribute-name "checked" to "selected" in the docs for html_radios and html_checkboxes. "checked" is deprecated for ages AFAIK and selected is recommended for consistency with {html_options} * docs/programmers.sgml: added note about use_sub_dirs and Smarty-2.6.2 . fixed markup for section about clear_compiled_tpl() .2004-02-12 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Config_File.class.php: YES and NO should not be booleanized inside triple-quotes in a config-file. this behaviour changed by accident in 2.6.1 and is now reverted to pre-2.6.1 behaviour2004-02-10 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Config_File.class.php: fixed slurping of a the next line following a triple-quoted value in a config-file2004-02-07 Messju Mohr <messju@lammfellpuschen.de> * libs/Config_File.class.php: avoid @-operator for handling empty lines in Config_File.class.php * libs/Smarty_Compiler.class.php: removed two notices from Smarty_Compiler::_parse_is_expr() (thanks shuther!) * NEWS libs/Smarty.class.php: changed default for use_sub_dirs to false * libs/plugins/function.mailto.php: removed notice of undefined variable. (thanks shuther!)2004-01-29 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: added file and line-number-information to error-messages regarding assigned objects an an error messages regarding modifiers with security.2004-01-27 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: removed use of temporary var $_params in compiled code of block-plugins * NEWS libs/plugins/function.popup.php: fixed quoting of values in smarty_function_popup()2004-01-25 Messju Mohr <messju@lammfellpuschen.de> * docs/programmers.sgml: documented parameters of Smarty::clear_compiled_tpl() * libs/Smarty_Compiler.class.php: Smarty_Compiler::_syntax_error() uses Smarty::_trigger_fatal_error() now instead of the trigger_error()-function * libs/Smarty.class.php: Smarty::_trigger_fatal_error() uses Smarty::trigger_error() now, instead of the native trigger_error()-function * libs/Smarty_Compiler.class.php: unrecognized custom-functions trigger an error at compile now, not at display-time.2004-01-23 Monte Ohrt <monte@ispi.net> * docs/getting-started.sgml: reword a paragraph2004-01-22 Messju Mohr <messju@lammfellpuschen.de> * libs/plugins/function.config_load.php: removed emission of unnecessary notices for unavailable config-files in config_load() * NEWS libs/Config_File.class.php: fixed handling of hidden sections in Config_File2004-01-21 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/plugins/function.config_load.php: added handling of resources for {config_load}2004-01-19 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/plugins/function.html_table.php: fixed bug when using arrays with tr_attr and td_attr in {html_table}2004-01-16 Monte Ohrt <monte@ispi.net> * NEWS: add unit testing * NEWS libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php: update version numbers, add initial unit test directory * (Smarty_2_6_1) libs/Config_File.class.php libs/Smarty.class.php libs/Smarty_Compiler.class.php: update version numbers for 2.6.1 release2004-01-16 Messju Mohr <messju@lammfellpuschen.de> * (Smarty_2_6_1) NEWS docs/programmers.sgml libs/Smarty.class.php: renamed $smarty->tpl_rror_reporting to $smarty->error_reporting "tpl_" is a bit redundant here (it's a TemPLate-engine overall :)2004-01-15 Messju Mohr <messju@lammfellpuschen.de> * libs/plugins/function.html_image.php: forgot to remove duplicate is_secure()-check * NEWS libs/plugins/function.html_image.php: fix: $smarty->security is now correctly handled minor optimizations: core/core.is_secure.php is only included when needed $dpi_default is only determined when needed2004-01-14 Messju Mohr <messju@lammfellpuschen.de> * docs/appendixes.sgml docs/programmers.sgml: removed suggestions to use extract() from the manual * docs/designers.sgml: fixed typo2004-01-12 Messju Mohr <messju@lammfellpuschen.de> * docs/designers.sgml: mention SCRIPT_NAME below {$smarty} reserved variable because it got lost in the docs for $smarty->global_assign * docs/designers.sgml: added docs for {$smarty.version} special variable * docs/programmers.sgml: removed docs for $global_assign * docs/programmers.sgml: added docs for tpl_error_reporting * docs/designers.sgml: added docs for year_empty-, month_empty- and day_emtpy-attributes of html_select_date. maybe an example is needed to better explain empty values in YYY-MM-DD.2004-01-10 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: fixed handling of {php}-tags2004-01-10 Monte Ohrt <monte@ispi.net> * docs/designers.sgml: fix html_checkboxes examples2004-01-08 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/core/core.assemble_plugin_filepath.php: added caching of requested paths to smarty_core_assemble_plugin_filepath() * NEWS: fix handling of comments inside {php}- and {literal}-blocks * libs/Smarty_Compiler.class.php: fixed handling of comments inside {php} and {literal}2004-01-06 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Config_File.class.php: fixed bug handling triple-quotes in config-files * libs/Config_File.class.php: fixed bugs with triple-quotes in config-files thanks BRDude for finding them testing!2004-01-02 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php: removed unnecessary param in call to _fetch_resource_info()2003-12-30 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty.class.php: oops! removed tabs.2003-12-27 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty.class.php: made $SCRIPT_NAME available again changes default for request_use_auto_global to prefer autoglobals * libs/Smarty.class.php: removed tabs and trailing spaces * NEWS libs/Smarty_Compiler.class.php: readded default_modifiers. who removed that?2003-12-23 Monte Ohrt <monte@ispi.net> * NEWS: add portuguese docs2003-12-22 Monte Ohrt <monte@ispi.net> * docs/designers.sgml: fix counter example2003-12-19 Monte Ohrt <monte@ispi.net> * libs/Smarty.class.php: add debug console persistance feature2003-12-19 Messju Mohr <messju@lammfellpuschen.de> * libs/plugins/block.textformat.php libs/plugins/function.html_table.php libs/plugins/function.popup.php: removed extract(). enhanced parameter parsing. * libs/plugins/function.counter.php libs/plugins/function.fetch.php libs/plugins/function.popup_init.php libs/plugins/modifier.capitalize.php libs/plugins/modifier.cat.php libs/plugins/modifier.date_format.php libs/plugins/modifier.debug_print_var.php libs/plugins/modifier.escape.php libs/plugins/modifier.indent.php libs/plugins/modifier.lower.php libs/plugins/modifier.nl2br.php libs/plugins/modifier.strip.php libs/plugins/modifier.upper.php libs/plugins/modifier.wordwrap.php libs/plugins/outputfilter.trimwhitespace.php libs/plugins/shared.escape_special_chars.php: removed tabs. fixed indentiation. * libs/plugins/modifier.truncate.php: removed tabs * libs/plugins/function.counter.php libs/plugins/function.cycle.php: removed extract() from parameter-parsing2003-12-17 Messju Mohr <messju@lammfellpuschen.de> * libs/plugins/function.html_select_date.php: fix plugin-name in error message * libs/plugins/function.html_select_time.php: remove extract-call from {html_select_time} * NEWS libs/plugins/function.html_select_date.php: allow single-digit days and months without smarty_make_timestamp() this makes dates like "1968-11-6" work correctly since no strtotime() is involved add warning when unknown parameter is passed2003-12-16 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/Smarty.class.php: fix headers sent erroneously with cache_modified_check and fetch()2003-12-12 Monte Ohrt <monte@ispi.net> * libs/plugins/function.config_load.php: move set_path() call below the conditional bracket * NEWS libs/plugins/function.config_load.php: fix config_load filepath bug2003-12-12 boots <jayboots@yahoo.com> * docs/designers.sgml: Updated language.function.if with additional annotation and to fix error that broke docs build process2003-12-11 Messju Mohr <messju@lammfellpuschen.de> * libs/Smarty_Compiler.class.php: little optimization for "is odd" and "is even"2003-12-11 Monte Ohrt <monte@ispi.net> * NEWS libs/Smarty_Compiler.class.php: fix 'is even by' and 'is odd by' logic2003-12-11 Messju Mohr <messju@lammfellpuschen.de> * docs/designers.sgml: update example-output of {mailto} * libs/plugins/function.mailto.php: removed extract-call -> cleaner parameter-handling * libs/plugins/function.mailto.php: fixed indentiation * TODO: removed two done topics2003-12-11 boots <jayboots@yahoo.com> * docs/designers.sgml: Updated language.function.if to describe qualifiers (thanks andre)2003-12-10 Messju Mohr <messju@lammfellpuschen.de> * NEWS libs/plugins/function.html_select_date.php: added day_empty, month_empty, year_empty and all_empty attributes to pass an undefined date use {html_select_date time="--" ...} * libs/plugins/function.html_select_date.php: removed extract()-call * libs/plugins/function.html_select_date.php: fixed indetiation
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -