summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merged r19093 to 4.1-stable (#29482).Jean-Philippe Lang2019-11-201-0/+5
* Merged r19091 to 4.1-stable (#29482).Jean-Philippe Lang2019-11-203-4/+3
* Merged r19089 from trunk to 4.1-stable (#32469, #3816).Go MAEDA2019-11-191-0/+1
* Merged r19083 from trunk to 4.1-stable (#32470)Toshi MARUYAMA2019-11-161-0/+4
* Merged r19079 to 4.1-stable (#32470).Jean-Philippe Lang2019-11-161-1/+0
* Reverts r19064 (#32436).Jean-Philippe Lang2019-11-162-15/+1
* Merged r19068 from trunk to 4.1-stable (#16904).Go MAEDA2019-11-131-1/+1
|\
| * Fix a Rubocop offense caused by r19065 (#16904).Go MAEDA2019-11-131-1/+1
* | Merged r19067 from trunk to 4.1-stable (#16904).Go MAEDA2019-11-131-1/+1
|\|
| * Fix that QueriesControllerTest fails due to r19065 (#16904).Go MAEDA2019-11-131-1/+1
* | Merged r19065 to 4.1-stable (#16904).Jean-Philippe Lang2019-11-102-1/+3
|\|
| * Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-102-1/+3
* | Merged r19063 to 4.1-stable (#32436).Jean-Philippe Lang2019-11-102-1/+15
|\|
| * Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-102-1/+15
* | Merged r19061 to 4.1-stable (#32431).Jean-Philippe Lang2019-11-101-1/+0
|\|
| * Removed invalid association IssueCustomField#issue_custom_values (#32431).Jean-Philippe Lang2019-11-101-1/+0
* | Added 4.1-stable branch.Jean-Philippe Lang2019-11-100-0/+0
|/
* Adds "Target Version" column to the list of "Available columns" in "Spent tim...Go MAEDA2019-11-102-0/+37
* rubocop: enable Layout/AlignArgumentsToshi MARUYAMA2019-11-092-4/+26
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_pri...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_pri...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_pri...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_thu...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_lin...Toshi MARUYAMA2019-11-091-10/+15
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_sec...Toshi MARUYAMA2019-11-091-5/+6
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/attachments_t...Toshi MARUYAMA2019-11-091-6/+9
* cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/helpers/project...Toshi MARUYAMA2019-11-092-11/+22
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rbToshi MARUYAMA2019-11-092-11/+12
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/sy...Toshi MARUYAMA2019-11-092-1/+1
* cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rbToshi MARUYAMA2019-11-092-14/+11
* cleanup: rubocop: fix Layout/AlignArguments in test/helpers/issues_helper_tes...Toshi MARUYAMA2019-11-091-1/+1
* cleanup: rubocop: fix Layout/MultilineBlockLayout in app/controllers/auto_com...Toshi MARUYAMA2019-11-092-9/+5
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in app/controller...Toshi MARUYAMA2019-11-092-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/views/labelled_for...Toshi MARUYAMA2019-11-091-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in test/helpers/custom_fields_hel...Toshi MARUYAMA2019-11-091-6/+6
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/menu_manager.rbToshi MARUYAMA2019-11-091-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/helpers/timelog_helper_te...Toshi MARUYAMA2019-11-091-6/+6
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/helpers/gantt.rbToshi MARUYAMA2019-11-091-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rbToshi MARUYAMA2019-11-091-2/+6
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_att...Toshi MARUYAMA2019-11-091-6/+6
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/issue_test.rbToshi MARUYAMA2019-11-091-10/+13
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/attachment_test.rbToshi MARUYAMA2019-11-091-3/+5
* cleanup: rubocop: fix Layout/AlignArguments in app/helpers/email_addresses_he...Toshi MARUYAMA2019-11-091-4/+6
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest link_to_...Toshi MARUYAMA2019-11-091-5/+6
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_att...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-7/+12
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issu...Toshi MARUYAMA2019-11-091-10/+15
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rbToshi MARUYAMA2019-11-092-12/+6
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_issue_rela...Toshi MARUYAMA2019-11-091-17/+34