Removed translated email templates attachments_added and document_added (no longer usefull).
Added html part to news_added mail.
Moved translated strings of 'register' and 'lost password' mail templates to lang files.
Status can now be updated when bulk editing issues.Workflow permissions are applied as when changing the status of a single issue. The issue is not saved (and an error is displayed) if the status transition is not allowed for the user.
Fixed: unable to change how many months are displayed on the gantt.
Fixed: a user not authorized to edit wiki pages gets the edit form if the page doesn't exist. He now gets a 404.
Added custom fields in issue related mail notifications.
Added the ability to set the "done ratio" of issues fixed by commit (original path by Nikolay Solakov, slightly edited).
Fixed: Bulk edit doesn't change the category or fixed version properties.
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....
Default encodings for repository files can now be set in application settings (Admin -> Settings -> Repositories encodings).These encodings are used to convert files content and diff to UTF-8 so that they're properly displayed.Multiple values are allowed (comma separated).
Fixed: improper 0x5c char handling in PDF output (Go Maeda).
Added preview on add/edit issue form.
Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial.
Merged IssuesController#export_pdf into IssuesController#show.
Sligth changes on my page issue tables and wiki history, changesets tables.
Added label tags on role form permission checkboxes.
Fixed: Title with non-ascii characters breaks wiki
Added default value for enumerations.Only default issue priority is actually used.
Issues sorted by priority position.
Added position on Enumeration model.
Fixed: pagination broken on news list with Opera.
Fixed: can't select columns when creating a new query.
Performance improvement on calendar and gantt (about 45% on gantt for large number of issues).Partial issues/_tooltip is replaced by an helper and some translated strings are now cached.
Small fix in project activity feed.
Added label tags on various checkboxes.
Don't show attributes on role form for built-in roles.
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).
Moved media print specific styles to application.css (print.css removed).
Default columns displayed on the issue list can now be selected at application level.Saved queries can overide this selection.
Custom query columns: checkboxes replaced by two selects that let the user specify columns order.
Added a checkbox on custom query form to explicitly say if the query uses default columns or not.
Added the ability to customize columns of a saved query.
Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters.
Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).As this fix modifies manage_public_queries permission symbol, this permission has to re-entered.
Sligth changes to wiki views.
Fixed: unable to migrate from an empty database.(Message model is loaded at startup, which fails if it doesn't exist)
Slight style update.
Added wiki index by date.
Search engines now supports pagination.Results are sorted in reverse chronological order.
Slight changes to the stylesheet and footer.
Boards: new message form displayed with no additional request.
Slight change to issues/show.
Added a named route for the home page.
Fixed projects search.
Search engine now only searches objects the user is allowed to view.
Project activity view now only shows what the user is allowed to view.
Added length validation for IssueCategory name.
Fixed: Planning title displayed in the project sidebar even if there is no link below.
Basic plugin support.
Subversion repository now accepts svn+ssh url.
The news list now shows the full news contents.News add/edit forms are now accessible with no additional request.
Added polish translation (Tomasz Gawryl).Added a gloc task to update lang files based on the english file content.
Application layout refactored.The project menu is now the main menu.
Fixed: project homepage length validation inconsistent with database field.
Fixed setting value serialization.
Fixed: Oracle error when saving serialized setting (eg. mail notifications)
Fixed: error on document list with a document without description.
Fixed: error when uploading a file with a content type longer than 60 chars.(Maximum size changed to 255. Mime type not saved if longer)
Added RMagick availability on admin/info.
Date added as acronym title in ApplicationHelper#authoring
Fixed: unable to save a new wiki page that just contains the default h1 title
Changed author display on issues, news and document files.
Added 'Estimated hours' attribute on issues.
Project modules are checked (default) when creating a project.
Main project list now displays root projects with their subprojects.Added files turned into links (if not removed) on the issue history.
Mail notification options restored (default is: issue_added and issue_updated).Added mail notification when adding a news (disabled by default).
Fixed: Spent Time on Reports page only visible to administrators.
Fixed: can't preview/save the very first wiki page.
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)....
Notifications about issues (add/edit) are now sent in plain text and html.Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages.
Added "% done" in the filter list.
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).
Removed @html_title assignments in controllers.Views can now set the header title using set_htmh_title(title) method.
Wiki page cache had to be disabled.
Fixed: 'Move' button always visible on issues list.
Automatically scroll down to the preview when previewing wiki page.
Added code highlighting support in wiki, using this syntax:
<-- cut here <pre><code class="ruby"> Place you code here. </code></pre> cut here -->
'current week' filter fix.
Removed RedCloth checks since it's now supplied with the application.
Search field automatically focused.
Fixed: custom field displayed as deleted in the issue history even if no value was set.
Issue notes are now included in search.Fixed: search results too long when there are many matches.Fixed: search results not escaped.
Added a new value for date filters: 'this week'
Subprojects are now grouped by projects in the 'Projects' top navigation drop-down menu.
Small fix in Mailer.
'Due in' label removed from the changelog view.
Added Redmine::WikiFormatting module and tests for wiki links.RedCloth librairy is now present in Redmine lib directory.
Fix: Inline image links broken in rev 690.TODO: Fix urls with &
Buttons (edit, watch...) on issues/show are now located in the upper-right corner.Pdf export link is at the bottom of the screen.
Small fix in issue history display.
Fixed: auto-generated links corrupted when url contains & characters in the query string.
Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.