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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use match? instead of =~ when MatchData is not used (#34150).
Go MAEDA
2020-10-23
8
-18
/
+18
*
use with_settings at IssuesControllerTest#test_show_should_not_disclose_relat...
Toshi MARUYAMA
2020-10-22
1
-19
/
+20
*
shorten long line of test/unit/issue_test.rb
Toshi MARUYAMA
2020-10-22
1
-2
/
+6
*
shorten long line of TimeEntryQueryTest
Toshi MARUYAMA
2020-10-22
1
-6
/
+12
*
shorten long line of test/unit/query_test.rb
Toshi MARUYAMA
2020-10-22
1
-23
/
+120
*
shorten long line of lib/redmine.rb
Toshi MARUYAMA
2020-10-22
1
-31
/
+56
*
shorten long line of app/models/document.rb
Toshi MARUYAMA
2020-10-22
1
-4
/
+13
*
shorten long line of lib/redmine/default_data/loader.rb
Toshi MARUYAMA
2020-10-22
1
-22
/
+39
*
shorten long line of app/models/wiki_content_version.rb
Toshi MARUYAMA
2020-10-22
1
-21
/
+32
*
shorten long line of app/models/journal.rb
Toshi MARUYAMA
2020-10-22
1
-16
/
+29
*
shorten long line of app/models/attachment.rb
Toshi MARUYAMA
2020-10-22
1
-20
/
+30
*
shorten long line of NewsController
Toshi MARUYAMA
2020-10-22
1
-3
/
+10
*
shorten long line of test/integration/lib/redmine/menu_manager_test.rb
Toshi MARUYAMA
2020-10-22
1
-3
/
+16
*
Fix RuboCop offense Style/RedundantCapitalW due to r20154 (#34142).
Go MAEDA
2020-10-22
1
-3
/
+3
*
Drop Ruby 2.3 support (#34142).
Go MAEDA
2020-10-21
3
-10
/
+8
*
Fix RuboCop offense Style/For (#32530).
Go MAEDA
2020-10-20
3
-11
/
+3
*
Fix a RuboCop offence Style/MethodDefParentheses (#32530).
Go MAEDA
2020-10-20
2
-8
/
+1
*
Adds a hook after all plugins have been loaded (#34072).
Go MAEDA
2020-10-20
1
-0
/
+1
*
Ruby 2.7 support (#31500).
Go MAEDA
2020-10-19
2
-2
/
+2
*
Invalid links to versions with sharing in project tree (#32860).
Go MAEDA
2020-10-18
2
-4
/
+12
*
Evaluate acts_as_activity_provider's scope lazily (#33664).
Go MAEDA
2020-10-17
11
-12
/
+27
*
Incorrect position of the revision graph (#33896, #33383).
Go MAEDA
2020-10-15
1
-8
/
+8
*
Update Rouge to 3.24.0 (#32468).
Go MAEDA
2020-10-15
1
-1
/
+1
*
add more assert_equal to IssuesSystemTest#test_bulk_copy
Toshi MARUYAMA
2020-10-11
1
-0
/
+2
*
add empty line after guard clause to ApplicationSystemTestCase
Toshi MARUYAMA
2020-10-11
1
-0
/
+1
*
fix source indent of test/application_system_test_case.rb
Toshi MARUYAMA
2020-10-11
1
-1
/
+4
*
use "do end" instead of {} at ApplicationController
Toshi MARUYAMA
2020-10-11
1
-10
/
+10
*
use "do end" instead of {} at ApplicationHelper
Toshi MARUYAMA
2020-10-11
1
-5
/
+8
*
remove spaces inside {} of TimelogController
Toshi MARUYAMA
2020-10-11
1
-7
/
+7
*
shorten long line of ReportsHelper
Toshi MARUYAMA
2020-10-11
1
-5
/
+9
*
shorten long line of GroupsHelper
Toshi MARUYAMA
2020-10-11
1
-3
/
+12
*
shorten long line of app/models/user_preference.rb
Toshi MARUYAMA
2020-10-11
1
-1
/
+4
*
shorten long line of WikiHelper
Toshi MARUYAMA
2020-10-11
1
-3
/
+10
*
shorten long line of app/models/tracker.rb
Toshi MARUYAMA
2020-10-11
1
-1
/
+5
*
add space after comma to ApplicationController
Toshi MARUYAMA
2020-10-11
1
-3
/
+3
*
add assert issue link for calendar in CalendarsControllerTest#test_show
Toshi MARUYAMA
2020-10-05
1
-0
/
+1
*
use "do end" instead of {} at TimelogController
Toshi MARUYAMA
2020-10-05
1
-16
/
+16
*
add space after comma to DocumentsControllerTest
Toshi MARUYAMA
2020-10-05
1
-4
/
+4
*
add space after comma to app/models/setting.rb
Toshi MARUYAMA
2020-10-05
1
-1
/
+1
*
add space after comma to ApplicationHelper
Toshi MARUYAMA
2020-10-05
1
-1
/
+1
*
add space after comma to TimelogControllerTest
Toshi MARUYAMA
2020-10-05
1
-3
/
+3
*
add space after comma to FilesystemAdapterTest
Toshi MARUYAMA
2020-10-05
1
-1
/
+1
*
fix source indent of lib/redmine/my_page.rb
Toshi MARUYAMA
2020-10-05
1
-11
/
+11
*
remove extra empty line at class body beginning of lib/redmine/scm/adapters/b...
Toshi MARUYAMA
2020-10-05
1
-1
/
+0
*
shorten long line of TimelogControllerTest
Toshi MARUYAMA
2020-10-05
1
-4
/
+14
*
shorten long line of app/models/setting.rb
Toshi MARUYAMA
2020-10-05
1
-4
/
+12
*
shorten long line of lib/redmine/my_page.rb
Toshi MARUYAMA
2020-10-05
1
-5
/
+8
*
more strictly assert gravatar for calendar in CalendarsControllerTest#test_show
Toshi MARUYAMA
2020-10-03
1
-1
/
+3
*
add empty line after guard clause to TimelogController
Toshi MARUYAMA
2020-10-03
1
-0
/
+1
*
shorten long line of JournalsControllerTest
Toshi MARUYAMA
2020-10-03
1
-2
/
+10
[next]