Commit Graph

  • d40ed8bfa1 cleanup: rubocop: fix Layout/AlignArguments in app/helpers/custom_fields_helper.rb Toshi MARUYAMA 2019-11-09 06:54:19 +00:00
  • c7ee8d26af cleanup: rubocop: fix Layout/AlignArguments in app/models/workflow_rule.rb Toshi MARUYAMA 2019-11-09 06:54:07 +00:00
  • 3483ea73b1 cleanup: rubocop: fix Layout/AlignArguments in app/models/repository.rb Toshi MARUYAMA 2019-11-09 06:53:57 +00:00
  • fc2e4c1eba Fix that receiving HTML email fails if it contains a link without an href attribute (#31695). Go MAEDA 2019-11-09 06:06:05 +00:00
  • 09af8e6683 cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHeredoc in test/unit/lib/redmine/wiki_formatting/macros_test.rb Toshi MARUYAMA 2019-11-09 05:24:57 +00:00
  • fae40298d8 code layout clean up app/helpers/members_helper.rb Toshi MARUYAMA 2019-11-09 05:24:46 +00:00
  • 4b5f1b17fb code layout clean up test/helpers/application_helper_test.rb Toshi MARUYAMA 2019-11-09 05:24:35 +00:00
  • f78d7d428e cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_status.rb Toshi MARUYAMA 2019-11-09 05:24:23 +00:00
  • b9bc8651d6 cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/issues_pdf_helper.rb Toshi MARUYAMA 2019-11-09 02:20:44 +00:00
  • 6b6549f2b2 cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/wiki_pdf_helper.rb Toshi MARUYAMA 2019-11-09 02:20:33 +00:00
  • c8ea09b60d cleanup: rubocop: fix Layout/AlignArguments in lib/redmine.rb Toshi MARUYAMA 2019-11-09 02:20:23 +00:00
  • f11f3e6241 code layout clean up test/helpers/application_helper_test.rb Toshi MARUYAMA 2019-11-09 02:20:09 +00:00
  • 46e25379ff cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/news_test.rb Toshi MARUYAMA 2019-11-09 02:19:49 +00:00
  • 9034729175 cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/my_test.rb Toshi MARUYAMA 2019-11-09 02:19:38 +00:00
  • 5d543b637e rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/ClosingHeredocIndentation fixed by previous revisions Toshi MARUYAMA 2019-11-09 00:47:04 +00:00
  • b914f86eab rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/IndentHeredoc fixed by previous revisions Toshi MARUYAMA 2019-11-08 15:15:44 +00:00
  • 46ca8f6725 cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_partials_with_html_entities Toshi MARUYAMA 2019-11-08 15:15:33 +00:00
  • 2c020e132a cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_line_starting_with_dashes Toshi MARUYAMA 2019-11-08 15:15:23 +00:00
  • 41f1922d23 cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_one_line_new_files Toshi MARUYAMA 2019-11-08 15:15:11 +00:00
  • f99c88f3cd cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_include_a_b_slash Toshi MARUYAMA 2019-11-08 15:14:59 +00:00
  • 9e52eba4bc cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_both_git_diff Toshi MARUYAMA 2019-11-08 15:14:49 +00:00
  • e019d9d6a1 cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_previous_file_name_with_git Toshi MARUYAMA 2019-11-08 15:14:38 +00:00
  • c56c9d3c19 cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_offset_range_ascii_1 Toshi MARUYAMA 2019-11-08 15:14:27 +00:00
  • afbd2353c1 cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_offset_range_ascii_2 Toshi MARUYAMA 2019-11-08 15:14:16 +00:00
  • 95401eced1 cleanup: rubocop: fix Layout/AlignArguments in app/models/query.rb Toshi MARUYAMA 2019-11-08 14:54:00 +00:00
  • b5dbe41e78 code layout clean up test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-11-08 14:54:00 +00:00
  • 5da1580755 cleanup: rubocop: fix Layout/IndentHeredoc in test/unit/lib/redmine/syntax_highlighting/rouge_test.rb Toshi MARUYAMA 2019-11-08 14:53:47 +00:00
  • 36373de2b9 cleanup: rubocop: fix Layout/AlignArguments in app/models/tracker.rb Toshi MARUYAMA 2019-11-08 14:53:46 +00:00
  • 362e553d5e code layout clean up app/helpers/queries_helper.rb Toshi MARUYAMA 2019-11-08 14:53:34 +00:00
  • f25c3bdc7e cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_custom_field.rb Toshi MARUYAMA 2019-11-08 14:53:32 +00:00
  • c40714edd1 cleanup: rubocop: fix Style/MultilineTernaryOperator and Style/NestedTernaryOperator in app/models/issue_relation.rb Toshi MARUYAMA 2019-11-08 14:53:23 +00:00
  • 7bcb299a3c cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/mail_handler.rb Toshi MARUYAMA 2019-11-08 14:53:11 +00:00
  • 2870220c8d cleanup: rubocop: fix Style/RedundantInterpolation in test/unit/repository_mercurial_test.rb Toshi MARUYAMA 2019-11-08 12:34:44 +00:00
  • 72cb102740 cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/users_test.rb Toshi MARUYAMA 2019-11-08 12:34:40 +00:00
  • 11ad4d8d02 cleanup: rubocop: fix Style/MultilineBlockChain in lib/redmine/scm/adapters/mercurial_adapter.rb Toshi MARUYAMA 2019-11-08 12:34:33 +00:00
  • 5d7bddd65c cleanup: rubocop: fix Layout/SpaceInsideParens in lib/redmine/scm/adapters/mercurial_adapter.rb Toshi MARUYAMA 2019-11-08 12:34:21 +00:00
  • 7d03976e6a cleanup: rubocop: fix Layout/SpaceInsideParens in app/models/repository/mercurial.rb Toshi MARUYAMA 2019-11-08 12:34:09 +00:00
  • 08918ce867 cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in app/models/repository/cvs.rb Toshi MARUYAMA 2019-11-08 12:04:03 +00:00
  • 660d4fd546 cleanup: rubocop: fix Layout/AlignArguments in test/system/my_page_test.rb Toshi MARUYAMA 2019-11-08 12:03:33 +00:00
  • e5da7debce code layout clean up app/views/watchers/create.js.erb Toshi MARUYAMA 2019-11-08 12:03:21 +00:00
  • a8d1d6dd55 cleanup: rubocop: fix Layout/AlignArguments in test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-11-08 06:27:04 +00:00
  • 6cc77bd4a1 cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/files_test.rb Toshi MARUYAMA 2019-11-08 06:27:01 +00:00
  • 2efe9dc610 cleanup: rubocop: fix Layout/AlignArguments in test/functional/wiki_controller_test.rb Toshi MARUYAMA 2019-11-08 06:26:54 +00:00
  • 4810d5f5c4 cleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry.rb Toshi MARUYAMA 2019-11-08 06:26:43 +00:00
  • ea859aedca cleanup: rubocop: fix Layout/AlignArguments in app/models/role.rb Toshi MARUYAMA 2019-11-08 06:26:33 +00:00
  • 7f59b33e39 cleanup: rubocop: fix Style/RescueModifier in lib/redmine/scm/adapters/mercurial_adapter.rb Toshi MARUYAMA 2019-11-08 02:09:51 +00:00
  • 8034e852d6 cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/unit/activity_test.rb Toshi MARUYAMA 2019-11-08 02:09:40 +00:00
  • b26cb78737 cleanup: rubocop: fix Layout/BlockAlignment in app/helpers/queries_helper.rb Toshi MARUYAMA 2019-11-08 02:09:28 +00:00
  • 89ba5ae630 cleanup: rubocop: fix Layout/AlignArguments in app/models/repository/cvs.rb Toshi MARUYAMA 2019-11-08 02:09:17 +00:00
  • 5ee9e0f49c cleanup: rubocop: fix Layout/AlignArguments in test/integration/lib/redmine/menu_manager_test.rb Toshi MARUYAMA 2019-11-08 01:37:35 +00:00
  • 2fc0555713 cleanup: rubocop: fix Layout/AlignArguments in app/controllers/attachments_controller.rb Toshi MARUYAMA 2019-11-08 01:37:25 +00:00
  • c611a585ad cleanup: rubocop: fix Layout/AlignArguments in app/controllers/issues_controller.rb Toshi MARUYAMA 2019-11-08 01:37:14 +00:00
  • d9435cf2f6 cleanup: rubocop: fix Layout/AlignArguments in app/models/user.rb Toshi MARUYAMA 2019-11-08 01:37:04 +00:00
  • f1ad9de8f3 cleanup: rubocop: fix Layout/AlignArguments in app/helpers/groups_helper.rb Toshi MARUYAMA 2019-11-08 00:46:35 +00:00
  • 9e27f2a7c3 cleanup: rubocop: fix Layout/AlignArguments in app/models/issue.rb Toshi MARUYAMA 2019-11-08 00:46:24 +00:00
  • 12fbc3a817 cleanup: rubocop: fix Layout/AlignArguments in app/models/journal.rb Toshi MARUYAMA 2019-11-08 00:46:13 +00:00
  • 513e869c93 cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb Toshi MARUYAMA 2019-11-08 00:46:03 +00:00
  • 674a62b728 cleanup: rubocop: fix Layout/AlignArguments in app/models/mailer.rb Toshi MARUYAMA 2019-11-08 00:45:52 +00:00
  • f7a6cf8d1b cleanup: rubocop: fix Layout/AlignArguments in app/helpers/gantt_helper.rb Toshi MARUYAMA 2019-11-08 00:45:42 +00:00
  • 2d7e8b6a70 cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/menu_manager/menu_helper_test.rb Toshi MARUYAMA 2019-11-07 03:42:12 +00:00
  • b7a2acd45d cleanup: rubocop: fix Layout/AlignArguments in IssueQuery available_columns variable Toshi MARUYAMA 2019-11-07 03:42:01 +00:00
  • d4ec592f67 cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#initialize_available_filters Toshi MARUYAMA 2019-11-07 03:41:50 +00:00
  • 28047659fc cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#available_columns Toshi MARUYAMA 2019-11-07 03:41:39 +00:00
  • 989b44ac3b cleanup: rubocop: fix Layout/AlignArguments in test/functional/workflows_controller_test.rb Toshi MARUYAMA 2019-11-06 12:04:52 +00:00
  • f554624614 cleanup: rubocop: fix Layout/AlignArguments in app/models/principal.rb Toshi MARUYAMA 2019-11-06 12:04:10 +00:00
  • 1797f7abb0 cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_formatting/macros_test.rb Toshi MARUYAMA 2019-11-06 12:03:58 +00:00
  • 9908565bde cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/textile/redcloth3.rb Toshi MARUYAMA 2019-11-06 12:03:47 +00:00
  • 4ec1376161 cleanup: rubocop: fix Layout/AlignArguments in app/helpers/context_menus_helper.rb Toshi MARUYAMA 2019-11-06 12:03:36 +00:00
  • d38d920709 cleanup: rubocop: fix Layout/AlignArguments in app/helpers/workflows_helper.rb Toshi MARUYAMA 2019-11-06 12:03:25 +00:00
  • 19e2f5243c cleanup: rubocop: fix Layout/AlignArguments in app/helpers/settings_helper.rb Toshi MARUYAMA 2019-11-06 09:00:06 +00:00
  • 4696722a53 cleanup: rubocop: fix Layout/AlignArguments in app/models/version.rb Toshi MARUYAMA 2019-11-06 08:59:53 +00:00
  • 959573d0bd cleanup: rubocop: fix Layout/AlignArguments in app/models/wiki_page.rb Toshi MARUYAMA 2019-11-06 08:59:42 +00:00
  • fcf877493e cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_relation.rb Toshi MARUYAMA 2019-11-06 08:59:31 +00:00
  • 8d8173c793 cleanup: rubocop: fix Layout/AlignArguments in app/models/message.rb Toshi MARUYAMA 2019-11-06 03:11:14 +00:00
  • d80508d7bf rubocop: remove app/models/message.rb from Layout/MultilineBlockLayout fixed by r18902 Toshi MARUYAMA 2019-11-06 03:11:02 +00:00
  • c748adf847 cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_header Toshi MARUYAMA 2019-11-05 14:10:54 +00:00
  • 781f3d23fa cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_value Toshi MARUYAMA 2019-11-05 14:10:44 +00:00
  • 562bdd0a52 cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#query_links Toshi MARUYAMA 2019-11-05 14:10:33 +00:00
  • bce3abdc74 cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/helpers/gantt_test.rb Toshi MARUYAMA 2019-11-05 14:10:22 +00:00
  • d97537935b cleanup: rubocop: fix Layout/IndentAssignment in test/unit/lib/redmine/helpers/gantt_test.rb Toshi MARUYAMA 2019-11-05 14:10:11 +00:00
  • f77dfab621 cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/application_helper.rb Toshi MARUYAMA 2019-11-05 14:09:59 +00:00
  • 1dfd16beb0 cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#link_to_project Toshi MARUYAMA 2019-11-05 14:09:45 +00:00
  • d4a59e78a5 cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#render_projects_for_jump_box Toshi MARUYAMA 2019-11-05 14:09:32 +00:00
  • b959b53dd2 code layout clean up ApplicationHelper#render_project_jump_box Toshi MARUYAMA 2019-11-05 14:09:21 +00:00
  • a096c3cd63 cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#render_project_jump_box Toshi MARUYAMA 2019-11-05 14:09:09 +00:00
  • b4d8ea2bd6 code layout clean up ApplicationHelper#progress_bar Toshi MARUYAMA 2019-11-05 14:08:57 +00:00
  • 2d0be791b6 cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#reorder_handle Toshi MARUYAMA 2019-11-05 14:08:46 +00:00
  • e3c2d2e533 cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#parse_redmine_links Toshi MARUYAMA 2019-11-05 14:08:35 +00:00
  • 14e5c12f97 cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#parse_sections Toshi MARUYAMA 2019-11-05 14:08:25 +00:00
  • 7f2e36824e cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/message.rb Toshi MARUYAMA 2019-11-05 14:08:14 +00:00
  • 1bd403015a cleanup: rubocop: fix Layout/AlignArguments in test/unit/mail_handler_test.rb Toshi MARUYAMA 2019-11-05 14:08:03 +00:00
  • dcc9ea1c0a cleanup: rubocop: fix Layout/AlignArguments in test/unit/mailer_test.rb Toshi MARUYAMA 2019-11-05 14:07:52 +00:00
  • 2f1138f9ba Remove unused i18n key "button_duplicate" (#32400). Go MAEDA 2019-11-04 05:21:37 +00:00
  • 6949ca72e3 Simplified Chinese translation update (#32320). Go MAEDA 2019-11-04 02:14:13 +00:00
  • 7d59d013c9 Fix missing icon classes (#31433). Go MAEDA 2019-11-03 08:24:21 +00:00
  • 7d3309de18 Updated french translation. Jean-Philippe Lang 2019-11-02 14:57:30 +00:00
  • 2ee948ca10 Updated french translation. Jean-Philippe Lang 2019-11-02 14:54:14 +00:00
  • 7eb3fcf01f Restore label_import_time_entries i18n string (#32196). Jean-Philippe Lang 2019-11-02 14:39:37 +00:00
  • 14be60f53d Fixed i18n string for permission (#32196). Jean-Philippe Lang 2019-11-02 13:22:09 +00:00
  • 741d8a06b9 Updated french translation. Jean-Philippe Lang 2019-11-02 13:16:10 +00:00