summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/wiki_formatting
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in test name: s/highligth/highlight/ (#29440).Go MAEDA2018-08-261-1/+1
* Fix: Textile phrase modifiers break wiki macros (#29247).Go MAEDA2018-07-211-0/+5
* Enable and add underline button to the toolbar for Markdown formatting (#28169).Jean-Philippe Lang2018-06-161-0/+4
* Fix: Syntax highlighter does not work if language name is single-quoted (#284...Go MAEDA2018-05-021-0/+3
* Markdown pre-block could derive incorrect wiki sections (#25299).Jean-Philippe Lang2018-04-071-0/+55
* Move textile footnotes test to TextileFormatterTest (#28207).Go MAEDA2018-03-021-0/+15
* Add footnotes test for markdown formatter (#28207).Go MAEDA2018-03-021-0/+24
* Enable lax_spacing for markdown formatting (#28119).Go MAEDA2018-02-161-0/+9
* Add tests for "height" and "max-height" (#26552).Go MAEDA2018-01-131-1/+3
* Allow "max-height", "max-width", "min-height" and "min-width" CSS properties ...Go MAEDA2018-01-111-0/+2
* Set a default size for macro thumbnails different from the preview thumbnails.Jean-Philippe Lang2017-07-191-5/+5
* Update copyright.Jean-Philippe Lang2017-06-256-6/+6
* Filter arbitrary class names and ids in rendered HTML output (#25503).Jean-Philippe Lang2017-04-062-3/+54
* Add kbd to ALLOWED_TAGS (#25503).Jean-Philippe Lang2017-04-061-0/+6
* Add "Table of contents" heading to toc macro (#23179).Jean-Philippe Lang2016-11-191-1/+3
* Include url helpers in helper tests.Jean-Philippe Lang2016-07-161-1/+2
* Fixed that empty Markdown image tag raises en error (#23246).Jean-Philippe Lang2016-07-061-0/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-136-6/+6
* Adds a test for #21202 (#6969).Jean-Philippe Lang2015-11-111-0/+18
* Reverts r14812 (#6969).Jean-Philippe Lang2015-11-111-8/+1
* Fixed that less-than sign is not escaped by textile formatter (#6969).Jean-Philippe Lang2015-11-071-1/+8
* Table renders wrong if a trailing space is after | symbol (#18223).Jean-Philippe Lang2015-09-201-0/+22
* Markdown formatter not running on rake test.Jean-Philippe Lang2015-06-161-1/+1
* Remove style tags from html body (#15716).Jean-Philippe Lang2015-06-161-0/+5
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-153-0/+90
* Can't apply textile modifiers to 1 non-ASCII character (#19995).Jean-Philippe Lang2015-06-061-0/+6
* Copyright update.Jean-Philippe Lang2015-01-113-3/+3
* Textile: ignore invalid lang attribute values (#18501).Jean-Philippe Lang2014-11-301-0/+14
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+8
* Use relative URL for thumbnails according to :only_path option (#18119).Jean-Philippe Lang2014-10-181-5/+14
* Include host in macro generated thumbnails urls (#16989).Jean-Philippe Lang2014-07-051-6/+6
* Crash in markdown formatter causes ruby process to end (#16781).Jean-Philippe Lang2014-05-021-0/+12
* Set Redcarpet :no_intra_emphasis to true (#16669).Jean-Philippe Lang2014-04-261-0/+4
* Fixed that collapse macro with headings breaks the table of contents (#16077).Jean-Philippe Lang2014-02-151-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