summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/textile
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-7/+7
* 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-121-1/+0
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-071-2/+0
* Fix initial_page_content method to avoid referencing @page instance variable ...Go MAEDA2024-04-101-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-263-3/+3
* Updates JS toolbar help button to use the new route (#39111, #40137).Marius Balteanu2024-02-191-3/+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
* 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
* 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 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
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-013-3/+3
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-5/+7
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-1/+1
* Move methods related to wiki section to a helper file and include it in all 3...Marius Balteanu2022-06-161-16/+1
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-171-0/+5
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-023-3/+3
* Move preparation code to redmine/preparation.rb (#29914, #32938).Marius Balteanu2021-11-171-1/+0
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-151-2/+4
* Inline image in Textile is not displayed if the image URL contains ampersands...Go MAEDA2021-07-281-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-253-3/+3
* shorten long line of lib/redmine/wiki_formatting/textile/helper.rbToshi MARUYAMA2020-12-101-3/+14
* 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
* fix source indent of lib/redmine/wiki_formatting/textile/redcloth3.rbToshi MARUYAMA2020-07-031-13/+13
* XSS vulnerabilities in textile links (#32934).Jean-Philippe Lang2020-04-051-1/+9
* Reverts r19489 (#32934).Jean-Philippe Lang2020-04-051-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-033-3/+3
* Fix a RuboCop offence Style/NegatedWhile (#32971).Go MAEDA2020-02-291-1/+1
* Newline between list items break a list (#32971).Go MAEDA2020-02-291-5/+6
* White list protocols allowed for Textile links (#32934).Jean-Philippe Lang2020-02-021-2/+2
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-141-1/+3
* filter all possibly class values on code tags in Textile (#25742)Toshi MARUYAMA2019-12-051-3/+4
* Fix that receiving HTML email fails if it contains a link without an href att...Go MAEDA2019-11-091-1/+9
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/te...Toshi MARUYAMA2019-11-061-6/+6
* code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_form...Toshi MARUYAMA2019-10-191-20/+20
* code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/t...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_forma...Toshi MARUYAMA2019-10-191-3/+3
* code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/te...Toshi MARUYAMA2019-10-191-2/+1
* code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rbToshi MARUYAMA2019-10-171-8/+5