summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/textile/formatter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Fix RuboCop offense Style/RedundantRegexpArgument (#36919).Go MAEDA2023-06-291-1/+1
* Fix RuboCop offense Performance/RedundantMatch (#38146).Go MAEDA2023-01-111-1/+1
* Fix RuboCop offense Performance/ConstantRegexp (#38146).Go MAEDA2023-01-111-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Move methods related to wiki section to a helper file and include it in all 3...Marius Balteanu2022-06-161-16/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* 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
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add empty line after guard clause to lib/redmine/wiki_formatting/textile/form...Toshi MARUYAMA2020-10-281-0/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* filter all possibly class values on code tags in Textile (#25742)Toshi MARUYAMA2019-12-051-3/+4
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wi...Toshi MARUYAMA2019-10-151-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-4/+4
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-291-0/+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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Filter arbitrary class names and ids in rendered HTML output (#25503).Jean-Philippe Lang2017-04-061-2/+8
* Moves redcloth3.rb to lib/redmine/wiki_formatting/textile.Jean-Philippe Lang2017-03-031-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed: Cannot edit a wiki section which title starts with a tab (#12799).Jean-Philippe Lang2013-01-101-1/+1
* Fixed that lines with spaces only before headings break wiki section extracti...Jean-Philippe Lang2012-06-111-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Extracted auto_link and auto_mailto to a module.Jean-Philippe Lang2012-03-041-52/+4
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-121-1/+1
* Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-1/+1
* Fixed: Wiki section edit escapes code tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-1/+2
* Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...Jean-Philippe Lang2011-11-281-1/+1
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-0/+63
* remove trailing white-spaces from lib/redmine/wiki_formatting/textile/formatt...Toshi MARUYAMA2011-09-011-15/+15
* Fixed: line breaks are ignored in quoted text (#6148).Jean-Philippe Lang2011-03-141-1/+1
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-061-47/+2
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-231-1/+1
* Sanitize image links and handle nils in the toc formatter. #5445Eric Davis2010-06-241-1/+3
* Display the link name when external links are used in the toc macro. #5445Eric Davis2010-06-191-0/+3
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-241-2/+4
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).Jean-Philippe Lang2010-03-141-2/+1
* Do not html escape code that is going to be highlighted (#2985, #3359).Jean-Philippe Lang2010-03-141-1/+1
* Adds a setting to cache textile rendering (off by default).Jean-Philippe Lang2010-02-061-29/+2
* Allow line breaks in wiki table cells (#2346).Jean-Philippe Lang2009-07-191-1/+1
* Fixed: TOC does not parse wiki page reference links with description (#2601).Jean-Philippe Lang2009-01-291-1/+1
* Disable textile inline styles to prevent XSS attacks (#2377).Jean-Philippe Lang2008-12-281-0/+1