Added the hability to copy an issue.It can be done from the 'issue/show' view or from the context menu on the issue list.The Copy functionality is of course only available if the user is allowed to create an issue.It copies the issue attributes and the custom fields values.
Added "Float" as a custom field format.
Fixed: error when bulk editing with Postgresql
Removed translated email templates attachments_added and document_added (no longer usefull).
Added the ability to set the "done ratio" of issues fixed by commit (original path by Nikolay Solakov, slightly edited).
Added 'Bulk edit' functionality.This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list.Most properties can be set (priority, assignee, category, fixed version, start and due dates, done ratio) and a note can be entered....
Fixed: Title with non-ascii characters breaks wiki
Fixed: URL with ~ broken in wiki formatting.All RedCloth quick phrase modifiers are now limited to a single line.
Better handling of external link style assignment.
Added the ability to customize columns of a saved query.
Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).As this fix modifies manage_public_queries permission symbol, this permission has to re-entered.
Fixed: Links get chopped by punctuation marks in anchors.
Search engines now supports pagination.Results are sorted in reverse chronological order.
The news list now shows the full news contents.News add/edit forms are now accessible with no additional request.
Fixed: Oracle error when saving serialized setting (eg. mail notifications)
Added 'Estimated hours' attribute on issues.
Added project module concept.
A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level.For each project, modules can be enabled on the project settings view ('Modules' tab).This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses)....
Added Subversion repository unit tests.
Added the ability to rename wiki pages (specific permission required).
Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page).
Wiki page cache had to be disabled.
Added Redmine::WikiFormatting module and tests for wiki links.RedCloth librairy is now present in Redmine lib directory.
Added a cross-project issue list. It displays the issues of all the projects visible by the user.The users list available in the filters ('assigned to' / 'created by') is made of the members of all projects the current user belongs to.For now, this view is only accessible from 'My page' ('issues assigned to me' or 'issues reported by me' blocks, to view the full lists)...
Fix: error when posting to projects/add or users/add with no custom_fields parameter.
Fixed: queries with multiple custom fields return no result.
Automatic closing of duplicate issues.When closing an issue, all related issues marked as duplicates are now also closed.
Changeset comments are now stripped before being stored in the database (patch by Nicholas Wieland).
Fixed my_controller_test.rb (errors are now in flash[:error])
Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user.
Added time report.Report can be generated by member/activity/tracker/version and year/month/week for the selected period.
Added basic support for CVS and Mercurial SCMs.Browsing, changesets fetching and diff viewing are implemented.Only tested with local repositories.
Thanks to Ralph Vater for CVS specific code.
Added the ability to destroy wiki pages (content and its history are deleted from the database).This permission has to be explicitly given (Roles & Permissions -> Wiki pages/Delete).
Dutch translation added (Linda van den Brink)
Versions can now be created with no date.Versions with no date appear at the end of the roadmap, sorted by name.
Fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000).Also added pagination for changes on changeset details view.
Per project forums added.Permissions for forums management can be set in "Admin -> Roles & Permissions".Forums can be created on the project settings screen ("Forums" tab).Once a project has a forum, a "Forums" link appears in the project menu.For now, posting messages in forums requires to be logged in. Files can be attached to messages.
Added "assigned to" field in mail notifications.Also fixed mail_handler unit test (wrong fixture filename).
Added a test for the mail handler.
Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br.Updated portuguese translation (Arthur Zapparoli).Current pt translation moved to pt-br.
Bulgarian translation added (Nikolay Solakov)
Added a quick search form in page header. Search functionality moved to a dedicated controller.
If an issue number is given, user is redirected to the corresponding issue.
Moved functional tests for MyController
Fixed: 10342 Creation of Schema in OracleComment is a reserved keyword for Oracle. The five 'Comment' columns are renamed to 'Commments'.Migration scripts were modified to let oracle users create the database. For the others, migration 41 will rename the columns (only if columns have the 'old' name)....
Commit messages are now scanned for referenced or fixed issue IDs.Keywords and the status to apply to fixed issues can be defined in Admin -> Settings.
Default keywords:- for referencing issues: refs, references, IssueID- for fixing issues: fixes,closes...
Added portuguese translation (Joao Carlos Clementoni).Email templates copied from english.
Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes.For now, it's only usefull for users who are not members of the project, since members receive notifications for each issue (this behaviour will change).
Added a unit test on User#role_for_project
Added chinese simplified translation (Andy Wu)Fixed rfpdf chinese.rb
added roadmap and activity calls in projects functional tests
issue cutom queries can be used as feeds
added italian translation [Alessio Spadaro]
wiki branch merged into trunk
search engine improvements and simple test
updated supported language count in test (now 5)
file upload test now uses ActionController::TestUploadedFile
added tests for settings
empty tokens table
fixtures loading correction
added unit tests for mailer
added lang files validition test
added unit tests for issue statuses, user preferences and tokens
deprecated projects_count replaced
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
added issues integration tests
added model Comment.comments can now be added on news.
trunk moved from /trunk/redmine to /trunk
- new controller "myController" - account/my_page moved to my/page- account/my_account mmoved to my/account- "my page" is now customizable (table user_preferences added)
improved issues change history
notice messages translation
Localization plugin removed (replaced with GLoc)
0.3 unstable
v0.2.0
Initial commit