instiki/app/controllers
Jacques Distler 20c99df440 Work around Rails flash bug
When redirected to another page, flash 
messages will not display if the query
string is longer than 10192 bytes. In
Instiki, certain rescue operations 
involve redirection, with the updated
content of the page passed as a query
parameter. Fall back to using the stored
content (ie, don't pass a query parameter)
if the content is too long.
2009-10-19 18:19:31 -05:00
..
admin_controller.rb Manage Uploaded Files 2008-12-31 11:30:33 -06:00
application_controller.rb Enable X-Sendfile support under Passenger 2009-10-11 14:00:16 -05:00
cache_sweeping_helper.rb More ActiveRecord Association .length -> .size Optimizations 2009-09-04 00:09:39 -05:00
file_controller.rb Enable X-Sendfile support under Passenger 2009-10-11 14:00:16 -05:00
revision_sweeper.rb Fix Two bugs from Toby Bartels 2009-08-04 00:02:04 -05:00
web_sweeper.rb Wiki Redirects and Page Renaming 2009-06-02 22:17:15 -05:00
wiki_controller.rb Work around Rails flash bug 2009-10-19 18:19:31 -05:00