summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...Marius Balteanu2024-11-037-7/+7
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-037-7/+7
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-202-410/+0
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-202-2/+0
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-201-0/+7
* Add test for r22906 (#40716).Go MAEDA2024-07-061-0/+15
* Add tests for current alt attribute behavior in images (#40650).Go MAEDA2024-05-241-0/+28
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-073-6/+5
* Remove redundant ApplicationHelper inclusions (#40506).Go MAEDA2024-04-021-1/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2614-14/+14
* Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no l...Marius Balteanu2024-02-211-33/+0
* Allow consecutive footnote references inTextile (#39884).Marius Balteanu2023-12-221-0/+17
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-061-0/+33
* Adapt markdown autolink behavior to that of common_mark (#38806).Go MAEDA2023-09-181-1/+78
* Fix test failure with Commonmarker 0.23.8 (#38239).Go MAEDA2023-02-051-1/+1
* CommonMark Markdown formatter does not support min-width, max-width, min-heig...Go MAEDA2023-01-111-0/+4
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-0114-14/+14
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0114-14/+14
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-261-1/+1
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-262-4/+4
* Fix RuboCop offense Layout/FirstHashElementIndentation due to r21894 (#37751).Go MAEDA2022-10-201-4/+5
* Fix RuboCop offenses Layout/EmptyLinesAroundClassBody and Layout/TrailingEmpt...Go MAEDA2022-10-201-2/+0
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-0/+11
* Introduces a standalone html sanitizer class (#37750).Marius Balteanu2022-10-041-0/+40
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-0/+7
* Fix RuboCop offense Layout/LineLength due to r21849 (#37713).Go MAEDA2022-09-281-2/+8
* Allow select custom CSS properties (#37237).Marius Balteanu2022-09-261-0/+4
* Add rel="noopener" to all external links with a target attribute (#37713).Marius Balteanu2022-09-261-0/+5
* Merged r21618 to trunk (#35892).Marius Balteanu2022-05-281-2/+2
* Update footnotes markup after commonmarker gem update (#35892).Marius Balteanu2022-05-281-3/+3
* Add a test for #36958.Marius Balteanu2022-05-031-0/+6
* 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