Adds option for displaying all statuses on workflow permissions.
Colorize transitions.
Adds maxlength=255 attribute on attachment description input field (#11365).
Removed hard-coded strings (#703, #3521).
Workflow enhancement: editable and required fields configurable by role, tracker and status (#703, #3521).
Fixed that link to the assignee is escaped twice on the issue view (#11352).
Compute issue ids array only once.
Show shared versions when editing issues from different projects with the context menu (#11345).
Code cleanup.
Use named routes.
Deprecated :confirm => 'Text' option.
Displays thumbnails of attached images of the issue view (#1006).
This behaviour can be turned on/off in Settings -> Display (off by default). Thumbnail size can be configured there too.
Adds a configurable timeout for LDAP authentication (#8978).
Fixed: escaped link in conflict resolution form (#11341).
Ability to disable standard fields on a per tracker basis (#1091).
Additional "Log time" link on project overview (#11181).
Fixed: Link is escaped in wiki added/updated notification email (#11262).
Patch by Ćukasz Jachymczyk.
Ability to close projects (read-only) (#3640).
A new permission (Close/reopen project) is available to give non-admin users the ability to close their projects.
Removed invalid nested p tags.
Display dates using user's locale if available (#2190).
Extract code from view.
Adds a method to load changesets for repository entries.
Configurable session lifetime and timeout (#6597).
Fixed that link to user is escaped in activity title (#11124).
Ability to set default column order in issue list (#11068).
Fixed that wiki start page can't be changed (#11085).
Makes users optional in GET /groups/:id (#8981).
Rails 3.2.5 compatibility.
Fixed argument to repository_path that triggers an error with Rails 3.2.5.
Renamed #changes association to #filechanges (clash with AR::Base.changes that triggers errors with Rails 3.2.5).
REST Api for Groups (#8981).
Replaced group[lastname] parameter with group[name].
Use time_zone_select specific helper.
Fixed that logging time inside redirects at global time logging (#11038).
code layout cleanup app/views/users/_mail_notifications.html.erb
fix project list is not shown on Email notifications (#11032)
Fixed that the issue link is escaped on my page spent time (#10991).
Use a modal form to create a category from the issue form.
Fixed that columns selection in not displayed on the custom query form (#10972).
Fixed that creating a new version from project settings does not redirect to versions tab (#10923).
Fixed that option tags are escaped.
Fixed that enumerations option tags are escaped.
Use content_tag helper.
Fixed that group filter is escaped on users index.
code layout cleanup app/views/wiki/edit.html.erb
Fixed that activities option tags on the time entry bulk edit form are escaped.
Fixed deprecated render calls in Mailer.
route: scm: split entry and raw actions
scm: fix revision graph left padding
scm: fix broken main repository 'root' link
Adds environment information display to /admin/info.
Fixed that sidebar with hook content only should not be hidden.
recovery base.html.erb "call_hook :view_layouts_base_sidebar" changed in Rails3 r9528
Tests broken by r9573.
view: labelled_remote_form_for: equals sign mandatory to print blocks and use :as
view: labelled_form_for: equals sign mandatory to print blocks and use :as
view: remote_form_for: equals sign mandatory to print blocks and replace to form_for and use :remote => true and :as
Merged rails-3.2 branch.
Fixed that date range fields don't get enabled when using the calendar popup (#8574).
Adds the ability for users to delete their own account (#10664). Can be disabled in application settings.
Fixed MissingFeatureException: let user choose to copy attachments or not when bulk copying issues.
Disable IE 8 compatibility mode (#10128).
Slight changes to the plain text issue notification.
Removed permissions logic from view.
Moved the magnifier just after the filename.
replace tabs to spaces at app/views/attachments/_links.html.erb
code layout clean up app/views/repositories/show.html.erb
fix html tag at app/views/repositories/show.html.erb
replace tabs to spaces at app/views/repositories/show.html.erb
fix source indents of app/views/repositories/revisions.html.erb
replace tabs to spaces and fix indents at app/views/issues/new.html.erb
Ability to add non-member watchers on issue creation (#5159).
Replace tables that were using the 'width' attribute with inline styles (should be replaced with an ID/class).
Contributed by Andrew Smith.
Remove some inline styling and some depreciated table cell attributes and replace them with proper class names.
Fix missing cells at app/views/issues/show.html.erb
Fix duplicated 'back_url' IDs
Various hidden input fields are used to hold a URL to send the user backto the correct page after submitting a form, however, they all use thesame ID which isn't allowed in HTML. Passing in 'id' as nil stops the'hidden_field_tag' from adding an ID attribute to the tag....
Adds an icon to the "Test" link.
Resourcified auth_sources.
Merged LdapAuthSourceController into AuthSourceController.
set svn:eol-style native app/views/users/*.erb
set svn:eol-style native app/views/timelog/bulk_edit.html.erb
set svn:eol-style native app/views/projects/_members_box.html.erb
set svn:eol-style native app/views/issues/_action_menu.html.erb
set svn:eol-style native app/views/context_menus/time_entries.html.erb
set svn:eol-style native app/views/auth_sources/_form.html.erb
Fixed Gantt months/weeks/days headers display with Ruby 1.9.
set svn:eol-style native app/views/repositories/_revision_graph.html.erb
Fixed that the proposed users list may be empty when adding a project member (#10374).
Adds a template for API error messages so that it does not depend on AR::Errors serialization.
Renamed Mailer#test to Mailer#test_email.
Use #issues_count which is already retrieved.
Fixed that the bulk edit/copy form does not propose versions and categories for the target project (#10350).
Adds an optional LDAP filter (#1060).
Mailer#url_for not called in views with Rails 3.1.
Override #url_for in AM to force generation of absolute links (#10251).
#url_for
Adds a helper for displaying validation error messages.
Fixed escaping issue with Rails 3.1.