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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
Render Textile and Markdown attachments on the preview page (#29752).
Go MAEDA
2019-10-03
1
-0
/
+8
*
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/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/MultilineBlockLayout in app/models/issue.rb
Toshi MARUYAMA
2019-09-30
1
-2
/
+3
*
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
*
code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rb
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb
Toshi MARUYAMA
2019-09-24
1
-1
/
+2
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/rep...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repos...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...
Toshi MARUYAMA
2019-09-20
1
-1
/
+1
*
remove "attr_reader :current_journal" from Issue class
Toshi MARUYAMA
2019-09-20
1
-1
/
+0
*
use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_ids
Toshi MARUYAMA
2019-09-20
1
-1
/
+1
*
code clean up app/models/repository.rb
Toshi MARUYAMA
2019-09-20
1
-6
/
+4
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...
Toshi MARUYAMA
2019-09-20
1
-2
/
+2
*
Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...
Go MAEDA
2019-09-19
1
-21
/
+34
*
Add additional mail headers for issue tracker (#31910).
Go MAEDA
2019-09-12
1
-0
/
+2
*
Force passwords to contain specified character classes (#4221).
Go MAEDA
2019-08-29
2
-3
/
+25
*
CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rb
Go MAEDA
2019-08-27
1
-1
/
+1
*
Improve MailHandler logging for unauthorized attempts (#31899).
Go MAEDA
2019-08-27
1
-4
/
+4
*
Reject version custom field values not visible for the user (#31954, #23997).
Go MAEDA
2019-08-27
1
-0
/
+28
*
Reject project custom field values not visible for the user (#31954, #31925).
Go MAEDA
2019-08-27
1
-0
/
+17
*
Code cleanup: RuboCop: Fix Style/UnneededCondition in app/models/setting.rb
Go MAEDA
2019-08-26
1
-3
/
+2
*
Reject setting RFC non-compliant emission email addresses (#31154).
Go MAEDA
2019-08-26
2
-1
/
+11
*
Code cleanup: RuboCop: Fix Style/RedundantReturn in app/models/user.rb
Go MAEDA
2019-08-25
1
-2
/
+1
*
Code cleanup: RuboCop: Fix Lint/UnneededRequireStatement in app/models/wiki_p...
Go MAEDA
2019-08-25
1
-1
/
+0
*
Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).
Go MAEDA
2019-08-25
1
-1
/
+1
*
Per role visibility settings for version custom fields (#23997).
Go MAEDA
2019-08-24
2
-0
/
+11
*
Code cleanup: RuboCop: Fix Style/IdenticalConditionalBranches in app/models/p...
Go MAEDA
2019-08-20
1
-8
/
+2
*
Per role visibility settings for project custom fields (#31925).
Go MAEDA
2019-08-20
2
-0
/
+11
*
Code cleanup: RuboCop: Rails/ActiveRecordAliases
Go MAEDA
2019-08-17
1
-1
/
+1
*
Code cleanup: RuboCop: Layout/TrailingBlankLines
Go MAEDA
2019-08-14
2
-2
/
+0
*
Per role visibility settings for spent time custom fields (#31859).
Go MAEDA
2019-08-09
3
-3
/
+20
*
Limit total_estimated_hours to visible issues (#31778).
Go MAEDA
2019-08-07
2
-3
/
+3
*
Increase maximum size for role name (#27625).
Jean-Philippe Lang
2019-06-20
1
-1
/
+1
*
Support external ID when importing issues (#28213).
Jean-Philippe Lang
2019-06-20
2
-12
/
+29
[next]