index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
helpers
/
application_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds tests for class attribute parsing on pre/code tags.
Jean-Philippe Lang
2010-12-18
1
-0
/
+3
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Fixed: class attribute with spaces on pre tags truncated (#7033).
Jean-Philippe Lang
2010-12-05
1
-0
/
+3
*
Render TOC as nested lists (#1857).
Jean-Philippe Lang
2010-11-06
1
-13
/
+26
*
Extract headings and TOC parsing from the textile formatter.
Jean-Philippe Lang
2010-11-06
1
-1
/
+23
*
Makes textile formatter accept 2 letters acronym (#6591).
Jean-Philippe Lang
2010-11-06
1
-14
/
+0
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
1
-2
/
+2
*
Fixed: auto links ending with right angle bracket shouldn't include the brack...
Jean-Baptiste Barth
2010-10-23
1
-0
/
+2
*
Revert part of r4064.
Eric Davis
2010-10-15
1
-9
/
+0
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
1
-1
/
+1
*
Change link_to_if_authorized to allow url paths. (Fixes #6195)
Eric Davis
2010-09-06
1
-0
/
+29
*
Use the built in Rails ActionView::TestCase for testing helpers.
Eric Davis
2010-09-06
1
-4
/
+1
*
Refactor: added link_to_project helper to handle links to projects
Jean-Baptiste Barth
2010-08-08
1
-0
/
+12
*
Sanitize image links and handle nils in the toc formatter. #5445
Eric Davis
2010-06-24
1
-1
/
+5
*
Display the link name when external links are used in the toc macro. #5445
Eric Davis
2010-06-19
1
-0
/
+2
*
Fixes broken test.
Jean-Philippe Lang
2010-03-28
1
-1
/
+1
*
Escape href attribute in auto links (#5179).
Jean-Philippe Lang
2010-03-24
1
-1
/
+5
*
Accept issue links inside brackets (#4418).
Jean-Philippe Lang
2010-03-17
1
-1
/
+1
*
Close unclosed pre/code tags (#4265).
Jean-Philippe Lang
2010-03-15
1
-0
/
+14
*
Do not parse redmine links inside pre/code tags (#1288).
Jean-Philippe Lang
2010-03-15
1
-0
/
+27
*
Fixed closing tags in syntax highlighting tests.
Jean-Philippe Lang
2010-03-15
1
-2
/
+2
*
Replace the hardcoded "CodeRay" css class name for highlighted elements.
Jean-Philippe Lang
2010-03-14
1
-1
/
+1
*
Optimization: load attachments when needed.
Jean-Philippe Lang
2010-03-14
1
-0
/
+8
*
Fixed: Pound (#) followed by number with leading zero (0) removes leading zer...
Jean-Philippe Lang
2010-02-18
1
-0
/
+2
*
Adds projects links (#4812).
Jean-Philippe Lang
2010-02-13
1
-2
/
+9
*
Add test for #4354.
Jean-Philippe Lang
2009-12-09
1
-0
/
+4
*
Fixed some tests that where looking for specific issue urls but weren't matching
Eric Davis
2009-11-14
1
-1
/
+1
*
Fixed pre tags containing "<pre*" (#4125).
Jean-Philippe Lang
2009-11-11
1
-0
/
+22
*
Fixes ApplicationHelper#link_to_user
Jean-Philippe Lang
2009-11-11
1
-0
/
+20
*
Fixes distance of date in words calculation.
Jean-Philippe Lang
2009-11-07
1
-2
/
+2
*
Fixed: inline images in wiki headings (#4112).
Jean-Philippe Lang
2009-11-04
1
-0
/
+13
*
Adds a test for attached image inside a link (#4033).
Jean-Philippe Lang
2009-10-24
1
-1
/
+3
*
Missing 'test_' prefix on a helper test caused it to not run.
Eric Davis
2009-09-03
1
-1
/
+1
*
Allow line breaks in wiki table cells (#2346).
Jean-Philippe Lang
2009-07-19
1
-1
/
+40
*
Do not require a non-word character after a comma in Redmine links (#3561).
Jean-Philippe Lang
2009-07-04
1
-0
/
+5
*
Less aggressive textile image tag parsing (#3209).
Jean-Philippe Lang
2009-04-21
1
-0
/
+4
*
Add test for r2664 (#3127).
Jean-Philippe Lang
2009-04-07
1
-1
/
+3
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-42
/
+8
*
Leave wiki links untouched if target project doesn't exist or have no wiki.
Jean-Philippe Lang
2009-02-10
1
-0
/
+3
*
Fixed: inline attached image should not match partial filename (#2683).
Jean-Philippe Lang
2009-02-05
1
-1
/
+3
*
Cleaning test.
Jean-Philippe Lang
2009-01-29
1
-1
/
+1
*
Fixed: TOC does not parse wiki page reference links with description (#2601).
Jean-Philippe Lang
2009-01-29
1
-3
/
+6
*
Converted routing and urls to follow the Rails REST convention.
Eric Davis
2009-01-26
1
-16
/
+16
*
Disable textile inline styles to prevent XSS attacks (#2377).
Jean-Philippe Lang
2008-12-28
1
-1
/
+2
*
Fixed bold syntax around single character in series (#2351).
Jean-Philippe Lang
2008-12-28
1
-1
/
+4
*
Escape textile titles and styles (#2377).
Jean-Philippe Lang
2008-12-23
1
-0
/
+10
*
Escape double-quotes in image titles.
Jean-Philippe Lang
2008-12-19
1
-0
/
+2
*
Extends child_pages macro to display child pages based on page parameter (#19...
Jean-Philippe Lang
2008-11-22
1
-26
/
+0
*
Less agressive Redcloth lang attribute parsing (#2091).
Jean-Philippe Lang
2008-11-11
1
-0
/
+1
*
Turn ftps and sftp proto into links (#1514).
Jean-Philippe Lang
2008-11-11
1
-0
/
+3
[next]