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
*
Fix time entry user is shown twice in the User drop-down (#33341).
Go MAEDA
2020-04-27
1
-1
/
+1
*
Show open/closed badge on issue page (#33254).
Go MAEDA
2020-04-23
1
-0
/
+14
*
Show groups in members box on project overview page (#33174).
Go MAEDA
2020-04-22
1
-5
/
+9
*
Adds option to include issue custom fields in projects#show API response (#33...
Go MAEDA
2020-04-21
1
-0
/
+8
*
add Redmine::Database.sqlite? as with postgresql? and postgresql?
Toshi MARUYAMA
2020-04-20
1
-1
/
+1
*
remove duplicate mysql? and postgresql? logic
Toshi MARUYAMA
2020-04-20
1
-2
/
+2
*
use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as w...
Toshi MARUYAMA
2020-04-20
1
-1
/
+1
*
use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rb
Toshi MARUYAMA
2020-04-20
1
-1
/
+1
*
Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).
Go MAEDA
2020-04-18
1
-1
/
+1
*
Test for r19702 (#33273).
Go MAEDA
2020-04-15
1
-0
/
+16
*
scm: git: replace test repository text file content meaningfully (#24030)
Toshi MARUYAMA
2020-04-14
2
-1
/
+1
*
fix source indent of previous commit (#24030)
Toshi MARUYAMA
2020-04-14
1
-1
/
+1
*
scm: git: add test of UTF-8 Emoji committer and comments (#24030)
Toshi MARUYAMA
2020-04-14
2
-0
/
+46
*
scm: git: add new test repository which has UTF-8 Emoji committer and comment...
Toshi MARUYAMA
2020-04-14
1
-0
/
+0
*
scm: subversion: use NUM_REV at RepositorySubversionTest#test_next_nil for ea...
Toshi MARUYAMA
2020-04-14
1
-1
/
+1
*
Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...
Go MAEDA
2020-04-11
3
-3
/
+3
*
Fix that bulk download raises Errno::EACCES on Windows (#7056).
Go MAEDA
2020-04-11
1
-11
/
+15
*
Don't use User.current in TimeEntryImport model but #user instead (#32774).
Jean-Philippe Lang
2020-04-05
1
-7
/
+9
*
Creating time tracking entry for other user through rest API fails with 403 (...
Jean-Philippe Lang
2020-04-05
2
-6
/
+40
*
Reverted r19669 and r19670 (#32774).
Jean-Philippe Lang
2020-04-05
1
-38
/
+0
*
Creating time tracking entry for other user through rest API fails with 403 (...
Jean-Philippe Lang
2020-04-05
1
-3
/
+20
*
Creating time tracking entry for other user through rest API fails with 403 (...
Jean-Philippe Lang
2020-04-05
1
-0
/
+21
*
##123 syntax for linking to issues: Title cannot be distinguished from follow...
Jean-Philippe Lang
2020-04-05
1
-13
/
+10
*
Fixed assertion broken by r19654 (#3800).
Jean-Philippe Lang
2020-04-05
1
-1
/
+1
*
Adds a test for r19660 (#32793).
Jean-Philippe Lang
2020-04-05
1
-0
/
+33
*
Fix sort does not work with group by datetime columns (#33110).
Jean-Philippe Lang
2020-04-05
1
-0
/
+28
*
Editing time entries should show the time entry user (#3800).
Jean-Philippe Lang
2020-04-05
1
-0
/
+7
*
Reorder and rename test added in r19651 (#32973).
Jean-Philippe Lang
2020-04-05
1
-15
/
+15
*
Editing a time entry for a locked user changes the user to the current user (...
Jean-Philippe Lang
2020-04-05
1
-0
/
+42
*
Time entries csv export should check issue visibility (#33075).
Jean-Philippe Lang
2020-04-05
1
-0
/
+13
*
Support custom fields when exporting users to CSV (#33126).
Go MAEDA
2020-04-04
1
-0
/
+18
*
Fix that "Successful deletion" notice is not displayed after deleting some ty...
Go MAEDA
2020-04-04
4
-0
/
+14
*
Skip thumbnail tests if ImageMagick convert command is not available (#33226).
Go MAEDA
2020-04-02
5
-1
/
+5
*
Remove duplicate keys from sort criteria (#32737).
Go MAEDA
2020-04-02
1
-3
/
+3
*
Fix issues and spent time CSV export does not include custom fields with "Ful...
Go MAEDA
2020-04-01
1
-0
/
+17
*
Display avatar on add watchar dialog (#32976).
Go MAEDA
2020-03-31
3
-0
/
+28
*
Unable to edit user or group that has custom fields with text formatting enab...
Go MAEDA
2020-03-24
1
-0
/
+8
*
Export to PDF fails when subject of parent task is included in issue list (#3...
Go MAEDA
2020-03-24
1
-0
/
+11
*
Display bulk_download_max_size in human-readable representation (#7056).
Go MAEDA
2020-03-23
1
-1
/
+1
*
scm: mercurial: add test of author and message which have control character (...
Toshi MARUYAMA
2020-03-22
1
-0
/
+7
*
scm: mercurial: update test repository (#23055)
Toshi MARUYAMA
2020-03-22
4
-14
/
+20
*
scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding n...
Toshi MARUYAMA
2020-03-22
1
-24
/
+38
*
Download all attachments at once (#7056).
Go MAEDA
2020-03-21
3
-0
/
+71
*
Test for r19588 (#33085).
Go MAEDA
2020-03-20
1
-0
/
+15
*
Show default assignee and default version in projects API (#33113).
Go MAEDA
2020-03-17
1
-0
/
+25
*
Reverts r19569 (#33071).
Go MAEDA
2020-03-14
1
-21
/
+1
*
Show warning and the reason when the issue cannot be closed or reopen because...
Go MAEDA
2020-03-10
2
-0
/
+42
*
Require sudo mode for actions to delete contents (#33071).
Go MAEDA
2020-03-10
1
-1
/
+21
*
Add a link to the issues list in a reminder email (#33099).
Go MAEDA
2020-03-07
1
-2
/
+6
*
Fix that IssuesControllerTest occasionally fails (#33100, #4511).
Go MAEDA
2020-03-05
1
-1
/
+1
[next]