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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable users to receive email notifications about high issues (only) (#32628).
Go MAEDA
2020-01-21
4
-1
/
+17
*
Add IssuePriority#high? and #low? helpers (#32628).
Go MAEDA
2020-01-21
1
-0
/
+8
*
Extract finding the default or "middle" issue priority into its own class met...
Go MAEDA
2020-01-21
1
-3
/
+10
*
Use existing scopes instead of one-off AR condition (#32628).
Go MAEDA
2020-01-21
1
-1
/
+1
*
Make languages in Highlighted code button in toolbar customizable (#32528).
Go MAEDA
2020-01-14
2
-1
/
+13
*
Fix sort projects table by custom field (#32769).
Go MAEDA
2020-01-12
1
-1
/
+1
*
Fix Internal Error when issue text custom field is shown in Spent time query ...
Go MAEDA
2020-01-12
1
-2
/
+3
*
Wrap submit tags with p.
Jean-Philippe Lang
2019-12-20
1
-2
/
+10
*
Add missing icons to action links.
Jean-Philippe Lang
2019-12-20
2
-3
/
+3
*
Move some links to dropdowns.
Jean-Philippe Lang
2019-12-20
5
-9
/
+17
*
CSV import does not keep the project it was clicked from (#21766).
Jean-Philippe Lang
2019-12-20
5
-4
/
+13
*
Fix "Couldn't find template for digesting" error in the log when sending an a...
Go MAEDA
2019-12-12
1
-2
/
+2
*
Issue relations filter lacks "is not" (#32546).
Go MAEDA
2019-12-12
1
-1
/
+1
*
Fix that spent time report CSV shows translation missing text if custom field...
Go MAEDA
2019-12-06
1
-1
/
+1
*
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
3
-2
/
+23
*
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/ClosingParenthesisIndentation in app/models/jour...
Toshi MARUYAMA
2019-11-26
1
-7
/
+9
*
cleanup: rubocop: fix Layout/IndentFirstArgument in app/models/journal.rb
Toshi MARUYAMA
2019-11-25
1
-3
/
+6
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/setting.rb
Toshi MARUYAMA
2019-11-25
1
-5
/
+5
*
cleanup: rubocop: fix Layout/IndentFirstArgument in app/helpers/repositories_...
Toshi MARUYAMA
2019-11-25
1
-47
/
+63
*
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/MultilineHashBraceLayout and Layout/SpaceInsideB...
Toshi MARUYAMA
2019-11-25
1
-8
/
+6
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/auth_source...
Toshi MARUYAMA
2019-11-25
1
-5
/
+5
*
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
*
cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/model...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/application_helpe...
Toshi MARUYAMA
2019-11-24
1
-2
/
+2
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/documents_con...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/mailer.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/enumeration.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+2
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/models/mailer.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/query.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceInsideParens in app/controllers/application...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rb
Toshi MARUYAMA
2019-11-24
1
-13
/
+17
*
cleanup: rubocop: fix Style/MultilineIfModifier in app/models/repository/subv...
Toshi MARUYAMA
2019-11-23
1
-12
/
+15
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...
Toshi MARUYAMA
2019-11-23
1
-0
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/queries_helper.rb
Toshi MARUYAMA
2019-11-23
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/repository/git.rb
Toshi MARUYAMA
2019-11-23
1
-1
/
+1
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/set...
Toshi MARUYAMA
2019-11-23
1
-1
/
+1
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/rep...
Toshi MARUYAMA
2019-11-23
1
-5
/
+5
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/mem...
Toshi MARUYAMA
2019-11-23
1
-1
/
+1
[next]