summaryrefslogtreecommitdiffstats
path: root/lib/tasks/migrate_from_trac.rake
Commit message (Expand)AuthorAgeFilesLines
* Adds a few STDOUT.flush to migration scripts (#3675).Jean-Philippe Lang2010-01-171-0/+3
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-1/+1
* 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
* Same as fix as r2705 from Trac wiki pages attachments (#3291).Jean-Philippe Lang2009-05-101-6/+8
* Disable email notifications before importing data.Jean-Philippe Lang2009-05-041-1/+4
* Fixed Trac importer broken by r2670 (#3254).Jean-Philippe Lang2009-05-041-8/+17
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Fixed that Trac importer was creating duplicate custom values (#2506).Jean-Philippe Lang2009-01-181-127/+130
* Fixed: Trac milestone links not correctly converted (#2052).Jean-Philippe Lang2008-11-111-2/+12
* Fixed: Trac migration of ticket:123 or [ticket:34] do not work (#2053).Jean-Philippe Lang2008-11-111-1/+1
* Fixed: Trac migration of ticket:123 or [ticket:34] do not work (#2053).Jean-Philippe Lang2008-11-111-0/+7
* Trac importer improvements (patch #2050 by Karl Heinz Marbaise).Jean-Philippe Lang2008-11-111-10/+60
* Quote ids for attachment association since Trac's attachment.id is varchar (#...Jean-Philippe Lang2008-08-101-2/+8
* Makes importer work with Trac 0.8.x (#1540).Jean-Philippe Lang2008-06-291-0/+5
* Trac importer: read session_attribute table to find user's email and real nam...Jean-Philippe Lang2008-06-071-3/+20
* Trac importer: improves wiki link conversion (#1287).Jean-Philippe Lang2008-06-061-1/+2
* Trac importer: migrate attachments descriptions (#1326).Jean-Philippe Lang2008-05-291-0/+6
* Fixed: error on Trac import when :due attribute is nil (#1164).Jean-Philippe Lang2008-05-021-1/+1
* 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-091-0/+8
* 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
* 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