summaryrefslogtreecommitdiffstats
path: root/lib/redcloth.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merged r1399, r1403, r1405 and r1406 from trunk.Jean-Philippe Lang2008-05-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1407 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r1307 to r1369 from trunk.Jean-Philippe Lang2008-04-281-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1370 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