summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers/application_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds tests for class attribute parsing on pre/code tags.Jean-Philippe Lang2010-12-181-0/+3
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-051-0/+3
* Render TOC as nested lists (#1857).Jean-Philippe Lang2010-11-061-13/+26
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-061-1/+23
* Makes textile formatter accept 2 letters acronym (#6591).Jean-Philippe Lang2010-11-061-14/+0
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-2/+2
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-231-0/+2
* Revert part of r4064.Eric Davis2010-10-151-9/+0
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-1/+1
* Change link_to_if_authorized to allow url paths. (Fixes #6195)Eric Davis2010-09-061-0/+29
* Use the built in Rails ActionView::TestCase for testing helpers.Eric Davis2010-09-061-4/+1
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-0/+12
* Sanitize image links and handle nils in the toc formatter. #5445Eric Davis2010-06-241-1/+5
* Display the link name when external links are used in the toc macro. #5445Eric Davis2010-06-191-0/+2
* Fixes broken test.Jean-Philippe Lang2010-03-281-1/+1
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-241-1/+5
* Accept issue links inside brackets (#4418).Jean-Philippe Lang2010-03-171-1/+1
* Close unclosed pre/code tags (#4265).Jean-Philippe Lang2010-03-151-0/+14
* Do not parse redmine links inside pre/code tags (#1288).Jean-Philippe Lang2010-03-151-0/+27
* Fixed closing tags in syntax highlighting tests.Jean-Philippe Lang2010-03-151-2/+2
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-141-0/+8
* Fixed: Pound (#) followed by number with leading zero (0) removes leading zer...Jean-Philippe Lang2010-02-181-0/+2
* Adds projects links (#4812).Jean-Philippe Lang2010-02-131-2/+9
* Add test for #4354.Jean-Philippe Lang2009-12-091-0/+4
* Fixed some tests that where looking for specific issue urls but weren't matchingEric Davis2009-11-141-1/+1
* Fixed pre tags containing "<pre*" (#4125).Jean-Philippe Lang2009-11-111-0/+22
* Fixes ApplicationHelper#link_to_userJean-Philippe Lang2009-11-111-0/+20
* Fixes distance of date in words calculation.Jean-Philippe Lang2009-11-071-2/+2
* Fixed: inline images in wiki headings (#4112).Jean-Philippe Lang2009-11-041-0/+13
* Adds a test for attached image inside a link (#4033).Jean-Philippe Lang2009-10-241-1/+3
* Missing 'test_' prefix on a helper test caused it to not run.Eric Davis2009-09-031-1/+1
* Allow line breaks in wiki table cells (#2346).Jean-Philippe Lang2009-07-191-1/+40
* Do not require a non-word character after a comma in Redmine links (#3561).Jean-Philippe Lang2009-07-041-0/+5
* Less aggressive textile image tag parsing (#3209).Jean-Philippe Lang2009-04-211-0/+4
* Add test for r2664 (#3127).Jean-Philippe Lang2009-04-071-1/+3
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-42/+8
* Leave wiki links untouched if target project doesn't exist or have no wiki.Jean-Philippe Lang2009-02-101-0/+3
* Fixed: inline attached image should not match partial filename (#2683).Jean-Philippe Lang2009-02-051-1/+3
* Cleaning test.Jean-Philippe Lang2009-01-291-1/+1
* Fixed: TOC does not parse wiki page reference links with description (#2601).Jean-Philippe Lang2009-01-291-3/+6
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-16/+16
* Disable textile inline styles to prevent XSS attacks (#2377).Jean-Philippe Lang2008-12-281-1/+2
* Fixed bold syntax around single character in series (#2351).Jean-Philippe Lang2008-12-281-1/+4
* Escape textile titles and styles (#2377).Jean-Philippe Lang2008-12-231-0/+10
* Escape double-quotes in image titles.Jean-Philippe Lang2008-12-191-0/+2
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-26/+0
* Less agressive Redcloth lang attribute parsing (#2091).Jean-Philippe Lang2008-11-111-0/+1
* Turn ftps and sftp proto into links (#1514).Jean-Philippe Lang2008-11-111-0/+3