summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Galician translation update (#31119).Go MAEDA2019-03-311-18/+19
* Remove trailing whitespaces from config/locales/gl.ymlGo MAEDA2019-03-311-2/+2
* Let user select a tracker from the modal (#442).Jean-Philippe Lang2019-03-302-1/+25
* Cannot uncheck Gantt chart options of a custom query (#31063).Jean-Philippe Lang2019-03-301-0/+2
* Preformatted text overflows the preview area (#30988).Jean-Philippe Lang2019-03-301-1/+1
* "View differences" buttons are shown in the repository page even without "Bro...Jean-Philippe Lang2019-03-302-1/+20
* Show projects using a table instead of an unordered list in the user profile ...Go MAEDA2019-03-282-7/+33
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-2734-63/+63
* Fix that deleting a version silently deletes its attachments (#31087).Go MAEDA2019-03-262-1/+8
* Project search should select subprojects scope when the project has subprojec...Go MAEDA2019-03-252-1/+32
* Remove trailing whitespaces from test/functional/projects_controller_test.rbGo MAEDA2019-03-251-28/+28
* Group time entries by created date (#30233).Go MAEDA2019-03-242-1/+15
* Add a link syntax "#note-6" to help files (#30829).Go MAEDA2019-03-2398-0/+98
* Bulgarian translation update (#31015).Go MAEDA2019-03-211-8/+7
* Reorder strings in the Bulgarian translation (#29790).Go MAEDA2019-03-211-4/+4
* Traditional Chinese translation update (#31073).Go MAEDA2019-03-211-4/+4
* Change Japanese translation for "note" in help files (#30170).Go MAEDA2019-03-212-2/+2
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-21332-662/+0
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-2149-62/+62
* Remove extra #dup (#26561).Go MAEDA2019-03-211-3/+2
* Fix FrozenError in BazaarAdapter.branch_conf_path (#26561).Go MAEDA2019-03-201-10/+3
* Simpler link syntax "#note-123" to make a link to a note of the current issue...Go MAEDA2019-03-202-2/+12
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-2014-40/+32
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-1931-218/+143
* Fix FrozenError in RepositoriesController#diff (#31052, #26561).Go MAEDA2019-03-191-1/+1
* Remove unused method ApplicationHelper#generate_csv (#31046).Go MAEDA2019-03-181-5/+0
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-1740-98/+99
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-1726-66/+65
* Support frozen_string_literal in lib/redmine/export/*.rb (#26561).Go MAEDA2019-03-172-8/+9
* Remove trailing whitespaces from lib/redmine/export/pdf/issues_pdf_helper.rbGo MAEDA2019-03-171-23/+23
* Support frozen_string_literal in config/initializers/10-patches.rb (#26561).Go MAEDA2019-03-171-1/+1
* Enable frozen_string_literal for all files under config directory (#26561).Go MAEDA2019-03-1711-13/+13
* Enable frozen_string_literal for files which don't contain string literals (#...Go MAEDA2019-03-1711-11/+11
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-176-20/+20
* Enable frozen_string_literal for app/views/*/*.builder (#26561).Go MAEDA2019-03-172-2/+2
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-16260-260/+260
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-16189-189/+189
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-1673-142/+0
* Fix RDMwriteFormattedCell destroying an argument (#26561).Go MAEDA2019-03-161-2/+2
* Fix that methods in Redmine::CodesetUtil destroy the original string (#26561).Go MAEDA2019-03-161-5/+11
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-154-0/+54
* Show recent documents first (#29725).Jean-Philippe Lang2019-03-156-7/+57
* Adds label_trackers_description and label_open_trackers_description i18n stri...Jean-Philippe Lang2019-03-1548-0/+96
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-1519-6/+110
* Adds label_inherited_from_parent_project and label_inherited_from_group i18n ...Jean-Philippe Lang2019-03-1548-1/+96
* Display details about inheritance when editing a member roles (#31032).Jean-Philippe Lang2019-03-159-7/+49
* PluginRequirementError is now raised instead of PluginNotFound (#31030).Jean-Philippe Lang2019-03-151-3/+3
* Long text custom fields don't accept values longer than 64KB if backend datab...Jean-Philippe Lang2019-03-151-0/+12
* Support issue[assigned_to_id]=me when prefilling issues (#28502).Jean-Philippe Lang2019-03-152-0/+39
* Reverts r11130 and r11132 (#9225).Jean-Philippe Lang2019-03-155-5/+5