summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/ada...Toshi MARUYAMA2019-11-211-2/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/bas...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/generators/redm...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/diff.rbToshi MARUYAMA2019-11-211-2/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/b...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/project_n...Toshi MARUYAMA2019-11-211-1/+0
* rubocop: disable Style/TrailingCommaInHashLiteralToshi MARUYAMA2019-11-202-6/+3
* rubocop: use "EnforcedStyle: empty" for Style/EmptyElseToshi MARUYAMA2019-11-202-3/+3
* rubocop: remove Style/AsciiComments commentToshi MARUYAMA2019-11-201-1/+0
* rubocop: move Layout/CaseIndentation exclude entry from .rubocop_todo.yml to ...Toshi MARUYAMA2019-11-202-7/+4
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/project_...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/setting.rbToshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/time_ent...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/query.rbToshi MARUYAMA2019-11-201-4/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_qu...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/controllers/pre...Toshi MARUYAMA2019-11-201-1/+0
* Make sure we cannot create a ProjectQuery on a given project (#29482).Jean-Philippe Lang2019-11-201-0/+5
* Fixes the assertion so that it doesn't rely on the display order (#32436).Jean-Philippe Lang2019-11-201-4/+2
* Only admin users should be able to manage public queries on the project list ...Jean-Philippe Lang2019-11-203-4/+3
* Fix that text copied from some applications such as MS Office and LibreOffice...Go MAEDA2019-11-191-0/+1
* Add missing fixture to TimelogControllerTest in order to fix random test fail...Go MAEDA2019-11-191-1/+1
* rubocop: fix Lint/IneffectiveAccessModifier in app/models/auth_source_ldap.rb...Toshi MARUYAMA2019-11-162-8/+7
* regenerate .rubocop_todo.yml (#32470)Toshi MARUYAMA2019-11-161-0/+4
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression and Style/Redundant...Toshi MARUYAMA2019-11-162-5/+2
* Reverts r18692 (#32470).Jean-Philippe Lang2019-11-161-1/+0
* Update capybara (~> 3.29.0) (#32453).Go MAEDA2019-11-141-1/+1
* Update Rouge to 3.13.0 (#32468).Go MAEDA2019-11-131-1/+1
* Add missing fixture to Redmine::WikiFormatting::MacrosTest (#32444).Go MAEDA2019-11-131-1/+1
* Fix a Rubocop offense caused by r19065 (#16904).Go MAEDA2019-11-131-1/+1
* Fix that QueriesControllerTest fails due to r19065 (#16904).Go MAEDA2019-11-131-1/+1
* Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-102-1/+3
* Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-102-1/+15
* Removed invalid association IssueCustomField#issue_custom_values (#32431).Jean-Philippe Lang2019-11-101-1/+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