]> source.dussan.org Git - redmine.git/commit
Don't pass conditions to #delete_all.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Jul 2016 10:30:45 +0000 (10:30 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Jul 2016 10:30:45 +0000 (10:30 +0000)
commit57afa5345eea60c47b4fc44e86f32e73a202d860
treee60a1fc76597f4648fff91c80c0abc9be8da18a6
parentd3d62f4ded2a8c8738451e58d81df27a71a6842f
Don't pass conditions to #delete_all.

git-svn-id: http://svn.redmine.org/redmine/trunk@15675 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/application_controller.rb
app/models/issue_status.rb
app/models/project.rb
db/migrate/098_set_topic_authors_as_watchers.rb
db/migrate/20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb
db/migrate/20101104182107_add_unique_index_on_members.rb
db/migrate/20111201201315_add_unique_index_to_issue_relations.rb
lib/tasks/migrate_from_mantis.rake
test/functional/admin_controller_test.rb
test/functional/issues_controller_test.rb
test/unit/default_data_test.rb
test/unit/news_test.rb
test/unit/user_test.rb
test/unit/watcher_test.rb