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
*
code cleanup: rubocop: fix Style/WhenThen in app/models/role.rb
Toshi MARUYAMA
2019-10-17
1
-3
/
+4
*
code layout clean up app/controllers/issues_controller.rb
Toshi MARUYAMA
2019-10-17
1
-1
/
+3
*
code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in app/controlle...
Toshi MARUYAMA
2019-10-17
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/CommentIndentation and Style/NestedTernaryO...
Toshi MARUYAMA
2019-10-17
1
-4
/
+13
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/attachments_he...
Toshi MARUYAMA
2019-10-17
1
-7
/
+6
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/queries_helper.rb
Toshi MARUYAMA
2019-10-17
1
-5
/
+6
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_query.rb
Toshi MARUYAMA
2019-10-17
1
-18
/
+17
*
fix MailHandler#assign_string_attribute_with_limit is not private
Toshi MARUYAMA
2019-10-17
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...
Toshi MARUYAMA
2019-10-16
1
-1
/
+2
*
fix Setting#find_or_default is not private
Toshi MARUYAMA
2019-10-16
1
-0
/
+1
*
fix Role#find_or_create_system_role is not private
Toshi MARUYAMA
2019-10-16
1
-0
/
+1
*
fix AuthSourceLdap#get_attr is not private
Toshi MARUYAMA
2019-10-16
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rb
Toshi MARUYAMA
2019-10-15
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_priority.rb
Toshi MARUYAMA
2019-10-14
1
-1
/
+2
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rb
Toshi MARUYAMA
2019-10-14
1
-6
/
+7
*
code layout clean up ApplicationHelper#parse_wiki_links
Toshi MARUYAMA
2019-10-14
1
-2
/
+3
*
code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_re...
Toshi MARUYAMA
2019-10-14
1
-11
/
+12
*
code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_wi...
Toshi MARUYAMA
2019-10-14
1
-11
/
+18
*
code cleanup: rubocop: fix Layout/CaseIndentation in app/helpers/versions_hel...
Toshi MARUYAMA
2019-10-14
1
-1
/
+2
*
code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_hand...
Toshi MARUYAMA
2019-10-14
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/set...
Toshi MARUYAMA
2019-10-13
1
-11
/
+11
*
code cleanup: rubocop: fix Layout/IndentationConsistency in app/models/attach...
Toshi MARUYAMA
2019-10-09
1
-8
/
+8
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rb
Toshi MARUYAMA
2019-10-09
1
-5
/
+1
*
code layout clean up app/views/issues/_action_menu.html.erb
Toshi MARUYAMA
2019-10-08
1
-4
/
+10
*
code layout clean up app/views/issues/_attributes.html.erb
Toshi MARUYAMA
2019-10-08
1
-6
/
+11
*
use "attr_writer" instead of "attr_accessor" for WikiPage#deleted_attachment_ids
Toshi MARUYAMA
2019-10-07
1
-1
/
+2
*
use "attr_writer" instead of "attr_accessor" for QueryColumn#sortable
Toshi MARUYAMA
2019-10-07
1
-1
/
+2
*
use "attr_reader" instead of "attr_accessor" for CustomFieldValue#value
Toshi MARUYAMA
2019-10-07
1
-1
/
+2
*
code cleanup: fix source code comment in r18607
Toshi MARUYAMA
2019-10-07
1
-1
/
+1
*
code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rb
Toshi MARUYAMA
2019-10-07
1
-8
/
+9
*
Fix that "Associated revisions" tab has no content when the user displays com...
Go MAEDA
2019-10-05
1
-1
/
+1
*
Option to send email notification on "Target version updated" (#17840).
Go MAEDA
2019-10-05
1
-1
/
+2
*
Use Redmine::MimeType.of instead of regexp to check if the attachment is Text...
Go MAEDA
2019-10-03
1
-1
/
+1
*
Add styles for Textile/Markdown attachments preview (#29752).
Go MAEDA
2019-10-03
1
-1
/
+1
*
Render Textile and Markdown attachments on the preview page (#29752).
Go MAEDA
2019-10-03
4
-1
/
+22
*
fix Watcher#prune_single_user is not private
Toshi MARUYAMA
2019-10-01
1
-2
/
+1
*
Add support for "start with" and "end with" operators to "Files" filter (#318...
Go MAEDA
2019-09-30
1
-0
/
+3
*
code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_ho...
Toshi MARUYAMA
2019-09-30
1
-5
/
+6
*
code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? method
Toshi MARUYAMA
2019-09-30
1
-12
/
+13
*
code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condit...
Toshi MARUYAMA
2019-09-30
1
-14
/
+15
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/helpers/applica...
Toshi MARUYAMA
2019-09-30
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...
Toshi MARUYAMA
2019-09-30
1
-3
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/att...
Toshi MARUYAMA
2019-09-30
1
-5
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/helpers/ap...
Toshi MARUYAMA
2019-09-30
1
-7
/
+2
*
code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rb
Toshi MARUYAMA
2019-09-30
1
-2
/
+3
*
remove extra space from app/views/issues/_edit.html.erb
Toshi MARUYAMA
2019-09-30
1
-1
/
+0
*
Unify fields of subtasks and related issues on issue page (#25540).
Go MAEDA
2019-09-29
1
-0
/
+3
*
Move the links (All time entries, Import) from Spent time section of the spen...
Go MAEDA
2019-09-27
2
-9
/
+5
*
svn propdel svn:executable app/models/mail_handler.rb
Toshi MARUYAMA
2019-09-26
1
-0
/
+0
*
"starts with" and "ends with" filter operators for string values (#31879).
Go MAEDA
2019-09-25
1
-5
/
+17
[next]