summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-211-0/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/issue.rbToshi MARUYAMA2019-11-081-20/+21
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/issue.rbToshi MARUYAMA2019-10-191-15/+18
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-2/+0
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_ho...Toshi MARUYAMA2019-09-301-5/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? methodToshi MARUYAMA2019-09-301-12/+13
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condit...Toshi MARUYAMA2019-09-301-14/+15
* code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rbToshi MARUYAMA2019-09-301-2/+3
* code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+2
* remove "attr_reader :current_journal" from Issue classToshi MARUYAMA2019-09-201-1/+0
* use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_idsToshi MARUYAMA2019-09-201-1/+1
* Limit total_estimated_hours to visible issues (#31778).Go MAEDA2019-08-071-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* New Permission: Edit own issue (#1248).Go MAEDA2019-04-251-1/+3
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-2/+2
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-171-2/+2
* 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