summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wi...Toshi MARUYAMA2019-10-151-4/+0
* Better handling of HTML tables when creating an issue from an email (#31231).Go MAEDA2019-08-242-0/+4
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-1/+0
* Convert HTML links to Textile/Markdown links when creating an issue from an e...Go MAEDA2019-08-113-3/+8
* Wiki page collapse block image is not displayed in exported PDF (#30162).Jean-Philippe Lang2019-06-201-3/+11