summaryrefslogtreecommitdiffstats
path: root/lib/redcloth.rb
Commit message (Collapse)AuthorAgeFilesLines
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded ↵Jean-Philippe Lang2008-09-111-1158/+0
| | | | | | instead (#1754). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks ↵Jean-Philippe Lang2008-07-301-1/+1
| | | | | | (#1704). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent unwanted textile link parsing at end of line.Jean-Philippe Lang2008-06-161-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1557 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: notextile tag has no effect.Jean-Philippe Lang2008-06-081-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1517 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow empty cells in wiki tables.Jean-Philippe Lang2008-06-041-12/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds multi-levels blockquotes support by using > at the beginning of lines.Jean-Philippe Lang2008-05-301-0/+25
| | | | | | Textile is preserved inside quoted text. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* No multiline text for textile links.Jean-Philippe Lang2008-05-261-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: bold, italics, underline not working within parentheses (#1225).Jean-Philippe Lang2008-05-181-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1434 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Escape HTML comment tags (#1160).Jean-Philippe Lang2008-05-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1403 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace closing html tags with html entity (#910).Jean-Philippe Lang2008-04-131-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: https urls in the wiki are not displayed as external (closes #943).Jean-Philippe Lang2008-03-291-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1301 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki links:Jean-Philippe Lang2008-03-211-1/+2
| | | | | | | * fixes wiki links with pipe in table (closes #893, #870, #894) * prevent wiki link matching on multiple lines git-svn-id: http://redmine.rubyforge.org/svn/trunk@1280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes #880: code tags not formatted correctly in the wiki (broken by r1216).Jean-Philippe Lang2008-03-171-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Textile formatting:Jean-Philippe Lang2008-03-091-4/+11
| | | | | | | * escape html tags, except pre tags (#807, #795) * try to avoid unwanted quick phrase modifiers git-svn-id: http://redmine.rubyforge.org/svn/trunk@1216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not use RedCloth's glyphs (#210).Jean-Philippe Lang2008-02-031-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-151-6/+6
| | | | | | For now, attachments of the current object can be referenced only (if you're on an issue, it's possible reference attachments of this issue only). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1064 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: URL with ~ broken in wiki formatting.Jean-Philippe Lang2007-10-031-5/+5
| | | | | | All RedCloth quick phrase modifiers are now limited to a single line. git-svn-id: http://redmine.rubyforge.org/svn/trunk@796 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better handling of external link style assignment.Jean-Philippe Lang2007-10-011-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@792 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: lines in wiki content containing just a single wiki link are not ↵Jean-Philippe Lang2007-09-151-1/+1
| | | | | | displayed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@735 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-021-0/+1130
RedCloth librairy is now present in Redmine lib directory. git-svn-id: http://redmine.rubyforge.org/svn/trunk@699 e93f8b46-1217-0410-a6f0-8f06a7374b81