summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded statement from Issue#parent_issue_id=Toshi MARUYAMA2014-07-131-1/+0
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-021-0/+5
* remove trailing white-spaces from Issue#count_and_group_by SQLToshi MARUYAMA2014-04-081-6/+6
* remove trailing white-spaces from Issue#by_subproject SQLToshi MARUYAMA2014-04-081-5/+5
* remove trailing white-spaces from app/models/issue.rbToshi MARUYAMA2014-04-081-9/+9
* code format clean up Issue#update_versions_from_hierarchy_changeToshi MARUYAMA2014-04-081-1/+4
* fix typos of source comments at Issue modelToshi MARUYAMA2014-04-071-1/+1
* fix race condition of highest rgt at Issue#update_nested_set_attributes_on_pa...Toshi MARUYAMA2014-03-261-2/+1
* fix always new lft and rgt are lft = 1, rgt = 2 (#6579)Toshi MARUYAMA2014-03-261-3/+1
* remove unneeded Relation#all from Issue#workflow_rule_by_attributeToshi MARUYAMA2014-03-241-1/+1
* prevent issue tree hierarchy is broken in race conditions (#6579)Toshi MARUYAMA2014-02-251-7/+13
* Prevent N queries on custom_fields when call /issues API.Jean-Philippe Lang2014-02-221-1/+1
* fix wrong issue 'assigned-to-my-group' css class (#16038)Toshi MARUYAMA2014-02-061-1/+1
* Fixed calculation of done_ratio of parent task with child having estimated_ti...Jean-Philippe Lang2014-01-311-1/+1
* Reverts r12669 and add a test for #15870.Jean-Philippe Lang2014-01-301-1/+0
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* back out from r12715 to r12720: #connection replacingToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated #connection from Issue modelToshi MARUYAMA2014-01-271-1/+1
* Make sure that we don't set the done ratio to a value > 100% (#15870).Jean-Philippe Lang2014-01-191-0/+1
* Rails4: replace deprecated Relation#sum with finder options at Issue#total_sp...Toshi MARUYAMA2014-01-101-2/+4
* Rails4: replace deprecated Relation#calculate with finder options at Issue modelToshi MARUYAMA2014-01-081-3/+4
* Rails4: replace deprecated Relation#update_all at Issue modelToshi MARUYAMA2014-01-081-3/+3
* Rails4: replace deprecated Relation#update_all at Issue modelToshi MARUYAMA2014-01-081-1/+2
* Fixed that time entries custom values are not deleted when deleting a project...Jean-Philippe Lang2013-12-181-1/+1
* Fixed that previous assignee is not notified on issue update (#15714).Jean-Philippe Lang2013-12-171-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