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