OSDN Git Service

Merged r6126 from trunk.
[redminele/redmine.git] / lib / redcloth3.rb
2011-03-14 Jean-Philippe LangFixed: line breaks are ignored in quoted text (#6148).
2011-03-12 Jean-Philippe LangFixed: Wiki headings containing backslash followed...
2010-12-05 Jean-Philippe LangFixed: class attribute with spaces on pre tags truncate...
2010-11-06 Jean-Philippe LangMakes textile formatter accept 2 letters acronym (...
2010-04-30 Jean-Philippe LangFixes some textile issues with JRuby (#5404).
2010-03-24 Jean-Philippe LangEscape href attribute in auto links (#5179).
2010-03-20 Jean-Philippe LangFixed: Double-dash results in strikethrough text (...
2010-03-14 Jean-Philippe LangDo not html escape code that is going to be highlighted...
2010-03-12 Jean-Philippe LangFixed: inline code with less-then/greater-than produces...
2010-03-12 Jean-Philippe LangFixed: text formatting breaks when using parenthesis...
2010-03-11 Jean-Philippe LangFixed: some textile modifiers combinations don't work...
2009-12-09 Jean-Philippe LangDisabled broken textile references (#4354).
2009-11-11 Jean-Philippe LangFixed pre tags containing "<pre*" (#4125).
2009-11-07 Jean-Philippe LangFixes a regexp for ruby1.9.
2009-11-04 Jean-Philippe LangFixed: inline images in wiki headings (#4112).
2009-07-19 Jean-Philippe LangAllow line breaks in wiki table cells (#2346).
2009-04-21 Jean-Philippe LangLess aggressive textile image tag parsing (#3209).
2009-04-07 Jean-Philippe LangAllow textile mailto links (#3127).
2009-01-31 Jean-Philippe LangLess strict textile links parsing (#2582).
2008-12-30 Jean-Philippe LangStricter textile links parsing (#2417).
2008-12-28 Jean-Philippe LangDisable textile inline styles to prevent XSS attacks...
2008-12-28 Jean-Philippe LangFixed bold syntax around single character in series...
2008-12-23 Jean-Philippe LangEscape textile titles and styles (#2377).
2008-12-19 Jean-Philippe LangEscape double-quotes in image titles.
2008-11-11 Jean-Philippe LangLess agressive Redcloth lang attribute parsing (#2091).
2008-11-08 Jean-Philippe LangFixes syntax highlighting broken by r1930 (#2143).
2008-10-27 Jean-Philippe LangAdds back textile acronyms support (#2077).
2008-10-18 Jean-Philippe LangFixed: textile footnotes no longer work after r1113...
2008-10-12 Jean-Philippe LangRemove pre tag attributes.
2008-09-23 Jean-Philippe LangFixes html escaping.
2008-09-17 Jean-Philippe LangFixed: http links containing parentheses fail to reder...
2008-09-11 Jean-Philippe LangRenames bundled RedCloth to RedCloth3 to avoid RedCloth...