summaryrefslogtreecommitdiffstats
path: root/test/functional/members_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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-22/+116
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-071-0/+11
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-311-0/+18
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-4/+0
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-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
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-311-2/+81
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-0/+11
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-181-5/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-8/+0
* Removes RJS from MembersController.Jean-Philippe Lang2012-07-211-7/+19
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Resourcified project memberships.Jean-Philippe Lang2012-02-051-12/+12
* Adds functional tests for MembersController.Jean-Philippe Lang2011-11-291-29/+30
* remove trailing white-spaces from test/functional/members_controller_test.rb.Toshi MARUYAMA2011-08-311-13/+13
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Add error messages to MembersController#new so a user is informed of missing ...Eric Davis2010-05-241-0/+34
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-7/+0
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-12/+5
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-5/+5
* Adds a user search field with autocompleter on project members screen.Jean-Philippe Lang2009-03-281-0/+16
* Ability to add multiple project members in a single action (#1556).Jean-Philippe Lang2009-03-271-1/+9
* Adds some functional tests.Jean-Philippe Lang2009-03-011-0/+50
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-0/+15