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
*
Update Rouge to 3.4.1 (#31556).
Go MAEDA
2019-06-16
2
-2
/
+2
*
Enables API access to /my/account for updating user account data (#31399).
Go MAEDA
2019-06-16
4
-7
/
+113
*
Add missing frozen string literals and copyrights (#31508).
Go MAEDA
2019-06-13
1
-1
/
+19
*
Issue subject may be broken if the subject field is split into multiple lines...
Jean-Philippe Lang
2019-06-10
2
-0
/
+20
*
Fix "Undefined local variable sender_email" error in MailHandler#receive_mess...
Go MAEDA
2019-06-10
1
-0
/
+11
*
Fix that test_issue_due_date_details fails depending on time zone (#31499).
Go MAEDA
2019-06-09
1
-2
/
+4
*
ApiTest fails if config.time_zone is set (#31388).
Go MAEDA
2019-06-08
2
-6
/
+6
*
Show "Due in X days" in issue details page (#31499).
Go MAEDA
2019-06-07
1
-0
/
+19
*
Remove trailing whitespaces from test (#31506).
Go MAEDA
2019-06-06
35
-126
/
+126
*
Add missing frozen string literals and copyrights (#31508).
Go MAEDA
2019-06-04
2
-0
/
+38
*
Run test only when GhostScript is available (#22481).
Go MAEDA
2019-06-02
2
-10
/
+22
*
Remove trailing whitespaces from test/test_helper.rb
Go MAEDA
2019-06-02
1
-6
/
+6
*
Remove trailing whitespaces from test/functional/attachments_controller_test.rb
Go MAEDA
2019-06-02
1
-6
/
+6
*
Send the journal_indice as param in order to get rid of extra queries (#31427).
Go MAEDA
2019-06-02
1
-1
/
+2
*
Insert a link to the source to the attribution line when quoting a note or a ...
Go MAEDA
2019-06-02
2
-1
/
+18
*
scm: fix error when *.yml and *.txt show (#31141, #30850)
Toshi MARUYAMA
2019-05-30
2
-6
/
+39
*
add *.yaml and *.txt to RoutingRepositoriesTest (#31141, #30850)
Toshi MARUYAMA
2019-05-30
1
-1
/
+3
*
Support "YYYY/MM/DD" date format when importing issues (#31450).
Go MAEDA
2019-05-30
2
-0
/
+11
*
Update copyright year.
Go MAEDA
2019-05-25
310
-310
/
+310
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
7
-10
/
+10
*
MailerTest fails depending on the time (#31225).
Go MAEDA
2019-05-22
1
-4
/
+9
*
Show assignee avatar in Roadmap and Version (#28510).
Go MAEDA
2019-05-22
1
-0
/
+32
*
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
[next]