Removed IssuesController#update_form action, use #new and #edit instead.
Moved users list diplayed as available watchers on the new issue form to an helper.
Adds a :copy_issues permission (#18855).
When copy is allowed, target projects are those on which the user has the :add_issues permission.
Adds a specific string for blank values (#18918).
Extract grouping logic to an helper.
Sort helper undefined to_a for string (#18817).
Patch by Ondřej Ezr.
Show long text custom field changes as a diff (#15236).
Adds support for macro and Redmine links in PDF export (#13051).
Use named route.
Use .klass instead of .class_name.constantize.
Memorize journal details value name to display.
Use journalized attachments to prevent a query when displaying added file.
Don't check if attachments are editable individually.
Prevents calling #truncate on nil.
Upgrade to Rails 4.2.0 (#14534).
Add support for multiple email addresses per user (#4244).
Copyright update.
Fixed: Custom field is rendered, even if its value is empty (for multiple) (#18654).
The descendant count in the issues delete confirmation message is wrong if issues share some descendants.
Fixed duplicate content_url tag introduced in r13806 (#18707).
Allow attachment thumbnails from REST API (#18707).
Do not truncate subissue/related issues titles on the issue view (#18659).
Patch by Felix Schäfer.
Adds p/n access keys for previous/next links (#18692).
Patch by Go MAEDA.
Merged datepicker.js into application.js.
Removed unused helper.
Adds some helpers tests.
Configurable behavour for linking issues on copy (#18500).
Edit attachments after upload (#1326).
Group filters in the filter select list (#13849).
Use named routes or helpers.
Removed duplicate element ids.
Move wiki page to other project (#5450).
Moved new group user to its own action GroupsController#new_users.
Moved new project member to its own action MemberController#new.
Use named routes.
Code cleanup.
Fixed that Redmine links should not be parsed inside links (#18301).
Display visible users only for when adding project members (#11724).
Adds configuration settings to limit valid repository path (#1415).
Use em.info tags.
Use IssueRelation#to_s.
Time entries CSV export should include the tracker and subject of the issue (#18269).
Fixed that parent column should not include issue subject (#13673).
Fixed CSV content for parent issue column (#13608).
Adds (un)check all buttons to select all projects (#11702).
Restores commits reverted when rails-4.1 branch was merged (#18174).
Patch by Mischa The Evil.
remove unneeded "references" of joins
"references" is needed for includes, but not needed for joins.
Adds a single controller for users and groups memberships and support for adding multiple projects at once (#11702).
Removed deprecated stuff for Redmine 3.0.
Merged rails-4.1 branch (#14534).
Use relative URL for thumbnails according to :only_path option (#18119).
Adds css classes to get sort order on the issue list (#17993).
Removes routes for time entries nested under project/issues.
Let the new time_entry form be submitted without project (#17954).
Adds buit-in groups to give specific permissions to anonymous and non members users per project (#17976).
rename jQuery Datepicker i18n file name
jquery-ui renamed these files.https://github.com/jquery/jquery-ui/commit/21154cfa2e02ef1814a6aff68b14553bdad165cb
Backport r13313 from rails-4.1 to trunk.
Upgrade to JQuery 1.11.1
Fixed: Issues counters in roadmap only link to issues in the same project (#9660).
Contributed by Sridhar Dhanapalan.
Include enabled modules in projects API (#17602).
Contributed by Jan Schulz-Hofen <jan@plan.io>
fix test failure on Ruby 1.8.7 PostgreSQL (#17484)
Add time entries custom fields to the context menu for quick bulk edit (#17484).
Don't prepend project name if the version is not shared.
Adds version date as title in #link_to_version (#17431).
Moved #link_to_version to ApplicationHelper (#17431).
Fixed relative "source" links in email notifications (#3483).
Patch by William Baum.
Option to render boolean custom fields as a single check box or radio buttons (#17003).
Redmine links not working with html escpaed characters (#16668).
fix typos of source comments at ApplicationHelper
Fixed that Link custom fields are not displayed as links on the issue list (#16496).
Adds "Check for updates" for installed plugins (#3177).
Disable children when checking parent notifiable.
Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).
Extract code to render project context links to helper (#16381).
Patch by Michael Esemplare.
Removed hard-coded strings (#16164).
Bulk edit workflows for multiple trackers/roles (#16164).
Fixed: Export CSV - Custom field true/false not using translation (#16081).
Makes #watcher_link return an empty string when given nil.
Show tabs for existing custom field types only and adds a view for choosing the type when adding a new custom field.
Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate at ApplicationHelper#format_activity_description
Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate at ApplicationHelper#link_to_message
Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate at ApplicationHelper#parse_redmine_links
Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate at ApplicationHelper#link_to_issue
Rails4: add ApplicationHelper#truncate_single_line_raw method replacing truncate_single_line
code format clean up ApplicationHelper#parse_redmine_links
code format clean up ApplicationHelper#link_to_issue
update copyright year (#15977)
Contributed by Daniel Felix.
Adds settings for disabling browser language detection and language preference (#2691).
Adds #favicon_path and #favicon_url helpers.
Removes duplicate ids (#15485).
Make favicon themeable (#15689).
Patch by Felix Schäfer modified by Jean-Philippe Lang.
Rails4: replace deprecated Relation#count with finder options at UsersHelper#users_status_options_for_select
remove unneeded Relation#all from RepositoriesHelper#render_changeset_changes