summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* Adds icons to commonmark alerts (#42603).Marius Balteanu2025-05-242-1/+65
* Fixes rubocop offenses (#42648, #42603).Marius Balteanu2025-04-301-1/+1
* Fixes broken references for multiple footnote usage (#42648).Marius Balteanu2025-04-301-1/+1
* Enable CommonMark alert extension (#42603).Marius Balteanu2025-04-292-0/+21
* Replaces deckar01-task_list gem with commonmarks tasklist extension (#42602).Marius Balteanu2025-04-272-9/+46
* Fixes Rubocop offenses (#42510).Marius Balteanu2025-04-211-2/+2
* Disable header_ids, tasklist, shortcodes extensions and github_pre_lang rende...Marius Balteanu2025-04-211-0/+4
* Updates commonmarker to 2.3.0 (#40197).Marius Balteanu2025-04-211-2/+2
* Improve SVG icon compatibility with RTL languages by adding the @rtl@ paramet...Marius Balteanu2025-04-131-1/+1
* Correctly handle exception messages in macros (#42326).Marius Balteanu2025-03-061-1/+1
* Fixes rubocop offenses (#40197).Marius Balteanu2024-11-112-3/+3
* Disables @syntax_highlighter@ plugin shipped by commonmark (#40197).Marius Balteanu2024-11-112-1/+8
* Simplify code (#40197).Marius Balteanu2024-11-111-7/+3
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-112-21/+22
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...Marius Balteanu2024-11-032-29/+25
* Disable syntax_highlighter plugin shipped by commonmark (#40197).Marius Balteanu2024-11-032-1/+8
* Simplify code (#40197).Marius Balteanu2024-11-031-7/+3
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-032-21/+22
* Fix reference to the deleted Redcarpet-based Redmine::WikiFormatting::Markdow...Go MAEDA2024-10-211-1/+27
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-203-225/+0
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-2/+2
* Add underline button to CommonMark Markdown toolbar (#40939).Go MAEDA2024-10-091-0/+3
* Replaces icon-expanded and icon-collapsed with SVG icons (#23980).Marius Balteanu2024-09-081-2/+2
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-7/+7
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-201-2/+5
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-122-140/+140
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-8/+8
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-123-3/+0
* Prevent issue links with double hash (##nnn) from being recognized as ATX hea...Go MAEDA2024-07-061-2/+2
* Fix RuboCop offense Style/RedundantRegexpEscape in lib/redmine/wiki_formattin...Go MAEDA2024-07-061-2/+2
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-231-1/+1
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-072-4/+2
* Fix initial_page_content method to avoid referencing @page instance variable ...Go MAEDA2024-04-103-3/+3
* Fix RuboCop offense Layout/SpaceInsideStringInterpolation (#39111, #40137).Go MAEDA2024-03-081-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2620-20/+20
* Updates JS toolbar help button to use the new route (#39111, #40137).Marius Balteanu2024-02-193-17/+5
* Fix performance issue with email address auto-linking in the default ("none")...Go MAEDA2024-02-071-1/+4
* Fix RuboCop offense Style/RedundantFreeze (#38585).Go MAEDA2024-01-271-2/+2
* Replace regular expression matches with String#start_with? / end_with? (#40010).Go MAEDA2024-01-111-4/+4
* Allow consecutive footnote references inTextile (#39884).Marius Balteanu2023-12-221-1/+1
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-201-5/+5
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-061-7/+12
* Fixes i18n call in macro error fallback (#37668).Go MAEDA2023-10-061-1/+1
* Use uri_with_link_safe_scheme? in Redcloth3 (#38807).Go MAEDA2023-09-181-2/+2
* HTML-escape the entire tag content of escaped HTML tags in textile (#38807).Go MAEDA2023-09-181-2/+2
* Adapt markdown autolink behavior to that of common_mark (#38806).Go MAEDA2023-09-181-2/+15
* Fix exception raised during thumbnail macro to image tag conversion in emails...Go MAEDA2023-08-301-1/+1
* Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).Go MAEDA2023-06-291-1/+1
* Fix RuboCop offense Style/RedundantRegexpArgument (#36919).Go MAEDA2023-06-292-5/+5