summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-071-1/+10
* Check permission before retrieving projects.Jean-Philippe Lang2012-01-071-2/+4
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-071-10/+36
* Code cleanup.Jean-Philippe Lang2012-01-061-13/+2
* Code cleanup.Jean-Philippe Lang2012-01-061-27/+33
* Code cleanup.Jean-Philippe Lang2012-01-061-13/+2
* Extracted some code from #move_to_project to a callback.Jean-Philippe Lang2012-01-061-29/+47
* Use :joins instead of :include in calculations.Jean-Philippe Lang2011-12-261-2/+2
* Code cleanup.Jean-Philippe Lang2011-12-241-4/+5
* Dup attributes instead of issue object.Jean-Philippe Lang2011-12-241-5/+4
* Removed unused scope.Jean-Philippe Lang2011-12-181-6/+0
* Removed unused scope.Jean-Philippe Lang2011-12-181-6/+0
* Use scoped method instead of merge_conditions.Jean-Philippe Lang2011-12-181-6/+6
* Removed after_initialize methods.Jean-Philippe Lang2011-12-181-1/+2
* Use open scope in version issues count methods.Jean-Philippe Lang2011-12-181-1/+4
* Rails3.1 compatibilityJean-Philippe Lang2011-12-181-1/+2
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-151-0/+1
* Save an @Issue#save@.Etienne Massip2011-12-141-8/+12
* Code cleanup.Jean-Philippe Lang2011-12-131-7/+6
* Use safe_attributes for issue watchers assignment.Jean-Philippe Lang2011-12-131-1/+5
* Makes project and tracker assigned first in #attributes=Jean-Philippe Lang2011-12-081-7/+11
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-041-2/+17
* Use user's time zone when logging time while editing ticket (#9619).Jean-Philippe Lang2011-11-241-1/+1
* Fixed: User with groups may not see issues assigned to him or to its groups (...Jean-Philippe Lang2011-11-111-2/+2
* Rails3: model: replace deprecated errors.add_to_base at validate_issue of IssueToshi MARUYAMA2011-10-061-1/+1
* Rails3: model: replace deprecated errors.add_to_base at save_issue_with_child...Toshi MARUYAMA2011-10-061-1/+1
* Rails3: model: replace deprecated 'validate' method at Issue modelToshi MARUYAMA2011-09-211-1/+2
* remove trailing white-spaces except SQL from app/models/issue.rb.Toshi MARUYAMA2011-08-211-4/+4
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-241-1/+11
* Fixed: MailHandler does not include JournalDetail for attached files (#7966).Jean-Philippe Lang2011-07-241-3/+8
* Assignee is removed on issue update if assignee account is locked (#8884).Jean-Philippe Lang2011-07-231-0/+1