Project

General

Profile

Statistics
| Revision:

# Date Author Comment
693 2007-09-02 12:07 Jean-Philippe Lang

Trac importer now migrates status changes.

692 2007-09-02 11:12 Jean-Philippe Lang

Trac importer now checks the existence of trac.db and attachments directory before processing.

691 2007-09-02 10:08 Jean-Philippe Lang

Added namespace for Redmine specific rake tasks.

689 2007-09-01 22:03 Jean-Philippe Lang Trac importer initial commit. The script migrates:
  • users (default password = 'trac')
  • components
  • milestones
  • tickets
  • ticket comments, files, custom fields
  • wiki
674 2007-08-29 18:52 Jean-Philippe Lang Merged 0.6 branch into trunk.
Permissions management was rewritten. Some permissions can now be specifically defined for non member and anonymous users.
This migration:
  • is irreversible (please, don't forget to backup your database before upgrading)
  • resets role's permissions (go to "Admin -> Roles & Permissions" to set them after upgrading)
661 2007-08-25 17:53 Jean-Philippe Lang

Mantis importer: small fix in categories mapping.

660 2007-08-25 17:45 Jean-Philippe Lang Mantis importer:
  • validation skip on issue assignement (assignee must be a project member in Redmine)
  • Mantis bugs with severity 'feature' are imported as 'Feature request' in Redmine
659 2007-08-25 16:55 Jean-Philippe Lang

Mantis importer: issue categories truncated to 30 chars.

638 2007-08-15 13:11 Jean-Philippe Lang

Mantis importer: fixed default role mapping

635 2007-08-14 15:58 Jean-Philippe Lang

Small change to mantis importer to be 0.5.1 compatible.

634 2007-08-14 14:51 Jean-Philippe Lang

Mantis importer: fixed a few bugs

633 2007-08-14 12:48 Jean-Philippe Lang

Mantis importer: replaced find by find_by_id

628 2007-08-13 18:48 Jean-Philippe Lang

Mantis importer: added priorities mapping.

627 2007-08-13 17:51 Jean-Philippe Lang

Mantis importer: steps_to_reproduce and additional_information fields added to issue description.

626 2007-08-13 17:35 Jean-Philippe Lang

Added migration of Mantis bug monitors.

625 2007-08-13 17:29 Jean-Philippe Lang

Added migration of Mantis bug relationships.

624 2007-08-13 17:04 Jean-Philippe Lang

More accurate status and role mapping in Mantis importer.

623 2007-08-13 16:37 Jean-Philippe Lang

Mantis migration task initial import.

368 2007-03-23 13:22 Jean-Philippe Lang

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).

228 2007-02-04 10:18 Jean-Philippe Lang

added roadmap view

167 2007-01-21 12:50 Jean-Philippe Lang

settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings

132 2007-01-01 22:34 Jean-Philippe Lang

language for default configuration data can now be chosen when running 'load_default_data' task

81 2006-12-10 19:35 Jean-Philippe Lang

added model Comment.
comments can now be added on news.

67 2006-12-05 21:45 Jean-Philippe Lang

trunk moved from /trunk/redmine to /trunk

44 2006-11-12 19:50 Jean-Philippe Lang
  • new report: project activity
  • "start date" and "% done" fields added on issues
  • project calendar added
  • gantt chart added (exportable to pdf)
  • multiple file upload for issues attachments
  • user custom field displayed on account/show
  • default configuration improved (default roles, trackers, status, permissions and workflows)...
14 2006-07-29 21:54 Jean-Philippe Lang

Localization plugin removed (replaced with GLoc)

12 2006-07-29 11:32 Jean-Philippe Lang

0.3 unstable

4 2006-06-28 20:11 Jean-Philippe Lang

Initial commit