diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-06 10:40:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-06 10:40:21 +0000 |
commit | 2ad8242ae782ea9d87a0d98f8563199da736bdc7 (patch) | |
tree | e7e309e5b1a879d2579d74e95ee7282e9fc6771f /config/locales/zh-TW.yml | |
parent | 6c8b87fbc8a52b53a0adb53f072508ade7e2dca6 (diff) | |
download | redmine-2ad8242ae782ea9d87a0d98f8563199da736bdc7.tar.gz redmine-2ad8242ae782ea9d87a0d98f8563199da736bdc7.zip |
Adds a setting to cache textile rendering (off by default).
* it uses ActionController cache store which is MemoryStore by default and can be configured with config.action_controller.cache_store
* macro processing was moved out of textile rendering so that it doesn't get cached
* no noticeable improvement is expected for small portions of text, so only texts larger than 2KB are cached
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3372 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r-- | config/locales/zh-TW.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index db5bfa2e8..28aedbc62 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -976,3 +976,4 @@ enumeration_activities: 活動 (時間追蹤) enumeration_system_activity: 系統活動 permission_export_wiki_pages: Export wiki pages + setting_cache_formatted_text: Cache formatted text |