Toshi MARUYAMA
|
8f542b20f4
|
shorten long line of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20526 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-30 15:49:06 +00:00 |
|
Toshi MARUYAMA
|
03e086ac5d
|
fix source indent of ActivitiesHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20509 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-29 12:47:37 +00:00 |
|
Toshi MARUYAMA
|
c8d61205b4
|
fix source indent of AvatarsHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20508 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-29 12:47:30 +00:00 |
|
Toshi MARUYAMA
|
606ac82ae9
|
fix source indent of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20195 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-10-26 13:35:00 +00:00 |
|
Go MAEDA
|
78dfef0978
|
Replace gsub with tr, delete, or squeeze (#34161).
git-svn-id: http://svn.redmine.org/redmine/trunk@20176 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-10-24 06:46:50 +00:00 |
|
Go MAEDA
|
ba016c5d77
|
Invalid links to versions with sharing in project tree (#32860).
Patch by Alexander Meindl.
git-svn-id: http://svn.redmine.org/redmine/trunk@20149 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-10-18 02:28:27 +00:00 |
|
Toshi MARUYAMA
|
589609ff3a
|
fix source indent of IssuesHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20088 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-09-26 15:02:41 +00:00 |
|
Toshi MARUYAMA
|
f33d2d0be4
|
fix source indent of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20071 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-09-24 16:06:32 +00:00 |
|
Toshi MARUYAMA
|
73b37f6bfc
|
remove spaces inside {} of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20060 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-09-21 13:03:54 +00:00 |
|
Toshi MARUYAMA
|
7512e3cc39
|
remove spaces inside {} of ApplicationHelperTest#test_html_tags
git-svn-id: http://svn.redmine.org/redmine/trunk@19910 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-07-15 16:37:35 +00:00 |
|
Toshi MARUYAMA
|
dbaabbb58d
|
remove spaces inside {} of ApplicationHelperTest#test_allowed_html_tags
git-svn-id: http://svn.redmine.org/redmine/trunk@19909 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-07-15 16:37:27 +00:00 |
|
Toshi MARUYAMA
|
248cc01eee
|
remove spaces inside {} of ApplicationHelperTest#test_text_formatting
git-svn-id: http://svn.redmine.org/redmine/trunk@19908 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-07-15 16:37:19 +00:00 |
|
Toshi MARUYAMA
|
887e8ca971
|
remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy
git-svn-id: http://svn.redmine.org/redmine/trunk@19907 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-07-15 16:37:11 +00:00 |
|
Toshi MARUYAMA
|
b0348fa72a
|
remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy_with_timestamp
git-svn-id: http://svn.redmine.org/redmine/trunk@19906 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-07-15 16:37:03 +00:00 |
|
Toshi MARUYAMA
|
752fbb160c
|
remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy_when_action_is_export
git-svn-id: http://svn.redmine.org/redmine/trunk@19905 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-07-15 16:36:55 +00:00 |
|
Toshi MARUYAMA
|
579ae4f6e8
|
fix source indent of ApplicationHelperTest#test_due_date_distance_in_words
git-svn-id: http://svn.redmine.org/redmine/trunk@19904 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-07-15 16:36:47 +00:00 |
|
Toshi MARUYAMA
|
adf7facc8a
|
remove spaces inside {} of ApplicationHelperTest#test_principals_check_box_tag_without_avatar
git-svn-id: http://svn.redmine.org/redmine/trunk@19895 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-07-12 11:35:43 +00:00 |
|
Go MAEDA
|
51515332f4
|
Fix typo in test/helpers/watchers_helper_test.rb (#33567).
git-svn-id: http://svn.redmine.org/redmine/trunk@19824 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-06-16 09:10:38 +00:00 |
|
Go MAEDA
|
cb33cc2cf2
|
Some tests in ApplicationHelperTest are declared as private (#33562).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19814 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-06-09 05:50:52 +00:00 |
|
Go MAEDA
|
ebf5d219c9
|
Import user accounts from CSV file (#33102).
Patch by Takenori TAKAKI.
git-svn-id: http://svn.redmine.org/redmine/trunk@19799 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-05-30 04:53:24 +00:00 |
|
Go MAEDA
|
b6a3c2a341
|
Add missing fixtures to VersionsHelperTest (#33376).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19738 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-05-01 04:26:26 +00:00 |
|
Go MAEDA
|
a14697df68
|
Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_edit (#32471).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19690 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-04-11 09:00:34 +00:00 |
|
Jean-Philippe Lang
|
9b5cccff39
|
##123 syntax for linking to issues: Title cannot be distinguished from following text (#32765).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19663 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-04-05 10:51:46 +00:00 |
|
Go MAEDA
|
a24834fa77
|
Skip thumbnail tests if ImageMagick convert command is not available (#33226).
Patch by Pavel Rosický.
git-svn-id: http://svn.redmine.org/redmine/trunk@19640 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-04-02 08:04:15 +00:00 |
|
Go MAEDA
|
e04fb3e78b
|
Display avatar on add watchar dialog (#32976).
Patch by Takenori TAKAKI.
git-svn-id: http://svn.redmine.org/redmine/trunk@19626 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-03-31 09:30:47 +00:00 |
|
Go MAEDA
|
907e0173e4
|
Update copyright year in source files to 2020 (#33069).
git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-03-03 00:24:10 +00:00 |
|
Go MAEDA
|
b995014c49
|
Allow adding user groups as watchers for issues (#4511).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19498 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-02-06 08:19:13 +00:00 |
|
Jean-Philippe Lang
|
914f57fefc
|
Move duplicated back_url method from ApplicationHelper to ApplicationController (#32850).
Patch by Holger Just.
git-svn-id: http://svn.redmine.org/redmine/trunk@19486 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-02-02 08:38:01 +00:00 |
|
Toshi MARUYAMA
|
b4fc7d45a6
|
cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/helpers/issues_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19241 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-24 05:44:40 +00:00 |
|
Toshi MARUYAMA
|
5b0ada0f32
|
cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/helpers/activities_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19240 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-24 05:44:29 +00:00 |
|
Toshi MARUYAMA
|
141b07d0c7
|
cleanup: rubocop: fix Layout/EmptyLines in test/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19218 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-23 15:12:12 +00:00 |
|
Toshi MARUYAMA
|
07e9a824f0
|
cleanup: rubocop: fix Layout/SpaceInsideParens in test/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19207 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-23 14:28:36 +00:00 |
|
Toshi MARUYAMA
|
829a14d431
|
cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression and Style/RedundantParentheses and Layout/SpaceAfterNot in test/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19082 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-16 12:38:38 +00:00 |
|
Toshi MARUYAMA
|
eb18ef819f
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_options_for_select_with_users_and_groups
git-svn-id: http://svn.redmine.org/redmine/trunk@19057 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 18:17:12 +00:00 |
|
Toshi MARUYAMA
|
6ea5d0c3c6
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_options_for_select_with_selected
git-svn-id: http://svn.redmine.org/redmine/trunk@19056 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 18:17:01 +00:00 |
|
Toshi MARUYAMA
|
0d6015be56
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_principals_options_for_select_with_users
git-svn-id: http://svn.redmine.org/redmine/trunk@19055 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 18:16:50 +00:00 |
|
Toshi MARUYAMA
|
28ae34b68f
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_thumbnail_tag
git-svn-id: http://svn.redmine.org/redmine/trunk@19054 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 18:16:38 +00:00 |
|
Toshi MARUYAMA
|
22bce3517b
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_link_to_attachment
git-svn-id: http://svn.redmine.org/redmine/trunk@19053 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 18:16:27 +00:00 |
|
Toshi MARUYAMA
|
8e6014a9f8
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_section_edit_links
git-svn-id: http://svn.redmine.org/redmine/trunk@19052 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 18:16:15 +00:00 |
|
Toshi MARUYAMA
|
5025dc975e
|
cleanup: rubocop: fix Layout/AlignArguments in test/helpers/issues_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19046 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 17:56:49 +00:00 |
|
Toshi MARUYAMA
|
86e0d79c31
|
cleanup: rubocop: fix Layout/AlignArguments in test/helpers/custom_fields_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19042 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 17:10:40 +00:00 |
|
Toshi MARUYAMA
|
c9021526bb
|
cleanup: rubocop: fix Layout/AlignArguments in test/helpers/timelog_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19040 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 17:10:25 +00:00 |
|
Toshi MARUYAMA
|
aa28599b85
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_attachment_links_to_images_with_email_format_should_not_be_parsed
git-svn-id: http://svn.redmine.org/redmine/trunk@19037 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 17:09:51 +00:00 |
|
Toshi MARUYAMA
|
9d210a3b94
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest link_to_if_authorized
git-svn-id: http://svn.redmine.org/redmine/trunk@19033 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 16:33:22 +00:00 |
|
Toshi MARUYAMA
|
9a76c58688
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_attached_images_with_hires_naming
git-svn-id: http://svn.redmine.org/redmine/trunk@19032 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 16:33:11 +00:00 |
|
Toshi MARUYAMA
|
d41969451b
|
cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#test_redmine_links
git-svn-id: http://svn.redmine.org/redmine/trunk@19023 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 15:26:37 +00:00 |
|
Toshi MARUYAMA
|
029d315e79
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_redmine_links_mercurial_commit
git-svn-id: http://svn.redmine.org/redmine/trunk@19018 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 14:10:40 +00:00 |
|
Toshi MARUYAMA
|
26343ea6b2
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_redmine_links_git_commit
git-svn-id: http://svn.redmine.org/redmine/trunk@19017 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 14:10:27 +00:00 |
|
Toshi MARUYAMA
|
30ce5bfcab
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_cross_project_multiple_repositories_redmine_links
git-svn-id: http://svn.redmine.org/redmine/trunk@19015 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 14:10:14 +00:00 |
|
Toshi MARUYAMA
|
54eb01f045
|
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_multiple_repositories_redmine_links
git-svn-id: http://svn.redmine.org/redmine/trunk@19013 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 14:10:02 +00:00 |
|