summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Adding a subtask should default to a tracker without disabled parent field (#...Jean-Philippe Lang2017-03-081-2/+9
* Preload journal's user (#6375).Jean-Philippe Lang2017-03-051-1/+1
* Fix loading of last visible journal (#1474, #6375).Jean-Philippe Lang2017-03-051-9/+13
* Load only last journal with notes (#1474).Jean-Philippe Lang2017-03-051-2/+1
* Don't load all issues' journals (#1474).Jean-Philippe Lang2017-03-051-6/+8
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-0/+26
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-051-0/+26
* Use #none for empty scope.Jean-Philippe Lang2017-01-211-1/+1
* Clean up SQL.Jean-Philippe Lang2017-01-211-3/+3
* Adds a scope for issue auto complete.Jean-Philippe Lang2017-01-211-0/+6
* Let user always see his private notes (#17632).Jean-Philippe Lang2017-01-141-6/+6
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-141-0/+15
* Unneeded assignment (#24693).Jean-Philippe Lang2016-12-311-1/+1
* Handle time entries on subtasks and prevent from reassigning an issue that is...Jean-Philippe Lang2016-12-311-0/+9
* Prevent parent issue from being closed if a child issue is open (#10989).Jean-Philippe Lang2016-12-211-1/+9
* Show an error message when changing an issue's project fails due to errors in...Jean-Philippe Lang2016-12-181-0/+1
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-101-9/+15
* Use the regular "icon icon-*" on search results (#24313).Jean-Philippe Lang2016-11-191-1/+1
* Edit/delete links displayed on issue even if project is closed (#23969).Jean-Philippe Lang2016-10-021-0/+5
* Closing all subtasks causes error if default priority is not defined and prio...Jean-Philippe Lang2016-10-011-2/+3
* Let the API accept project identifier for creating issues (#23766).Jean-Philippe Lang2016-10-011-2/+7
* closed_on field of copied issue is always set to source issue's value (#23764).Jean-Philippe Lang2016-10-011-2/+2
* When copying an issue, all statuses for new issue should be available (#14696).Jean-Philippe Lang2016-09-031-34/+35
* Fixed that progress of parent should be calculated with total estimated hours...Jean-Philippe Lang2016-09-011-10/+15
* Issue#editable_custom_field_values very slow for issues with many custom fiel...Jean-Philippe Lang2016-08-201-1/+2
* Don't use an argument to reload.Jean-Philippe Lang2016-07-161-1/+2
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-4/+2
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-131-1/+16
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-281-1/+1
* Preload issue status when displaying activity.Jean-Philippe Lang2016-06-181-1/+1
* Don't add the inclusion error when tracker is not set, the blank error is eno...Jean-Philippe Lang2016-06-071-1/+1
* Same permission for editing the issue and its attachments.Jean-Philippe Lang2016-06-061-0/+5
* Always authorize admin users.Jean-Philippe Lang2016-06-061-2/+6
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-051-6/+21
* Adds issue visibility by role/tracker (#285).Jean-Philippe Lang2016-06-051-3/+16
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-6/+17
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-13/+19
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-2/+2
* Adds a method for tracker selection (#22345).Jean-Philippe Lang2016-04-241-0/+10
* Code cleanup.Jean-Philippe Lang2016-04-111-5/+3
* Fixed that subtasks lose their custom fields when copying an issue to a diffe...Jean-Philippe Lang2016-04-111-3/+6
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Verify assigned_to_id when assigning safe_attributes (#22127).Jean-Philippe Lang2016-03-121-0/+11
* Private notes get copied without private flag to Duplicate issues (#22072).Jean-Philippe Lang2016-03-121-0/+1
* Only consider open subtasks when computing the priority of a parent issue (#5...Jean-Philippe Lang2016-01-161-2/+4
* Can't set parent issue when issue relations among child issues are present (#...Jean-Philippe Lang2016-01-101-96/+36
* Don't include locked user in assignable users (#21477).Jean-Philippe Lang2015-12-121-1/+1
* Don't include anonymous user in assignable users (#21477).Jean-Philippe Lang2015-12-121-1/+1
* Calculate done_ratio based on children instead of leaves (#20995).Jean-Philippe Lang2015-11-141-5/+5
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-4/+13