summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...Marius Balteanu2021-08-118-0/+441
* Inline image in Textile is not displayed if the image URL contains ampersands...Go MAEDA2021-07-281-1/+1
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-151-1/+1
* Markdown text sections broken by thematic breaks (horizontal rules) (#35036).Go MAEDA2021-05-141-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-258-8/+8
* shorten long line of lib/redmine/wiki_formatting/macros.rbToshi MARUYAMA2020-12-121-7/+31
* shorten long line of lib/redmine/wiki_formatting/textile/helper.rbToshi MARUYAMA2020-12-101-3/+14
* shorten long line of lib/redmine/wiki_formatting/markdown/helper.rbToshi MARUYAMA2020-12-101-3/+16
* add empty line after guard clause to lib/redmine/wiki_formatting/macros.rbToshi MARUYAMA2020-11-031-0/+6
* add empty line after guard clause to lib/redmine/wiki_formatting/markdown/for...Toshi MARUYAMA2020-11-031-0/+1
* add empty line after guard clause to lib/redmine/wiki_formatting/textile/form...Toshi MARUYAMA2020-10-281-0/+1
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-1/+1
* Use match? instead of =~ when MatchData is not used (#34150).Go MAEDA2020-10-231-4/+4
* remove spaces inside {} of lib/redmine/wiki_formatting/macros.rbToshi MARUYAMA2020-09-211-1/+1
* Don't internationalize error messages used when defining a macro (#33426).Go MAEDA2020-09-111-2/+2
* Internationalize error messages for wiki macros (#33426).Go MAEDA2020-09-101-11/+11
* fix source indent of lib/redmine/wiki_formatting/textile/redcloth3.rbToshi MARUYAMA2020-07-031-13/+13