summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15238.Jean-Philippe Lang2016-03-131-1/+1
* Updates #wiki_format_provider plugin API with changes to wiki formatting (#20...Jean-Philippe Lang2015-06-211-1/+3
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-1/+17
* Email addresses with slashes are not linked correctly (#19735).Jean-Philippe Lang2015-05-081-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed debug messages (#18349).Jean-Philippe Lang2014-11-141-1/+0
* Removed debug messages (#18349).Jean-Philippe Lang2014-11-141-3/+0
* Fixed that URLs separated by line break are not rendered as links (#18349).Jean-Philippe Lang2014-11-141-1/+5
* fix typos of source comments at lib/redmine/wiki_formatting.rbToshi MARUYAMA2014-04-071-7/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds an option for formatter display name.Jean-Philippe Lang2013-12-231-3/+12
* Restricts characters before auto links (#10277).Jean-Philippe Lang2013-02-241-1/+1
* Fixed that www followed by a dot generates broken links in formatted text (#3...Jean-Philippe Lang2013-02-241-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that autolinks and textile links ending with cyrilic characters are bro...Jean-Philippe Lang2012-11-241-1/+1
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-171-5/+7
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Do not sanitize escaped text in NullFormatter.Jean-Philippe Lang2012-04-251-1/+1
* 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