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

📄 changelog

📁 网页留言本,比一般的留言簿管用
💻
📖 第 1 页 / 共 5 页
字号:
2004-06-09  Monte Ohrt  <monte@ispi.net>    * NEWS      libs/plugins/modifier.escape.php:      added escapement of '</' to javascript escaping2004-06-08  gerald croes  <gerald@phpside.org>    * docs/fr/translation.xml:      Add other translators.2004-06-08  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty.class.php:      made the correct value of "use_sub_dirs" available to the compiler.      (not worth a NEWS-entry, i think)2004-06-01  Messju Mohr  <messju@lammfellpuschen.de>    * libs/plugins/function.fetch.php:      fix: proper initialistaion of $content.      thanks to Dmitry Koteroff for pointing this out.2004-05-29  Mehdi Achour  <didou@keliglia.com>    * docs/fr/translation.xml:      oups :)    * docs/fr/translation.xml:      added translation file2004-05-28  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/Makefile.in:      clean also file-entities.php2004-05-28  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/plugins/function.mailto.php:      added obfuscation of protocol-string in {mailto} when using      hex-encoding (thanks to bharat)2004-05-26  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/Smarty.class.php:      enhanced auto-generated filenames for templates_c and cache            incremented Smarty::_version because the tempfiles' structure changed      a little2004-05-23  Mehdi Achour  <didou@keliglia.com>    * docs/fr/bookinfo.xml      docs/fr/getting-started.xml      docs/fr/preface.xml:      WS and added revcheck2004-05-21  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty_Compiler.class.php:      fixed typo in error-messages    * docs/de/language-snippets.ent      docs/fr/language-snippets.ent:      added empty language-snippets.ent to fix "make web"2004-05-12  Monte Ohrt  <monte@ispi.net>    * NEWS      libs/plugins/modifier.escape.php:      add 'nonstd' escape modifier2004-05-07  Monte Ohrt  <monte@ispi.net>    * NEWS      libs/plugins/block.textformat.php:      update textformat to not output wrap chars after last para2004-05-06  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/core/core.write_file.php:      use tempnam() instead of unqid() to create better temporary files in      smarty_core_write_file().            (thanks to xces for finding this race-condition and his work on      fixing it)2004-05-04  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty.class.php:      added check if for file_exists() to Smarty::_read_file()2004-04-30  Monte Ohrt  <monte@ispi.net>    * NEWS      libs/plugins/modifier.escape.php:      add 'mail' attribute to escape modifier2004-04-20  Mehdi Achour  <didou@keliglia.com>    * docs/manual.xml.in:      added the language-snippets.ent file and started using entities for notes      under en/programmers/api-functions2004-04-18  Mehdi Achour  <didou@keliglia.com>    * docs/de/getting-started.xml      docs/fr/getting-started.xml:      new global entity for zend and php-accelerator    * docs/fr/bookinfo.xml      docs/fr/getting-started.xml      docs/fr/preface.xml:      added myself as translator and added vim comments and xml tags2004-04-16  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS:      added entry for numeric constants    * libs/Smarty_Compiler.class.php:      removed unused 2nd param in call to _parse_var()    * libs/Smarty_Compiler.class.php:      added explanation for $this->_num_const_regexp    * NEWS      libs/plugins/modifier.escape.php:      added escape type "decentity" to smarty_modifier_escape()    * libs/Smarty_Compiler.class.php:      enabled numerical constants be parsed as statements.      (like {10} or {10|@range:12} )    * libs/Smarty_Compiler.class.php:      removed unused $smarty_compiler->_dvar_num_var_regexp    * libs/Smarty.class.php:      reverted Stuff    * libs/debug.tpl      libs/core/core.assemble_plugin_filepath.php      libs/core/core.read_cache_file.php      libs/core/core.write_file.php      libs/plugins/function.eval.php      libs/plugins/function.popup.php      libs/plugins/modifier.escape.php      libs/plugins/shared.make_timestamp.php:      reverted stuff    * libs/Smarty.class.php      libs/Smarty_Compiler.class.php      libs/debug.tpl      libs/core/core.assemble_plugin_filepath.php      libs/core/core.read_cache_file.php      libs/core/core.write_file.php      libs/plugins/function.eval.php      libs/plugins/function.popup.php      libs/plugins/modifier.escape.php      libs/plugins/shared.make_timestamp.php:      Smarty_Compiler.class.php2004-04-15  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/core/core.write_compiled_include.php:      made smarty_core_write_compiled_include() php5-aware            if someone knows a better way than patching the source with the      tokenizer, please stand up!2004-04-14  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/Makefile.in:      remove file-entities.ent also    * docs/.cvsignore      docs/Makefile.in      docs/README:      allow make revcheck2004-04-13  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/configure.in:      do not need inipath2004-04-13  Mehdi Achour  <didou@keliglia.com>    * docs/TODO:      done    * docs/configure.in      docs/manual.xml.in:      now the files entites are generated dynamically2004-04-12  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/Config_File.class.php      libs/Smarty.class.php:      removed unused functionality to load a subset of lines from a file in      Smarty::_read_file()            additionally removed a warning that is emitted since php-4.3.5 when      fread() is called on an empty file (with filesize()==0). thanks to      Andreas Streichardt who pointed this out.    * NEWS      libs/core/core.is_secure.php:      smarty_core_is_secure() only checks the file for readability now, not      the directory where is in.    * libs/Smarty.class.php:      removed unused security_setting 'ALLOW_CONSTANTS'2004-04-07  Messju Mohr  <messju@lammfellpuschen.de>    * libs/plugins/function.assign_debug_info.php      libs/plugins/function.cycle.php      libs/plugins/function.mailto.php:      removed trailing spaces    * libs/Smarty.class.php:      removed unused $smarty->_error_msg2004-04-04  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/configure.in:      fixing my crap      put build_date back on-line2004-04-03  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/Makefile.in      docs/configure.in      docs/manual.xml.in:      trying to fix ru problems2004-03-30  Monte Ohrt  <monte@ispi.net>    * libs/core/core.display_debug_console.php:      fix problem with debug_tpl path and security    * NEWS      libs/core/core.display_debug_console.php:      fix problem displaying debug console when $default_resource_type is not      "file:"2004-03-29  Mehdi Achour  <didou@keliglia.com>    * docs/TODO:      and finally, add a TODO here    * docs/de/bookinfo.xml      docs/de/manual.sgml      docs/fr/bookinfo.xml      docs/fr/manual.xml:      translate bookinfo.xml and put back the translators2004-03-28  Mehdi Achour  <didou@keliglia.com>    * docs/manual.xml.in:      add global.ent and define some general entities    * docs/de/bookinfo.xml      docs/de/getting-started.xml      docs/de/language-defs.ent      docs/de/preface.xml:      add new de files    * docs/de/appendixes.sgml      docs/de/designers.sgml      docs/de/getting-started.sgml      docs/de/html-common.dsl      docs/de/preface.sgml      docs/de/programmers.sgml:      drop old de files    * docs/fr/bookinfo.xml      docs/fr/getting-started.xml      docs/fr/manual.xml      docs/fr/preface.xml:      add ommited files    * docs/fr/language-defs.ent:      split the french dir    * docs/fr/appendixes.sgml      docs/fr/designers.sgml      docs/fr/getting-started.sgml      docs/fr/html-common.dsl      docs/fr/manual.sgml      docs/fr/preface.sgml      docs/fr/programmers.sgml:      drop old french files    * docs/manual.xml.in:      let's put the new build system2004-03-26  Mehdi Achour  <didou@keliglia.com>    * docs/de/common.dsl      docs/de/html.dsl      docs/fr/common.dsl      docs/fr/html.dsl      docs/fr/php.dsl:      not needed anymore2004-03-24  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/Makefile.in:      updated stylesheets      highlight PHP automatically    * docs/Makefile.in      docs/html.dsl:      remove unneeded file2004-03-23  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/version.ent.in:      remove this also    * docs/getting-started.sgml:      remove this one too    * docs/appendixes.sgml      docs/common.dsl      docs/designers.sgml      docs/html-common.dsl      docs/manual.sgml      docs/php.dsl      docs/preface.sgml      docs/programmers.sgml:      removing uneeded files    * docs/.cvsignore:      commiting missing files for docbook    * docs/.cvsignore      docs/Makefile.in      docs/configure.in      docs/manual.xml.in:      bundling docbook 4      now make and make web works2004-03-23  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/plugins/function.config_load.php:      unrolled call to the is_compiled()-check to be able to supply the      correct resource_base_path for config_load. this avoids errors when      config-files are accessed where security is enabled.            thanks to shuther for pointing out this bug.2004-03-20  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/manual.xml.in:      fix build date2004-03-18  Messju Mohr  <messju@lammfellpuschen.de>    * libs/core/core.is_secure.php:      removed merging of $smarty->template_dir into $smarty->secure_dir            the resource_base_path is considerd secure instead. this change should      have absolutely no impact on smarty's security's behaviour2004-03-18  Nuno Lopes  <nunoplopes@sapo.pt>    * docs/configure.in:      correcting non-existent var    * docs/.cvsignore      docs/Makefile.in      docs/configure.in      docs/manual.xml.in      docs/version.ent.in:      generate build date    * docs/.cvsignore      docs/Makefile.in      docs/README      docs/configure.in      docs/manual.xml.in:      new build/test system2004-03-18  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty.class.php:      moved setting of a default resource_base_path from      Smarty::_parse_resource_name() to Smarty::_fetch_resource_info()            this shouldn't affect anything, since all calls to      _parse_resource_name() that are not done from within      _fetch_resource_info() all pass their own resource_base_path2004-03-17  Messju Mohr  <messju@lammfellpuschen.de>    * NEWS      libs/Smarty.class.php:      removed '.' from the list of default resource_base_paths in      _parse_resource_name()            this should only affect _parse_resource_name() for templates, not for      php-resources and not for config_files. the latter pass two their own      resource_base_path.2004-03-16  Mehdi Achour  <didou@keliglia.com>    * docs/appendixes.sgml      docs/getting-started.sgml      docs/preface.sgml:      adding editor comments    * docs/appendixes.sgml      docs/getting-started.sgml:      cleaning words spacing, killing tabulations, using roles for      programlisting..2004-03-15  Messju Mohr  <messju@lammfellpuschen.de>    * libs/Smarty.class.php:      simplified Smarty::clear_all_cache();2004-03-12  boots  <jayboots@yahoo.com>    * docs/programmers.sgml:      Updated is_cached prototype to indicate proper return type. (thanks to      Geoffrey Hoffman)

⌨️ 快捷键说明

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