Toshi MARUYAMA
|
6ae403e93e
|
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18855 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 13:27:10 +00:00 |
|
Toshi MARUYAMA
|
217347b5cf
|
code cleanup: rubocop: fix Layout/SpaceBeforeBlockBraces in test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18854 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 13:26:57 +00:00 |
|
Toshi MARUYAMA
|
c016005485
|
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/time_entry_query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18853 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 13:26:46 +00:00 |
|
Toshi MARUYAMA
|
6a6d5e4560
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHeredoc in test/integration/lib/redmine/hook_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18849 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 05:37:55 +00:00 |
|
Toshi MARUYAMA
|
51380182e0
|
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/repository_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18848 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 05:37:44 +00:00 |
|
Toshi MARUYAMA
|
c36d7f84bd
|
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/user_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18847 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 05:37:34 +00:00 |
|
Toshi MARUYAMA
|
21b3f318d4
|
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/version_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18846 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 05:37:23 +00:00 |
|
Go MAEDA
|
b1f1108606
|
Option to filter after my bookmarked projects (#32302, #29482, #31355).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18842 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 01:20:07 +00:00 |
|
Go MAEDA
|
8f55224b0b
|
Remove trailing whitespaces from test/fixtures/user_preferences.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@18840 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 00:50:51 +00:00 |
|
Toshi MARUYAMA
|
accab3c755
|
code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18838 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 16:06:20 +00:00 |
|
Toshi MARUYAMA
|
c54761c690
|
code cleanup: rubocop: fix Lint/NestedMethodDefinition in test/unit/lib/redmine/menu_manager/menu_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18828 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 15:35:38 +00:00 |
|
Toshi MARUYAMA
|
f0a8ef42f6
|
fix random test failure of ProjectQueryTest (#29482)
git-svn-id: http://svn.redmine.org/redmine/trunk@18827 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 15:35:27 +00:00 |
|
Go MAEDA
|
2e6b3b9248
|
Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when ImageMagick convert is not available (#32307, #22481).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18826 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 14:12:09 +00:00 |
|
Toshi MARUYAMA
|
71b8608421
|
code cleanup: rubocop: fix Performance/RedundantBlockCall in test/functional/repositories_git_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18814 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:16:56 +00:00 |
|
Toshi MARUYAMA
|
1ae761d169
|
code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/redmine/views/builders/json_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18812 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:10:03 +00:00 |
|
Toshi MARUYAMA
|
3d342396a0
|
code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/redmine/views/builders/xml_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18811 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:09:52 +00:00 |
|
Toshi MARUYAMA
|
b7b42e9d76
|
code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArrayBraceLayout in test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18810 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:41:21 +00:00 |
|
Toshi MARUYAMA
|
1961acdb87
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_syntax_highlight
git-svn-id: http://svn.redmine.org/redmine/trunk@18808 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:40:58 +00:00 |
|
Toshi MARUYAMA
|
68ada471f4
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_non_closing_pre_blocks_should_be_closed
git-svn-id: http://svn.redmine.org/redmine/trunk@18807 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:40:47 +00:00 |
|
Toshi MARUYAMA
|
ba370734a9
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_pre_content_should_not_parse_wiki_and_redmine_links
git-svn-id: http://svn.redmine.org/redmine/trunk@18806 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:40:36 +00:00 |
|
Toshi MARUYAMA
|
7cae439d09
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_pre_tags
git-svn-id: http://svn.redmine.org/redmine/trunk@18805 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:40:23 +00:00 |
|
Toshi MARUYAMA
|
211534fcca
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_syntax_highlight_ampersand_in_textile
git-svn-id: http://svn.redmine.org/redmine/trunk@18804 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:40:12 +00:00 |
|
Toshi MARUYAMA
|
b2cd8771f3
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_inline_images_inside_tags
git-svn-id: http://svn.redmine.org/redmine/trunk@18803 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:40:00 +00:00 |
|
Toshi MARUYAMA
|
f1e26cbb54
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_table_of_content
git-svn-id: http://svn.redmine.org/redmine/trunk@18802 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:39:49 +00:00 |
|
Toshi MARUYAMA
|
b7d2bd7b04
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_table_of_content_should_generate_unique_anchors
git-svn-id: http://svn.redmine.org/redmine/trunk@18801 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:39:38 +00:00 |
|
Toshi MARUYAMA
|
cf44fcc9f7
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_table_of_content_should_contain_included_page_headings
git-svn-id: http://svn.redmine.org/redmine/trunk@18800 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:39:26 +00:00 |
|
Toshi MARUYAMA
|
f404a13a20
|
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_section_edit_links
git-svn-id: http://svn.redmine.org/redmine/trunk@18799 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:39:14 +00:00 |
|
Toshi MARUYAMA
|
abe627bb9c
|
code cleanup: rubocop: fix Style/UnneededSort in test/unit/repository_git_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18797 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:31:05 +00:00 |
|
Go MAEDA
|
0398596d24
|
Fix random test failure of ProjectQueryTest (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18787 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-21 07:20:57 +00:00 |
|
Toshi MARUYAMA
|
7c796b96cc
|
code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/unit/lib/redmine/helpers/calendar_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18771 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 12:25:22 +00:00 |
|
Toshi MARUYAMA
|
bb2f49712e
|
code layout clean up test/unit/time_entry_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18770 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 12:25:11 +00:00 |
|
Toshi MARUYAMA
|
5b18b24309
|
code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/utils.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18769 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 12:24:58 +00:00 |
|
Jean-Philippe Lang
|
6319efe95c
|
Test failure (#29482).
git-svn-id: http://svn.redmine.org/redmine/trunk@18768 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 12:18:15 +00:00 |
|
Jean-Philippe Lang
|
95188f26c3
|
Set default columns for the projects list (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18766 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 11:43:23 +00:00 |
|
Jean-Philippe Lang
|
45f039187d
|
Option to switch between table list and board list (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18765 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 11:42:20 +00:00 |
|
Jean-Philippe Lang
|
e7d52eb0af
|
Filter after parent project (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18763 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 11:38:15 +00:00 |
|
Jean-Philippe Lang
|
80844362db
|
Filter after projects (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18762 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 11:37:30 +00:00 |
|
Jean-Philippe Lang
|
6c5440a21b
|
Filters for Projects page (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18761 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 11:36:13 +00:00 |
|
Jean-Philippe Lang
|
77add1315b
|
Return to version page after the issue is created (#28138).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18756 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 10:23:06 +00:00 |
|
Jean-Philippe Lang
|
dc84b10888
|
Display new issue link in version page (#28138).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18755 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 10:22:16 +00:00 |
|
Jean-Philippe Lang
|
c5b5f0d6a9
|
Fixed that total estimated time column is shown even when estimated time field is deactivated (#31779).
Patch by Felix Schäfer and Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18743 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 08:30:15 +00:00 |
|
Toshi MARUYAMA
|
e2cb4be892
|
code cleanup: rubocop: fix Layout/EmptyLines in test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18741 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 07:27:35 +00:00 |
|
Toshi MARUYAMA
|
35a4d23ced
|
code cleanup: rubocop: fix Layout/EmptyLines in test/functional/project_enumerations_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18740 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 07:27:23 +00:00 |
|
Toshi MARUYAMA
|
c21f5cf828
|
code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18739 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 07:27:12 +00:00 |
|
Toshi MARUYAMA
|
89e9b05b3d
|
code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArrayBraceLayout of STR_WITH_PRE in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18699 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 04:15:37 +00:00 |
|
Toshi MARUYAMA
|
1f14386822
|
code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArrayBraceLayout of STR_WITHOUT_PRE in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18698 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 04:15:26 +00:00 |
|
Toshi MARUYAMA
|
2117705cbc
|
code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/menu_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18683 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-15 12:11:00 +00:00 |
|
Toshi MARUYAMA
|
94a7c3aa65
|
code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/mapper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18677 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-15 05:07:51 +00:00 |
|
Toshi MARUYAMA
|
9e05932c45
|
code layout clean up test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18676 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-15 05:07:40 +00:00 |
|
Toshi MARUYAMA
|
b65348fa2c
|
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines in app/models/version.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18674 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-15 05:07:17 +00:00 |
|