summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).Jean-Philippe Lang2018-10-061-15/+0
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-12/+12
* Fixed that issue details page shows default values for custom fields that are...Jean-Philippe Lang2018-09-231-0/+5
* Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).Go MAEDA2018-07-291-2/+2
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-281-1/+1
* Upgrade to Rails 5.2.0 (#23630).Jean-Philippe Lang2018-06-231-2/+1
* Cannot clear category field on copying an Issue (#28951).Jean-Philippe Lang2018-06-171-1/+1
* Clear subtask assignee during copy if is locked (#28946).Go MAEDA2018-06-171-0/+1
* Log automatic rescheduling of following issues to journal (#28649).Jean-Philippe Lang2018-06-101-2/+5
* Clear target version when copying an issue if status is locked or closed (#27...Go MAEDA2018-06-071-0/+1
* Fix: Copying an issue fails if the issue is watched by a locked user (#28765).Go MAEDA2018-05-191-1/+2
* Allow selecting subprojects on new issue form (#12704).Go MAEDA2018-02-281-3/+12
* The progress exceeding 99.5% is displayed as 100% (#27848).Jean-Philippe Lang2018-01-081-1/+1
* No validation errors when entering an invalid "Estimate hours" value (#27881).Jean-Philippe Lang2018-01-071-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-42/+25
* Setting to disable automatic closing of duplicates (#26192).Jean-Philippe Lang2017-06-251-1/+1
* 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