summaryrefslogtreecommitdiffstats
path: root/test/functional/roles_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
* Show warning when no workflow is defined for the role (#30853).Go MAEDA2019-02-241-0/+18
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Role#copy_from should copy managed roles.Jean-Philippe Lang2016-10-201-1/+1
* Fixed that r15668 prevents from setting managed roles.Jean-Philippe Lang2016-10-201-0/+15
* Fixed that new role does not have non member permissions as default (#23633).Jean-Philippe Lang2016-08-301-0/+12
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-20/+12
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-35/+55
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-0/+16
* Removes #move_to= (#12909).Jean-Philippe Lang2016-04-181-4/+4
* 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
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-1/+0
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-12/+4
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-2/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-3/+0
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-201-0/+8
* Create role by copy (#9258).Jean-Philippe Lang2012-09-031-0/+25
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Test cleanup.Jean-Philippe Lang2012-03-041-0/+3
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+5
* Resourcified roles.Jean-Philippe Lang2011-12-091-34/+32
* remove trailing white-spaces from test/functional/roles_controller_test.rb.Toshi MARUYAMA2011-08-251-25/+25
* Add missing fixture when running tests from scratch in functional RolesContro...Toshi MARUYAMA2011-05-011-1/+1
* Fix annotate functional roles_controller_test.rb due fails to changing en.yml...Toshi MARUYAMA2011-04-011-1/+1
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-11/+11
* Refactor: Merged RolesController#list and #indexEric Davis2010-02-151-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-11/+11
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-4/+4
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-281-40/+0
* Add some tests on RolesController.Jean-Philippe Lang2008-03-171-0/+128
* Workflow copy:Jean-Philippe Lang2008-03-151-0/+92