summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't paginate the board view for now (#29482).Jean-Philippe Lang2019-10-263-4/+9
* Default sorting on projects by id is not relevant (#29482).Jean-Philippe Lang2019-10-261-1/+1
* Italian translation update (#32326).Go MAEDA2019-10-261-62/+62
* Styling .info selector is not specific enough.Jean-Philippe Lang2019-10-264-9/+6
* Specific action for updating role permissions.Jean-Philippe Lang2019-10-255-21/+29
* Add roles filter on permissions report (#32343).Jean-Philippe Lang2019-10-253-1/+37
* Czech translation update (#32340).Go MAEDA2019-10-241-20/+20
* Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by ...Go MAEDA2019-10-242-10/+12
* rubocop: generate .rubocop_todo.yml with "--exclude-limit 20"Toshi MARUYAMA2019-10-231-15/+272
* rubocop: set Layout/SpaceInsideHashLiteralBraces parameters used more than ot...Toshi MARUYAMA2019-10-232-1/+9
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/project_test.rbToshi MARUYAMA2019-10-231-4/+4
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/query_test.rbToshi MARUYAMA2019-10-231-10/+10
* code cleanup: rubocop: fix Layout/SpaceBeforeBlockBraces in test/unit/query_t...Toshi MARUYAMA2019-10-231-12/+12
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/time_entry_quer...Toshi MARUYAMA2019-10-231-2/+2
* rubocop: set Layout/SpaceBeforeBlockBraces parameters used more than othersToshi MARUYAMA2019-10-232-1/+9
* rubocop: set Layout/SpaceInsideBlockBraces parameters used more than othersToshi MARUYAMA2019-10-232-1/+10
* rubocop: move Layout/AlignArguments temporarily from .rubocop_todo.yml to .ru...Toshi MARUYAMA2019-10-232-6/+4
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/Indent...Toshi MARUYAMA2019-10-232-10/+8
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/repository_test.rbToshi MARUYAMA2019-10-231-1/+1
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/user_test.rbToshi MARUYAMA2019-10-231-8/+8
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/version_test.rbToshi MARUYAMA2019-10-231-2/+2
* rubocop: disable Bundler/OrderedGemsToshi MARUYAMA2019-10-232-7/+3
* fix comment typo in db/migrate/20150208105930_replace_move_issues_permission.rbToshi MARUYAMA2019-10-231-1/+1
* Update locales (#32302, #29482, #31355).Go MAEDA2019-10-2348-0/+48
* Option to filter after my bookmarked projects (#32302, #29482, #31355).Go MAEDA2019-10-236-2/+43
* Remove trailing whitespaces from config/locales/en.ymlGo MAEDA2019-10-231-1/+1
* Remove trailing whitespaces from test/fixtures/user_preferences.ymlGo MAEDA2019-10-231-17/+17
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rbToshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/helpers/applicatio...Toshi MARUYAMA2019-10-222-4/+3
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he...Toshi MARUYAMA2019-10-222-3/+3
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/diff.rbToshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/wik...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/tim...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/que...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/pro...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/controller...Toshi MARUYAMA2019-10-222-8/+1
* code layout clean up app/models/role.rbToshi MARUYAMA2019-10-221-1/+4
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/rol...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Lint/NestedMethodDefinition in test/unit/lib/redmi...Toshi MARUYAMA2019-10-222-6/+4
* fix random test failure of ProjectQueryTest (#29482)Toshi MARUYAMA2019-10-221-1/+3
* Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when Imag...Go MAEDA2019-10-221-0/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/ap...Toshi MARUYAMA2019-10-222-4/+3
* code cleanup: rubocop: fix Performance/RedundantBlockCall in app/controllers/...Toshi MARUYAMA2019-10-222-6/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/scm/...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-222-2/+1
* rubocop: add new detected files to Performance/RedundantBlockCall (#32308)Toshi MARUYAMA2019-10-221-0/+2
* use "class << self" syntax for Redmine::Views::Builders#for (#32308)Toshi MARUYAMA2019-10-221-10/+12