summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting.rb
Commit message (Expand)AuthorAgeFilesLines
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-152/+41
* Fixed: http links containing parentheses fail to reder correctly (#1591). Pat...Jean-Philippe Lang2008-09-171-2/+8
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instea...Jean-Philippe Lang2008-09-111-2/+2
* Adds Trac-Like anchors on wiki headings (#1647).Jean-Philippe Lang2008-07-281-10/+18
* TOC rendered as an unordered list.Jean-Philippe Lang2008-07-221-3/+3
* Turn ftp urls into links (#1514).Jean-Philippe Lang2008-06-231-0/+1
* Fixed: urls containing @ are parsed as email adress by the wiki formatter (#1...Jean-Philippe Lang2008-06-171-3/+7
* Fixed: TOC does not remove colorization markups (#1423).Jean-Philippe Lang2008-06-151-0/+3
* Adds multi-levels blockquotes support by using > at the beginning of lines.Jean-Philippe Lang2008-05-301-1/+1
* No multiline text for textile links.Jean-Philippe Lang2008-05-261-1/+1
* Fixed: error when using upcase language name in coderay (#1162) (Windows spec...Jean-Philippe Lang2008-05-021-1/+1
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki (#967).Jean-Philippe Lang2008-05-011-1/+1
* Added:Jean-Philippe Lang2008-02-161-7/+14
* Fixed: Textile image with style attribute cause internal server error.Jean-Philippe Lang2007-12-191-1/+2
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-121-6/+44
* Better handling of external link style assignment.Jean-Philippe Lang2007-10-011-1/+1
* Fixed TOC positionning in wiki pages.Jean-Philippe Lang2007-10-011-0/+1
* Span caps turned off in textile formatting.Jean-Philippe Lang2007-10-011-0/+1
* Fixed: Links get chopped by punctuation marks in anchors.Jean-Philippe Lang2007-09-301-14/+10
* Fixed: Links to other wiki pages in headings get corrupted (class attributes ...Jean-Philippe Lang2007-09-271-2/+4
* Small fix to TOC regexp.Jean-Philippe Lang2007-09-091-1/+1
* Added automatic table of content support on wiki pages, based on h1., h2. and...Jean-Philippe Lang2007-09-091-2/+29
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-061-1/+17
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-021-0/+79