summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r18356 from trunk to 3.4-stable (#31778).Go MAEDA2019-08-091-1/+1
* Merged r17390 from trunk to 3.4-stable (#28946).Go MAEDA2018-06-171-0/+1
* Merged r17373 to 3.4-stable (#28649).Jean-Philippe Lang2018-06-101-2/+5
* Merged r17368 from trunk to 3.4-stable (#27863).Go MAEDA2018-06-071-0/+1
* Merged r17342 from trunk to 3.4-stable (#28765).Go MAEDA2018-05-191-1/+2
* Merged r17144 to 3.4-stable (#27881).Jean-Philippe Lang2018-01-071-1/+1
* Editing issues no longer sends notifications to previous assignee (#26627).Jean-Philippe Lang2017-10-151-2/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Set default assignee before validation (#26072).Jean-Philippe Lang2017-06-061-1/+1
* Make sure that the journal is not created if issue is saved.Jean-Philippe Lang2017-06-031-0/+5
* Check tracker permissions when copying an issue (#25791).Jean-Philippe Lang2017-05-271-1/+10
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-081-3/+7
* Fixed that watchers list is not updated when changing project on the new issu...Jean-Philippe Lang2017-04-061-0/+3
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-061-0/+3
* Always set spent_hours instance variables to a Float in Issue instances (#255...Jean-Philippe Lang2017-04-051-3/+3
* Reset status when copying issues (#23610).Jean-Philippe Lang2017-04-031-6/+4
* Fixes indentation.Jean-Philippe Lang2017-03-131-1/+1
* 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