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
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix project selector on global new issue page not showing all visible project...
Go MAEDA
2021-02-01
1
-0
/
+12
*
Show a warning message for watchers who cannot view the object (#33329).
Go MAEDA
2021-01-24
1
-0
/
+15
*
Do not propose watchers that are not allowed to see the object (#33329).
Go MAEDA
2021-01-24
1
-0
/
+14
*
Some fixes for r20321:
Go MAEDA
2021-01-18
1
-0
/
+48
*
Fix that WorkflowsControllerTest fails if table cells have more than one CSS ...
Go MAEDA
2021-01-17
1
-1
/
+1
*
Add class 'error' to custom fields with validation errors (#32764, #34580).
Go MAEDA
2021-01-11
1
-0
/
+6
*
Show only valid projects on issue form when the issue is a subtask (#33419).
Go MAEDA
2021-01-01
1
-0
/
+24
*
Make archived projects visually distinguishable in nested projects lists (#34...
Go MAEDA
2020-12-30
1
-0
/
+14
*
Make sure that "is not" operator for Subproject filter does not exclude close...
Go MAEDA
2020-12-28
1
-0
/
+24
*
Subprojects issues are not displayed on main project when all subprojects are...
Go MAEDA
2020-12-27
1
-0
/
+19
*
Create custom field by copy (#34307).
Go MAEDA
2020-12-26
1
-0
/
+73
*
Bulk addition of related issues (#33418).
Go MAEDA
2020-12-25
1
-0
/
+47
*
Revert r19810 (#10535).
Go MAEDA
2020-12-22
2
-44
/
+38
*
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 IssuesControllerTest
Toshi MARUYAMA
2020-12-19
1
-22
/
+48
*
use with_settings at AccountControllerOpenidTest#test_login_with_openid_for_e...
Toshi MARUYAMA
2020-12-17
1
-8
/
+6
*
use 'lambda' instead of '->{}' at RolesControllerTest
Toshi MARUYAMA
2020-12-17
1
-2
/
+2
*
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
*
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
*
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
1
-0
/
+39
*
use with_settings at ReportsControllerTest#test_get_issue_report_details_by_t...
Toshi MARUYAMA
2020-12-10
1
-7
/
+3
*
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
*
Use robots.txt instead of robots meta tag to prevent web crawlers from indexi...
Go MAEDA
2020-12-05
1
-4
/
+0
*
use with_settings at MailHandlerControllerTest#test_should_not_allow_with_wro...
Toshi MARUYAMA
2020-12-04
1
-10
/
+14
*
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
*
use with_settings at MailHandlerControllerTest#test_should_respond_with_422_i...
Toshi MARUYAMA
2020-12-02
1
-11
/
+14
*
Robots meta tag to prevent web crawlers from indexing login, register, and lo...
Go MAEDA
2020-12-01
1
-0
/
+4
*
shorten long line of TimelogControllerTest
Toshi MARUYAMA
2020-11-30
1
-12
/
+54
*
use with_settings at MailHandlerControllerTest#test_should_update_issue
Toshi MARUYAMA
2020-11-29
1
-11
/
+14
*
Add missing fixtures to AttachmentsControllerTest (#34321).
Go MAEDA
2020-11-27
1
-1
/
+1
*
use with_settings at MailHandlerControllerTest#test_should_create_issue_with_...
Toshi MARUYAMA
2020-11-26
1
-12
/
+18
*
fix source indent of RepositoriesCvsControllerTest
Toshi MARUYAMA
2020-11-26
1
-28
/
+58
*
Create tracker by copy (#34258).
Go MAEDA
2020-11-25
1
-0
/
+49
*
use with_settings at MailHandlerControllerTest#test_should_create_issue
Toshi MARUYAMA
2020-11-22
1
-11
/
+16
*
fix source indent of EnumerationsControllerTest
Toshi MARUYAMA
2020-11-22
1
-40
/
+46
*
shorten long line of MailHandlerControllerTest
Toshi MARUYAMA
2020-11-22
1
-1
/
+2
*
more strictly assertion at MyControllerTest#test_page_with_calendar
Toshi MARUYAMA
2020-11-18
1
-1
/
+1
*
prevent random failure of MyControllerTest#test_page_with_calendar
Toshi MARUYAMA
2020-11-18
1
-6
/
+24
*
use with_settings at UsersControllerTest#test_update_with_generate_password_s...
Toshi MARUYAMA
2020-11-17
1
-13
/
+17
*
fix source indent of JournalsControllerTest
Toshi MARUYAMA
2020-11-17
1
-48
/
+58
[next]