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/sr.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/sr.yml')
-rw-r--r-- | config/locales/sr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 28eaaaa3c..6b8c7ed31 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -900,3 +900,4 @@ label_board_sticky: Sticky label_board_locked: Locked permission_export_wiki_pages: Export wiki pages + setting_cache_formatted_text: Cache formatted text |