instiki/app/controllers
Jacques Distler c79fef9c01 Clean, rather than Complain
Previously, if the user tried to submit content which was
malformed utf-8, Instiki would complain loudly to him.

A slightly more user-friendly approach was suggested by
the latest Rails 2.3.4, and a conversation with Sam Ruby
(who suggested some improvements).

Now, instead of complaining, we remove the offending bytes,
leaving a well-formed utf-8 string, which we pretend is what
the user meant to submit.
2009-09-07 16:02:36 -05:00
..
admin_controller.rb Manage Uploaded Files 2008-12-31 11:30:33 -06:00
application_controller.rb Clean, rather than Complain 2009-09-07 16:02:36 -05:00
cache_sweeping_helper.rb More ActiveRecord Association .length -> .size Optimizations 2009-09-04 00:09:39 -05:00
file_controller.rb Clean, rather than Complain 2009-09-07 16:02:36 -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 Clean, rather than Complain 2009-09-07 16:02:36 -05:00