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