Menu

Commit [r3372]  Maximize  Restore  History

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

jplang 2010-02-06

1 2 > >> (Page 1 of 2)
changed /trunk/app/helpers/application_helper.rb
changed /trunk/app/views/settings/_general.rhtml
changed /trunk/config/environment.rb
changed /trunk/config/locales/bg.yml
changed /trunk/config/locales/bs.yml
changed /trunk/config/locales/ca.yml
changed /trunk/config/locales/cs.yml
changed /trunk/config/locales/da.yml
changed /trunk/config/locales/de.yml
changed /trunk/config/locales/el.yml
changed /trunk/config/locales/en.yml
changed /trunk/config/locales/es.yml
changed /trunk/config/locales/eu.yml
changed /trunk/config/locales/fi.yml
changed /trunk/config/locales/fr.yml
changed /trunk/config/locales/gl.yml
changed /trunk/config/locales/he.yml
changed /trunk/config/locales/hr.yml
changed /trunk/config/locales/hu.yml
changed /trunk/config/locales/id.yml
changed /trunk/config/locales/it.yml
changed /trunk/config/locales/ja.yml
changed /trunk/config/locales/ko.yml
changed /trunk/config/locales/lt.yml
changed /trunk/config/locales/nl.yml
/trunk/app/helpers/application_helper.rb Diff Switch to side-by-side view
Loading...
/trunk/app/views/settings/_general.rhtml Diff Switch to side-by-side view
Loading...
/trunk/config/environment.rb Diff Switch to side-by-side view
Loading...
/trunk/config/locales/bg.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/bs.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/ca.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/cs.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/da.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/de.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/el.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/en.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/es.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/eu.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/fi.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/fr.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/gl.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/he.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/hr.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/hu.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/id.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/it.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/ja.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/ko.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/lt.yml Diff Switch to side-by-side view
Loading...
/trunk/config/locales/nl.yml Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)