summaryrefslogtreecommitdiffstats
path: root/app/models/issue_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Add description for issue statuses and display them in issue new/edit form (#...Go MAEDA2023-08-311-0/+2
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-291-0/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of app/models/issue_status.rbToshi MARUYAMA2020-11-171-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_status.rbToshi MARUYAMA2019-11-091-2/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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