summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/textile
Commit message (Expand)AuthorAgeFilesLines
* Don't duplicate tags.Jean-Philippe Lang2015-06-161-5/+3
* Remove style tags from html body (#15716).Jean-Philippe Lang2015-06-161-1/+2
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-0/+41
* rename textile wiki syntax help files (#16373)Toshi MARUYAMA2015-04-201-1/+1
* Copyright update.Jean-Philippe Lang2015-01-112-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-292-2/+2
* copy English wiki syntax helps to other languages (#14630)Toshi MARUYAMA2013-08-081-1/+1
* revert r12094 (#14630)Toshi MARUYAMA2013-08-081-1/+1
* copy English wiki syntax helps to other languages (#14630)Toshi MARUYAMA2013-08-081-1/+1
* move English wiki syntax helps to en sub directory (#14630)Toshi MARUYAMA2013-08-081-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-122-2/+2
* Fixed: Cannot edit a wiki section which title starts with a tab (#12799).Jean-Philippe Lang2013-01-101-1/+1
* Icon for the textile help link.Jean-Philippe Lang2013-01-021-4/+1
* Merged and minified jstoolbar.js and textile.js.Jean-Philippe Lang2012-07-281-2/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+1
* Fixed that lines with spaces only before headings break wiki section extracti...Jean-Philippe Lang2012-06-111-1/+1
* Copyright update.Jean-Philippe Lang2012-05-052-2/+2
* Extracted auto_link and auto_mailto to a module.Jean-Philippe Lang2012-03-041-52/+4
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-121-1/+1
* Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-1/+1
* Fixed: Wiki section edit escapes code tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-1/+2
* Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...Jean-Philippe Lang2011-11-281-1/+1
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-0/+63
* remove trailing white-spaces from lib/redmine/wiki_formatting/textile/formatt...Toshi MARUYAMA2011-09-011-15/+15
* remove trailing white-spaces from lib/redmine/wiki_formatting/textile/helper.rb.Toshi MARUYAMA2011-09-011-5/+5
* Escapes wiki help link.Jean-Philippe Lang2011-03-281-1/+1
* Prettier wiki syntax help link.Jean-Philippe Lang2011-03-281-5/+3
* Load scripts and css for wiki formatter toolbar when needed.Jean-Philippe Lang2011-03-281-5/+10
* Moves jstoolbar script include tags to head.Jean-Philippe Lang2011-03-281-4/+5
* Fixed: line breaks are ignored in quoted text (#6148).Jean-Philippe Lang2011-03-141-1/+1
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-061-47/+2
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-231-1/+1
* Sanitize image links and handle nils in the toc formatter. #5445Eric Davis2010-06-241-1/+3
* Display the link name when external links are used in the toc macro. #5445Eric Davis2010-06-191-0/+3
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-241-2/+4
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).Jean-Philippe Lang2010-03-141-2/+1
* Do not html escape code that is going to be highlighted (#2985, #3359).Jean-Philippe Lang2010-03-141-1/+1
* Adds a setting to cache textile rendering (off by default).Jean-Philippe Lang2010-02-061-29/+2
* Fixes jstoolbar lang files case (#4190).Jean-Philippe Lang2009-11-111-1/+1
* Rename the wiki toolbar's JavaScript variable, 'toolbar' conflicts withEric Davis2009-10-171-1/+1
* Allow line breaks in wiki table cells (#2346).Jean-Philippe Lang2009-07-191-1/+1
* Fixed: TOC does not parse wiki page reference links with description (#2601).Jean-Philippe Lang2009-01-291-1/+1
* Slight changes to ease Rails 2.2 support.Jean-Philippe Lang2009-01-041-2/+1
* Do not use compute_public_path.Jean-Philippe Lang2009-01-041-2/+6
* Disable textile inline styles to prevent XSS attacks (#2377).Jean-Philippe Lang2008-12-281-0/+1
* Turn ftps and sftp proto into links (#1514).Jean-Philippe Lang2008-11-111-1/+1
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-272-0/+226