Refactor: split method ProjectsController#edit to ProjectsController#update.
Refactor: rename method ProjectsController#add to ProjectsController#new
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Added string "cant_link_an_issue_with_a_descendant" to translations missed in #443Solves #6278
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerationsController#destroy.
Refactor: move method, ProjectsController#save_activities to ProjectEnumerationsController#save
Refactor: move method, ProjectsController#add_file to FilesController#new.
Refactor: move method, ProjectsController#list_files to FilesController#index.
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Refactor: extract ProjectsController#activity to a new Activities controller.
Refactor: convert many of the custom Issue routes to REST resources.
remove BOM from zh-TW
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Refactor: move IssuesController#changes to JournalsController#index.
Since #changes is only an Atom feed of journals of a query, it makesmore sense to have it on the JournalsController resource.
Treat Calendar and Gantt pages as separate modules. #6153
This will let the Issue Tracking, Gantt, and Calendar modules be enabledor disabled as needed. A database migration will enable the Gantt andCalendar for all existing projects that have Issue Tracking enabled....
Remove dublicate string
Localisation updates: New string to fix #5162
Refactor: move IssuesController#context_menu to a new controller.
Real RTL-theme support in locales (#6012)Now each locale-file have direction string (ltr - left-to-right - by default).
Fixing #6009Added to all locales required strings.
Refactor: move IssuesController#preview to a new controller.
Refactor: move IssuesController#auto_complete to a new controller. #4382
Refactor: move IssuesController#reply to JournalsController
Refactor: Extract a new IssueMovesController from IssuesController.
Refactor: start to split IssuesController#move into two separate actions.
Show the number of days in the subject line of Reminder emails.
i18n check needed.
Harmonize french locale "zero" translation with other locales (#5937).
Try to resolve bug #3922
Rename code and locale typo: Developper. #5751
Contributed by Holger Just
Refresh locales
Handle unsuccessful destroys in TimelogController. #5700
Contributed by Jan
Add a link to the cross project time entries page to /projects. #4935
Contributed by Jan.
Pin shoulda, 2.11.x changes it's API and deprecates a lot of macros.
fr update (#5617)
Make the Gantt zoom images more accessible
Translation update: Japanese (#5600 get haha, congratulations!)
zh-TW update (#5597)
Translation sync
Add error messages to MembersController#new so a user is informed of missing data.
Added a missing label to my/page_layout.
Typo in french locale.
Updates (#5409)
sr and sr-CY languages (#5409)
Refactor: move Project Calendar to it's own controller.
Refactor: Move gantts to a separate controller.
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
Translation ru, fix for #5157
Adds an option to enable/disable email notifications during a project copy (#4672).
Add subtasking strings to locales.
Translations updates.
Cleanup and warning added in database.yml.database about the test database.
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Moves ProjectsController#add_version to VersionsController#new.
Adds a link to the user profile from the administration user edit screen (#4480).
Refactor: Move the updating of an Issue to the #update method.
Added some common example email configs to email.yml.example (#3120)
Fixing locales, rake locales:update added extra whitespace to the line.
Removed hard coded English string.
Switch to using the shoulda gem from gemcutter. #4573
Updated object_daddy to a newer version (bugfixes)
Removed the duplicated configuration in the different test environments.
Separated ReportsController#issue_report into two separate actions.
Translation updates.
Adds a permission for exporting wiki pages.
New language - Basque/ Euskara (#4650).Thank Ales Zabala Alava for translation.
Set native eol svn property on new lang files (#4526).
Fixes project editing route broken by r3313.
XML REST API for Projects (#296).
XML REST API for issues that provides CRUD operations for Issues (#1214).