summaryrefslogtreecommitdiffstats
path: root/lib/tasks/migrate_from_trac.rake
Commit message (Collapse)AuthorAgeFilesLines
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets ↵Jean-Philippe Lang2008-03-291-5/+23
| | | | | | (patch #882 by Andreas Neuhaus slightly edited). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1302 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer: exclude more Trac wiki pages (#933).Jean-Philippe Lang2008-03-261-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1297 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer: prevent validation failure due to the default value when ↵Jean-Philippe Lang2008-03-211-2/+3
| | | | | | saving the Resolution custom field if it already exists (#869). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1286 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer:Jean-Philippe Lang2008-03-161-3/+8
| | | | | | | * prevent duplication of associated trackers when the target project already exists (closes #829) * warn user if the target project already exists git-svn-id: http://redmine.rubyforge.org/svn/trunk@1263 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Further refine WikiCaps processing for Trac to eliminate problems inJohn Goerzen2008-03-151-2/+2
| | | | | | | some corner cases git-svn-id: http://redmine.rubyforge.org/svn/trunk@1258 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix trac converter WikiCaps to put a space before converted WikiCaps wordsJohn Goerzen2008-03-141-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1246 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support WikiCaps for Trac migrationsJohn Goerzen2008-03-131-0/+6
| | | | | | | | | | Trac wikis support WikiCaps for links to pages. They also use !WikiCaps syntax to prevent links. Support both. Uses patch from and closes #758. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1242 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac and Mantis importers: check that default configuration is loaded before ↵Jean-Philippe Lang2008-03-091-0/+8
| | | | | | processing. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1221 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer: support database schema for Trac migration (#757 by John ↵Jean-Philippe Lang2008-03-051-3/+10
| | | | | | Goerzen). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1195 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer fix:Jean-Philippe Lang2008-02-261-8/+48
| | | | | | | | | | * error when trying to convert too long ticket ids (closes #719) Enhancements (#619): * Trac guide wiki pages skipped * wiki attachments migration added git-svn-id: http://redmine.rubyforge.org/svn/trunk@1175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer: handle nil usernames.Jean-Philippe Lang2008-02-061-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1125 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Postgresql's reset_pk_sequence in Trac importer to reset issue id ↵Jean-Philippe Lang2008-02-041-10/+2
| | | | | | sequence (#595). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1119 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer.Jean-Philippe Lang2008-01-231-1/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1099 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord.Jean-Philippe Lang2007-12-141-0/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer:Jean-Philippe Lang2007-12-021-19/+69
| | | | | | | * should now support mysql and postgresql Trac database * minor fixes git-svn-id: http://redmine.rubyforge.org/svn/trunk@946 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed Mantis importer: projects trackers and modules assignmentJean-Philippe Lang2007-11-291-5/+6
| | | | | | Fixed Trac and Mantis importers: roles assignments git-svn-id: http://redmine.rubyforge.org/svn/trunk@936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer improvements (by Mat Trudel):Jean-Philippe Lang2007-11-251-20/+57
| | | | | | | | | | * better support for wiki internal links (still not perfect, but much improved) * support for unordered lists * support for most of trac's highlighting tags (underline, bold, etc) * import progress dots now flush to stdout on every dot, so the import doesn't look frozen * support for migration of multiple trac instances into a single Redmine install (as separate projects) git-svn-id: http://redmine.rubyforge.org/svn/trunk@931 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer: user can now choose between sqlite and sqlite3 adapter for ↵Jean-Philippe Lang2007-11-091-4/+14
| | | | | | | | | | Trac database. Trac importer: issues and wiki modules are enabled by default for the imported project. Fixed: 404 error when trying to save a custom query under certain circumstance. git-svn-id: http://redmine.rubyforge.org/svn/trunk@894 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer: 'resolution' field imported with history as a custom field.Jean-Philippe Lang2007-09-021-33/+50
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer now migrates status changes.Jean-Philippe Lang2007-09-021-21/+28
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer now checks the existence of trac.db and attachments directory ↵Jean-Philippe Lang2007-09-021-26/+38
| | | | | | before processing. git-svn-id: http://redmine.rubyforge.org/svn/trunk@692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer initial commit. The script migrates:Jean-Philippe Lang2007-09-011-0/+416
* users (default password = 'trac') * components * milestones * tickets * ticket comments, files, custom fields * wiki git-svn-id: http://redmine.rubyforge.org/svn/trunk@689 e93f8b46-1217-0410-a6f0-8f06a7374b81