summaryrefslogtreecommitdiffstats
path: root/app/models/issue_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use 2 queries that use an index.Jean-Philippe Lang2017-04-041-1/+2
* Use #to_sql to generate the subquery.Jean-Philippe Lang2017-04-041-6/+7
* Use safe_attributes for issue statuses.Jean-Philippe Lang2016-07-171-0/+7
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-261-16/+6
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged r13640 from 2.6-stable to trunk (#18280)Toshi MARUYAMA2014-11-221-1/+2
* Fixed that setting a status as closed should update issue closed_on attribute...Jean-Philippe Lang2014-11-051-0/+18
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-11/+5
* Order scopes cleanup.Jean-Philippe Lang2014-10-291-1/+1
* Query IssueStatus model to prevent workflows instanciation.Jean-Philippe Lang2014-10-261-10/+14
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from IssueStatus modelToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated Relation#update_all at IssueStatus modelToshi MARUYAMA2014-01-081-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-1/+1
* Adds a sorted scope to IssueStatus model.Jean-Philippe Lang2012-07-151-0/+1
* Code cleanup.Jean-Philippe Lang2012-07-151-14/+14
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-4/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+1
* Rails3: model: replace deprecated 'after_save' method at IssueStatus modelToshi MARUYAMA2011-09-211-1/+2
* remove trailing white-spaces from app/models/issue_status.rb.Toshi MARUYAMA2011-08-211-16/+16
* Fixed: additional workflow transitions not available when set to both author ...Jean-Philippe Lang2011-07-201-8/+10
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-091-0/+2
* Allow additional workflow transitions for issue author and assignee (#2732).Jean-Philippe Lang2011-02-201-13/+14
* Remove the limitation on characters that can be used in custom_field, issue_s...Jean-Philippe Lang2010-12-311-1/+0
* Fixed: Deleting statuses doesn't delete all workflow entries (#5811).Jean-Philippe Lang2010-07-251-1/+8
* Allow blank value for IssueStatus#default_done_ratio.Jean-Philippe Lang2009-12-121-0/+1
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-111-0/+12
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-11/+21
* Fixed: the default status is lost when reordering issue statuses (#1955).Jean-Philippe Lang2008-09-281-2/+2
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-0/+4
* Removed IssueStatus html_color attribute.Jean-Philippe Lang2007-11-041-2/+0
* Status can now be updated when bulk editing issues.Jean-Philippe Lang2007-10-121-0/+6
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-011-1/+3
* Added several validates_length_ofJean-Philippe Lang2007-07-161-0/+1
* Fixed: Error when editing the wokflow after deleting a statusJean-Philippe Lang2007-07-141-1/+1
* Added :dependent => :delete_all on IssueStatus Workflow association.Jean-Philippe Lang2007-05-311-2/+2
* Fixed: default status not showing in new issueJean-Philippe Lang2007-04-241-2/+2
* Fixed 10337 Regression: Admin raises issue in project not assigned toJean-Philippe Lang2007-04-241-2/+2