summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Jean-Philippe Lang2015-05-251-8/+7
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-7/+9
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-251-13/+22
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-18/+39
* Fixed that issue validation fails if % done field is deactivated (#19731).Jean-Philippe Lang2015-05-091-0/+1
* When changing tracker, clear the attributes that are disabled for the new tra...Jean-Philippe Lang2015-04-141-1/+14
* Fixed that custom fields with hidden/read-only combination may be displayed o...Jean-Philippe Lang2015-03-201-3/+17
* remove trailing white-space from app/models/issue.rbToshi MARUYAMA2015-03-161-1/+1
* Fixed that creating an issue without tracker_id attribute ignores custom fiel...Jean-Philippe Lang2015-03-141-0/+5
* Missing notification if previous assignee was a group (#19197).Jean-Philippe Lang2015-03-071-2/+2
* Don't validate custom fields that are not editable (#19193).Jean-Philippe Lang2015-03-011-0/+11
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-10/+3
* Added Issue#attributes_editable?Jean-Philippe Lang2015-02-131-1/+6
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-0/+3
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-10/+12
* Set :inverse_of option on journals association.Jean-Philippe Lang2015-01-211-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-2/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-1/+2
* Search custom fields and journals with different queries to take advantage of...Jean-Philippe Lang2015-01-081-7/+2
* Replaces awesome_nested_set gem with a simple and more robust implementation ...Jean-Philippe Lang2015-01-071-48/+15
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-131-0/+1
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-8/+0
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-2/+1
* Skip some validations if attribute did not change.Jean-Philippe Lang2014-12-061-1/+4
* Typo.Jean-Philippe Lang2014-12-051-1/+1
* Removed unused and deprecated Issue#move_to_project method.Jean-Philippe Lang2014-12-051-27/+0
* Moved journal details generation to Journal model.Jean-Philippe Lang2014-12-051-78/+20
* replace tab to space at app/models/issue.rbToshi MARUYAMA2014-11-221-1/+1
* Clear @spent_hours on reload (#18410).Jean-Philippe Lang2014-11-221-0/+1
* Prevents a status load in #status_was when status is not changed (#18290).Jean-Philippe Lang2014-11-081-2/+6
* Prevents author load (#18290).Jean-Philippe Lang2014-11-081-1/+1
* Fixed that a disabled field which is required by workflow rules blocks issue ...Jean-Philippe Lang2014-11-041-1/+1
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-9/+52
* Fixed that IssueRelation should not be responsible for calling Issue#init_jou...Jean-Philippe Lang2014-11-021-0/+35
* Code cleanup.Jean-Philippe Lang2014-10-261-10/+15
* Prevents useless COUNT queries.Jean-Philippe Lang2014-10-261-2/+2
* Code cleanup.Jean-Philippe Lang2014-10-261-8/+15
* Makes Project#assignable_users return a scope that prevents 2*n queries.Jean-Philippe Lang2014-10-251-1/+1
* Code cleanup.Jean-Philippe Lang2014-10-251-16/+18
* Code cleanup, use safer #closed?Jean-Philippe Lang2014-10-241-2/+2
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-1/+0
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-5/+0
* use includes instead of joins at Issue#visibleToshi MARUYAMA2014-10-241-1/+1
* Removed unneeded :foreign_key option on belongs_to associations.Jean-Philippe Lang2014-10-221-6/+6
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-25/+50
* Fixed test failure with MySQL introduced by r13467.Jean-Philippe Lang2014-10-211-1/+1
* Fixed test failure with SQLServer introduced by r13461.Jean-Philippe Lang2014-10-211-1/+2
* Fixed tests broken by r13461.Jean-Philippe Lang2014-10-201-1/+1
* Code cleanup, removed raw SQL queries.Jean-Philippe Lang2014-10-201-61/+36