summaryrefslogtreecommitdiffstats
path: root/test/functional/workflows_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test failure with SQLite3.Jean-Philippe Lang2018-12-131-1/+1
* Disable workflow checkboxes with no status change (#5593).Jean-Philippe Lang2018-09-151-1/+13
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove trailing white space from test/functional/workflows_controller_test.rbToshi MARUYAMA2017-06-061-3/+3
* Workflow editing shows statuses of irrelevant roles (#24281).Jean-Philippe Lang2016-12-161-0/+19
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-17/+19
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-27/+48
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Highlighting of required and read-only custom fields broken in Workflow edito...Jean-Philippe Lang2016-04-031-0/+3
* 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-0/+24
* "Required" and "Read-only" rules on "Fields Permissions" screen are not color...Jean-Philippe Lang2015-04-111-0/+9
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+7
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-2/+1
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-16/+16
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-251-63/+73
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from WorkflowsControllerTest#status_transitionsToshi MARUYAMA2014-01-101-1/+0
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-0/+17
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-4/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-111-0/+20
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-8/+8
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+5
* Don't show "Required" option for standard/custom fields that are always requi...Jean-Philippe Lang2012-07-161-2/+2
* No blank option for custom fields marked as required on workflow settings.Jean-Philippe Lang2012-07-151-0/+16
* Adds option for displaying all statuses on workflow permissions.Jean-Philippe Lang2012-07-151-0/+8
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-16/+106
* Fixed that option tags are escaped.Jean-Philippe Lang2012-05-131-0/+12
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from test/functional/workflows_controller_test.rb.Toshi MARUYAMA2011-08-311-29/+29
* Allow additional workflow transitions for issue author and assignee (#2732).Jean-Philippe Lang2011-02-201-8/+36
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* By default, only show statuses that are used by the tracker on the workflow e...Jean-Philippe Lang2009-12-181-5/+33
* Adds workflow copy functionality (#1727).Jean-Philippe Lang2009-12-121-1/+47
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-1/+1
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-281-0/+84