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
*
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
*
Ignore non-working days when rescheduling an issue (#2161).
Jean-Philippe Lang
2012-10-29
1
-4
/
+21
*
Adds a textual css class for issue priorities (#12216).
Jean-Philippe Lang
2012-10-26
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-10-18
1
-1
/
+1
*
Fixed that invalid start date is ignored (#12092).
Jean-Philippe Lang
2012-10-18
1
-1
/
+5
*
Fixed that entering #nnn as parent task should validate (#11979).
Jean-Philippe Lang
2012-10-14
1
-1
/
+2
*
Fixed: No validation errors when entering an invalid "Parent task" (#11979).
Jean-Philippe Lang
2012-10-12
1
-6
/
+12
*
Adds a setting to allow subtasks to belong to other projects (#5487).
Jean-Philippe Lang
2012-10-10
1
-5
/
+26
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
1
-4
/
+26
*
Makes related issues available for display and filtering on the issue list (#...
Jean-Philippe Lang
2012-09-29
1
-1
/
+20
*
Do not link copied issues when copying a project (#6899).
Jean-Philippe Lang
2012-09-27
1
-1
/
+1
*
Adds a "Copied from/to" relation when copying issue(s) (#6899).
Jean-Philippe Lang
2012-09-27
1
-4
/
+13
*
Anonymous users should always see public issues only (#11872).
Jean-Philippe Lang
2012-09-20
1
-19
/
+19
*
Anonymous users should not see private issues with anonymous author (#11872).
Jean-Philippe Lang
2012-09-19
1
-6
/
+14
*
Fixed comment.
Etienne Massip
2012-09-12
1
-1
/
+1
*
Option to copy subtasks when copying issue(s) (#6965).
Jean-Philippe Lang
2012-09-08
1
-0
/
+27
*
Code cleanup: removed the obsolete with_limit scope.
Jean-Philippe Lang
2012-08-27
1
-1
/
+0
*
Fixed that open scope on Project#issues raises an error (#11545).
Jean-Philippe Lang
2012-08-13
1
-1
/
+0
*
Code cleanup.
Jean-Philippe Lang
2012-08-08
1
-0
/
+9
*
Code cleanup.
Jean-Philippe Lang
2012-08-08
1
-1
/
+1
*
Prevents "Overwriting existing method Issue.open" warning (#11545).
Jean-Philippe Lang
2012-08-07
1
-0
/
+1
*
Versions that are not shared should not be assignable when selecting another ...
Jean-Philippe Lang
2012-07-27
1
-1
/
+18
*
Changed issues css class from priority-{position} to status-{id} (#2071).
Jean-Philippe Lang
2012-07-26
1
-1
/
+1
*
Changed issues css class from status-{position} to status-{id} (#11304).
Jean-Philippe Lang
2012-07-26
1
-1
/
+1
*
ruby1.8 compatibility (#703, #3521).
Jean-Philippe Lang
2012-07-15
1
-2
/
+2
*
Workflow enhancement: editable and required fields configurable by role, trac...
Jean-Philippe Lang
2012-07-15
1
-10
/
+116
*
Ability to disable standard fields on a per tracker basis (#1091).
Jean-Philippe Lang
2012-07-05
1
-5
/
+16
*
Fixed that deleting a project with subtasks may fail (#11185).
Jean-Philippe Lang
2012-06-18
1
-0
/
+22
*
Fixed that updated_on is not updated when updating an issue (#10964).
Jean-Philippe Lang
2012-05-21
1
-3
/
+8
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-7
/
+8
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-6
/
+6
*
Fixed MissingFeatureException: let user choose to copy attachments or not whe...
Jean-Philippe Lang
2012-04-14
1
-2
/
+2
*
When copying issues, let the status be changed to default or left unchanged.
Jean-Philippe Lang
2012-04-14
1
-17
/
+21
*
Fixed that improper statuses are proposed when changing status before tracker...
Jean-Philippe Lang
2012-04-09
1
-4
/
+12
*
Fixed that issues can be moved to projects with issue tracking disabled (#104...
Jean-Philippe Lang
2012-03-25
1
-12
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-5
/
+4
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
1
-16
/
+7
*
Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).
Jean-Philippe Lang
2012-02-12
1
-1
/
+7
*
Code cleanup.
Jean-Philippe Lang
2012-02-09
1
-1
/
+1
*
Better handling of issue update conflicts (#8691).
Jean-Philippe Lang
2012-02-04
1
-2
/
+10
[next]