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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r20440 (#10535).
Go MAEDA
2020-12-22
1
-15
/
+2
*
use 'assert_not' instead of 'assert !' at IssuesControllerTest
Toshi MARUYAMA
2020-12-19
1
-4
/
+4
*
use '\' instead of '+' to concatenate strings at RepositoriesFilesystemContro...
Toshi MARUYAMA
2020-12-19
1
-2
/
+2
*
shorten long line of test/unit/project_test.rb
Toshi MARUYAMA
2020-12-19
1
-25
/
+60
*
shorten long line of IssuesControllerTest
Toshi MARUYAMA
2020-12-19
1
-22
/
+48
*
shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rb
Toshi MARUYAMA
2020-12-19
1
-8
/
+17
*
shorten long line of test/unit/lib/redmine/helpers/diff_test.rb
Toshi MARUYAMA
2020-12-19
1
-2
/
+3
*
shorten long line of test/unit/lib/redmine/wiki_formatting/textile_formatter_...
Toshi MARUYAMA
2020-12-19
1
-12
/
+38
*
shorten long line of VersionsHelperTest
Toshi MARUYAMA
2020-12-19
1
-5
/
+19
*
use with_settings at AccountControllerOpenidTest#test_login_with_openid_for_e...
Toshi MARUYAMA
2020-12-17
1
-8
/
+6
*
remove redundant 'return' from ApplicationHelperTest
Toshi MARUYAMA
2020-12-17
1
-1
/
+1
*
use 'lambda' instead of '->{}' at RolesControllerTest
Toshi MARUYAMA
2020-12-17
1
-2
/
+2
*
Fix the order of assert params (#34123).
Go MAEDA
2020-12-17
1
-1
/
+1
*
Add a test for ProjectCustomField creation (#33268).
Go MAEDA
2020-12-16
1
-0
/
+26
*
Atom feed on project with subprojects should show in article title the name o...
Go MAEDA
2020-12-14
1
-0
/
+20
*
use with_settings at AccountControllerOpenidTest#test_login_with_openid_for_e...
Toshi MARUYAMA
2020-12-12
1
-8
/
+6
*
use '\' instead of '+' to concatenate strings at RepositoriesMercurialControl...
Toshi MARUYAMA
2020-12-12
1
-2
/
+2
*
add 'freeze' to avoid immutable array literals in loops at MercurialAdapterTest
Toshi MARUYAMA
2020-12-12
1
-16
/
+16
*
shorten long line of ApplicationHelperTest
Toshi MARUYAMA
2020-12-12
1
-14
/
+30
*
Fix that disabled trackers of subprojects are listed in project overview (#10...
Go MAEDA
2020-12-12
1
-0
/
+19
*
Spent time details are displayed in incorrect order when sorted by week and d...
Go MAEDA
2020-12-12
1
-0
/
+27
*
use with_settings at IssueRelationsControllerTest#test_should_create_relation...
Toshi MARUYAMA
2020-12-11
1
-13
/
+14
*
remove space inside array brackets from test/unit/mailer_test.rb
Toshi MARUYAMA
2020-12-11
1
-2
/
+2
*
remove space inside array brackets from test/unit/search_test.rb
Toshi MARUYAMA
2020-12-11
1
-1
/
+1
*
remove empty line at method body end of test/unit/lib/redmine/menu_manager/me...
Toshi MARUYAMA
2020-12-11
1
-2
/
+0
*
remove empty line at method body end of test/unit/lib/redmine/unified_diff_te...
Toshi MARUYAMA
2020-12-11
1
-1
/
+0
*
shorten long line of test/unit/lib/redmine/menu_manager/mapper_test.rb
Toshi MARUYAMA
2020-12-11
1
-17
/
+20
*
shorten long line of IssueRelationsControllerTest
Toshi MARUYAMA
2020-12-11
1
-1
/
+3
*
Allow to add subtask from context menu (#34303).
Go MAEDA
2020-12-10
2
-0
/
+46
*
use with_settings at ReportsControllerTest#test_get_issue_report_details_by_t...
Toshi MARUYAMA
2020-12-10
1
-7
/
+3
*
shorten long line of test/unit/time_entry_activity_test.rb
Toshi MARUYAMA
2020-12-10
1
-5
/
+24
*
shorten long line of ApplicationHelperTest
Toshi MARUYAMA
2020-12-10
1
-34
/
+71
*
Require to enter project's identifier to confirm project deletion (#34417).
Go MAEDA
2020-12-10
1
-3
/
+13
*
Require explicit confirmation before deleting a user (#34417).
Go MAEDA
2020-12-10
1
-6
/
+32
*
use with_settings at MailHandlerControllerTest#test_new
Toshi MARUYAMA
2020-12-09
1
-3
/
+6
*
shorten long line of test/unit/member_test.rb
Toshi MARUYAMA
2020-12-09
1
-6
/
+21
*
shorten long line of test/unit/lib/redmine/field_format/version_field_format_...
Toshi MARUYAMA
2020-12-09
1
-11
/
+26
*
shorten long line of SearchHelperTest
Toshi MARUYAMA
2020-12-09
1
-3
/
+12
*
500 error when attempting to create custom field enumeration with empty name ...
Go MAEDA
2020-12-06
1
-0
/
+36
*
Add system tests for inline autocomplete (#34123).
Go MAEDA
2020-12-06
1
-0
/
+132
*
Use robots.txt instead of robots meta tag to prevent web crawlers from indexi...
Go MAEDA
2020-12-05
2
-4
/
+3
*
CSV import raises an exception if CSV header has empty columns (#22913, #34326).
Go MAEDA
2020-12-05
1
-2
/
+2
*
use with_settings at MailHandlerControllerTest#test_should_not_allow_with_wro...
Toshi MARUYAMA
2020-12-04
1
-10
/
+14
*
fix source indent of test/unit/lib/redmine/unified_diff_test.rb
Toshi MARUYAMA
2020-12-04
1
-10
/
+20
*
fix source indent of test/unit/repository_bazaar_test.rb
Toshi MARUYAMA
2020-12-04
1
-32
/
+45
*
fix source indent of test/unit/project_nested_set_concurrency_test.rb
Toshi MARUYAMA
2020-12-04
1
-3
/
+5
*
TypeError when attempting to update a user with a blank email address (#33355).
Go MAEDA
2020-12-03
1
-0
/
+13
*
use with_settings at MailHandlerControllerTest#test_should_not_allow_with_api...
Toshi MARUYAMA
2020-12-03
1
-10
/
+14
*
shorten long line of ApplicationHelperTest
Toshi MARUYAMA
2020-12-03
1
-14
/
+22
*
shorten long line of test/unit/mailer_test.rb
Toshi MARUYAMA
2020-12-03
1
-7
/
+35
[prev]
[next]