summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* Merged r12899 (#16077).Jean-Philippe Lang2014-02-231-0/+16
* Rails4: replace hard-coded html with class at Redmine::WikiFormatting::Macros...Toshi MARUYAMA2014-02-131-6/+18
* update copyright year (#15977)Toshi MARUYAMA2014-01-293-3/+3
* remove unneeded including ApplicationHelper from helper testsToshi MARUYAMA2013-12-261-2/+0
* Don't load redcarpet with JRuby.Jean-Philippe Lang2013-12-231-0/+4
* Adds experimental support for Markdown formatting with redcarpet (#15520).Jean-Philippe Lang2013-12-231-0/+62
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-261-4/+4
* Fixed that ordered/unordered lists inside table cell are mangled (#14038).Jean-Philippe Lang2013-05-141-0/+36
* 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-0/+14
* Fixed that macros with uppercase letters can not be called (#12744).Jean-Philippe Lang2013-01-051-0/+6
* Fixed that #extract_macro_options should not be greedy (#12451).Jean-Philippe Lang2012-11-271-0/+19
* Adds a macro for inserting collapsed text (#12167).Jean-Philippe Lang2012-10-201-0/+30
* Adds a "depth" option to the child_pages macro (#10789).Jean-Philippe Lang2012-09-161-3/+15
* 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