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 r12736 (#15977).
Jean-Philippe Lang
2014-02-08
1
-1
/
+1
*
Merged r12844 (#16038).
Jean-Philippe Lang
2014-02-07
1
-1
/
+1
*
Merged r12745 (#15870).
Jean-Philippe Lang
2014-02-06
1
-1
/
+1
*
Merged r12419.
Jean-Philippe Lang
2013-12-21
1
-3
/
+20
*
code format cleanup app/models/issue.rb
Toshi MARUYAMA
2013-10-24
1
-2
/
+4
*
Fixed that issue nested set update is triggered even if parent is not changed...
Jean-Philippe Lang
2013-10-20
1
-28
/
+37
*
Fixed that controller_issues_edit_before/after_save hooks have no controller ...
Jean-Philippe Lang
2013-10-13
1
-24
/
+0
*
Prevents invalid SQL with invalid group_ids (#14902).
Jean-Philippe Lang
2013-09-25
1
-2
/
+2
*
Wrong done_ratio calculation for parent with subtask having estimated_hours=0...
Jean-Philippe Lang
2013-09-11
1
-1
/
+2
*
code format cleanup app/models/issue.rb
Toshi MARUYAMA
2013-08-06
1
-1
/
+1
*
Additional status transitions for assignees do not work if assigned to a grou...
Jean-Philippe Lang
2013-07-28
1
-2
/
+6
*
Use AR callbacks instead of observers (removed in Rails4) for notifications.
Jean-Philippe Lang
2013-07-14
1
-0
/
+7
*
Use Hash#reject that returns a Hash with ruby1.8 when Hash#select that return...
Jean-Philippe Lang
2013-07-13
1
-2
/
+4
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-3
/
+27
*
Adds 'assigned-to-my-group' css class to issues that are assigned to a user's...
Jean-Philippe Lang
2013-07-11
1
-3
/
+6
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-8
/
+7
*
Perf: don't load all projects.
Jean-Philippe Lang
2013-06-11
1
-7
/
+6
*
Don't validate start date when updating an issue without changing it (#14086).
Jean-Philippe Lang
2013-06-05
1
-2
/
+2
*
Adds a specific error message for when the start date is too earlier than the...
Jean-Philippe Lang
2013-06-04
1
-1
/
+2
*
Issue#children is never nil (#14015).
Jean-Philippe Lang
2013-05-12
1
-1
/
+1
*
Check inclusion only once (#14015).
Jean-Philippe Lang
2013-05-12
1
-6
/
+10
*
Replaces camelcase variable names (#14015).
Jean-Philippe Lang
2013-05-12
1
-12
/
+12
*
Removes some empty lines (#14015).
Jean-Philippe Lang
2013-05-12
1
-13
/
+0
*
Removes then's (#14015).
Jean-Philippe Lang
2013-05-12
1
-7
/
+7
*
Replaces camelcase variable names (#14015).
Jean-Philippe Lang
2013-05-12
1
-30
/
+28
*
Improved Issue#all_dependent_issues (#14015).
Jean-Philippe Lang
2013-05-12
1
-9
/
+101
*
Fixed that r11641 prevents precedes/follows relations between subtasks (#13586).
Jean-Philippe Lang
2013-03-26
1
-2
/
+6
*
Code cleanup.
Jean-Philippe Lang
2013-03-17
1
-19
/
+7
*
Fixed: Circular loop when using relations and subtasks (#8794).
Jean-Philippe Lang
2013-03-17
1
-0
/
+14
*
Fixed: subtasks don't resepect following/precedes relations on creation (#129...
Jean-Philippe Lang
2013-03-17
1
-1
/
+1
*
Fixed that copying an issue as a child of itself creates an extra issue (#133...
Jean-Philippe Lang
2013-03-01
1
-5
/
+12
*
Adds "tracker-[id]" CSS class to issues (#13309).
Jean-Philippe Lang
2013-03-01
1
-1
/
+1
*
Fixed that #reload raises a Stack too deep error with ruby 2.0.
Jean-Philippe Lang
2013-02-28
1
-1
/
+2
*
Code cleanup.
Jean-Philippe Lang
2013-02-28
1
-2
/
+2
*
Don't reload the issue in after_save callback.
Jean-Philippe Lang
2013-02-28
1
-3
/
+0
*
Fixed that relations may not be refreshed when adding a follows relation (#13...
Jean-Philippe Lang
2013-02-24
1
-0
/
+1
*
replace tabs to spaces at app/models/issue.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
Adds Issue#status_was that returns the initial issue status.
Jean-Philippe Lang
2013-02-17
1
-3
/
+16
*
Adds closed_on column that stores the time of the last closing (#824).
Jean-Philippe Lang
2013-02-16
1
-4
/
+17
*
"Parent task is invalid" while editing child issues with restricted Issues Vi...
Jean-Philippe Lang
2013-01-20
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Gantt perf: fixed that Project#start_date and #due_date run way too much quer...
Jean-Philippe Lang
2013-01-06
1
-0
/
+4
*
Negative estimated hours should not be valid (#12735).
Jean-Philippe Lang
2013-01-05
1
-1
/
+1
*
Adds a custom validator for dates (#12736).
Jean-Philippe Lang
2013-01-05
1
-8
/
+2
*
Code cleanup, use named routes.
Jean-Philippe Lang
2012-12-22
1
-0
/
+5
*
Moved IssueRelations to IssueRelation::Relations.
Jean-Philippe Lang
2012-12-10
1
-2
/
+2
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
1
-7
/
+8
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-3
/
+3
*
Fixed the behaviour for when rescheduling a parent task (#4590).
Jean-Philippe Lang
2012-11-24
1
-1
/
+9
*
Precede-Follow relation should move following issues earlier when reschedulin...
Jean-Philippe Lang
2012-11-24
1
-3
/
+8
[next]