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
*
Merged r17373 to 3.3-stable (#28649).
Jean-Philippe Lang
2018-06-10
1
-2
/
+5
*
Merged r17144 to 3.3-stable (#27881).
Jean-Philippe Lang
2018-01-07
1
-1
/
+1
*
Merged r16619 (#26072).
Jean-Philippe Lang
2017-06-07
1
-1
/
+1
*
Merged r16569 (#25791).
Jean-Philippe Lang
2017-06-06
1
-1
/
+10
*
Merged r16491 (#25526).
Jean-Philippe Lang
2017-04-05
1
-3
/
+3
*
Merged r16118 to r16122 (#24693, #24718, #24722).
Jean-Philippe Lang
2017-01-04
1
-0
/
+9
*
Merged r15879 (#23969).
Jean-Philippe Lang
2016-10-08
1
-0
/
+5
*
Merged r15857 (#23878).
Jean-Philippe Lang
2016-10-02
1
-2
/
+3
*
Merged r15855 (#23766).
Jean-Philippe Lang
2016-10-02
1
-2
/
+7
*
Merged r15848 (#23764).
Jean-Philippe Lang
2016-10-02
1
-2
/
+2
*
Merged r15742 (#23334).
Jean-Philippe Lang
2016-08-31
1
-1
/
+2
*
Merged r15586 (#23172).
Jean-Philippe Lang
2016-08-20
1
-1
/
+1
*
Merged r15545.
Jean-Philippe Lang
2016-06-18
1
-1
/
+1
*
Merged r15490 to r15493, r15496, r15497 (#22951).
Jean-Philippe Lang
2016-06-11
1
-1
/
+1
*
Merged 15430, 15464 to 15469, 15475, 15476 (#285, #7839).
Jean-Philippe Lang
2016-06-06
1
-22
/
+76
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-2
/
+2
*
Adds a method for tracker selection (#22345).
Jean-Philippe Lang
2016-04-24
1
-0
/
+10
*
Code cleanup.
Jean-Philippe Lang
2016-04-11
1
-5
/
+3
*
Fixed that subtasks lose their custom fields when copying an issue to a diffe...
Jean-Philippe Lang
2016-04-11
1
-3
/
+6
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Verify assigned_to_id when assigning safe_attributes (#22127).
Jean-Philippe Lang
2016-03-12
1
-0
/
+11
*
Private notes get copied without private flag to Duplicate issues (#22072).
Jean-Philippe Lang
2016-03-12
1
-0
/
+1
*
Only consider open subtasks when computing the priority of a parent issue (#5...
Jean-Philippe Lang
2016-01-16
1
-2
/
+4
*
Can't set parent issue when issue relations among child issues are present (#...
Jean-Philippe Lang
2016-01-10
1
-96
/
+36
*
Don't include locked user in assignable users (#21477).
Jean-Philippe Lang
2015-12-12
1
-1
/
+1
*
Don't include anonymous user in assignable users (#21477).
Jean-Philippe Lang
2015-12-12
1
-1
/
+1
*
Calculate done_ratio based on children instead of leaves (#20995).
Jean-Philippe Lang
2015-11-14
1
-5
/
+5
*
Default target version for new issues (#1828).
Jean-Philippe Lang
2015-11-01
1
-4
/
+13
*
Don't require category or target version when they are not available (#20583).
Jean-Philippe Lang
2015-10-24
1
-0
/
+2
*
Adds a scope to get issues assigned to a user.
Jean-Philippe Lang
2015-10-21
1
-0
/
+7
*
Do not clear category on project change if category with same exists (#16941).
Jean-Philippe Lang
2015-10-20
1
-0
/
+5
*
List custom fields with multiple values set as required by workflow can be bl...
Jean-Philippe Lang
2015-10-14
1
-1
/
+1
*
Don't propose projects without trackers when editing an issue (#20463).
Jean-Philippe Lang
2015-09-20
1
-1
/
+1
*
Internal error when moving an issue to a project without trackers (#20463).
Jean-Philippe Lang
2015-09-20
1
-0
/
+5
*
Import issues from CSV file (#950).
Jean-Philippe Lang
2015-08-14
1
-1
/
+9
*
Makes new issue initial status settable in workflow (#5816).
Jean-Philippe Lang
2015-07-26
1
-11
/
+14
*
Fixes methods comments.
Jean-Philippe Lang
2015-07-05
1
-1
/
+2
*
Limit queries to given issues only.
Jean-Philippe Lang
2015-07-05
1
-3
/
+5
*
Preload total spent time on the issue list with 1 query (#11253).
Jean-Philippe Lang
2015-07-05
1
-4
/
+13
*
Replace tabs with spaces and remove trailing tabs in several files (#20140).
Jean-Philippe Lang
2015-06-21
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2015-05-25
1
-8
/
+7
*
Don't store total estimated hours on parent issues (#16092).
Jean-Philippe Lang
2015-05-25
1
-7
/
+9
*
Adds a setting to control done ratio on parent tasks (#5490).
Jean-Philippe Lang
2015-05-25
1
-13
/
+22
*
Adds settings to control start/due dates and priority on parent tasks (#5490).
Jean-Philippe Lang
2015-05-25
1
-18
/
+39
*
Fixed that issue validation fails if % done field is deactivated (#19731).
Jean-Philippe Lang
2015-05-09
1
-0
/
+1
*
When changing tracker, clear the attributes that are disabled for the new tra...
Jean-Philippe Lang
2015-04-14
1
-1
/
+14
*
Fixed that custom fields with hidden/read-only combination may be displayed o...
Jean-Philippe Lang
2015-03-20
1
-3
/
+17
*
remove trailing white-space from app/models/issue.rb
Toshi MARUYAMA
2015-03-16
1
-1
/
+1
*
Fixed that creating an issue without tracker_id attribute ignores custom fiel...
Jean-Philippe Lang
2015-03-14
1
-0
/
+5
*
Missing notification if previous assignee was a group (#19197).
Jean-Philippe Lang
2015-03-07
1
-2
/
+2
[next]