summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missing html_safe.Jean-Philippe Lang2011-12-261-1/+1
* ruby1.9: macro must accept 2 arguments.Jean-Philippe Lang2011-12-101-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/macros.rb.Toshi MARUYAMA2011-09-011-15/+15
* 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-062-48/+3
* 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
* Fixed: child_pages macro fails on wiki page history (#4152).Jean-Philippe Lang2009-11-041-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
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-13/+27
* 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
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-261-0/+6
* Include macro can include a page of another project wiki using !{{include(pro...Jean-Philippe Lang2008-04-131-13/+16
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-051-1/+1
* Added:Jean-Philippe Lang2008-02-161-2/+19
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-121-0/+81