redmine/app/controllers
Toshi MARUYAMA d4d27bd2d8 Ruby1.9: skip enforcing UTF-8 encodings on the params hash on Rails2 if it is frozen (#4050, #4796)
Tests on CI server fail.
http://www.redmine.org/builds/build_trunk-1.9.2-sqlite3_257.html

<pre>
  1) Error:
test_index_with_short_filters(IssuesControllerTest):
RuntimeError: can't modify frozen string
    /var/lib/hudson/jobs/trunk-1.9.2-sqlite3/workspace/app/controllers/application_controller.rb:58:in `force_encoding'
    /var/lib/hudson/jobs/trunk-1.9.2-sqlite3/workspace/app/controllers/application_controller.rb:58:in `utf8nize!'
    /var/lib/hudson/jobs/trunk-1.9.2-sqlite3/workspace/app/controllers/application_controller.rb:60:in `block in utf8nize!'
    /var/lib/hudson/jobs/trunk-1.9.2-sqlite3/workspace/app/controllers/application_controller.rb:60:in `each'
    /var/lib/hudson/jobs/trunk-1.9.2-sqlite3/workspace/app/controllers/application_controller.rb:60:in `utf8nize!'
    /var/lib/hudson/jobs/trunk-1.9.2-sqlite3/workspace/app/controllers/application_controller.rb:52:in `params_filter'
    /var/lib/hudson/ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/callbacks.rb:178:in `evaluate_method'
    /var/lib/hudson/ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/callbacks.rb:166:in `call'
    /var/lib/hudson/ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-2.3.14/lib/action_controller/filters.rb:225:in `call'
    /var/lib/hudson/ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-2.3.14/lib/action_controller/filters.rb:629:in `run_before_filters'
    /var/lib/hudson/ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-2.3.14/lib/action_controller/filters.rb:615:in `call_filters'
    /var/lib/hudson/ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610:in `perform_action_with_filters'
    /var/lib/hudson/ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:in `block in perform_action_with_benchmark'
    /var/lib/hudson/ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8716 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-01-28 10:26:34 +00:00
..
account_controller.rb remove trailing white-spaces from app/controllers/account_controller.rb. 2011-08-31 12:08:29 +00:00
activities_controller.rb
admin_controller.rb Fixes admin menu display. 2012-01-20 20:02:04 +00:00
application_controller.rb Ruby1.9: skip enforcing UTF-8 encodings on the params hash on Rails2 if it is frozen (#4050, #4796) 2012-01-28 10:26:34 +00:00
attachments_controller.rb Resourcified attachments. 2011-11-27 11:16:47 +00:00
auth_sources_controller.rb remove trailing white-spaces from app/controllers/auth_sources_controller.rb. 2011-08-31 12:07:34 +00:00
auto_completes_controller.rb
boards_controller.rb Controller cleanup. 2011-12-01 21:16:44 +00:00
calendars_controller.rb
comments_controller.rb remove trailing white-spaces from app/controllers/comments_controller.rb. 2011-08-31 12:06:52 +00:00
context_menus_controller.rb Fixed time entries context menu display according permissions (#9405). 2011-11-24 21:31:21 +00:00
custom_fields_controller.rb Resourcified custom fields. 2011-12-09 22:58:30 +00:00
documents_controller.rb Resourcified documents. 2011-11-30 19:51:16 +00:00
enumerations_controller.rb Resourcified enumerations. 2011-12-11 10:26:12 +00:00
files_controller.rb
gantts_controller.rb
groups_controller.rb Adds routes for group users. 2011-11-27 10:47:36 +00:00
issue_categories_controller.rb REST API for issue categories (#9553). 2011-11-20 17:09:01 +00:00
issue_relations_controller.rb Explicitly declare all routes and deactivate default route. 2011-12-10 13:33:01 +00:00
issue_statuses_controller.rb Resourcified issue statuses. 2011-11-22 22:04:07 +00:00
issues_controller.rb Allows bulk change issue private flag (#10042). 2012-01-23 18:35:11 +00:00
journals_controller.rb remove trailing white-spaces from app/controllers/journals_controller.rb. 2011-08-31 10:10:33 +00:00
ldap_auth_sources_controller.rb Fixes admin menu display. 2012-01-20 20:02:04 +00:00
mail_handler_controller.rb
members_controller.rb remove trailing white-spaces from app/controllers/members_controller.rb. 2011-08-31 12:05:15 +00:00
messages_controller.rb Update MessagesController#quote to match the input id changed in r7682 (#9672). 2011-11-27 21:30:50 +00:00
my_controller.rb
news_controller.rb Removed object name from form_for arguments. 2011-11-23 20:09:57 +00:00
previews_controller.rb remove trailing white-spaces from app/controllers/previews_controller.rb. 2011-08-30 14:13:09 +00:00
project_enumerations_controller.rb remove trailing white-spaces from app/controllers/project_enumerations_controller.rb. 2011-08-31 12:03:37 +00:00
projects_controller.rb Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779). 2012-01-15 14:23:06 +00:00
queries_controller.rb Refactor : convert queries to REST resources (also fixes #9108). 2011-10-24 20:19:26 +00:00
reports_controller.rb remove trailing white-spaces from app/controllers/reports_controller.rb. 2011-08-30 14:12:20 +00:00
repositories_controller.rb Don't use a disabled SCM as a default repository SCM (#779). 2012-01-15 22:23:56 +00:00
roles_controller.rb Restores migration broken by r8182 and removes default scope on Role (#9800). 2011-12-14 22:24:20 +00:00
search_controller.rb
settings_controller.rb Fixes admin menu display. 2012-01-20 20:02:04 +00:00
sys_controller.rb Adds support for multiple repositories per project (#779). 2012-01-15 18:19:19 +00:00
timelog_controller.rb Fixed that project is ignored when entering an issue id on /time_entries/new form (#10020). 2012-01-22 10:37:57 +00:00
trackers_controller.rb Resourcified trackers. 2011-11-22 21:32:45 +00:00
users_controller.rb REST urls for user memberships. 2011-12-10 08:37:48 +00:00
versions_controller.rb Provide a direct access to completed versions form the roadmap. 2012-01-24 18:45:40 +00:00
watchers_controller.rb Avoid an AJAX query if the watchers form is already loaded. 2012-01-09 18:46:37 +00:00
welcome_controller.rb remove trailing white-spaces from app/controllers/welcome_controller.rb. 2011-08-30 15:17:44 +00:00
wiki_controller.rb Option to set parent automatically for new wiki pages (#3108). 2011-12-17 11:44:04 +00:00
wikis_controller.rb remove trailing white-spaces from app/controllers/wikis_controller.rb. 2011-08-31 08:45:29 +00:00
workflows_controller.rb remove trailing white-spaces from app/controllers/workflows_controller.rb. 2011-08-31 08:45:01 +00:00