Patch #43918 ยป deprecate-mantis-and-trac-importer.patch
| lib/tasks/migrate_from_mantis.rake | ||
|---|---|---|
| 22 | 22 | |
| 23 | 23 |
namespace :redmine do |
| 24 | 24 |
task :migrate_from_mantis => :environment do |
| 25 |
# TODO: Remove this unsupported Mantis migration task in a later version. |
|
| 26 |
abort "This task is no longer maintained and cannot be used. It will be removed in a future version of Redmine." |
|
| 25 | 27 | |
| 26 | 28 |
module MantisMigrate |
| 27 | 29 | |
| lib/tasks/migrate_from_trac.rake | ||
|---|---|---|
| 21 | 21 |
namespace :redmine do |
| 22 | 22 |
desc 'Trac migration script' |
| 23 | 23 |
task :migrate_from_trac => :environment do |
| 24 |
# TODO: Remove this unsupported Trac migration task in a later version. |
|
| 25 |
abort "This task is no longer maintained and cannot be used. It will be removed in a future version of Redmine." |
|
| 24 | 26 | |
| 25 | 27 |
module TracMigrate |
| 26 | 28 |
TICKET_MAP = [] |