⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 网页留言本,比一般的留言簿管用
💻
📖 第 1 页 / 共 5 页
字号:
2003-06-25  Monte Ohrt  <monte@ispi.net>    * libs/core/core.assemble_auto_filename.php      libs/core/core.write_cache_paths_file.php:      fix typo, fix write_cache_paths logic    * libs/Smarty.class.php      libs/core/core.assemble_auto_filename.php:      fix SMARTY_COMPILE_DIR_SEP problem, make local var2003-06-24  Monte Ohrt  <monte@ispi.net>    * libs/Smarty.class.php      libs/core/core.assemble_auto_filename.php      libs/core/core.write_cache_paths_file.php:      fixed cache_paths bug, simplified filename assembly logic2003-06-24  Messju Mohr  <messju@lammfellpuschen.de>    * libs/plugins/function.html_image.php:      added parsing of forgotton param "basedir"    * libs/Smarty_Compiler.class.php:      fixed $smarty.get-reference    * libs/plugins/block.textformat.php:      removed warning    * libs/Smarty_Compiler.class.php:      fixed value of _cacheable_state on compiler-startup2003-06-23  Monte Ohrt  <monte@ispi.net>    * libs/Smarty.class.php      libs/Smarty_Compiler.class.php      libs/core/core.write_cache_paths_file.php:      make cache_path per resource, fix a couple directory path issues2003-06-23  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty_Compiler.class.php:      removed warning when compiling empty template    * libs/core/core.write_compiled_include.php:      fixed bug in write_compiled_include    * libs/core/core.assemble_plugin_filepath.php:      fixed warning2003-06-22  Messju Mohr  <messju@lammfellpuschen.de>    * libs/plugins/function.eval.php:      fixed propagation of $this into evald code in smarty_function_eval()    * libs/core/core.write_cache_paths_file.php      libs/core/core.write_compiled_include.php:      fix in compiled-include-handling    * libs/core/core.assemble_auto_filename.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.fetch_resource_info.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.parse_resource_name.php      libs/core/core.read_cache_file.php      libs/core/core.rm_auto.php      libs/core/core.rmdir.php      libs/core/core.write_cache_file.php      libs/core/core.write_cache_paths_file.php      libs/core/core.write_compiled_include.php      libs/core/core.write_compiled_resource.php      libs/core/core.write_file.php      libs/plugins/modifier.date_format.php:      started moving from $this to $smarty in core.*.php2003-06-21  Monte Ohrt  <monte@ispi.net>    * libs/core/core.create_dir_structure.php      libs/core/core.write_file.php      libs/plugins/function.config_load.php:      fix more dir paths    * NEWS      libs/Smarty.class.php      libs/core/core.assemble_auto_filename.php      libs/core/core.assemble_plugin_filepath.php      libs/core/core.fetch_resource_info.php      libs/core/core.get_php_resource.php      libs/core/core.parse_resource_name.php      libs/core/core.process_cached_inserts.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      libs/core/core.smarty_include_php.php      libs/core/core.write_cache_file.php      libs/core/core.write_cache_paths_file.php      libs/core/core.write_compiled_include.php      libs/core/core.write_compiled_resource.php      libs/core/core.write_file.php      libs/plugins/function.config_load.php      libs/plugins/function.fetch.php      libs/plugins/function.html_image.php:      fix filepaths to core files to use DIRECTORY_SEPARATOR2003-06-21  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty_Compiler.class.php:      fixed {plugin|modifier} syntax    * libs/Smarty.class.php      libs/core/core.write_compiled_include.php:      fixed compiled include handling2003-06-21  Monte Ohrt  <monte@ispi.net>    * libs/Smarty.class.php      libs/Smarty_Compiler.class.php      libs/core/core.assemble_auto_filename.php      libs/core/core.assemble_plugin_filepath.php      libs/core/core.write_cache_paths_file.php:      added filepath caching2003-06-20  Monte Ohrt  <monte@ispi.net>    * libs/Smarty_Compiler.class.php:      update more varnames    * libs/Smarty.class.php      libs/core/core.display_debug_console.php      libs/core/core.fetch_file_info.php      libs/core/core.fetch_resource_info.php      libs/core/core.get_php_resource.php      libs/core/core.parse_file_path.php      libs/core/core.parse_resource_name.php      libs/core/core.process_cached_inserts.php      libs/core/core.read_cache_file.php      libs/core/core.run_insert_handler.php      libs/core/core.smarty_include.php      libs/core/core.smarty_include_php.php      libs/core/core.write_compiled_resource.php      libs/core/core.write_compiled_template.php      libs/plugins/function.config_load.php:      refactored var naming to better reflect "resource" instead of "file" where      appropriate2003-06-19  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty.class.php:      updated version-number to 2.5.0-cvs    * libs/core/core.write_cache_file.php:      omit is-cache_dir-writable-check if a cache_handler_function is in use    * libs/core/core.smarty_include_php.php:      fixed comments in smarty_include_php2003-06-19  Monte Ohrt  <monte@ispi.net>    * libs/Smarty.class.php      libs/Smarty_Compiler.class.php      libs/core/core.display_debug_console.php      libs/core/core.smarty_include.php      libs/plugins/function.eval.php:      split up _compile_template to _compile_file and _compile_source, fix eval      function      VS: ----------------------------------------------------------------------    * libs/plugins/function.config_load.php:      fix logic for _is_compiled()2003-06-19  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/Smarty_Compiler.class.php:      added optional assign-attribute to {capture}-tag    * NEWS      libs/Smarty.class.php:      added $cacheable-parameter to register_compiler_function()2003-06-18  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/Smarty.class.php      libs/Smarty_Compiler.class.php      libs/core/core.load_plugins.php      libs/core/core.process_compiled_include.php      libs/core/core.read_cache_file.php      libs/core/core.write_cache_file.php      libs/core/core.write_compiled_include.php:      added $cacheable-parameter to register_function() and register_block()    * libs/Smarty.class.php:      append '.php' to all compiled templates regardless of the settings of      $use_sub_dirs    * libs/Smarty.class.php      libs/core/core.read_cache_file.php:      fixed $file_path-parameters  passed to smarty_core_fetch_file_info()2003-06-17  Monte Ohrt  <monte@ispi.net>    * NEWS:      fix name    * libs/Smarty_Compiler.class.php:      change varnames to follow coding methods    * NEWS      libs/Smarty_Compiler.class.php:      add math patch to core2003-06-17  Messju Mohr  <messju@lammfellpuschen.de>    * libs/core/core.smarty_include.php:      switched _process_template() to _is_compiled()-logic2003-06-17  Monte Ohrt  <monte@ispi.net>    * libs/Smarty.class.php:      fix _is_compiled logic    * NEWS:      update news file    * libs/Smarty.class.php      libs/Smarty_Compiler.class.php:      fix _run_mod_handler routine    * libs/Smarty.class.php      libs/Smarty_Compiler.class.php      libs/core/core.display_debug_console.php      libs/core/core.fetch_file_info.php      libs/core/core.parse_file_path.php      libs/core/core.write_compiled_template.php      libs/plugins/function.config_load.php:      fix path problems, rename some varibles from "template" to "file"2003-06-16  Monte Ohrt  <monte@ispi.net>    * libs/core/core.fetch_file_info.php      libs/core/core.fetch_template_info.php:      rename file, commit    * libs/Smarty.class.php      libs/Smarty_Compiler.class.php      libs/core/core.parse_file_path.php      libs/core/core.read_cache_file.php      libs/plugins/block.strip.php      libs/plugins/block.textformat.php      libs/plugins/compiler.config_load.php      libs/plugins/function.config_load.php      libs/plugins/function.eval.php      libs/plugins/function.fetch.php      libs/plugins/function.html_image.php:      fix config_load, compile fetched arrays to compile_dir, switch display      back to runtime. clean up var names and function names,  split up compile      testing and compiling to separate funcs, rename some template_* functions      to      file_* functions and update logic so they can be used for file resources      other than templates.2003-06-16  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty_Compiler.class.php:      fixed little bug in _compile_custom_tag()2003-06-16  Monte Ohrt  <monte@ispi.net>    * NEWS      libs/Smarty.class.php      libs/Smarty_Compiler.class.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.fetch_template_info.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.parse_file_path.php      libs/core/core.process_cached_inserts.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      libs/core/core.smarty_include_php.php      libs/core/core.write_cache_file.php      libs/core/core.write_compiled_template.php      libs/core/core.write_file.php      libs/plugins/core.assign_smarty_interface.php      libs/plugins/core.create_dir_structure.php      libs/plugins/core.display_debug_console.php      libs/plugins/core.fetch_template_info.php      libs/plugins/core.get_include_path.php      libs/plugins/core.get_microtime.php      libs/plugins/core.get_php_resource.php      libs/plugins/core.is_secure.php      libs/plugins/core.is_trusted.php      libs/plugins/core.load_plugins.php      libs/plugins/core.load_resource_plugin.php      libs/plugins/core.parse_file_path.php      libs/plugins/core.process_cached_inserts.php      libs/plugins/core.read_cache_file.php      libs/plugins/core.rm_auto.php      libs/plugins/core.rmdir.php      libs/plugins/core.run_insert_handler.php      libs/plugins/core.smarty_include.php      libs/plugins/core.smarty_include_php.php      libs/plugins/core.write_cache_file.php      libs/plugins/core.write_compiled_template.php      libs/plugins/core.write_file.php:      move core files into their own directory under SMARTY_DIR,      remove abstraction function _execute_core_function    * libs/Smarty_Compiler.class.php:      fix newline handling for template for all template tags2003-06-11  Monte Ohrt  <monte@ispi.net>    * libs/plugins/compiler.config_load.php:      add compiler function to cvs repository2003-06-11  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/Smarty.class.php      libs/Smarty_Compiler.class.php:      added config-option "request_use_auto_globals" to make auto-globals be      used as request vars instead of HTTP_*_VARS2003-06-11  Monte Ohrt  <monte@ispi.net>    * NEWS      libs/Smarty.class.php      libs/Smarty_Compiler.class.php      libs/plugins/function.config_load.php:      make config vars compile statically2003-06-11  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/Smarty_Compiler.class.php:      backed out newlines patch    * NEWS      libs/Smarty_Compiler.class.php:      removed newlines in compiled templates after closing tags2003-06-10  Messju Mohr  <messju@lammfellpuschen.de>    * docs/de/designers.sgml:      fixed german note on html_image and disk-access2003-06-10  Monte Ohrt  <monte@ispi.net>    * libs/plugins/core.parse_file_path.php:      fix bug with resource_type resolving2003-06-09  Monte Ohrt  <monte@ispi.net>    * docs/designers.sgml:      replace example with more practical one2003-06-08  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/Smarty.class.php      libs/Smarty_Compiler.class.php:      added block-methods for registered objects2003-06-07  Messju Mohr  <messju@lammfellpuschen.de>    * docs/programmers.sgml:      fixed bug in documentation for $smarty->default_modifiers2003-06-06  Monte Ohrt  <monte@ispi.net>    * libs/plugins/core.parse_file_path.php:      fix problem with new default_resource_type changes    * NEWS:      update NEWS file info    * NEWS      libs/Smarty.class.php      libs/plugins/core.parse_file_path.php:      add default_resource_type, ignore 1 char resource names    * NEWS      libs/Config_File.class.php:      fix bug where config file starts with hidden section2003-06-04  Monte Ohrt  <monte@ispi.net>    * NEWS      libs/Smarty.class.php:      -** empty log message ***2003-06-03  Monte Ohrt  <monte@ispi.net>    * libs/plugins/function.html_image.php:      fix example in code comments2003-06-03  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/plugins/function.counter.php:      fixed behaviour of start=... for {counter}2003-06-02  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/plugins/function.counter.php:      fixed assign for {counter}2003-05-30  Monte Ohrt  <monte@ispi.net>    * libs/plugins/core.write_cache_file.php      libs/plugins/core.write_compiled_template.php:      add discrete error 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -