summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/wiki_formatting/common_mark/application_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+1
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...Marius Balteanu2024-11-031-1/+1
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-031-1/+1
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-201-1/+0
* Add tests for current alt attribute behavior in images (#40650).Go MAEDA2024-05-241-0/+28
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Lazy load inline images (#36294).Go MAEDA2021-12-141-1/+1
* Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...Marius Balteanu2021-08-111-0/+66