summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* Merged r22302 and r22303 from trunk to 4.2-stable (#38807).Go MAEDA2023-09-181-4/+4
* Merged r22298 from trunk to 4.2-stable (#38806).Go MAEDA2023-09-181-2/+15
* Merged r22285 from trunk to 4.2-stable (#38697).Go MAEDA2023-08-301-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-018-8/+8
* Merged r21902 from trunk to 4.2-stable (#37767).Go MAEDA2022-10-171-5/+7
* Merge r21894 from trunk to 4.2-stable (#37751).Marius Balteanu2022-10-041-1/+1
* Merged r21716 and r21719 from trunk to 4.2-stable (#37379).Go MAEDA2022-07-211-2/+6
* Merged r21101 from trunk to 4.2-stable (#35441).Go MAEDA2021-07-281-1/+1
* Merged r20998 from trunk to 4.2-stable (#35036).Go MAEDA2021-05-251-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
* 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-038-8/+8
* 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-142-2/+6
* Fix missing arrow icon of collapse macro (#32754).Go MAEDA2020-01-071-2/+2
* Reverts r19409 that breaks some tests (#32754).Go MAEDA2020-01-071-2/+2
* Fix that arrow icon for {{collapse}} macro is not shown (#32754).Go MAEDA2020-01-071-2/+2
* filter all possibly class values on code tags in Textile (#25742)Toshi MARUYAMA2019-12-051-3/+4
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/wik...Toshi MARUYAMA2019-11-231-1/+2
* Fix that receiving HTML email fails if it contains a link without an href att...Go MAEDA2019-11-092-2/+18
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/te...Toshi MARUYAMA2019-11-061-6/+6
* Eases the regexp used to determine the start of a code block (#32359).Go MAEDA2019-10-291-1/+1
* 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
* code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround...Toshi MARUYAMA2019-10-171-2/+2
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/w...Toshi MARUYAMA2019-10-161-2/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_for...Toshi MARUYAMA2019-10-161-3/+3
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wi...Toshi MARUYAMA2019-10-151-1/+1
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-151-3/+2
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmi...Toshi MARUYAMA2019-10-151-65/+65
* code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatti...Toshi MARUYAMA2019-10-151-1/+1
* code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_format...Toshi MARUYAMA2019-10-151-15/+12