summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/wiki_formatting/common_mark
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop Style/RedundantArrayFlatten (#41884).Go MAEDA2025-06-071-1/+1
* Adds icons to commonmark alerts (#42603).Marius Balteanu2025-05-241-1/+5
* Fixes rubocop offenses (#42648, #42603).Marius Balteanu2025-04-301-1/+1
* Fixes rubocop offense "Prefer assert_not_includes over refute_includes" (#426...Marius Balteanu2025-04-301-1/+1
* Fixes broken references for multiple footnote usage (#42648).Marius Balteanu2025-04-301-4/+8
* Fixes failing test (#42603).Marius Balteanu2025-04-301-1/+1
* Enable CommonMark alert extension (#42603).Marius Balteanu2025-04-292-9/+74
* Replaces deckar01-task_list gem with commonmarks tasklist extension (#42602).Marius Balteanu2025-04-271-1/+1
* Fix RuboCop Style/RedundantFormat by renaming custom `format` method to `to_h...Go MAEDA2025-04-111-32/+32
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-11/+0
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-117-7/+7
* 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
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-201-1/+0
* 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-071-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-267-7/+7
* Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no l...Marius Balteanu2024-02-211-33/+0
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-061-0/+33
* 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-017-7/+7
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-017-7/+7
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-1/+1
* 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
* 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-027-7/+7
* Lazy load inline images (#36294).Go MAEDA2021-12-141-1/+1
* 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