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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix source indent of ApplicationHelperTest
Toshi MARUYAMA
2014-02-07
1
-1
/
+1
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki...
Toshi MARUYAMA
2014-02-06
1
-18
/
+52
*
use escaped "Can't" constant at IssuesHelperTest
Toshi MARUYAMA
2014-02-06
1
-2
/
+2
*
Rails4: add ApplicationHelper#truncate_single_line_raw method replacing trunc...
Toshi MARUYAMA
2014-02-06
1
-3
/
+3
*
add tests of ApplicationHelper#link_to_issue subject and title
Toshi MARUYAMA
2014-02-06
1
-0
/
+35
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_pre_...
Toshi MARUYAMA
2014-02-06
1
-2
/
+10
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link...
Toshi MARUYAMA
2014-02-06
1
-1
/
+2
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link...
Toshi MARUYAMA
2014-02-06
1
-1
/
+2
*
do stricter ApplicationHelperTest#test_truncate_single_line
Toshi MARUYAMA
2014-02-06
1
-2
/
+2
*
add tests of ApplicationHelper#truncate_single_line
Toshi MARUYAMA
2014-02-06
1
-0
/
+18
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki...
Toshi MARUYAMA
2014-02-05
1
-12
/
+35
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link...
Toshi MARUYAMA
2014-02-05
1
-1
/
+2
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link...
Toshi MARUYAMA
2014-02-05
1
-1
/
+2
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_cros...
Toshi MARUYAMA
2014-02-05
1
-2
/
+4
*
code format clean up ApplicationHelperTest#test_cross_project_redmine_links
Toshi MARUYAMA
2014-02-05
1
-7
/
+12
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_atta...
Toshi MARUYAMA
2014-02-05
1
-4
/
+7
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_atta...
Toshi MARUYAMA
2014-02-05
1
-3
/
+4
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki...
Toshi MARUYAMA
2014-02-05
1
-6
/
+8
*
use escaped "Can't" constant at ApplicationHelperTest
Toshi MARUYAMA
2014-02-05
1
-1
/
+1
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_redm...
Toshi MARUYAMA
2014-02-05
1
-3
/
+4
*
Rails4: use link_to instead of hard coded html at ApplicationHelperTest#test_...
Toshi MARUYAMA
2014-02-04
1
-12
/
+27
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
10
-10
/
+10
*
Adds #favicon_path and #favicon_url helpers.
Jean-Philippe Lang
2014-01-12
1
-0
/
+22
*
Rails4: replace deprecated Relation#update_all at application helper test
Toshi MARUYAMA
2014-01-07
1
-2
/
+1
*
remove unneeded including ApplicationHelper from helper tests
Toshi MARUYAMA
2013-12-26
1
-1
/
+0
*
make WatchersHelperTest passes when config.threadsafe! is enabled (#12097)
Toshi MARUYAMA
2013-12-21
1
-0
/
+1
*
make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)
Toshi MARUYAMA
2013-12-21
1
-0
/
+1
*
Store relation type instead of i18n key in journals (#15704).
Jean-Philippe Lang
2013-12-15
1
-6
/
+6
*
Adds tests for custom field description.
Jean-Philippe Lang
2013-12-14
1
-0
/
+12
*
Merged custom fields format refactoring.
Jean-Philippe Lang
2013-12-14
1
-2
/
+3
*
Fixed test failure (#15182).
Jean-Philippe Lang
2013-10-26
1
-2
/
+2
*
Test broken by r12192 (#2199).
Jean-Philippe Lang
2013-09-30
1
-1
/
+1
*
Adds a helper for building h2 tags and setting html_title (#14517).
Jean-Philippe Lang
2013-07-28
1
-0
/
+34
*
Issue-notes Redmine links: append actual note reference to rendered links (#1...
Jean-Philippe Lang
2013-07-11
1
-2
/
+4
*
Splits tests (#1005).
Jean-Philippe Lang
2013-06-06
1
-10
/
+16
*
Prepends issue numbers with a number sign (#1005).
Jean-Philippe Lang
2013-06-06
1
-8
/
+8
*
Fixed that journal details about issue relations may disclose issues that are...
Jean-Philippe Lang
2013-06-06
1
-0
/
+20
*
Fixed that project name is not properly escaped in issue filters (#14186).
Jean-Philippe Lang
2013-05-31
1
-0
/
+10
*
remove "del" tag from deleted issue relation (#1005)
Toshi MARUYAMA
2013-05-19
1
-2
/
+2
*
add journal after creating/deleting issue relation (#1005)
Toshi MARUYAMA
2013-05-19
1
-0
/
+32
*
replace non ASCII literal to hexadecimal at ApplicationHelperTest
Toshi MARUYAMA
2013-05-18
1
-3
/
+11
*
include Redmine::I18n in ApplicationHelperTest
Toshi MARUYAMA
2013-05-18
1
-0
/
+1
*
backout r11875 ApplicationHelperTest change
Toshi MARUYAMA
2013-05-18
1
-4
/
+3
*
Include Redmine::I18n in helpers tests.
Jean-Philippe Lang
2013-05-18
8
-3
/
+11
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
1
-23
/
+17
*
move filter order tests from helper to model.
Toshi MARUYAMA
2013-05-16
1
-32
/
+1
*
Add missing unit tests for ApplicationHelper#link_to_if_authorized.
Jean-Baptiste Barth
2013-05-02
1
-14
/
+20
*
remove unused variable from QueriesHelperTest
Toshi MARUYAMA
2013-04-19
1
-1
/
+1
*
remove redundant 'IssuesHelper#' from issues_helper_test context
Toshi MARUYAMA
2013-04-12
1
-19
/
+19
*
code layout clean up issues_helper_test.rb
Toshi MARUYAMA
2013-04-12
1
-25
/
+43
[prev]
[next]