| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r14863 (#6969). | Jean-Philippe Lang | 2015-11-11 | 1 | -1/+1 |
* | Merged r14812 (#6969). | Jean-Philippe Lang | 2015-11-08 | 1 | -1/+1 |
* | Can't apply textile modifiers to 1 non-ASCII character (#19995). | Jean-Philippe Lang | 2015-06-06 | 1 | -2/+2 |
* | Makes RedCloth3#retrieve MUCH faster (#18883). | Jean-Philippe Lang | 2015-01-19 | 1 | -2/+2 |
* | Faster textile table parsing by using a single scan instead of a regexp match... | Jean-Philippe Lang | 2015-01-19 | 1 | -4/+4 |
* | #shelve should not be called if cell doesn't match attributes regexp (#18883). | Jean-Philippe Lang | 2015-01-18 | 1 | -1/+1 |
* | Textile: ignore invalid lang attribute values (#18501). | Jean-Philippe Lang | 2014-11-30 | 1 | -2/+2 |
* | fix typo at lib/redcloth3.rb | Toshi MARUYAMA | 2014-04-15 | 1 | -1/+1 |
* | Replaced acronym with abbr tags (#15191). | Jean-Philippe Lang | 2013-10-26 | 1 | -2/+2 |
* | Removed debug log (#14038). | Jean-Philippe Lang | 2013-05-18 | 1 | -1/+0 |
* | Fixed that ordered/unordered lists inside table cell are mangled (#14038). | Jean-Philippe Lang | 2013-05-14 | 1 | -1/+2 |
* | Fixed that autolinks and textile links ending with cyrilic characters are bro... | Jean-Philippe Lang | 2012-11-24 | 1 | -2/+2 |
* | Accept float in inline styles. | Jean-Philippe Lang | 2012-09-16 | 1 | -1/+1 |
* | Fixed that textile nested lists are not properly closed in output (#10642). | Jean-Philippe Lang | 2012-04-18 | 1 | -1/+1 |
* | Do not recognize invalid textile attributes. | Jean-Philippe Lang | 2012-02-17 | 1 | -3/+3 |
* | Allows custom styles in textile formatting using a white list of styles (#2416). | Jean-Philippe Lang | 2012-02-12 | 1 | -1/+14 |
* | Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673). | Jean-Philippe Lang | 2011-11-28 | 1 | -3/+3 |
* | Escape image urls in wiki formatted HTML text (#9245). | Etienne Massip | 2011-10-03 | 1 | -1/+1 |
* | Fixed: line breaks are ignored in quoted text (#6148). | Jean-Philippe Lang | 2011-03-14 | 1 | -2/+2 |
* | Fixed: Wiki headings containing backslash followed by a digit are not display... | Jean-Philippe Lang | 2011-03-12 | 1 | -2/+4 |
* | Fixed: class attribute with spaces on pre tags truncated (#7033). | Jean-Philippe Lang | 2010-12-05 | 1 | -1/+1 |
* | Makes textile formatter accept 2 letters acronym (#6591). | Jean-Philippe Lang | 2010-11-06 | 1 | -1/+1 |
* | Fixes some textile issues with JRuby (#5404). | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Escape href attribute in auto links (#5179). | Jean-Philippe Lang | 2010-03-24 | 1 | -1/+1 |
* | Fixed: Double-dash results in strikethrough text (#5122). | Jean-Philippe Lang | 2010-03-20 | 1 | -0/+2 |
* | Do not html escape code that is going to be highlighted (#2985, #3359). | Jean-Philippe Lang | 2010-03-14 | 1 | -3/+7 |
* | Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416). | Jean-Philippe Lang | 2010-03-12 | 1 | -3/+3 |
* | Fixed: text formatting breaks when using parenthesis inside bold tags (#1334). | Jean-Philippe Lang | 2010-03-12 | 1 | -9/+10 |
* | Fixed: some textile modifiers combinations don't work, eg. bold inside underl... | Jean-Philippe Lang | 2010-03-11 | 1 | -3/+7 |
* | Disabled broken textile references (#4354). | Jean-Philippe Lang | 2009-12-09 | 1 | -1/+1 |
* | Fixed pre tags containing "<pre*" (#4125). | Jean-Philippe Lang | 2009-11-11 | 1 | -1/+1 |
* | Fixes a regexp for ruby1.9. | Jean-Philippe Lang | 2009-11-07 | 1 | -1/+1 |
* | Fixed: inline images in wiki headings (#4112). | Jean-Philippe Lang | 2009-11-04 | 1 | -1/+1 |
* | Allow line breaks in wiki table cells (#2346). | Jean-Philippe Lang | 2009-07-19 | 1 | -2/+7 |
* | Less aggressive textile image tag parsing (#3209). | Jean-Philippe Lang | 2009-04-21 | 1 | -1/+1 |
* | Allow textile mailto links (#3127). | Jean-Philippe Lang | 2009-04-07 | 1 | -1/+1 |
* | Less strict textile links parsing (#2582). | Jean-Philippe Lang | 2009-01-31 | 1 | -1/+1 |
* | Stricter textile links parsing (#2417). | Jean-Philippe Lang | 2008-12-30 | 1 | -2/+5 |
* | Disable textile inline styles to prevent XSS attacks (#2377). | Jean-Philippe Lang | 2008-12-28 | 1 | -2/+1 |
* | Fixed bold syntax around single character in series (#2351). | Jean-Philippe Lang | 2008-12-28 | 1 | -2/+2 |
* | Escape textile titles and styles (#2377). | Jean-Philippe Lang | 2008-12-23 | 1 | -6/+9 |
* | Escape double-quotes in image titles. | Jean-Philippe Lang | 2008-12-19 | 1 | -1/+5 |
* | Less agressive Redcloth lang attribute parsing (#2091). | Jean-Philippe Lang | 2008-11-11 | 1 | -1/+1 |
* | Fixes syntax highlighting broken by r1930 (#2143). | Jean-Philippe Lang | 2008-11-08 | 1 | -1/+5 |
* | Adds back textile acronyms support (#2077). | Jean-Philippe Lang | 2008-10-27 | 1 | -12/+12 |
* | Fixed: textile footnotes no longer work after r1113 (#974). | Jean-Philippe Lang | 2008-10-18 | 1 | -3/+3 |
* | Remove pre tag attributes. | Jean-Philippe Lang | 2008-10-12 | 1 | -1/+1 |
* | Fixes html escaping. | Jean-Philippe Lang | 2008-09-23 | 1 | -3/+3 |
* | Fixed: http links containing parentheses fail to reder correctly (#1591). Pat... | Jean-Philippe Lang | 2008-09-17 | 1 | -2/+8 |
* | Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instea... | Jean-Philippe Lang | 2008-09-11 | 1 | -0/+1158 |