Mercurial > hg > soundsoftware-site
diff lib/tasks/migrate_from_trac.rake @ 912:5e80956cc792 cannam_integration
Merge from branch "redmine-1.3"
author | Chris Cannam |
---|---|
date | Mon, 27 Feb 2012 13:53:18 +0000 |
parents | cd2282d2aa55 cbb26bc654de |
children | bb32da3bea34 |
line wrap: on
line diff
--- a/lib/tasks/migrate_from_trac.rake Fri Feb 24 20:18:25 2012 +0000 +++ b/lib/tasks/migrate_from_trac.rake Mon Feb 27 13:53:18 2012 +0000 @@ -1,5 +1,5 @@ -# redMine - project management software -# Copyright (C) 2006-2007 Jean-Philippe Lang +# Redmine - project management software +# Copyright (C) 2006-2011 Jean-Philippe Lang # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -758,10 +758,10 @@ prompt('Trac database encoding', :default => 'UTF-8') {|encoding| TracMigrate.encoding encoding} prompt('Target project identifier') {|identifier| TracMigrate.target_project_identifier identifier} puts - + # Turn off email notifications Setting.notified_events = [] - + TracMigrate.migrate end end