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
*
Clarify that pasting images from clipboard does not support Internet Explorer...
Go MAEDA
2019-12-05
98
-98
/
+98
*
remove puma version from Gemfile (#32555)
Toshi MARUYAMA
2019-12-05
1
-1
/
+1
*
filter all possibly class values on code tags in Textile (#25742)
Toshi MARUYAMA
2019-12-05
2
-3
/
+12
*
code layout clean up test/unit/workflow_test.rb
Toshi MARUYAMA
2019-12-04
1
-8
/
+21
*
Add missing fixtures to VersionTest (#32540).
Go MAEDA
2019-12-02
1
-1
/
+2
*
Fix that bookmarked and recently used projects are unexpectedly filtered by a...
Go MAEDA
2019-12-02
1
-2
/
+3
*
Ruby 2.7: Regexp#match and Regexp#match? with a nil argument are deprecated (...
Go MAEDA
2019-11-30
1
-1
/
+1
*
Fix indentation in app/views/queries/_form.html.erb (#32194).
Go MAEDA
2019-11-30
1
-52
/
+52
*
Add buttons to save/edit/delete a custom query to calendar view (#32194).
Go MAEDA
2019-11-30
4
-2
/
+58
*
Update RuboCop Rails to 2.4 (#32531).
Go MAEDA
2019-11-29
2
-2
/
+32
*
Update RuboCop to 0.77 (#32530).
Go MAEDA
2019-11-29
3
-43
/
+43
*
replace multi line block "{}" to "do end" in app/controllers/issues_controlle...
Toshi MARUYAMA
2019-11-26
1
-28
/
+28
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/controllers/issues...
Toshi MARUYAMA
2019-11-26
1
-12
/
+12
*
cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in app/controllers/...
Toshi MARUYAMA
2019-11-26
1
-3
/
+3
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/principal_te...
Toshi MARUYAMA
2019-11-26
1
-4
/
+4
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/token_test.rb
Toshi MARUYAMA
2019-11-26
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/watcher_test.rb
Toshi MARUYAMA
2019-11-26
1
-1
/
+1
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/models/jour...
Toshi MARUYAMA
2019-11-26
1
-7
/
+9
*
rubocop: remove test/functional/issues_controller_test.rb from Layout/Multili...
Toshi MARUYAMA
2019-11-25
1
-1
/
+0
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issues...
Toshi MARUYAMA
2019-11-25
1
-892
/
+1298
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-75
/
+282
*
cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/export/pdf/wiki_p...
Toshi MARUYAMA
2019-11-25
1
-13
/
+13
*
cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wi...
Toshi MARUYAMA
2019-11-25
1
-3
/
+5
*
cleanup: rubocop: fix Layout/IndentFirstArgument in app/models/journal.rb
Toshi MARUYAMA
2019-11-25
1
-3
/
+6
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issue_...
Toshi MARUYAMA
2019-11-25
1
-19
/
+20
*
cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/...
Toshi MARUYAMA
2019-11-25
1
-47
/
+54
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/projec...
Toshi MARUYAMA
2019-11-25
1
-191
/
+165
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/groups...
Toshi MARUYAMA
2019-11-25
1
-28
/
+52
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/setting.rb
Toshi MARUYAMA
2019-11-25
1
-5
/
+5
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/functional/issues...
Toshi MARUYAMA
2019-11-25
1
-2
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstArgument in app/helpers/repositories_...
Toshi MARUYAMA
2019-11-25
1
-47
/
+63
*
code layout clean up lib/redmine/field_format.rb
Toshi MARUYAMA
2019-11-25
1
-2
/
+10
*
code layout clean up app/helpers/application_helper.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+7
*
code layout clean up app/models/user.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+4
*
cleanup: rubocop: fix Layout/SpaceAfterComma in test/functional/issues_contro...
Toshi MARUYAMA
2019-11-25
1
-22
/
+85
*
code layout clean up test/functional/users_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-17
/
+78
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-24
/
+41
*
cleanup: rubocop: fix Layout/MultilineHashBraceLayout and Layout/SpaceInsideB...
Toshi MARUYAMA
2019-11-25
2
-9
/
+6
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/auth_source...
Toshi MARUYAMA
2019-11-25
1
-5
/
+5
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/user_...
Toshi MARUYAMA
2019-11-25
1
-10
/
+14
*
cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/user_test.rb
Toshi MARUYAMA
2019-11-25
1
-3
/
+6
*
cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/user_test.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+1
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/setting.rb
Toshi MARUYAMA
2019-11-25
1
-0
/
+6
*
code layout clean up app/controllers/workflows_controller.rb
Toshi MARUYAMA
2019-11-25
1
-2
/
+6
*
code layout clean up app/models/workflow_transition.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+6
*
code layout clean up app/helpers/application_helper.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+6
*
code layout clean up app/controllers/application_controller.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+3
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-18
/
+48
*
rubocop: generate .rubocop_todo.yml for Layout/MultilineHashBraceLayout
Toshi MARUYAMA
2019-11-24
1
-1
/
+21
*
cleanup: rubocop: fix Layout/MultilineHashBraceLayout in test/unit/lib/redmin...
Toshi MARUYAMA
2019-11-24
1
-17
/
+21
[next]