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
*
Adds favorites and recently used projects lists to project jump box (#31355).
Go MAEDA
2019-05-20
2
-0
/
+147
*
Display user's gravatar when editing profile (#5899).
Go MAEDA
2019-05-20
1
-1
/
+4
*
Add support for customization by block to IssueCustomField.generate! (#31402).
Go MAEDA
2019-05-20
1
-0
/
+1
*
Small refactorization of avatar methods (#31391).
Go MAEDA
2019-05-19
3
-81
/
+95
*
Show the number of days left until the due date in reminders (#31225).
Go MAEDA
2019-05-19
1
-9
/
+9
*
Show selected columns in gantt chart (#27672).
Go MAEDA
2019-05-16
2
-2
/
+32
*
Do not lose submitted content when attempting to update a wiki page that has ...
Go MAEDA
2019-05-15
1
-0
/
+56
*
Test for r18158 (#22481).
Go MAEDA
2019-05-12
4
-5
/
+40
*
Set an appropriate default type in New custom field page depending on the cur...
Go MAEDA
2019-05-11
1
-0
/
+10
*
Option to send email notifications while importing issues from CSV files (#22...
Go MAEDA
2019-05-10
1
-0
/
+38
*
Fix a failing test (#31110).
Go MAEDA
2019-05-10
1
-0
/
+1
*
Allows setting the private flag via mail keyword (#31324).
Go MAEDA
2019-05-09
2
-0
/
+56
*
Hierarchy in TOC is not preserved when Wiki index is exported to HTML (#20910).
Go MAEDA
2019-05-09
1
-0
/
+32
*
Remove trailing whitespaces from test/functional/imports_controller_test.rb
Go MAEDA
2019-05-09
1
-3
/
+3
*
Import time entries (#28234).
Go MAEDA
2019-05-09
2
-0
/
+141
*
Generalize issues imports (#28234).
Go MAEDA
2019-05-09
3
-2
/
+10
*
Test for r18136 (#14654).
Go MAEDA
2019-05-08
1
-0
/
+24
*
Fix tests to test Mailer.deliver_issue_edit instead of Mailer.deliver_issue_a...
Go MAEDA
2019-05-06
1
-6
/
+10
*
Code cleanup: remove a unused variable last_rev_author from test_last_rev_wit...
Go MAEDA
2019-05-06
1
-1
/
+0
*
Add avatar_server_url configuration option in order to support Libravatar (#9...
Go MAEDA
2019-05-04
2
-3
/
+20
*
Attachment preview does not work for some source files such as JavaScript and...
Go MAEDA
2019-05-04
3
-0
/
+30
*
"rake test:coverage" fails in Ruby 2.5 and 2.6 (#30967).
Go MAEDA
2019-05-04
1
-2
/
+2
*
Redmine::SyntaxHighlighting.highlight_by_filename may not be able to determin...
Go MAEDA
2019-05-03
1
-0
/
+53
*
Issue filtering by spent time (#26826).
Go MAEDA
2019-04-30
1
-1
/
+20
*
fix source code indents in GitAdapterTest
Toshi MARUYAMA
2019-04-30
1
-4
/
+4
*
New My page block: Updated issues (#30975).
Go MAEDA
2019-04-30
1
-1
/
+27
*
Changes Query#as_params for more complete serialization (#31276).
Go MAEDA
2019-04-30
1
-0
/
+15
*
Correct the fixture id (#31275).
Go MAEDA
2019-04-30
2
-4
/
+4
*
Fix that Content-Type header field is empty when sending a file of unknown ty...
Go MAEDA
2019-04-30
3
-0
/
+256
*
Test for r18091 (#26237).
Go MAEDA
2019-04-28
2
-1
/
+20
*
CalendarsControllerTest#test_show fails depending on the date (#31131).
Go MAEDA
2019-04-27
1
-0
/
+4
*
Show locked badge for protected pages (#9634).
Go MAEDA
2019-04-27
1
-0
/
+10
*
New Permission: Edit own issue (#1248).
Go MAEDA
2019-04-25
1
-0
/
+17
*
Test for r18078 (#19371).
Go MAEDA
2019-04-24
1
-0
/
+17
*
Raise an exception if the plugin directory name differs from the plugin id (#...
Go MAEDA
2019-04-19
1
-0
/
+8
*
Fix plugins test to use correct plugin name and directory (#31110).
Go MAEDA
2019-04-19
3
-31
/
+43
*
Show the total number of open issues in a reminder (#31104).
Go MAEDA
2019-04-18
1
-1
/
+10
*
Test for r18057 (#30441).
Go MAEDA
2019-04-12
1
-6
/
+16
*
Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).
Go MAEDA
2019-04-10
1
-6
/
+6
*
"Create and continue" button for custom fields (#31159).
Go MAEDA
2019-04-09
1
-0
/
+14
*
Show version status as badge in rodmap#index and roadmap#show (#29391).
Go MAEDA
2019-04-09
1
-1
/
+4
*
Don't raise an exception when the emission email address is not RFC compliant...
Go MAEDA
2019-04-08
1
-0
/
+12
*
scm: git: fix non ascii branch and tag browsing (#16881)
Toshi MARUYAMA
2019-04-05
1
-0
/
+64
*
code clean up GitAdapterTest
Toshi MARUYAMA
2019-04-05
1
-1
/
+1
*
scm: git: add new one latin1 tag to test repository (#16881)
Toshi MARUYAMA
2019-04-05
2
-0
/
+1
*
scm: git: add new two latin1 branches to test repository (#16881)
Toshi MARUYAMA
2019-04-05
3
-5
/
+15
*
code clean up RepositoryGitTest for test repository update
Toshi MARUYAMA
2019-04-04
1
-3
/
+3
*
skip RepositoriesControllerTest#test_show_should_show_diff_button_depending_o...
Toshi MARUYAMA
2019-04-04
1
-15
/
+17
*
TimelogTest#test_default_query_setting fails depending on the language of the...
Go MAEDA
2019-04-01
1
-5
/
+7
*
Update Rails to 5.2.3 (#31113).
Go MAEDA
2019-03-31
4
-21
/
+21
[next]