summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert the change made in error in r22197 (#38435).Go MAEDA2023-04-161-1/+1
* Change the notation of "contains any of" filter operator to "*~" (#38435).Go MAEDA2023-04-161-1/+1
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-241-1/+1
* Update CommonMarker extension options linkGo MAEDA2023-01-311-1/+1
* Fix RuboCop offense Performance/RedundantSplitRegexpArgument (#38146).Go MAEDA2023-01-111-2/+2
* Fix RuboCop offense Performance/RedundantMatch (#38146).Go MAEDA2023-01-112-3/+3
* Fix RuboCop offense Performance/ConstantRegexp (#38146).Go MAEDA2023-01-112-5/+5
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-111-2/+2
* CommonMark Markdown formatter does not support min-width, max-width, min-heig...Go MAEDA2023-01-111-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0120-20/+20