New setting added to specify how many objects should be displayed on most paginated lists.Default is: 25, 50, 100 (users can choose one of these values).If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour).
Fixed r1024: context submenus on the issue list don’t show up with IE6.
Fixed: context submenus on the issue list don't show up with IE6.
Fixed 'export to' links positioning on wiki page.
Set doctype to transitional. Fixed a few non matching tags in views.
Trunk version changed to 0.6.devel
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.
Do not run Mercurial functional tests if the test repository is not set up.
Add email notification to IssuesController#edit.
Fixed: Textile image with style attribute cause internal server error.Also added tests for inline images with attributes and moved auto_link and auto_mailto rules after textile rules.
Change status select box default to current status (Rocco Stanzione).
Add autoscroll div for each file diff.
Ignore empty diffs.
Ported r1009 from 0.6-stable branch.
Moved ProjectsController#list_documents and add_document to DocumentsController#index and new.
Project identifier is now used in URLs (instead of project id).URLs with a project id will still be recognized.
Changes for 0.6.2 release.
Updated Japanese translation (Satoru Kurashiki).
bug when using apache authentication method
SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.
Fixed warning: toplevel constant User referenced by WikiContent::User
Added some functional tests (wiki).
Fixed: Unable to create a wiki (Rails 2.0 compatibility).
Fixed Bazaar test repository path.
Fixed: can not save numeric, date and boolean custom fields (broken by r994).
Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord.
Search engine: issue custom fields can now be searched.Each issue custom field (excepting numeric, date and boolean fields) can be marked as "Searchable" (default to false).
Fixed: empty lines when displaying repository files with Windows style eol.
Fixed: missing body closing tag in repository annotate and entry views.
Added a Mercurial test repository with unit and functional tests.
Added ApplicationController#attach_files as a common method to attach files in all actions.
Added some tests for projects controller and helper.
Removed unused UsersController#destroy.
Added some functional tests and a CVS test repository.
News comments are now textilized.
Added /coverage and /vendor/rails to svn-ignore.
Added some functional tests (issues).
Fixed: 500 error when validation fails on issue edition with no custom fields.
Fixed: calendar and gantt broken with Rails 2.0
Added some functional tests (projects and repositories).
Updated Chinese translation (Shortie Lo).
Fixed: 'assigned to me' filter broken.
Fixed: 'LDAP account password is too long' error when leaving the field empty on creation.
Doc and version changes for 0.6.1 release.
Merged Rails 2.0 compatibility changes.Compatibility with Rails 1.2 is preserved.
More detailed html title on several views.
Updated Polish translation (Mariusz Olejnik).
Bazaar adapter: fixed log with partial revisions parsing.
Fixed versions/show layout with IE.
Fixed drop down lists overflow on My account.
Added Traditional Chinese translation (by Shortie Lo).
Transaction and performance improvement on workflow copy when creating a new tracker.
Performance improvement on workflow setup screen.
Fixed a parenthesis warning in news/show.
Added version details view accessible from the roadmap.
Roadmap progress bars now differentiate the progress due to closed issues from the open issues progress (2 different colors).
Restored wiki syntax quick ref pop-up (accessible from wiki/edit).
Changesets retrieval optimization on the activity view. Prevents additional query from being executed for each displayed changeset.
Added some unit tests for the Bazaar adapter.
Added Bazaar adapter.Fixed 'quick jump to a revision' form on the revisions list.
Project name format limitation removed (name can now contain any character).Project identifier maximum length changed from 12 to 20.
Changed the maximum length of LDAP account to 255 characters.Added length validations on AuthSource model.
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.
Fixed: error on admin/info if there's more than 1 plugin installed.
Email notifications are now sent as Blind carbon copy by default. This can be changed in email notifications settings (new setting added).Emission email address setting moved to the email notifications settings view.
When creating a new role, permissions are pre-filled with 'Non member' role permissions.
Fixed: svn or ldap password can be found in clear text in the html source in editing mode.
Fixed: Date and time formats defined in settings not applied to the issues CSV export.
Fixed a broken link in the SCM browser
'Assigned to' drop down list is now sorted by user's lastname.
Fixed: 'View all issues' link doesn't work on issues/show.
Fixed Mantis importer: projects trackers and modules assignmentFixed Trac and Mantis importers: roles assignments
Search engine: search can be restricted to an exact phrase by using quotation marks (eg. hello "bye bye" can be used to search for "hello" and "bye bye" strings).
Added custom fields marked as "For all projects" to the csv export of the cross project issue list.
Added user status criteria in Redmine.pm
Issue context menu now also available on 'My page'.
Slight optimization in User#role_for_project.
Removed the 12 characters limit on passwords.
Fixed: error on account/register when validation fails.
Forums: attachments can now be added to replies.
Added per-project tracker selection. Trackers can be selected on project settings.
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).
'fixed version' field can now be displayed on the issue list.Category and fixed version fields added to the CSV export.
Added an alternate theme which provides issue list colorization based on issues priority.
Fixed: Update of time entry fails when the issue has been moved to an other project.Fixed: Error when moving an issue without changing its tracker (Postgresql).
Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account).Issues and issues list: 'done ratio' field now displayed as a progress bar.
Fixed (CVS adapter): changes not recorded when using :pserver string.Updated Russian js calendar (iGor kMeta).