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
/
issue.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable users to receive email notifications about high issues (only) (#32628).
Go MAEDA
2020-01-21
1
-0
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/issue.rb
Toshi MARUYAMA
2019-11-08
1
-20
/
+21
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/issue.rb
Toshi MARUYAMA
2019-10-19
1
-15
/
+18
*
code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rb
Toshi MARUYAMA
2019-10-19
1
-2
/
+0
*
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/MultilineBlockLayout in app/models/issue.rb
Toshi MARUYAMA
2019-09-30
1
-2
/
+3
*
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
*
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
*
Limit total_estimated_hours to visible issues (#31778).
Go MAEDA
2019-08-07
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
New Permission: Edit own issue (#1248).
Go MAEDA
2019-04-25
1
-1
/
+3
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-2
/
+2
*
Support frozen_string_literal in issue, journal, and query (#26561).
Go MAEDA
2019-03-17
1
-2
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-1
/
+1
*
Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).
Jean-Philippe Lang
2018-10-06
1
-15
/
+0
*
Extend Issue Summary to include subprojects (#2529).
Go MAEDA
2018-10-03
1
-12
/
+12
*
Fixed that issue details page shows default values for custom fields that are...
Jean-Philippe Lang
2018-09-23
1
-0
/
+5
*
Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).
Go MAEDA
2018-07-29
1
-2
/
+2
*
Use pluck(:id) instead of collect(&:id) (#26711).
Go MAEDA
2018-07-28
1
-1
/
+1
*
Upgrade to Rails 5.2.0 (#23630).
Jean-Philippe Lang
2018-06-23
1
-2
/
+1
*
Cannot clear category field on copying an Issue (#28951).
Jean-Philippe Lang
2018-06-17
1
-1
/
+1
*
Clear subtask assignee during copy if is locked (#28946).
Go MAEDA
2018-06-17
1
-0
/
+1
*
Log automatic rescheduling of following issues to journal (#28649).
Jean-Philippe Lang
2018-06-10
1
-2
/
+5
*
Clear target version when copying an issue if status is locked or closed (#27...
Go MAEDA
2018-06-07
1
-0
/
+1
*
Fix: Copying an issue fails if the issue is watched by a locked user (#28765).
Go MAEDA
2018-05-19
1
-1
/
+2
*
Allow selecting subprojects on new issue form (#12704).
Go MAEDA
2018-02-28
1
-3
/
+12
*
The progress exceeding 99.5% is displayed as 100% (#27848).
Jean-Philippe Lang
2018-01-08
1
-1
/
+1
*
No validation errors when entering an invalid "Estimate hours" value (#27881).
Jean-Philippe Lang
2018-01-07
1
-1
/
+1
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-42
/
+25
*
Setting to disable automatic closing of duplicates (#26192).
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Set default assignee before validation (#26072).
Jean-Philippe Lang
2017-06-06
1
-1
/
+1
*
Make sure that the journal is not created if issue is saved.
Jean-Philippe Lang
2017-06-03
1
-0
/
+5
*
Check tracker permissions when copying an issue (#25791).
Jean-Philippe Lang
2017-05-27
1
-1
/
+10
*
Option to set a default assignee on each project (#482).
Jean-Philippe Lang
2017-04-08
1
-3
/
+7
*
Fixed that watchers list is not updated when changing project on the new issu...
Jean-Philippe Lang
2017-04-06
1
-0
/
+3
*
Option to copy watchers when copying issues (#10460).
Jean-Philippe Lang
2017-04-06
1
-0
/
+3
*
Always set spent_hours instance variables to a Float in Issue instances (#255...
Jean-Philippe Lang
2017-04-05
1
-3
/
+3
*
Reset status when copying issues (#23610).
Jean-Philippe Lang
2017-04-03
1
-6
/
+4
*
Fixes indentation.
Jean-Philippe Lang
2017-03-13
1
-1
/
+1
*
Adding a subtask should default to a tracker without disabled parent field (#...
Jean-Philippe Lang
2017-03-08
1
-2
/
+9
*
Preload journal's user (#6375).
Jean-Philippe Lang
2017-03-05
1
-1
/
+1
*
Fix loading of last visible journal (#1474, #6375).
Jean-Philippe Lang
2017-03-05
1
-9
/
+13
*
Load only last journal with notes (#1474).
Jean-Philippe Lang
2017-03-05
1
-2
/
+1
*
Don't load all issues' journals (#1474).
Jean-Philippe Lang
2017-03-05
1
-6
/
+8
[prev]
[next]