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
*
Cleanup (#12050).
Jean-Philippe Lang
2012-10-09
1
-3
/
+0
*
Fixed that export: links are broken (#12050).
Jean-Philippe Lang
2012-10-09
1
-6
/
+20
*
sort custom field issue filter by type and position (#12018)
Toshi MARUYAMA
2012-10-04
1
-0
/
+20
*
change "is_private" issue filter order from 15 to 16 (#12018)
Toshi MARUYAMA
2012-10-04
1
-0
/
+2
*
change "status" issue filter order from 1 to 0 (#12018)
Toshi MARUYAMA
2012-10-04
1
-0
/
+2
*
split QueriesHelper filters_options_for_select method and add new unit test (...
Toshi MARUYAMA
2012-10-04
1
-0
/
+41
*
Upgrade to Rails 3.2.8 (#11758).
Jean-Philippe Lang
2012-09-02
1
-1
/
+1
*
code cleanup test_with_a_start_date_attribute_* of unit IssuesHelperTest
Toshi MARUYAMA
2012-09-01
1
-10
/
+10
*
replace shoulder "with a due_date attribute" context of unit IssuesHelperTest...
Toshi MARUYAMA
2012-09-01
1
-5
/
+17
*
use date_format setting at unit IssuesHelperTest test_with_a_start_date_attri...
Toshi MARUYAMA
2012-09-01
1
-2
/
+6
*
replace shoulder "with a start_date attribute" context of test/unit/helpers/i...
Toshi MARUYAMA
2012-09-01
1
-9
/
+17
*
Fixed: Can't use non-latin anchor in wiki (#11577).
Jean-Philippe Lang
2012-08-13
1
-0
/
+4
*
cherry-pick avatar test from reverted r10184
Toshi MARUYAMA
2012-08-11
1
-19
/
+21
*
Reverted r10184 (#9365).
Jean-Philippe Lang
2012-08-10
1
-31
/
+19
*
Use SSL for gravatars according to the protocol in settings (#9365).
Jean-Philippe Lang
2012-08-09
1
-19
/
+31
*
Removed line numbers from syntax highlightment.
Jean-Philippe Lang
2012-07-29
1
-1
/
+1
*
Fixed assertion.
Jean-Philippe Lang
2012-07-29
1
-1
/
+1
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
1
-2
/
+3
*
Do not propose non-assignable version (#11506).
Jean-Philippe Lang
2012-07-27
1
-1
/
+1
*
Changed issues css class from priority-{position} to status-{id} (#2071).
Jean-Philippe Lang
2012-07-26
1
-3
/
+3
*
Don't turn #nnn with leading zeros into link (#11494).
Jean-Philippe Lang
2012-07-24
1
-0
/
+2
*
add some avatar tests
Toshi MARUYAMA
2012-06-11
1
-0
/
+8
*
Adaptive display of "Per page" links (#7720).
Jean-Philippe Lang
2012-05-10
1
-0
/
+15
*
Copyright update.
Jean-Philippe Lang
2012-05-05
7
-7
/
+7
*
scm: fix git and mercurial branch list box action
Toshi MARUYAMA
2012-05-02
1
-0
/
+7
*
Updated test for r9608.
Jean-Philippe Lang
2012-05-01
1
-2
/
+2
*
Makes image_tag pick the image from the current theme if it exists.
Jean-Philippe Lang
2012-04-28
1
-0
/
+12
*
Adds support for :plugin option to image_tag helper.
Jean-Philippe Lang
2012-04-28
1
-0
/
+8
*
Restores support for :plugin support to stylesheet_link_tag and javascript_in...
Jean-Philippe Lang
2012-04-28
1
-0
/
+16
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-1
/
+1
*
No need to save journal details.
Jean-Philippe Lang
2012-04-22
1
-11
/
+11
*
Additional tests for IssuesHelper#show_detail.
Jean-Philippe Lang
2012-04-22
1
-23
/
+50
*
Include ERB::Util in helpers tests.
Jean-Philippe Lang
2012-03-04
5
-0
/
+6
*
No need to save the record.
Jean-Philippe Lang
2012-03-04
1
-10
/
+10
*
Extracted auto_link and auto_mailto to a module.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Removed obsolete helper empty test class.
Jean-Philippe Lang
2012-03-01
1
-4
/
+0
*
Moved redmine links escaping assertions to their own test.
Jean-Philippe Lang
2012-02-15
1
-11
/
+17
*
Adds support for "Magic links" to notes (#2715).
Jean-Philippe Lang
2012-02-15
1
-0
/
+7
*
Fixed: {{toc}} uses identical anchors for subsections with the same name (#81...
Jean-Philippe Lang
2012-02-14
1
-0
/
+27
*
Updated test against r8860.
Jean-Philippe Lang
2012-02-12
1
-2
/
+1
*
Fixed: wrong section edit links when a heading contains inline code (#10199).
Jean-Philippe Lang
2012-02-11
1
-0
/
+45
*
Fixed "can't convert Fixnum into String" error on projects with numerical ide...
Jean-Philippe Lang
2012-02-06
1
-0
/
+8
*
Adds support for multiple repositories to redmine links (#779).
Jean-Philippe Lang
2012-01-22
1
-0
/
+67
*
Adds a <<me>> option at the top of the assignee drop-down (#1102).
Jean-Philippe Lang
2012-01-21
1
-0
/
+9
*
Rails3.1: test: include ERB::Util in unit/helpers/search_helper_test.rb
Toshi MARUYAMA
2012-01-02
1
-0
/
+1
*
test: include ERB::Util at test/unit/helpers/issues_helper_test.rb
Toshi MARUYAMA
2011-12-22
1
-0
/
+1
*
#new is just fine.
Jean-Philippe Lang
2011-12-18
1
-2
/
+2
*
#new is just fine.
Jean-Philippe Lang
2011-12-18
1
-1
/
+1
*
Make sure setting is not changed in test.
Jean-Philippe Lang
2011-12-18
1
-4
/
+4
*
Code cleanup.
Jean-Philippe Lang
2011-12-18
1
-1
/
+0
[next]