1
0

Upgrade to new smarty

This commit is contained in:
Garvin Hicking
2008-02-15 11:38:53 +00:00
parent f2c82b1cbb
commit 903d9cc0eb
9 changed files with 595 additions and 49 deletions

View File

@ -1,3 +1,515 @@
2007-09-27 TAKAGI Masahiro <matakagi@gmail.com>
* docs/ja/designers/language-custom-functions/language-function-html-checkboxes.xml:
sync with en.
2007-09-27 Monte Ohrt <monte@ohrt.com>
* docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml:
remove redundant attribute
2007-09-18 Messju Mohr <messju@lammfellpuschen.de>
* docs/id/programmers/plugins/plugins-functions.xml:
removed errornous whitespace
2007-09-18 Zaenal Mutaqin <zaenalm@gmail.com>
* docs/id/designers/language-basic-syntax/language-escaping.xml
docs/id/designers/language-basic-syntax/language-math.xml
docs/id/designers/language-basic-syntax/language-syntax-attributes.xml
docs/id/designers/language-basic-syntax/language-syntax-comments.xml
docs/id/designers/language-basic-syntax/language-syntax-functions.xml
docs/id/designers/language-basic-syntax/language-syntax-quotes.xml
docs/id/designers/language-basic-syntax/language-syntax-variables.xml
docs/id/designers/language-builtin-functions/language-function-capture.xml
docs/id/designers/language-builtin-functions/language-function-config-load.xml
docs/id/designers/language-builtin-functions/language-function-foreach.xml
docs/id/designers/language-builtin-functions/language-function-if.xml
docs/id/designers/language-builtin-functions/language-function-include-php.xml
docs/id/designers/language-builtin-functions/language-function-include.xml
docs/id/designers/language-builtin-functions/language-function-insert.xml
docs/id/designers/language-builtin-functions/language-function-ldelim.xml
docs/id/designers/language-builtin-functions/language-function-literal.xml
docs/id/designers/language-builtin-functions/language-function-php.xml
docs/id/designers/language-builtin-functions/language-function-section.xml
docs/id/designers/language-builtin-functions/language-function-strip.xml
docs/id/designers/language-custom-functions/language-function-assign.xml
docs/id/designers/language-custom-functions/language-function-counter.xml
docs/id/designers/language-custom-functions/language-function-cycle.xml
docs/id/designers/language-custom-functions/language-function-debug.xml
docs/id/designers/language-custom-functions/language-function-eval.xml
docs/id/designers/language-custom-functions/language-function-fetch.xml
docs/id/designers/language-custom-functions/language-function-html-checkboxes.xml
docs/id/designers/language-custom-functions/language-function-html-image.xml
docs/id/designers/language-custom-functions/language-function-html-options.xml
docs/id/designers/language-custom-functions/language-function-html-radios.xml
docs/id/designers/language-custom-functions/language-function-html-select-date.xml
docs/id/designers/language-custom-functions/language-function-html-select-time.xml
docs/id/designers/language-custom-functions/language-function-html-table.xml
docs/id/designers/language-custom-functions/language-function-mailto.xml
docs/id/designers/language-custom-functions/language-function-math.xml
docs/id/designers/language-custom-functions/language-function-popup-init.xml
docs/id/designers/language-custom-functions/language-function-popup.xml
docs/id/designers/language-custom-functions/language-function-textformat.xml
docs/id/designers/language-modifiers/language-modifier-capitalize.xml
docs/id/designers/language-modifiers/language-modifier-cat.xml
docs/id/designers/language-modifiers/language-modifier-count-characters.xml
docs/id/designers/language-modifiers/language-modifier-count-paragraphs.xml
docs/id/designers/language-modifiers/language-modifier-count-sentences.xml
docs/id/designers/language-modifiers/language-modifier-count-words.xml
docs/id/designers/language-modifiers/language-modifier-date-format.xml
docs/id/designers/language-modifiers/language-modifier-default.xml
docs/id/designers/language-modifiers/language-modifier-escape.xml
docs/id/designers/language-modifiers/language-modifier-indent.xml
docs/id/designers/language-modifiers/language-modifier-lower.xml
docs/id/designers/language-modifiers/language-modifier-nl2br.xml
docs/id/designers/language-modifiers/language-modifier-regex-replace.xml
docs/id/designers/language-modifiers/language-modifier-replace.xml
docs/id/designers/language-modifiers/language-modifier-spacify.xml
docs/id/designers/language-modifiers/language-modifier-string-format.xml
docs/id/designers/language-modifiers/language-modifier-strip-tags.xml
docs/id/designers/language-modifiers/language-modifier-strip.xml
docs/id/designers/language-modifiers/language-modifier-truncate.xml
docs/id/designers/language-modifiers/language-modifier-upper.xml
docs/id/designers/language-modifiers/language-modifier-wordwrap.xml
docs/id/designers/language-variables/language-assigned-variables.xml
docs/id/designers/language-variables/language-config-variables.xml
docs/id/designers/language-variables/language-variables-smarty.xml
docs/id/programmers/advanced-features/advanced-features-objects.xml
docs/id/programmers/advanced-features/advanced-features-outputfilters.xml
docs/id/programmers/advanced-features/advanced-features-postfilters.xml
docs/id/programmers/advanced-features/advanced-features-prefilters.xml
docs/id/programmers/advanced-features/section-template-cache-handler-func.xml
docs/id/programmers/advanced-features/template-resources.xml
docs/id/programmers/api-functions/api-append-by-ref.xml
docs/id/programmers/api-functions/api-append.xml
docs/id/programmers/api-functions/api-assign-by-ref.xml
docs/id/programmers/api-functions/api-assign.xml
docs/id/programmers/api-functions/api-clear-all-assign.xml
docs/id/programmers/api-functions/api-clear-all-cache.xml
docs/id/programmers/api-functions/api-clear-assign.xml
docs/id/programmers/api-functions/api-clear-cache.xml
docs/id/programmers/api-functions/api-clear-compiled-tpl.xml
docs/id/programmers/api-functions/api-clear-config.xml
docs/id/programmers/api-functions/api-config-load.xml
docs/id/programmers/api-functions/api-display.xml
docs/id/programmers/api-functions/api-fetch.xml
docs/id/programmers/api-functions/api-get-config-vars.xml
docs/id/programmers/api-functions/api-get-registered-object.xml
docs/id/programmers/api-functions/api-get-template-vars.xml
docs/id/programmers/api-functions/api-is-cached.xml
docs/id/programmers/api-functions/api-load-filter.xml
docs/id/programmers/api-functions/api-register-block.xml
docs/id/programmers/api-functions/api-register-compiler-function.xml
docs/id/programmers/api-functions/api-register-function.xml
docs/id/programmers/api-functions/api-register-modifier.xml
docs/id/programmers/api-functions/api-register-object.xml
docs/id/programmers/api-functions/api-register-outputfilter.xml
docs/id/programmers/api-functions/api-register-postfilter.xml
docs/id/programmers/api-functions/api-register-prefilter.xml
docs/id/programmers/api-functions/api-register-resource.xml
docs/id/programmers/api-functions/api-template-exists.xml
docs/id/programmers/api-functions/api-trigger-error.xml
docs/id/programmers/api-functions/api-unregister-block.xml
docs/id/programmers/api-functions/api-unregister-compiler-function.xml
docs/id/programmers/api-functions/api-unregister-function.xml
docs/id/programmers/api-functions/api-unregister-modifier.xml
docs/id/programmers/api-functions/api-unregister-object.xml
docs/id/programmers/api-functions/api-unregister-outputfilter.xml
docs/id/programmers/api-functions/api-unregister-postfilter.xml
docs/id/programmers/api-functions/api-unregister-prefilter.xml
docs/id/programmers/api-functions/api-unregister-resource.xml
docs/id/programmers/api-variables/variable-autoload-filters.xml
docs/id/programmers/api-variables/variable-cache-dir.xml
docs/id/programmers/api-variables/variable-cache-handler-func.xml
docs/id/programmers/api-variables/variable-cache-lifetime.xml
docs/id/programmers/api-variables/variable-cache-modified-check.xml
docs/id/programmers/api-variables/variable-caching.xml
docs/id/programmers/api-variables/variable-compile-check.xml
docs/id/programmers/api-variables/variable-compile-dir.xml
docs/id/programmers/api-variables/variable-compile-id.xml
docs/id/programmers/api-variables/variable-compiler-class.xml
docs/id/programmers/api-variables/variable-config-booleanize.xml
docs/id/programmers/api-variables/variable-config-dir.xml
docs/id/programmers/api-variables/variable-config-fix-newlines.xml
docs/id/programmers/api-variables/variable-config-overwrite.xml
docs/id/programmers/api-variables/variable-config-read-hidden.xml
docs/id/programmers/api-variables/variable-debug-tpl.xml
docs/id/programmers/api-variables/variable-debugging-ctrl.xml
docs/id/programmers/api-variables/variable-debugging.xml
docs/id/programmers/api-variables/variable-default-modifiers.xml
docs/id/programmers/api-variables/variable-default-resource-type.xml
docs/id/programmers/api-variables/variable-default-template-handler-func.xml
docs/id/programmers/api-variables/variable-error-reporting.xml
docs/id/programmers/api-variables/variable-force-compile.xml
docs/id/programmers/api-variables/variable-left-delimiter.xml
docs/id/programmers/api-variables/variable-php-handling.xml
docs/id/programmers/api-variables/variable-plugins-dir.xml
docs/id/programmers/api-variables/variable-request-use-auto-globals.xml
docs/id/programmers/api-variables/variable-request-vars-order.xml
docs/id/programmers/api-variables/variable-right-delimiter.xml
docs/id/programmers/api-variables/variable-secure-dir.xml
docs/id/programmers/api-variables/variable-security-settings.xml
docs/id/programmers/api-variables/variable-security.xml
docs/id/programmers/api-variables/variable-template-dir.xml
docs/id/programmers/api-variables/variable-trusted-dir.xml
docs/id/programmers/api-variables/variable-use-sub-dirs.xml
docs/id/programmers/caching/caching-cacheable.xml
docs/id/programmers/caching/caching-groups.xml
docs/id/programmers/caching/caching-multiple-caches.xml
docs/id/programmers/caching/caching-setting-up.xml
docs/id/programmers/plugins/plugins-block-functions.xml
docs/id/programmers/plugins/plugins-compiler-functions.xml
docs/id/programmers/plugins/plugins-functions.xml
docs/id/programmers/plugins/plugins-howto.xml
docs/id/programmers/plugins/plugins-inserts.xml
docs/id/programmers/plugins/plugins-modifiers.xml
docs/id/programmers/plugins/plugins-naming-conventions.xml
docs/id/programmers/plugins/plugins-outputfilters.xml
docs/id/programmers/plugins/plugins-prefilters-postfilters.xml
docs/id/programmers/plugins/plugins-resources.xml
docs/id/programmers/plugins/plugins-writing.xml:
Typos correction and all translated now.
2007-09-17 Messju Mohr <messju@lammfellpuschen.de>
* docs/id/bookinfo.xml
docs/id/getting-started.xml
docs/id/language-defs.ent
docs/id/language-snippets.ent
docs/id/livedocs.ent
docs/id/preface.xml:
added indonesian docs - thanks Zaenal Mutaqin
* docs/scripts/generate_web.php:
raise pcre.backtrack_limit - thanks to takagi
2007-09-16 Monte Ohrt <monte@ohrt.com>
* libs/Smarty_Compiler.class.php:
fix typo
2007-08-22 George Miroshnikov <support@infinity.com.ua>
* docs/ru/getting-started.xml
docs/ru/getting-started.xml:
Sync with EN.
2007-08-01 Monte Ohrt <monte@ohrt.com>
* NEWS
libs/Smarty_Compiler.class.php:
add append feature to capture
2007-06-24 TAKAGI Masahiro <matakagi@osk2.3web.ne.jp>
* docs/ja/getting-started.xml:
sync with en.
2007-06-24 Messju Mohr <messju@lammfellpuschen.de>
* docs/Makefile.in:
reverted accidently modified file
* docs/Makefile.in
docs/de/getting-started.xml:
sync with en
* docs/en/getting-started.xml:
fixed link to ini_set(). thanks to Lee Yunyoung.
2007-06-18 TAKAGI Masahiro <matakagi@osk2.3web.ne.jp>
* docs/ja/language-snippets.ent
docs/ja/programmers/api-functions/api-register-outputfilter.xml
docs/ja/programmers/api-functions/api-register-postfilter.xml
docs/ja/programmers/api-functions/api-register-prefilter.xml:
sync with en.
2007-06-18 Danilo Buerger <danilo@blizzz.org>
* docs/en/language-snippets.ent
docs/en/programmers/api-functions/api-register-outputfilter.xml
docs/en/programmers/api-functions/api-register-postfilter.xml
docs/en/programmers/api-functions/api-register-prefilter.xml:
Updated docs according to the changes from the previous commit
* NEWS
libs/Smarty.class.php:
Added the ability to (un)register multiple filters of the same type with
the same method name but different class name. Before it was not possible
due to the fact that only the method name was used to distinguish between
different filters of the same type. This does however not allow (same as
before) to register multiple filters of the same type with the same method
and class name (i.e. different instances of the same class).
2007-05-29 Messju Mohr <messju@lammfellpuschen.de>
* libs/plugins/compiler.assign.php:
fixed typo
2007-05-11 Messju Mohr <messju@lammfellpuschen.de>
* NEWS
libs/Smarty_Compiler.class.php:
fixed calling registered objects' methods with an empty argument list.
thanks marcello
2007-05-03 TAKAGI Masahiro <matakagi@osk2.3web.ne.jp>
* docs/ja/designers/language-variables.xml
docs/ja/designers/language-builtin-functions/language-function-config-load.xml
docs/ja/designers/language-builtin-functions/language-function-foreach.xml
docs/ja/designers/language-builtin-functions/language-function-if.xml
docs/ja/designers/language-modifiers/language-modifier-cat.xml
docs/ja/designers/language-modifiers/language-modifier-wordwrap.xml
docs/ja/designers/language-variables/language-variables-smarty.xml:
sync with en.
2007-05-03 Monte Ohrt <monte@ohrt.com>
* docs/en/designers/language-variables.xml
docs/en/designers/language-builtin-functions/language-function-config-load.xml
docs/en/designers/language-builtin-functions/language-function-foreach.xml
docs/en/designers/language-builtin-functions/language-function-if.xml
docs/en/designers/language-modifiers/language-modifier-cat.xml
docs/en/designers/language-modifiers/language-modifier-wordwrap.xml
docs/en/designers/language-variables/language-variables-smarty.xml:
update documentation corrections from marcello in the forums. Thanks
marcello!
2007-04-22 TAKAGI Masahiro <matakagi@osk2.3web.ne.jp>
* docs/ja/programmers/advanced-features.xml
docs/ja/programmers/api-functions.xml
docs/ja/programmers/api-variables.xml:
corrected the garbled text.
2007-04-21 TAKAGI Masahiro <matakagi@osk2.3web.ne.jp>
* docs/ja/bookinfo.xml
docs/ja/getting-started.xml
docs/ja/language-defs.ent
docs/ja/language-snippets.ent
docs/ja/livedocs.ent
docs/ja/make_chm_index.html
docs/ja/preface.xml
docs/ja/translation.xml
docs/ja/appendixes/bugs.xml
docs/ja/appendixes/resources.xml
docs/ja/appendixes/tips.xml
docs/ja/appendixes/troubleshooting.xml
docs/ja/designers/chapter-debugging-console.xml
docs/ja/designers/config-files.xml
docs/ja/designers/language-basic-syntax.xml
docs/ja/designers/language-builtin-functions.xml
docs/ja/designers/language-combining-modifiers.xml
docs/ja/designers/language-custom-functions.xml
docs/ja/designers/language-modifiers.xml
docs/ja/designers/language-variables.xml
docs/ja/designers/language-basic-syntax/language-escaping.xml
docs/ja/designers/language-basic-syntax/language-math.xml
docs/ja/designers/language-basic-syntax/language-syntax-attributes.xml
docs/ja/designers/language-basic-syntax/language-syntax-comments.xml
docs/ja/designers/language-basic-syntax/language-syntax-functions.xml
docs/ja/designers/language-basic-syntax/language-syntax-quotes.xml
docs/ja/designers/language-basic-syntax/language-syntax-variables.xml
docs/ja/designers/language-builtin-functions/language-function-capture.xml
docs/ja/designers/language-builtin-functions/language-function-config-load.xml
docs/ja/designers/language-builtin-functions/language-function-foreach.xml
docs/ja/designers/language-builtin-functions/language-function-if.xml
docs/ja/designers/language-builtin-functions/language-function-include-php.xml
docs/ja/designers/language-builtin-functions/language-function-include.xml
docs/ja/designers/language-builtin-functions/language-function-insert.xml
docs/ja/designers/language-builtin-functions/language-function-ldelim.xml
docs/ja/designers/language-builtin-functions/language-function-literal.xml
docs/ja/designers/language-builtin-functions/language-function-php.xml
docs/ja/designers/language-builtin-functions/language-function-section.xml
docs/ja/designers/language-builtin-functions/language-function-strip.xml
docs/ja/designers/language-custom-functions/language-function-assign.xml
docs/ja/designers/language-custom-functions/language-function-counter.xml
docs/ja/designers/language-custom-functions/language-function-cycle.xml
docs/ja/designers/language-custom-functions/language-function-debug.xml
docs/ja/designers/language-custom-functions/language-function-eval.xml
docs/ja/designers/language-custom-functions/language-function-fetch.xml
docs/ja/designers/language-custom-functions/language-function-html-checkboxes.xml
docs/ja/designers/language-custom-functions/language-function-html-image.xml
docs/ja/designers/language-custom-functions/language-function-html-options.xml
docs/ja/designers/language-custom-functions/language-function-html-radios.xml
docs/ja/designers/language-custom-functions/language-function-html-select-date.xml
docs/ja/designers/language-custom-functions/language-function-html-select-time.xml
docs/ja/designers/language-custom-functions/language-function-html-table.xml
docs/ja/designers/language-custom-functions/language-function-mailto.xml
docs/ja/designers/language-custom-functions/language-function-math.xml
docs/ja/designers/language-custom-functions/language-function-popup-init.xml
docs/ja/designers/language-custom-functions/language-function-popup.xml
docs/ja/designers/language-custom-functions/language-function-textformat.xml
docs/ja/designers/language-modifiers/language-modifier-capitalize.xml
docs/ja/designers/language-modifiers/language-modifier-cat.xml
docs/ja/designers/language-modifiers/language-modifier-count-characters.xml
docs/ja/designers/language-modifiers/language-modifier-count-paragraphs.xml
docs/ja/designers/language-modifiers/language-modifier-count-sentences.xml
docs/ja/designers/language-modifiers/language-modifier-count-words.xml
docs/ja/designers/language-modifiers/language-modifier-date-format.xml
docs/ja/designers/language-modifiers/language-modifier-default.xml
docs/ja/designers/language-modifiers/language-modifier-escape.xml
docs/ja/designers/language-modifiers/language-modifier-indent.xml
docs/ja/designers/language-modifiers/language-modifier-lower.xml
docs/ja/designers/language-modifiers/language-modifier-nl2br.xml
docs/ja/designers/language-modifiers/language-modifier-regex-replace.xml
docs/ja/designers/language-modifiers/language-modifier-replace.xml
docs/ja/designers/language-modifiers/language-modifier-spacify.xml
docs/ja/designers/language-modifiers/language-modifier-string-format.xml
docs/ja/designers/language-modifiers/language-modifier-strip-tags.xml
docs/ja/designers/language-modifiers/language-modifier-strip.xml
docs/ja/designers/language-modifiers/language-modifier-truncate.xml
docs/ja/designers/language-modifiers/language-modifier-upper.xml
docs/ja/designers/language-modifiers/language-modifier-wordwrap.xml
docs/ja/designers/language-variables/language-assigned-variables.xml
docs/ja/designers/language-variables/language-config-variables.xml
docs/ja/designers/language-variables/language-variables-smarty.xml
docs/ja/programmers/advanced-features.xml
docs/ja/programmers/api-functions.xml
docs/ja/programmers/api-variables.xml
docs/ja/programmers/caching.xml
docs/ja/programmers/plugins.xml
docs/ja/programmers/smarty-constants.xml
docs/ja/programmers/advanced-features/advanced-features-objects.xml
docs/ja/programmers/advanced-features/advanced-features-outputfilters.xml
docs/ja/programmers/advanced-features/advanced-features-postfilters.xml
docs/ja/programmers/advanced-features/advanced-features-prefilters.xml
docs/ja/programmers/advanced-features/section-template-cache-handler-func.xml
docs/ja/programmers/advanced-features/template-resources.xml
docs/ja/programmers/api-functions/api-append-by-ref.xml
docs/ja/programmers/api-functions/api-append.xml
docs/ja/programmers/api-functions/api-assign-by-ref.xml
docs/ja/programmers/api-functions/api-assign.xml
docs/ja/programmers/api-functions/api-clear-all-assign.xml
docs/ja/programmers/api-functions/api-clear-all-cache.xml
docs/ja/programmers/api-functions/api-clear-assign.xml
docs/ja/programmers/api-functions/api-clear-cache.xml
docs/ja/programmers/api-functions/api-clear-compiled-tpl.xml
docs/ja/programmers/api-functions/api-clear-config.xml
docs/ja/programmers/api-functions/api-config-load.xml
docs/ja/programmers/api-functions/api-display.xml
docs/ja/programmers/api-functions/api-fetch.xml
docs/ja/programmers/api-functions/api-get-config-vars.xml
docs/ja/programmers/api-functions/api-get-registered-object.xml
docs/ja/programmers/api-functions/api-get-template-vars.xml
docs/ja/programmers/api-functions/api-is-cached.xml
docs/ja/programmers/api-functions/api-load-filter.xml
docs/ja/programmers/api-functions/api-register-block.xml
docs/ja/programmers/api-functions/api-register-compiler-function.xml
docs/ja/programmers/api-functions/api-register-function.xml
docs/ja/programmers/api-functions/api-register-modifier.xml
docs/ja/programmers/api-functions/api-register-object.xml
docs/ja/programmers/api-functions/api-register-outputfilter.xml
docs/ja/programmers/api-functions/api-register-postfilter.xml
docs/ja/programmers/api-functions/api-register-prefilter.xml
docs/ja/programmers/api-functions/api-register-resource.xml
docs/ja/programmers/api-functions/api-template-exists.xml
docs/ja/programmers/api-functions/api-trigger-error.xml
docs/ja/programmers/api-functions/api-unregister-block.xml
docs/ja/programmers/api-functions/api-unregister-compiler-function.xml
docs/ja/programmers/api-functions/api-unregister-function.xml
docs/ja/programmers/api-functions/api-unregister-modifier.xml
docs/ja/programmers/api-functions/api-unregister-object.xml
docs/ja/programmers/api-functions/api-unregister-outputfilter.xml
docs/ja/programmers/api-functions/api-unregister-postfilter.xml
docs/ja/programmers/api-functions/api-unregister-prefilter.xml
docs/ja/programmers/api-functions/api-unregister-resource.xml
docs/ja/programmers/api-variables/variable-autoload-filters.xml
docs/ja/programmers/api-variables/variable-cache-dir.xml
docs/ja/programmers/api-variables/variable-cache-handler-func.xml
docs/ja/programmers/api-variables/variable-cache-lifetime.xml
docs/ja/programmers/api-variables/variable-cache-modified-check.xml
docs/ja/programmers/api-variables/variable-caching.xml
docs/ja/programmers/api-variables/variable-compile-check.xml
docs/ja/programmers/api-variables/variable-compile-dir.xml
docs/ja/programmers/api-variables/variable-compile-id.xml
docs/ja/programmers/api-variables/variable-compiler-class.xml
docs/ja/programmers/api-variables/variable-config-booleanize.xml
docs/ja/programmers/api-variables/variable-config-dir.xml
docs/ja/programmers/api-variables/variable-config-fix-newlines.xml
docs/ja/programmers/api-variables/variable-config-overwrite.xml
docs/ja/programmers/api-variables/variable-config-read-hidden.xml
docs/ja/programmers/api-variables/variable-debug-tpl.xml
docs/ja/programmers/api-variables/variable-debugging-ctrl.xml
docs/ja/programmers/api-variables/variable-debugging.xml
docs/ja/programmers/api-variables/variable-default-modifiers.xml
docs/ja/programmers/api-variables/variable-default-resource-type.xml
docs/ja/programmers/api-variables/variable-default-template-handler-func.xml
docs/ja/programmers/api-variables/variable-error-reporting.xml
docs/ja/programmers/api-variables/variable-force-compile.xml
docs/ja/programmers/api-variables/variable-left-delimiter.xml
docs/ja/programmers/api-variables/variable-php-handling.xml
docs/ja/programmers/api-variables/variable-plugins-dir.xml
docs/ja/programmers/api-variables/variable-request-use-auto-globals.xml
docs/ja/programmers/api-variables/variable-request-vars-order.xml
docs/ja/programmers/api-variables/variable-right-delimiter.xml
docs/ja/programmers/api-variables/variable-secure-dir.xml
docs/ja/programmers/api-variables/variable-security-settings.xml
docs/ja/programmers/api-variables/variable-security.xml
docs/ja/programmers/api-variables/variable-template-dir.xml
docs/ja/programmers/api-variables/variable-trusted-dir.xml
docs/ja/programmers/api-variables/variable-use-sub-dirs.xml
docs/ja/programmers/caching/caching-cacheable.xml
docs/ja/programmers/caching/caching-groups.xml
docs/ja/programmers/caching/caching-multiple-caches.xml
docs/ja/programmers/caching/caching-setting-up.xml
docs/ja/programmers/plugins/plugins-block-functions.xml
docs/ja/programmers/plugins/plugins-compiler-functions.xml
docs/ja/programmers/plugins/plugins-functions.xml
docs/ja/programmers/plugins/plugins-howto.xml
docs/ja/programmers/plugins/plugins-inserts.xml
docs/ja/programmers/plugins/plugins-modifiers.xml
docs/ja/programmers/plugins/plugins-naming-conventions.xml
docs/ja/programmers/plugins/plugins-outputfilters.xml
docs/ja/programmers/plugins/plugins-prefilters-postfilters.xml
docs/ja/programmers/plugins/plugins-resources.xml
docs/ja/programmers/plugins/plugins-writing.xml:
added Japanese translation files.
* docs/Makefile.in
docs/configure.in:
added the configuration for Japanese translation.
2007-04-11 Messju Mohr <messju@lammfellpuschen.de>
* docs/en/programmers/smarty-constants.xml:
fixed typo
2007-04-04 Messju Mohr <messju@lammfellpuschen.de>
* docs/ru/getting-started.xml:
fixed uri for Zend Accelerator
2007-04-03 Messju Mohr <messju@lammfellpuschen.de>
* docs/de/getting-started.xml
docs/es/getting-started.xml
docs/it/getting-started.xml
docs/pt_BR/getting-started.xml:
fixed uris for php-accelerator
2007-03-08 Monte Ohrt <monte@ohrt.com>
* libs/Config_File.class.php
libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
update version numbers
2007-03-07 Monte Ohrt <monte@ohrt.com>
* (Smarty_2_6_18)
NEWS:
update NEWS file with patch
* (Smarty_2_6_18)
docs/en/designers/language-builtin-functions/language-function-section.xml:
note the fact that section loop will accept an integer
2007-03-06 Monte Ohrt <monte@ohrt.com>
* NEWS
@ -4738,7 +5250,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
added CVS $Id: ChangeLog,v 1.459 2007/03/07 01:31:23 changelog Exp $
added CVS $Id: ChangeLog 2746 2007-09-28 01:32:05Z changelog $
2003-03-31 Messju Mohr <messju@lammfellpuschen.de>