]> source.dussan.org Git - redmine.git/commit
Don't rescue Exception class (#31387).
authorGo MAEDA <maeda@farend.jp>
Sat, 25 May 2019 06:50:25 +0000 (06:50 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 25 May 2019 06:50:25 +0000 (06:50 +0000)
commitb0e17e8199bb40d0b1bed2c3dded355f439d8b3a
tree694b9ccde636af70a5aa515b62d1020a5eac9e62
parenta12b7bcf2931045e63093adcd765d7c6e022fa05
Don't rescue Exception class (#31387).

Patch by Go MAEDA and Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@18197 e93f8b46-1217-0410-a6f0-8f06a7374b81
28 files changed:
app/controllers/admin_controller.rb
app/controllers/auth_sources_controller.rb
app/controllers/issue_statuses_controller.rb
app/models/import.rb
app/models/mail_handler.rb
app/models/mailer.rb
app/models/query.rb
app/models/repository.rb
app/models/repository/git.rb
app/models/tracker.rb
bin/changelog.rb
config/routes.rb
extra/mail_handler/rdm-mailhandler.rb
extra/svn/reposman.rb
lib/redmine/plugin.rb
lib/redmine/scm/adapters/abstract_adapter.rb
lib/redmine/scm/adapters/mercurial_adapter.rb
lib/redmine/scm/adapters/subversion_adapter.rb
lib/tasks/email.rake
lib/tasks/locales.rake
lib/tasks/migrate_from_trac.rake
test/functional/admin_controller_test.rb
test/test_helper.rb
test/unit/issue_nested_set_concurrency_test.rb
test/unit/mail_handler_test.rb
test/unit/mailer_test.rb
test/unit/project_nested_set_concurrency_test.rb
test/unit/tracker_test.rb