summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...Go MAEDA2022-12-301-1/+2
* Fix RuboCop offense Layout/FirstArrayElementIndentation in html_sanitizer.rb ...Go MAEDA2022-10-201-4/+5
* Fix RuboCop offenses Layout/EmptyLinesAroundModuleBody, Layout/EmptyLinesArou...Go MAEDA2022-10-201-4/+0
* Add a copyright header (#37750).Go MAEDA2022-10-201-0/+19
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-5/+7
* Introduces a standalone html sanitizer class (#37750).Marius Balteanu2022-10-041-0/+20
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-1/+1
* Allow select custom CSS properties (#37237).Marius Balteanu2022-09-261-0/+15
* Add rel="noopener" to all external links with a target attribute (#37713).Marius Balteanu2022-09-261-0/+6
* Thumbnail macro does not work when a file is attached and preview is displaye...Go MAEDA2022-07-191-2/+6
* Add frozen_string_literal and copyright (#37119).Marius Balteanu2022-06-251-0/+19
* Fix rubocop warnings (#37119). Marius Balteanu2022-06-171-2/+1
* Move methods related to wiki section to a helper file and include it in all 3...Marius Balteanu2022-06-164-70/+68
* Fix RuboCop offense Rails/RootPublicPath (#37248).Go MAEDA2022-06-141-1/+1
* Update footnotes markup after commonmarker gem update (#35892).Marius Balteanu2022-05-281-2/+2
* Fix Rubocop warnings.Marius Balteanu2022-05-171-1/+5
* Fix rendering invalid URI fails with exception in CommonMark Markdown (#36958).Marius Balteanu2022-05-031-1/+1
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-171-0/+5
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-221-0/+2
* Makes Markdown and CommonMark formatters independent of each other (#32424).Marius Balteanu2022-01-041-8/+21
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0218-18/+18
* Move preparation code to redmine/preparation.rb (#29914, #32938).Marius Balteanu2021-11-171-1/+0
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
* Update .rubocop_todo and fix Style/AndOr offense (#29914, #32938).Marius Balteanu2021-10-201-1/+1
* Split multiple classes and modules that existed in the same file (#29914, #32...Marius Balteanu2021-10-201-0/+107
* Append two spaces to lines when importing an email on CommonMark with hardbre...Marius Balteanu2021-10-032-1/+31
* Make hardbreaks behaviour configurable in config/configuration.yml (#32424).Marius Balteanu2021-10-031-2/+6
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-152-6/+10
* Add "data-language" attribute to code block with the user-supplied language f...Marius Balteanu2021-08-152-2/+5
* Preserve the code block and remove the class from it when the language is not...Marius Balteanu2021-08-151-2/+2
* Fixed Replace class var @@allowlist with a class instance var (#32424).Marius Balteanu2021-08-111-1/+1
* Replace deprecated Sanitize keywords (#32424).Marius Balteanu2021-08-111-17/+17
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-111-5/+23