Commit Graph

  • 3f64c67c09 code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/diff.rb Toshi MARUYAMA 2019-10-16 13:00:52 +00:00
  • 3f691ee4c2 code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_formatting/textile/redcloth3.rb Toshi MARUYAMA 2019-10-16 13:00:41 +00:00
  • 230abc1cef rubocop: disable Style/TrailingCommaInArrayLiteral Toshi MARUYAMA 2019-10-16 13:00:29 +00:00
  • 7870dd73a9 rubocop: add db/schema.rb to global exclude Toshi MARUYAMA 2019-10-16 13:00:18 +00:00
  • 5e6032fecb rubocop: move Style/IdenticalConditionalBranches files from .rubocop_todo.yml to .rubocop.yml Toshi MARUYAMA 2019-10-15 17:25:53 +00:00
  • c5e2c064f2 code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wiki_formatting/textile/formatter.rb Toshi MARUYAMA 2019-10-15 17:25:42 +00:00
  • 38bf3f5024 code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb Toshi MARUYAMA 2019-10-15 17:25:31 +00:00
  • d7d85cd85f code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmine/wiki_formatting/textile/redcloth3.rb Toshi MARUYAMA 2019-10-15 17:25:19 +00:00
  • 2117705cbc code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/menu_helper_test.rb Toshi MARUYAMA 2019-10-15 12:11:00 +00:00
  • 6b2fb0046a rubocop: remove lib/redmine/wiki_formatting/textile/redcloth3.rb from Layout/EmptyLinesAroundArguments fixed by r18678 Toshi MARUYAMA 2019-10-15 12:10:48 +00:00
  • dc8815f375 rubocop: remove lib/redmine/wiki_formatting/textile/redcloth3.rb from Style/OneLineConditional fixed by r18680 Toshi MARUYAMA 2019-10-15 12:10:37 +00:00
  • c82054a651 code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatting/textile/redcloth3.rb Toshi MARUYAMA 2019-10-15 11:48:37 +00:00
  • 695a03b3eb code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_formatting/textile/redcloth3.rb Toshi MARUYAMA 2019-10-15 11:48:25 +00:00
  • 76be6f712f code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wiki_formatting/textile/redcloth3.rb Toshi MARUYAMA 2019-10-15 11:48:13 +00:00
  • 94a7c3aa65 code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/mapper_test.rb Toshi MARUYAMA 2019-10-15 05:07:51 +00:00
  • 9e05932c45 code layout clean up test/unit/project_test.rb Toshi MARUYAMA 2019-10-15 05:07:40 +00:00
  • 4c22248143 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rb Toshi MARUYAMA 2019-10-15 05:07:29 +00:00
  • b65348fa2c code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines in app/models/version.rb Toshi MARUYAMA 2019-10-15 05:07:17 +00:00
  • 6a3d42dd69 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/mailer_test.rb Toshi MARUYAMA 2019-10-15 05:07:06 +00:00
  • 36e0d3273d rubocop: use AllowAdjacentOneLineDefs of Layout/EmptyLineBetweenDefs Toshi MARUYAMA 2019-10-14 18:57:13 +00:00
  • ea5e1adca3 rubocop: remove files from Layout/EmptyLines fixed by previous revisions Toshi MARUYAMA 2019-10-14 18:57:02 +00:00
  • 3cc5ee66d0 rubocop: remove app/helpers/application_helper.rb from Style/WhenThen fixed by r18664 Toshi MARUYAMA 2019-10-14 18:56:51 +00:00
  • ab3a1e01a7 code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_priority.rb Toshi MARUYAMA 2019-10-14 18:11:44 +00:00
  • 799a7091c5 code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rb Toshi MARUYAMA 2019-10-14 18:11:33 +00:00
  • 3e3cf4d993 code layout clean up ApplicationHelper#parse_wiki_links Toshi MARUYAMA 2019-10-14 18:11:21 +00:00
  • 36e9cd2276 rubocop: remove app/helpers/application_helper.rb from Layout/ElseAlignment fixed by previous revisions Toshi MARUYAMA 2019-10-14 17:48:02 +00:00
  • 039f13d650 code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_redmine_links Toshi MARUYAMA 2019-10-14 17:47:51 +00:00
  • 76ed5c7cc3 code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_wiki_links Toshi MARUYAMA 2019-10-14 17:47:40 +00:00
  • 07182e4475 code cleanup: rubocop: fix Layout/CaseIndentation in app/helpers/versions_helper.rb Toshi MARUYAMA 2019-10-14 17:47:28 +00:00
  • b29ec77bb7 code cleanup: rubocop: fix Layout/CaseIndentation in test/test_helper.rb Toshi MARUYAMA 2019-10-14 17:47:17 +00:00
  • 87e2e3df5b use full text in fill_in at Issue system "update issue with form update" test Toshi MARUYAMA 2019-10-14 17:47:05 +00:00
  • c9c52741e2 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/users_controller_test.rb Toshi MARUYAMA 2019-10-14 14:52:23 +00:00
  • 82da7583c8 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/settings_controller_test.rb Toshi MARUYAMA 2019-10-14 14:52:11 +00:00
  • 9222ff952c code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/email_addresses_controller_test.rb Toshi MARUYAMA 2019-10-14 14:51:59 +00:00
  • 70965412a6 code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_handler.rb Toshi MARUYAMA 2019-10-14 14:51:48 +00:00
  • 0b3bbd0e62 add new "update issue status" test to Issue system test Toshi MARUYAMA 2019-10-14 14:51:35 +00:00
  • 148e4e0660 use "test do" syntax for Issue system test "update issue with form update" Toshi MARUYAMA 2019-10-14 14:51:25 +00:00
  • a4133891e4 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/user_test.rb Toshi MARUYAMA 2019-10-14 11:14:24 +00:00
  • 7b7a1a3ed5 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/query_test.rb Toshi MARUYAMA 2019-10-14 11:14:12 +00:00
  • a66fe49e0b code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integration/api_test/my_test.rb Toshi MARUYAMA 2019-10-14 11:14:00 +00:00
  • 276674ce39 code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integration/api_test/attachments_test.rb Toshi MARUYAMA 2019-10-14 11:13:49 +00:00
  • 762d015e15 code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/files_test.rb Toshi MARUYAMA 2019-10-14 11:13:38 +00:00
  • b9d215c656 code cleanup: rubocop: fix Layout/IndentHeredoc and Layout/IndentationConsistency in test/integration/api_test/custom_fields_attribute_test.rb Toshi MARUYAMA 2019-10-14 11:13:25 +00:00
  • 0cf19f967a code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/project_test.rb Toshi MARUYAMA 2019-10-14 11:13:14 +00:00
  • 9caac1609e add additional assert to Issue system "test_update_issue_with_form_update" Toshi MARUYAMA 2019-10-14 11:13:02 +00:00
  • b8f33b0694 code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/setting.rb Toshi MARUYAMA 2019-10-13 16:22:54 +00:00
  • f3f1fad8de code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in test/unit/query_test.rb Toshi MARUYAMA 2019-10-13 16:22:42 +00:00
  • 940377314b code cleanup: rubocop: fix Layout/IndentationConsistency in test/helpers/application_helper_test.rb Toshi MARUYAMA 2019-10-13 16:22:31 +00:00
  • 1977128c0b rubocop: remove test/functional/project_enumerations_controller_test.rb from Lint/Void fixed by r18636 Toshi MARUYAMA 2019-10-13 16:22:19 +00:00
  • 190eeff7ee Add TOC to Markdown Wiki formatting help (#32119). Go MAEDA 2019-10-10 14:01:19 +00:00
  • 30e3de665b Add TOC to Textile Wiki formatting help (#32119). Go MAEDA 2019-10-10 13:59:45 +00:00
  • 59dd9ec091 code cleanup: rubocop: fix Layout/IndentationConsistency in app/models/attachment.rb Toshi MARUYAMA 2019-10-09 07:39:28 +00:00
  • 7427a19ce5 rubocop: remove test/functional/project_enumerations_controller_test.rb from Layout/IndentationConsistency fixed by r18636 Toshi MARUYAMA 2019-10-09 07:39:13 +00:00
  • 7d138ae575 Merged r18636 from trunk to 3.4-stable Toshi MARUYAMA 2019-10-09 07:35:22 +00:00
  • 296c1fa68d Merged r18636 from trunk to 4.0-stable Toshi MARUYAMA 2019-10-09 07:33:50 +00:00
  • 39352f8208 fix assert_equal parameter is broken in test/functional/project_enumerations_controller_test.rb Toshi MARUYAMA 2019-10-09 07:18:57 +00:00
  • 880d43532a 3.4-stable: Don't use sprockets 4.0.0 in order to avoid Sprockets::Railtie::ManifestNeededError (#32223). Go MAEDA 2019-10-09 07:12:09 +00:00
  • fe5e8b7d63 4.0-stable: Don't use sprockets 4.0.0 in order to avoid Sprockets::Railtie::ManifestNeededError (#32223). Go MAEDA 2019-10-09 03:02:17 +00:00
  • 7ba233469f code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rb Toshi MARUYAMA 2019-10-09 02:16:59 +00:00
  • 203c30dad1 rubocop: add Style/AsciiComments to .rubocop_todo.yml Toshi MARUYAMA 2019-10-09 02:05:49 +00:00
  • 171c62f02d code cleanup: rubocop: fix Style/AsciiComments in lib/redmine/search.rb Toshi MARUYAMA 2019-10-09 02:05:37 +00:00
  • 91c56e2cbd code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rb Toshi MARUYAMA 2019-10-09 02:05:25 +00:00
  • 47de059580 Don't use sprockets 4.0.0 in order to avoid Sprockets::Railtie::ManifestNeededError (#32223). Go MAEDA 2019-10-09 02:02:16 +00:00
  • 74f5842adb code layout clean up test/unit/issue_status_test.rb Toshi MARUYAMA 2019-10-08 14:10:02 +00:00
  • 73b81ddef0 code layout clean up test/functional/issue_statuses_controller_test.rb Toshi MARUYAMA 2019-10-08 14:09:51 +00:00
  • ae58969f64 code cleanup: rubocop: fix Style/RedundantBegin in lib/redmine/scm/adapters/git_adapter.rb Toshi MARUYAMA 2019-10-08 14:09:40 +00:00
  • d5deee8af1 Fix wong link destinations in wiki_syntax_markdown.html (#32169). Go MAEDA 2019-10-08 12:54:10 +00:00
  • 9716194b29 add additional assert to Issue system "test_update_issue_with_form_update" Toshi MARUYAMA 2019-10-08 12:18:01 +00:00
  • 331d327325 reduce sleep seconds of Issue system "test_update_journal_notes_with_preview" Toshi MARUYAMA 2019-10-08 12:17:51 +00:00
  • 017d8790c9 code layout clean up app/views/issues/_action_menu.html.erb Toshi MARUYAMA 2019-10-08 07:39:23 +00:00
  • ffab57044a code layout clean up app/views/issues/_attributes.html.erb Toshi MARUYAMA 2019-10-08 05:29:40 +00:00
  • 6a4080e9e9 code clean up test/integration/issues_test.rb Toshi MARUYAMA 2019-10-07 13:07:12 +00:00
  • a55867fda3 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/issues_test.rb Toshi MARUYAMA 2019-10-07 13:07:00 +00:00
  • 28c29d19a8 code cleanup: rubocop: fix Style/HashSyntax in test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-10-07 13:06:47 +00:00
  • 6b5991b34e use "attr_writer" instead of "attr_accessor" for WikiPage#deleted_attachment_ids Toshi MARUYAMA 2019-10-07 11:45:22 +00:00
  • 1c0b6075ee use "attr_writer" instead of "attr_accessor" for QueryColumn#sortable Toshi MARUYAMA 2019-10-07 11:45:11 +00:00
  • 21cc761b53 use "attr_reader" instead of "attr_accessor" for CustomFieldValue#value Toshi MARUYAMA 2019-10-07 11:44:54 +00:00
  • 6972d7e982 code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHeredoc in test/unit/setting_test.rb Toshi MARUYAMA 2019-10-07 11:44:42 +00:00
  • 557f045e42 code cleanup: fix source code comment in r18607 Toshi MARUYAMA 2019-10-07 07:34:22 +00:00
  • 023c3455e6 code cleanup: rubocop: fix Layout/AlignArray in test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-10-07 07:21:27 +00:00
  • 7d70e5175a code cleanup: rubocop: fix Layout/SpaceAfterColon in test/integration/wiki_test.rb Toshi MARUYAMA 2019-10-07 07:21:14 +00:00
  • 359802ac3b code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-10-07 07:21:03 +00:00
  • ff3df17fee code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-10-07 07:20:50 +00:00
  • a7f046ee7a code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-10-07 07:20:38 +00:00
  • af67ade563 code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rb Toshi MARUYAMA 2019-10-07 07:20:26 +00:00
  • eee75cf080 code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_controller_test.rb Toshi MARUYAMA 2019-10-07 07:20:13 +00:00
  • 66659d61e9 Traditional Chinese translation update (#32210). Go MAEDA 2019-10-07 04:08:08 +00:00
  • 78b1838b68 rubocop: remove test/integration/attachments_test.rb from Layout/EmptyLinesAroundExceptionHandling fixed by r18593 Toshi MARUYAMA 2019-10-07 02:32:36 +00:00
  • 3c5d5df196 rubocop: remove test/functional/issues_controller_test.rb from Layout/IndentHeredoc and Layout/IndentationConsistency fixed by r18593 Toshi MARUYAMA 2019-10-07 02:02:40 +00:00
  • cf0a40b28f Options in a drop-down overlap the down arrow when Alternate theme is used (#32206, #31147). Go MAEDA 2019-10-07 00:40:03 +00:00
  • 9841f2d998 Japanese wiki help translation update (#32207). Go MAEDA 2019-10-06 10:53:09 +00:00
  • 26135ab54c Merged r18592 from trunk to 3.4-stable (#32184). Go MAEDA 2019-10-06 00:33:17 +00:00
  • ac7641109f Merged r18592 from trunk to 4.0-stable (#32184). Go MAEDA 2019-10-06 00:31:53 +00:00
  • 2158e3f2c6 Fix that "Associated revisions" tab has no content when the user displays comments in reverse chronological order (#32198, #3058). Go MAEDA 2019-10-05 23:57:33 +00:00
  • ebfe08974f Japanese translation update (#32202). Go MAEDA 2019-10-05 10:02:00 +00:00
  • 3bd0d76fef Update locales (#17840). Go MAEDA 2019-10-05 09:48:15 +00:00
  • 16c580a2f8 Option to send email notification on "Target version updated" (#17840). Go MAEDA 2019-10-05 09:46:05 +00:00
  • d182e73643 Redmine::VERSION::revision may return wrong value (#29601). Go MAEDA 2019-10-05 05:46:39 +00:00
  • 5ce4a363a9 Fix test failure due to missing call to set_tmp_attachments_directory (#32122). Go MAEDA 2019-10-04 11:17:33 +00:00
  • b834020297 Fix incorrect headings example in Textile help (#32184). Go MAEDA 2019-10-04 00:18:30 +00:00