summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_status_test.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/+5
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* 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
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of test/unit/issue_status_test.rbToshi MARUYAMA2020-11-151-1/+1
* Use more efficient "exists?" instead of "first" in tests when checking the ex...Go MAEDA2020-05-031-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code layout clean up test/unit/issue_status_test.rbToshi MARUYAMA2019-10-081-5/+12
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* add missing fixtures to test/unit/issue_status_test.rbToshi MARUYAMA2014-11-071-1/+9
* Fixed that setting a status as closed should update issue closed_on attribute...Jean-Philippe Lang2014-11-051-0/+34
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-24/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from IssueStatusTestToshi MARUYAMA2014-01-271-2/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-4/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds a sorted scope to IssueStatus model.Jean-Philippe Lang2012-07-151-0/+4
* Code cleanup.Jean-Philippe Lang2012-07-151-0/+6
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-7/+7
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-29/+12
* remove trailing white-spaces from test/unit/issue_status_test.rb.Toshi MARUYAMA2011-08-291-18/+18
* Fixed: additional workflow transitions not available when set to both author ...Jean-Philippe Lang2011-07-201-4/+4
* Allow additional workflow transitions for issue author and assignee (#2732).Jean-Philippe Lang2011-02-201-1/+25
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixed: Deleting statuses doesn't delete all workflow entries (#5811).Jean-Philippe Lang2010-07-251-3/+5
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-111-0/+36
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Added tests to cover IssueStatus.destroy and IssueStatus.check_integrityEric Davis2008-10-021-1/+14
* Fixed: the default status is lost when reordering issue statuses (#1955).Jean-Philippe Lang2008-09-281-0/+7
* added unit tests for issue statuses, user preferences and tokensJean-Philippe Lang2007-01-271-0/+49