summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/textile
Commit message (Expand)AuthorAgeFilesLines
...
* 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-241-0/+2
* 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-111-1/+2
* Fix html encoding (#31520).Jean-Philippe Lang2019-06-101-1/+7
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-061-88/+88
* Update copyright year.Go MAEDA2019-05-253-3/+3
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-174-20/+20
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-154-0/+8
* 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-111-1/+1
* 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-261-3/+4
* 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-171-1/+2
* Fix: Syntax highlighter does not work if language name is single-quoted (#284...Go MAEDA2018-05-021-1/+1
* Allow "max-height", "max-width", "min-height" and "min-width" CSS properties ...Go MAEDA2018-01-111-1/+1
* Update copyright.Jean-Philippe Lang2017-06-253-3/+3
* Render all possible inline textile images even if an invalid one exists (#261...Jean-Philippe Lang2017-06-171-1/+1
* Generate markup for uploaded image dropped into wiki-edit textarea (#26071).Jean-Philippe Lang2017-06-071-0/+1
* Filter arbitrary class names and ids in rendered HTML output (#25503).Jean-Philippe Lang2017-04-062-4/+18
* Add kbd to ALLOWED_TAGS (#25503).Jean-Philippe Lang2017-04-061-1/+1
* Moves redcloth3.rb to lib/redmine/wiki_formatting/textile.Jean-Philippe Lang2017-03-032-1/+1212
* Updates copyright for 2016.Jean-Philippe Lang2016-03-133-3/+3
* Don't duplicate tags.Jean-Philippe Lang2015-06-161-5/+3
* Remove style tags from html body (#15716).Jean-Philippe Lang2015-06-161-1/+2
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-0/+41
* rename textile wiki syntax help files (#16373)Toshi MARUYAMA2015-04-201-1/+1
* Copyright update.Jean-Philippe Lang2015-01-112-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-292-2/+2
* copy English wiki syntax helps to other languages (#14630)Toshi MARUYAMA2013-08-081-1/+1
* revert r12094 (#14630)Toshi MARUYAMA2013-08-081-1/+1
* copy English wiki syntax helps to other languages (#14630)Toshi MARUYAMA2013-08-081-1/+1
* move English wiki syntax helps to en sub directory (#14630)Toshi MARUYAMA2013-08-081-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-122-2/+2
* Fixed: Cannot edit a wiki section which title starts with a tab (#12799).Jean-Philippe Lang2013-01-101-1/+1
* Icon for the textile help link.Jean-Philippe Lang2013-01-021-4/+1
* Merged and minified jstoolbar.js and textile.js.Jean-Philippe Lang2012-07-281-2/+1