Redmine/app
Toshi MARUYAMA 1dab1cd5cc Ruby 1.9: fix encoding error on wiki diffs (#4050)
WikiDiff#to_html returns a string with ASCII encoding if
the WikiJournal content has been Zlib compressed because
Zlib::Inflate.inflate returns strings with ASCII encoding.
Forcing the encoding to be UTF8 fixes this bug.

Contributed by Moritz Breit.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7927 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-11-25 23:15:55 +00:00
..
controllers Fixed time entries context menu display according permissions (#9405). 2011-11-24 21:31:21 +00:00
helpers Html safe wiki page title. 2011-11-24 19:47:36 +00:00
models Ruby 1.9: fix encoding error on wiki diffs (#4050) 2011-11-25 23:15:55 +00:00
views Check attachment size when the user selects a file (#9667). 2011-11-25 22:32:07 +00:00