Redmine/lib/redmine/wiki_formatting
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
..
textile Adds a setting to cache textile rendering (off by default). 2010-02-06 10:40:21 +00:00
macros.rb Fixed: child_pages macro fails on wiki page history (#4152). 2009-11-04 12:36:45 +00:00