Codified instructions from RUNNING_TESTS as rake tasks for convenience
Rake tasks are in testing.rake and can be run by `rake test:scm:setup:<scm>`Updated RUNNING_TESTS
Contributed by Gerrit Kaiser
IMAP: add options to move received emails.
Adds status option to email integration rake tasks.
Fixed: Trac milestone links not correctly converted (#2052).
Fixed: Trac migration of ticket:123 or [ticket:34] do not work (#2053).
Trac importer improvements (patch #2050 by Karl Heinz Marbaise).
Merged hooks branch @ r1785 into trunk.
Use example.net as domain in default configuration (#1762).
No warning about rcov each time a rake task is ran.
Extracted rcov options and removed gems from the rcov report.
Added rake tasks to generate rcov code coverage reports. rake -T test:coverage to see them all
Quote ids for attachment association since Trac's attachment.id is varchar (#1759).
Mail handler: more control over issue attributes (#1110).Tracker, category and priority attributes can be specified in command line arguments and/or individually specified as overridable by email body keywords.
Makes importer work with Trac 0.8.x (#1540).
Adds a rake task (redmine:email:receive_imap) to read emails from an IMAP server (#1110).
Adds basic support for issue creation via email (#1110).
Trac importer: read session_attribute table to find user's email and real name (#1340).
Trac importer: improves wiki link conversion (#1287).
Trac importer: migrate attachments descriptions (#1326).
Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any.See rake -D redmine:send_reminders for options.
rake -D redmine:send_reminders
Fixed: error on Trac import when :due attribute is nil (#1164).
Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets (patch #882 by Andreas Neuhaus slightly edited).
Trac importer: exclude more Trac wiki pages (#933).
Trac importer: prevent validation failure due to the default value when saving the Resolution custom field if it already exists (#869).
Further refine WikiCaps processing for Trac to eliminate problems insome corner cases
Fix trac converter WikiCaps to put a space before converted WikiCaps words
Support WikiCaps for Trac migrations
Trac wikis support WikiCaps for links to pages. They also use!WikiCaps syntax to prevent links. Support both.
Uses patch from and closes #758.
Trac and Mantis importers: check that default configuration is loaded before processing.
Trac importer: support database schema for Trac migration (#757 by John Goerzen).
Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank.
Added a simple rake task to fetch changesets from the repositories:
rake redmine:fetch_changesets
Make Mantis importer preserve bug ids.
Mantis importer: few fixes in user mapping.
Trac importer: handle nil usernames.
Use Postgresql's reset_pk_sequence in Trac importer to reset issue id sequence (#595).
Fixed: PostgreSQL issues_seq_id not updated when using Trac importer.
Moved redmine:load_default_data code to a module so that it can be called from the application.
Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord.
Project name format limitation removed (name can now contain any character).Project identifier maximum length changed from 12 to 20.
Fixed Mantis importer: projects trackers and modules assignmentFixed Trac and Mantis importers: roles assignments
Trac importer: user can now choose between sqlite and sqlite3 adapter for 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.
Removed IssueStatus html_color attribute.Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position).
Set enumeration positions and default priority (Normal) in default configuration data.
Basic plugin support.
Trac importer: 'resolution' field imported with history as a custom field.
Trac importer now migrates status changes.
Trac importer now checks the existence of trac.db and attachments directory before processing.
Added namespace for Redmine specific rake tasks.
Mantis importer: small fix in categories mapping.
Mantis importer: issue categories truncated to 30 chars.
Mantis importer: fixed default role mapping
Small change to mantis importer to be 0.5.1 compatible.
Mantis importer: fixed a few bugs
Mantis importer: replaced find by find_by_id
Mantis importer: added priorities mapping.
Mantis importer: steps_to_reproduce and additional_information fields added to issue description.
Added migration of Mantis bug monitors.
Added migration of Mantis bug relationships.
More accurate status and role mapping in Mantis importer.
Mantis migration task initial import.
Simple time tracking functionality added. Time can be logged at issue or project level.There's no aggregation reports for now, it's just possible to see all time entries for a project or an issue.A new "activities" enumeration is added.Permission for a role to log time must be set (new "Time tracking" section in role permissions screen).
added roadmap view
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
language for default configuration data can now be chosen when running 'load_default_data' task
added model Comment.comments can now be added on news.
trunk moved from /trunk/redmine to /trunk
Localization plugin removed (replaced with GLoc)
0.3 unstable
Initial commit