summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-3/+4
* Extracted auto_link and auto_mailto to a module.Jean-Philippe Lang2012-03-041-1/+59
* Handle the case of a text formatter that doesn't support section edit (#2222).Jean-Philippe Lang2011-11-181-0/+5
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-31/+7
* remove trailing white-spaces from lib/redmine/wiki_formatting.rb.Toshi MARUYAMA2011-09-011-17/+17
* Fixed: Deselecting textile text formatting causes interning empty string erro...Jean-Philippe Lang2010-02-171-4/+4
* Renames WikiFormatting.cache to .cache_storeJean-Philippe Lang2010-02-061-3/+3
* Adds a setting to cache textile rendering (off by default).Jean-Philippe Lang2010-02-061-1/+52
* Fixed: error raised when rendering text that contains an email address with t...Jean-Philippe Lang2009-11-241-0/+1
* Fixes that Redmine::WikiFormatting.register did not raise ArgumentError when ...Jean-Philippe Lang2009-03-071-1/+1
* 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