summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed the behaviour for when rescheduling a parent task (#4590).Jean-Philippe Lang2012-11-241-1/+9
* Precede-Follow relation should move following issues earlier when reschedulin...Jean-Philippe Lang2012-11-241-3/+8
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-291-4/+21
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-261-1/+1
* Code cleanup.Jean-Philippe Lang2012-10-181-1/+1
* Fixed that invalid start date is ignored (#12092).Jean-Philippe Lang2012-10-181-1/+5
* Fixed that entering #nnn as parent task should validate (#11979).Jean-Philippe Lang2012-10-141-1/+2
* Fixed: No validation errors when entering an invalid "Parent task" (#11979).Jean-Philippe Lang2012-10-121-6/+12
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-5/+26
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-4/+26
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-1/+20
* Do not link copied issues when copying a project (#6899).Jean-Philippe Lang2012-09-271-1/+1
* Adds a "Copied from/to" relation when copying issue(s) (#6899).Jean-Philippe Lang2012-09-271-4/+13
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-201-19/+19
* Anonymous users should not see private issues with anonymous author (#11872).Jean-Philippe Lang2012-09-191-6/+14
* Fixed comment.Etienne Massip2012-09-121-1/+1
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-081-0/+27
* Code cleanup: removed the obsolete with_limit scope.Jean-Philippe Lang2012-08-271-1/+0
* Fixed that open scope on Project#issues raises an error (#11545).Jean-Philippe Lang2012-08-131-1/+0
* Code cleanup.Jean-Philippe Lang2012-08-081-0/+9
* Code cleanup.Jean-Philippe Lang2012-08-081-1/+1
* Prevents "Overwriting existing method Issue.open" warning (#11545).Jean-Philippe Lang2012-08-071-0/+1
* Versions that are not shared should not be assignable when selecting another ...Jean-Philippe Lang2012-07-271-1/+18
* Changed issues css class from priority-{position} to status-{id} (#2071).Jean-Philippe Lang2012-07-261-1/+1
* Changed issues css class from status-{position} to status-{id} (#11304).Jean-Philippe Lang2012-07-261-1/+1
* ruby1.8 compatibility (#703, #3521).Jean-Philippe Lang2012-07-151-2/+2
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-10/+116
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-5/+16
* Fixed that deleting a project with subtasks may fail (#11185).Jean-Philippe Lang2012-06-181-0/+22
* Fixed that updated_on is not updated when updating an issue (#10964).Jean-Philippe Lang2012-05-211-3/+8
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-7/+8
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-6/+6
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-141-2/+2
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-141-17/+21
* Fixed that improper statuses are proposed when changing status before tracker...Jean-Philippe Lang2012-04-091-4/+12
* Fixed that issues can be moved to projects with issue tracking disabled (#104...Jean-Philippe Lang2012-03-251-12/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-5/+4
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-16/+7
* Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).Jean-Philippe Lang2012-02-121-1/+7
* Code cleanup.Jean-Philippe Lang2012-02-091-1/+1
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-041-2/+10
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-6/+27
* Makes all workflow transitions defined for all roles available to administrat...Jean-Philippe Lang2012-01-261-1/+1
* Notify previous assignee when assignee changes (#2694).Jean-Philippe Lang2012-01-231-7/+15
* Adds an option of the copy form to enable/disable attachments copy (#3055).Jean-Philippe Lang2012-01-201-3/+5
* Copy attachments on issue and project copy (#3055).Jean-Philippe Lang2012-01-201-0/+3
* Initialize watcher_user_ids for new records to prevent useless queries on eac...Jean-Philippe Lang2012-01-081-0/+1
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-081-4/+14
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-1/+10