From 2ad8242ae782ea9d87a0d98f8563199da736bdc7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 6 Feb 2010 10:40:21 +0000 Subject: 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 --- config/locales/nl.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/locales/nl.yml') diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 024db3238..a5f69b3b4 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -867,3 +867,4 @@ nl: label_board_sticky: Sticky label_board_locked: Locked permission_export_wiki_pages: Export wiki pages + setting_cache_formatted_text: Cache formatted text -- cgit v1.2.3