summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-171-0/+32
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-122/+181
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-221-0/+21
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0213-13/+13
* Lazy load inline images (#36294).Go MAEDA2021-12-141-1/+1
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-3/+3
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-152-9/+35
* Add "data-language" attribute to code block with the user-supplied language f...Marius Balteanu2021-08-152-15/+36
* Update failing test after hardbreaks enabled by default (#35754, #32424).Marius Balteanu2021-08-151-2/+2
* Fixed failing test on CommonMark by striping the trailing whitespace returned...Marius Balteanu2021-08-111-1/+1
* Fixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by...Marius Balteanu2021-08-111-11/+11
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-111-5/+19
* Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...Marius Balteanu2021-08-117-0/+755
* Markdown text sections broken by thematic breaks (horizontal rules) (#35036).Go MAEDA2021-05-141-0/+69
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-256-6/+6
* shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rbToshi MARUYAMA2020-12-191-8/+17
* shorten long line of test/unit/lib/redmine/wiki_formatting/textile_formatter_...Toshi MARUYAMA2020-12-191-12/+38
* use "skip" instead of "if statement" whether Redcarpet is installed at markdo...Toshi MARUYAMA2020-11-301-3/+3
* shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rbToshi MARUYAMA2020-11-301-23/+43
* Fix broken test due to r19868 (#31881).Go MAEDA2020-07-091-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-036-6/+6
* Newline between list items break a list (#32971).Go MAEDA2020-02-291-0/+18
* Fix missing arrow icon of collapse macro (#32754).Go MAEDA2020-01-071-6/+6
* filter all possibly class values on code tags in Textile (#25742)Toshi MARUYAMA2019-12-051-0/+8
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/lib/redmine/...Toshi MARUYAMA2019-11-241-58/+88
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/lib/redmine/...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-241-5/+8
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/unit/lib/redmi...Toshi MARUYAMA2019-11-241-0/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-241-10/+18
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-241-2/+3
* cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/lib/redmine/wiki_...Toshi MARUYAMA2019-11-241-1/+5
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-231-10/+18
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-231-4/+9
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-26/+24
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-34/+32
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-16/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-14/+12
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-16/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-32/+30
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-32/+30
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-11/+10
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-7/+6
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-10/+8
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-12/+10
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* Add missing fixture to Redmine::WikiFormatting::MacrosTest (#32444).Go MAEDA2019-11-131-1/+1
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-091-35/+33