summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Add test:coverage task.Jean-Philippe Lang2009-11-061-0/+11
* Makes migration scripts load tickets in batches (#4011).Jean-Philippe Lang2009-10-112-2/+2
* Fixes migration scripts broken by r2726.Jean-Philippe Lang2009-10-112-2/+2
* Switch from a custom rcov task to the metric_fu gem.Eric Davis2009-07-272-45/+6
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-1/+17
* 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-042-1/+7
* Fixes r2707.Jean-Philippe Lang2009-05-041-1/+6
* Fixes Mantis importer broken by 2670.Jean-Philippe Lang2009-05-041-1/+1
* Fixed Trac importer broken by r2670 (#3254).Jean-Philippe Lang2009-05-041-8/+17
* Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data t...Jean-Philippe Lang2009-03-151-0/+2
* Ability to set language for redmine:load_default_data task using REDMINE_LANG...Jean-Philippe Lang2009-03-151-12/+15
* Flush buffer when asking for language (#2948).Jean-Philippe Lang2009-03-121-0/+1
* Process all translations files.Jean-Philippe Lang2009-02-211-1/+1
* Adds locales:update task as a replacement for gloc:update.Jean-Philippe Lang2009-02-211-0/+31
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-212-3/+27
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-152-2/+2
* Fixed that Trac importer was creating duplicate custom values (#2506).Jean-Philippe Lang2009-01-181-127/+130
* Codified instructions from RUNNING_TESTS as rake tasks for convenienceEric Davis2009-01-121-0/+30
* IMAP: add options to move received emails.Jean-Philippe Lang2008-12-311-2/+9
* Adds status option to email integration rake tasks.Jean-Philippe Lang2008-11-301-2/+4
* 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
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+38
* Use example.net as domain in default configuration (#1762).Jean-Philippe Lang2008-08-251-2/+2
* No warning about rcov each time a rake task is ran.Jean-Philippe Lang2008-08-151-1/+1
* Extracted rcov options and removed gems from the rcov report.Eric Davis2008-08-131-2/+4
* Added rake tasks to generate rcov code coverage reports. rake -T test:covera...Eric Davis2008-08-131-0/+44
* Quote ids for attachment association since Trac's attachment.id is varchar (#...Jean-Philippe Lang2008-08-101-2/+8
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-20/+56
* Makes importer work with Trac 0.8.x (#1540).Jean-Philippe Lang2008-06-291-0/+5
* Adds a rake task (redmine:email:receive_imap) to read emails from an IMAP ser...Jean-Philippe Lang2008-06-221-3/+35
* Adds basic support for issue creation via email (#1110).Jean-Philippe Lang2008-06-221-0/+37
* 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
* Adds a rake task to send reminders. An email is sent to each user with a list...Jean-Philippe Lang2008-05-251-0/+39
* 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-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