summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets (patch...Jean-Philippe Lang2008-03-291-5/+23
* Trac importer: exclude more Trac wiki pages (#933).Jean-Philippe Lang2008-03-261-2/+2
* Trac importer: prevent validation failure due to the default value when savin...Jean-Philippe Lang2008-03-211-2/+3
* Trac importer:Jean-Philippe Lang2008-03-161-3/+8
* Further refine WikiCaps processing for Trac to eliminate problems inJohn Goerzen2008-03-151-2/+2
* Fix trac converter WikiCaps to put a space before converted WikiCaps wordsJohn Goerzen2008-03-141-1/+1
* Support WikiCaps for Trac migrationsJohn Goerzen2008-03-131-0/+6
* Trac and Mantis importers: check that default configuration is loaded before ...Jean-Philippe Lang2008-03-092-0/+16
* Trac importer: support database schema for Trac migration (#757 by John Goerz...Jean-Philippe Lang2008-03-051-3/+10
* Trac importer fix:Jean-Philippe Lang2008-02-261-8/+48
* Mantis importer: do not duplicate Mantis username in firstname and lastname i...Jean-Philippe Lang2008-02-161-1/+1
* Added a simple rake task to fetch changesets from the repositories:Jean-Philippe Lang2008-02-161-0/+24
* 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
* Trac importer: handle nil usernames.Jean-Philippe Lang2008-02-061-0/+2
* Use Postgresql's reset_pk_sequence in Trac importer to reset issue id sequenc...Jean-Philippe Lang2008-02-041-10/+2
* Mantis importer:Jean-Philippe Lang2008-01-231-6/+1
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer.Jean-Philippe Lang2008-01-231-1/+12
* Moved redmine:load_default_data code to a module so that it can be called fro...Jean-Philippe Lang2008-01-041-162/+23
* Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord.Jean-Philippe Lang2007-12-141-0/+5
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+2
* Trac importer:Jean-Philippe Lang2007-12-021-19/+69
* Fixed Mantis importer: projects trackers and modules assignmentJean-Philippe Lang2007-11-292-8/+13
* Trac importer improvements (by Mat Trudel):Jean-Philippe Lang2007-11-251-20/+57
* Trac importer: user can now choose between sqlite and sqlite3 adapter for Tra...Jean-Philippe Lang2007-11-091-4/+14
* Removed IssueStatus html_color attribute.Jean-Philippe Lang2007-11-041-6/+6
* Set enumeration positions and default priority (Normal) in default configurat...Jean-Philippe Lang2007-10-081-9/+9
* Basic plugin support.Jean-Philippe Lang2007-09-231-0/+15
* Trac importer: 'resolution' field imported with history as a custom field.Jean-Philippe Lang2007-09-021-33/+50
* Trac importer now migrates status changes.Jean-Philippe Lang2007-09-021-21/+28
* Trac importer now checks the existence of trac.db and attachments directory b...Jean-Philippe Lang2007-09-021-26/+38
* Added namespace for Redmine specific rake tasks.Jean-Philippe Lang2007-09-023-2/+15
* Trac importer initial commit. The script migrates:Jean-Philippe Lang2007-09-011-0/+416
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-10/+71
* 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
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-231-2/+6
* added roadmap viewJean-Philippe Lang2007-02-041-12/+12
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-1/+1