Redmine/app
Jean-Philippe Lang 2ad8242ae7 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
2010-02-06 10:40:21 +00:00
..
controllers Adds a permission for exporting wiki pages. 2010-02-06 09:30:53 +00:00
helpers Adds a setting to cache textile rendering (off by default). 2010-02-06 10:40:21 +00:00
models Refactor: Extracted the select_all calls to a new private method. 2010-02-04 17:24:33 +00:00
views Adds a setting to cache textile rendering (off by default). 2010-02-06 10:40:21 +00:00