The following menus can now be extended by plugins: top_menu, account_menu, application_menu (empty by default).Sligth layout change: links in the top menu are now li elements.
Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from different projects can not be bulk edited/moved/deleted at once.
Merged IssuesController #edit and #update into a single actions.Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status (#519, #581, #587).
ProjectsController#add_news moved to NewsController#new.Preview added when adding/editing a news (#590).
Do not show Roadmap menu item if the project doesn't define any versions.
Added a 'New issue' link in the main menu (accesskey 7).The drop-down lists to add an issue on the project overview and the issue list are removed.
ProjectsController#add_issue moved to IssuesController#new.Tracker can now be changed/selected on the new issue form. This action can be invoked without the tracker_id parameter (the first enabled tracker will be used by default).
Highlight the current item of the main menu.
Merged IssuesController change_status and add_note actions.The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form).The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed.
Added wiki annotate view. It's accessible for each version from the page history view. Slight style change: pre-wrap added on file/diff contents.
Moved ProjectsController#list_documents and add_document to DocumentsController#index and new.
Added version details view accessible from the roadmap.
Added Bazaar adapter.Fixed 'quick jump to a revision' form on the revisions list.
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.
Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums.These permissions need to be explicitly given to the Anonymous role (Admin -> Roles & Permissions -> Anonymous).
Moved ProjectsController#list_news to NewsController#index.Removed FeedsController, issues and news feeds are now handled by issues and news controllers.
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index
Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue.The context menu shows up when right-clicking an issue (Opera users have to use Ctrl + left-click instead since right-click can't be reassigned for this browser)....
Added basic Theme support.Theme is set at application level (in Admin -> Settings).For now, themes can override stylesheets only (application.css).
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....
Merged IssuesController#export_pdf into IssuesController#show.
'Manage repository' permission requires to be a project member.
Removed ProjectsController#feeds. This view was incomplete and inconsistent with permissions.Feeds can still be accessed from the corresponding screens (eg. news feed is accessible from the news view).
Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).As this fix modifies manage_public_queries permission symbol, this permission has to re-entered.
Search engines now supports pagination.Results are sorted in reverse chronological order.
Basic plugin support.
Application layout refactored.The project menu is now the main menu.
Fixed: RMagick not loaded on case sensitive filesystems.
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 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).
Added Redmine::Info to store various information about the application.
Gantt chart can now be exported to a graphic file (png).This functionality is only available if RMagick is present.
Added Darcs basic support.Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command.
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.
Text files can now be viewed online when browsing the repository.
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).
Redmine::VERSION updated
added Redmine::VERSION module