summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine
Commit message (Collapse)AuthorAgeFilesLines
* Merged r20803 from trunk to 4.1-stable (#34595).Go MAEDA2021-03-161-1/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20804 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19999 from trunk to 4.1-stable (#33926).Go MAEDA2020-09-021-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20003 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19976 from trunk to 4.1-stable (#33175).Go MAEDA2020-08-151-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19980 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19935 from trunk to 4.1-stable (#33140).Go MAEDA2020-07-251-0/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19611 from trunk to 4.1-stable (#33103).Go MAEDA2020-03-241-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19536 and r19542 from trunk to 4.1-stable (#32971).Go MAEDA2020-02-291-0/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19545 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19413 from trunk to 4.1-stable (#32754).Go MAEDA2020-01-131-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19424 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19333 from trunk to 4.1-stable (#25742)Toshi MARUYAMA2019-12-051-0/+8
| | | | | | | | Filter all possibly class values on code tags in Textile. Contributed by Holger Just from Planio. git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19071 from trunk to 4.1-stable (#32444, #29489).Go MAEDA2019-12-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19329 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-091-7/+12
| | | | | | test/unit/lib/redmine/scm/adapters/git_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19031 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-091-2/+3
| | | | | | test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19030 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and ↵Toshi MARUYAMA2019-11-091-35/+33
| | | | | | Layout/IndentHeredoc in test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19020 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that receiving HTML email fails if it contains a link without an href ↵Go MAEDA2019-11-092-0/+14
| | | | | | | | | attribute (#31695). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and ↵Toshi MARUYAMA2019-11-091-44/+40
| | | | | | Layout/IndentHeredoc in test/unit/lib/redmine/wiki_formatting/macros_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-11/+10
| | | | | | Redmine::UnifiedDiffTest#test_partials_with_html_entities git-svn-id: http://svn.redmine.org/redmine/trunk@18975 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-16/+15
| | | | | | Redmine::UnifiedDiffTest#test_line_starting_with_dashes git-svn-id: http://svn.redmine.org/redmine/trunk@18974 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-27/+26
| | | | | | Redmine::UnifiedDiffTest#test_one_line_new_files git-svn-id: http://svn.redmine.org/redmine/trunk@18973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-21/+18
| | | | | | Redmine::UnifiedDiffTest#test_include_a_b_slash git-svn-id: http://svn.redmine.org/redmine/trunk@18972 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-16/+15
| | | | | | Redmine::UnifiedDiffTest#test_both_git_diff git-svn-id: http://svn.redmine.org/redmine/trunk@18971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-41/+40
| | | | | | Redmine::UnifiedDiffTest#test_previous_file_name_with_git git-svn-id: http://svn.redmine.org/redmine/trunk@18970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-9/+9
| | | | | | Redmine::UnifiedDiffTest#test_offset_range_ascii_1 git-svn-id: http://svn.redmine.org/redmine/trunk@18969 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-9/+9
| | | | | | Redmine::UnifiedDiffTest#test_offset_range_ascii_2 git-svn-id: http://svn.redmine.org/redmine/trunk@18968 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-16/+16
| | | | | | test/unit/lib/redmine/syntax_highlighting/rouge_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-081-1/+1
| | | | | | test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18935 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-071-26/+29
| | | | | | test/unit/lib/redmine/menu_manager/menu_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18932 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-061-7/+7
| | | | | | test/unit/lib/redmine/wiki_formatting/macros_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18926 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-051-2/+2
| | | | | | test/unit/lib/redmine/helpers/gantt_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18913 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentAssignment in ↵Toshi MARUYAMA2019-11-051-8/+8
| | | | | | test/unit/lib/redmine/helpers/gantt_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18912 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Eases the regexp used to determine the start of a code block (#32359).Go MAEDA2019-10-291-0/+5
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18880 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Lint/NestedMethodDefinition in ↵Toshi MARUYAMA2019-10-221-2/+4
| | | | | | 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
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+1
| | | | | | test/unit/lib/redmine/views/builders/json_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+1
| | | | | | test/unit/lib/redmine/views/builders/xml_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/CommentIndentation and ↵Toshi MARUYAMA2019-10-221-19/+26
| | | | | | 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
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in ↵Toshi MARUYAMA2019-10-191-1/+1
| | | | | | test/unit/lib/redmine/helpers/calendar_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18771 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/CommentIndentation and ↵Toshi MARUYAMA2019-10-171-23/+30
| | | | | | 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
* code cleanup: rubocop: fix Layout/CommentIndentation and ↵Toshi MARUYAMA2019-10-171-28/+37
| | | | | | 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
* code cleanup: rubocop: fix Layout/BlockAlignment in ↵Toshi MARUYAMA2019-10-151-4/+6
| | | | | | 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
* code cleanup: rubocop: fix Layout/BlockAlignment in ↵Toshi MARUYAMA2019-10-151-2/+1
| | | | | | test/unit/lib/redmine/menu_manager/mapper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-4/+3
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18593 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in ↵Toshi MARUYAMA2019-09-111-25/+25
| | | | | | test/unit/lib/redmine/scm/adapters/git_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18448 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in ↵Toshi MARUYAMA2019-09-041-1/+1
| | | | | | test/unit/lib/redmine/scm/adapters/git_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18425 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Fix Performance/InefficientHashSearchGo MAEDA2019-09-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18423 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).Go MAEDA2019-08-281-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18408 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tests for r18383 (#31231).Go MAEDA2019-08-243-0/+28
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18384 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MarkdownFormatterTest#test_should_support_underlined_text is declared as ↵Go MAEDA2019-08-211-5/+5
| | | | | | | | | private (#31929). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 3.8.0 (#31556).Go MAEDA2019-08-141-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18369 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Convert HTML links to Textile/Markdown links when creating an issue from an ↵Go MAEDA2019-08-112-0/+10
| | | | | | | | | email (#31695). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18361 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update redcarpet to 3.5.0 (#31847).Go MAEDA2019-08-051-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code clean up test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rbToshi MARUYAMA2019-08-041-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18344 e93f8b46-1217-0410-a6f0-8f06a7374b81