summaryrefslogtreecommitdiffstats
path: root/lib/tasks/migrate_from_mantis.rake
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-style native lib/tasks/migrate_from_mantis.rakeToshi MARUYAMA2012-03-041-512/+512
* Prevent error when Mantis version.date_order is nil (#7476).Jean-Philippe Lang2011-01-281-1/+1
* Remove the limitation on characters that can be used in custom_field, issue_s...Jean-Philippe Lang2010-12-311-3/+1
* Updates mantis importer for new project name/identifier max lengths (#6446).Jean-Philippe Lang2010-11-141-5/+1
* Adds a few STDOUT.flush to migration scripts (#3675).Jean-Philippe Lang2010-01-171-1/+6
* Removes column opt in enumerations table.Jean-Philippe Lang2009-12-251-1/+1
* Makes migration scripts load tickets in batches (#4011).Jean-Philippe Lang2009-10-111-1/+1
* Fixes migration scripts broken by r2726.Jean-Philippe Lang2009-10-111-1/+1
* Disable email notifications before importing data.Jean-Philippe Lang2009-05-041-0/+3
* Fixes r2707.Jean-Philippe Lang2009-05-041-1/+6
* Fixes Mantis importer broken by 2670.Jean-Philippe Lang2009-05-041-1/+1
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Trac and Mantis importers: check that default configuration is loaded before ...Jean-Philippe Lang2008-03-091-0/+8
* Mantis importer: do not duplicate Mantis username in firstname and lastname i...Jean-Philippe Lang2008-02-161-1/+1
* Make Mantis importer preserve bug ids.Jean-Philippe Lang2008-02-151-1/+6
* Mantis importer: few fixes in user mapping.Jean-Philippe Lang2008-02-061-6/+12
* Mantis importer:Jean-Philippe Lang2008-01-231-6/+1
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+2
* Fixed Mantis importer: projects trackers and modules assignmentJean-Philippe Lang2007-11-291-3/+7
* Added namespace for Redmine specific rake tasks.Jean-Philippe Lang2007-09-021-0/+2
* Mantis importer: small fix in categories mapping.Jean-Philippe Lang2007-08-251-1/+1
* Mantis importer:Jean-Philippe Lang2007-08-251-3/+10
* Mantis importer: issue categories truncated to 30 chars.Jean-Philippe Lang2007-08-251-1/+1
* Mantis importer: fixed default role mappingJean-Philippe Lang2007-08-151-5/+5
* Small change to mantis importer to be 0.5.1 compatible.Jean-Philippe Lang2007-08-141-1/+1
* Mantis importer: fixed a few bugsJean-Philippe Lang2007-08-141-10/+17
* Mantis importer: replaced find by find_by_idJean-Philippe Lang2007-08-141-7/+7
* Mantis importer: added priorities mapping.Jean-Philippe Lang2007-08-131-4/+13
* Mantis importer: steps_to_reproduce and additional_information fields added t...Jean-Philippe Lang2007-08-131-2/+11
* Added migration of Mantis bug monitors.Jean-Philippe Lang2007-08-131-0/+12
* Added migration of Mantis bug relationships.Jean-Philippe Lang2007-08-131-2/+29
* More accurate status and role mapping in Mantis importer.Jean-Philippe Lang2007-08-131-15/+20
* Mantis migration task initial import.Jean-Philippe Lang2007-08-131-0/+409