summaryrefslogtreecommitdiffstats
path: root/lib/tasks/migrate_from_trac.rake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer.Jean-Philippe Lang2008-01-231-1/+12
* Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord.Jean-Philippe Lang2007-12-141-0/+5
* Trac importer:Jean-Philippe Lang2007-12-021-19/+69
* Fixed Mantis importer: projects trackers and modules assignmentJean-Philippe Lang2007-11-291-5/+6
* 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
* 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
* Trac importer initial commit. The script migrates:Jean-Philippe Lang2007-09-011-0/+416