summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* Merged r10885 from trunk (#12451).Jean-Philippe Lang2012-12-151-0/+19
* Fixed: New multi-line macros regexp is too eager (#11736).Jean-Philippe Lang2012-09-021-0/+19
* Let macros optionally accept a block of text (#3061).Jean-Philippe Lang2012-08-181-5/+19
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-171-7/+102
* Slight change to the macro regexp.Jean-Philippe Lang2012-08-081-0/+11
* Adds an option to macro definition to disable arguments parsing (#11578).Jean-Philippe Lang2012-08-081-3/+17
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-0/+20
* Fixed that lines with spaces only before headings break wiki section extracti...Jean-Philippe Lang2012-06-111-0/+25
* Copyright update.Jean-Philippe Lang2012-05-052-2/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+1
* Fixed that textile nested lists are not properly closed in output (#10642).Jean-Philippe Lang2012-04-181-0/+30
* Do not recognize invalid textile attributes.Jean-Philippe Lang2012-02-171-1/+1
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-121-0/+44
* ruby1.9: macro must accept 2 arguments.Jean-Philippe Lang2011-12-101-1/+1
* Adds a test for child_pages macro failure.Jean-Philippe Lang2011-12-031-0/+4
* Adds a test for macro registration.Jean-Philippe Lang2011-12-031-0/+11
* Adds a test for macro_list wiki macro.Jean-Philippe Lang2011-12-031-0/+5
* Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-0/+5
* Fixed: Wiki section edit escapes code tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-0/+5
* Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...Jean-Philippe Lang2011-11-281-0/+10
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-0/+105
* add unit test of escaping image urls (#9245)Toshi MARUYAMA2011-11-021-0/+7
* remove trailing white-spaces from test/unit/lib/redmine/wiki_formatting/macro...Toshi MARUYAMA2011-08-301-15/+15
* remove trailing white-spaces from test/unit/lib/redmine/wiki_formatting/texti...Toshi MARUYAMA2011-08-301-18/+18
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/w...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/w...Toshi MARUYAMA2011-06-221-1/+1
* Fixed: line breaks are ignored in quoted text (#6148).Jean-Philippe Lang2011-03-141-1/+1
* Moved text formatting tests from application_helper tests to formatter tests.Jean-Philippe Lang2011-03-141-0/+109
* Fixed: Wiki headings containing backslash followed by a digit are not display...Jean-Philippe Lang2011-03-121-3/+9
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-122-2/+2
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-061-0/+3
* Makes textile formatter accept 2 letters acronym (#6591).Jean-Philippe Lang2010-11-061-0/+8
* Fixed: Double-dash results in strikethrough text (#5122).Jean-Philippe Lang2010-03-201-0/+7
* More detailed failures message.Jean-Philippe Lang2010-03-121-1/+1
* Fixes a test failure.Jean-Philippe Lang2010-03-121-1/+1
* Refactors textile formatting tests.Jean-Philippe Lang2010-03-121-16/+15
* Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416).Jean-Philippe Lang2010-03-121-0/+19
* Fixed: text formatting breaks when using parenthesis inside bold tags (#1334).Jean-Philippe Lang2010-03-121-0/+18
* Fixed: some textile modifiers combinations don't work, eg. bold inside underl...Jean-Philippe Lang2010-03-111-0/+45
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-5/+5
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-0/+98