summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-6/+14
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-0/+5
* Normalize issue description EOLs do prevent false journal details (#8712).Jean-Philippe Lang2011-07-021-0/+7
* Do not journalize blank description changes (#8712).Jean-Philippe Lang2011-07-021-1/+4
* remove trailing white-spaces excluding SQL from issue model source.Toshi MARUYAMA2011-05-171-77/+77
* Fixed: notes are lost when copying issue(s) (#6901, #8239).Jean-Philippe Lang2011-04-291-1/+7
* Fixed: copying an issue keeps the author of the original issue (#6901).Jean-Philippe Lang2011-04-291-0/+1
* Private issues (#7414).Jean-Philippe Lang2011-04-151-2/+13
* Adds an issues visibility level on roles (#7412).Jean-Philippe Lang2011-04-111-2/+20
* Adds visibility condition to Issue.by_* count methods.Jean-Philippe Lang2011-04-081-13/+14
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-1/+1
* Save queries.Jean-Philippe Lang2011-03-281-1/+1
* Adds css classes to parent/child issues (#7986).Jean-Philippe Lang2011-03-251-0/+2
* Adds Issue#visible_condition to build issue visibility statement.Jean-Philippe Lang2011-03-151-1/+6
* Check for a valid time entry if comments have been entered when updating an i...Jean-Philippe Lang2011-03-131-1/+1
* Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ...Jean-Philippe Lang2011-03-131-3/+3
* Code cleanup.Jean-Philippe Lang2011-03-101-5/+0
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-3/+3
* Allow additional workflow transitions for issue author and assignee (#2732).Jean-Philippe Lang2011-02-201-1/+6
* Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...Jean-Philippe Lang2011-01-221-10/+1
* Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...Jean-Philippe Lang2011-01-151-3/+6
* Makes issue safe_attributes extensible (#6000).Jean-Philippe Lang2010-12-121-32/+27
* Support for updating custom fields using the received custom_fields array (#6...Jean-Philippe Lang2010-12-101-0/+1
* Fixed: gantt displays issues by date of creation.Jean-Philippe Lang2010-11-211-2/+1
* Fixed: submitting a non numerical parent task input creates a 500 error (#6932).Jean-Philippe Lang2010-11-201-1/+1
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-121-4/+7
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-111-3/+21
* Fixed: precedes/follows relations no longer update start/due dates (#5803).Jean-Philippe Lang2010-10-191-2/+2
* Don't duplicate users in Issue#assignable_users. From r4240Eric Davis2010-10-071-1/+1
* Allow assigning issues back to the author. #4199Eric Davis2010-10-071-1/+3
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-281-3/+4
* Fixes reverting an issue to a status with a done_ratio of 0%. #5170Eric Davis2010-09-261-3/+3
* Updated issue delete confirmation when it has child issues. #6191Eric Davis2010-09-201-0/+5