Fixed: TOC does not parse wiki page reference links with description (#2601).
Adds projects association on tracker form (#2578).
Adds rel='nofollow' attribute to other formats download links (#2491).
Adds an helper to render other formats download links.
Fixed an error when downloading gantt png at global level.
Fixes other formats download links on the project issue list (project_id lost) broken r2317.
Sort target versions list on bulk edit form (#2616).
Fixed project news atom link broken by r2317.
Fixing calendar and gantt links broken by r2317.
Fixed calendar navigation links broken by r2317.
Fixed user's activity atom feed broken by r2317.
Fixed clearing the Issue filters in the issue list, broken by #2317
Fixes Issue sorting in a project, broken by #2317
Issues were sorting but the project id wasn't being added so theIssuesController would return all issues (cross-project).
Fixed: users should not be able to add relations with issues they're not allowed to view (#2589).
Fixed that 'My page' blocks may display issues that the user is no longer allowed to view (#2590).
Explicitly require 'rfpdf/fpdf' (#2584).
Fixed actions on issues (gantt, calendar, move, bulk_edit...) at global level broken by r2317.
Replaces the obsolete robots.txt with a cached action (#2491).
Fixes activity pagination broken by r2317.
Converted routing and urls to follow the Rails REST convention.
Patch supplied by commits from Gerrit Kaiser on Github. Existing routes willstill work (backwards compatible) but any new urls will be generated using thenew routing rules.
Changes listed below:...
Ability to bulk edit custom fields of type 'list' (#461).
Render the project list as a tree on Move form.
Removes spaces before colons.
Adds ability to bulk copy issues (#1847).This can be done by checking the 'Copy' checkbox on the 'Move' form.
Fixed that the project jump box does not preserve current tab after r2304.
Ignore archived subprojects in Project#rolled_up_trackers (#2550).
Removes unused projects_count column from projects table.
Merged nested projects branch. Removes limit on subproject nesting (#594).
Fixes a test that was broken by r2294.
Fixed: Details time log report CSV export doesn't honour date format from settings (patch #2466 by Russell Hind).
ru.yml update
removing \r\n
Translation updates (#2453, #2463, #2551)
#2562, update for zh.yml
New Galician Translation (#2547), thanks to Martín Vázquez for intial translation
Automatically focus several form fields.
Accept replies to forum messages by subject recognition (#1616).
#2540, pt-br update
#2463, partially solved
#2445, nl.yml update
#2453, sv.yml patch, some errors still exist (see ticket)
Allow email to reply to a forum message (#1616).
Use In-Reply-To and References headers to handle replies by email.
translation updates (#2535, #2505, #2524, #2434)
#2442, small fix
#2429, translation update
#2442, translation update
#2439, translation update
Fix in AttachmentsController#show.
Adds Message-Id and References headers to email notifications so that issues and messages threads can be displayed by email clients (#1401).
Fixed that Trac importer was creating duplicate custom values (#2506).
Fixes 103_set_custom_fields_editable migration from r2276 (#2526).
User custom fields can now be set as editable so that users can edit them on 'My account'.For existing user custom fields, this new attribute is set to false by default to preserve the prior behaviour (it can turned on by editing the custom field in admin area)....
Moves a few settings to a "Display" panel.
CustomFieldsController#list moved to #index.
CustomFieldsController refactoring.
Make use of tracker_ids association in issue custom field form.
Project jump box fix.
Do not show Category field when categories are not defined.
Slight visual changes on the issue form.
Adds custom fields functional tests.
Use a textarea for custom fields possible values (#2472).
Makes subject field get focus on 'New issue' form (#2522).
Adds a 'Create and continue' button on the new issue form, that will create the issue and display the form again (#2523).
Typo (#2489).
Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).
Added two new plugin hooks to IssuesController:
#2475
Codified instructions from RUNNING_TESTS as rake tasks for convenience
Rake tasks are in testing.rake and can be run by `rake test:scm:setup:<scm>`Updated RUNNING_TESTS
Contributed by Gerrit Kaiser
Use margin-right instead of padding-right on top menu links.
Ability to sort the issue list by text, int and float custom fields (#1139).
Ability to sort the issue list by text, list, date and boolean custom fields (#1139).
Different icon for closed issues in search result (#992).
Makes email adress uniqueness case-insensitive (#2473).
Fixed: no error is raised when entering invalid hours on the issue update form (#2465).
Adds 'closed' css class to closed issues in the issue list (#2458).
Fixes a test failure with svn < 1.5 (#2455).
Fixes functional test broken by r2246.
Refactor TabularFormBuilder field helpers (#2461).
Makes issue description a non-required field (#2456).
Slight changes in functional tests.
Slight changes to ease Rails 2.2 support.
Scramble PDF title (#1204).
Merged r2231 from 0.8-stable (#2402).
Do not use compute_public_path.
Makes the app boot with Rails 2.2.2
Move PDF stuff to a single helper.
Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets (#1957).
Display a warning if some attachments were not saved (#2008).
Moves flash messages rendering to a helper method.
Fixed: syntax highlight doesn't appear in new ticket preview (#1976).
Lower the project identifier limit to a minimum of two characters (#2003).
IMAP: add options to move received emails.
Fix sv lang file
Admin Info Screen: Display if plugin assets directory is writable (#2425).
Do not escape back_url twice when login fails.
Changes pt-br decimal separator (#1372).
Stricter textile links parsing (#2417).
Import custom fields values from emails (#2413).
Jump to the current tab when using the project quick-jump combo (#2364).
Increment project files downloads.