summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Issue macro for flexible linking to issues (#29489).Jean-Philippe Lang2019-06-201-0/+27
* Text may unexpectedly be enclosed in pre tags when an issue is created via HT...Jean-Philippe Lang2019-06-201-2/+2
* Fix html encoding (#31520).Jean-Philippe Lang2019-06-101-1/+7
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-063-95/+95
* Update copyright year.Go MAEDA2019-05-258-8/+8
* Code cleanup: Use Loofah.remove_extraneous_whitespace instead of deprecated L...Go MAEDA2019-04-211-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-2/+2
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-179-26/+26
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-159-0/+18
* Reverts r17891 (#30099).Go MAEDA2019-03-101-5/+4
* URLs end with "-" are rendered incorrectly in Textile (#30259).Go MAEDA2019-03-031-3/+3
* Multiple blank lines in pre tags are not preserved in Textile (#30099).Go MAEDA2019-02-201-4/+5
* Preview URL in Wiki Toolbar should be escaped (#30758).Go MAEDA2019-02-112-2/+2
* Tags start with 'pre' are handled as 'pre' tag in Textile (#8395).Go MAEDA2018-11-261-1/+1
* \f or \v character in Textile markup may cause RegexpError exception (#29756).Go MAEDA2018-10-281-1/+1
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-291-0/+1
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-262-5/+6
* Fix: Textile phrase modifiers break wiki macros (#29247).Go MAEDA2018-07-211-1/+1
* User link syntax (user:login) doesn't work for logins consisting of an email ...Jean-Philippe Lang2018-06-172-13/+6
* Enable and add underline button to the toolbar for Markdown formatting (#28169).Jean-Philippe Lang2018-06-162-3/+5
* Fix: Syntax highlighter does not work if language name is single-quoted (#284...Go MAEDA2018-05-021-1/+1