summaryrefslogtreecommitdiffstats
path: root/test/functional/groups_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 for r17441 (#29189).Go MAEDA2018-07-101-0/+14
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-17/+74
* Adds name filter on group list.Jean-Philippe Lang2016-08-301-0/+9
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-9/+4
* 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
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-161-0/+12
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-56/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-0/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at GroupsContro...Toshi MARUYAMA2014-01-081-2/+2
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-181-5/+2
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-141-2/+5
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed test/functional/groups_controller_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Removes RJS from GroupsController.Jean-Philippe Lang2012-07-191-5/+27
* Test for when group does not exist.Jean-Philippe Lang2012-07-151-0/+5
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-011-5/+6
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds functional tests for GroupsController.Jean-Philippe Lang2011-11-291-8/+37
* Adds functional tests for GroupsController.Jean-Philippe Lang2011-11-281-1/+23
* Adds routes for group users.Jean-Philippe Lang2011-11-271-1/+1
* remove trailing white-spaces from test/functional/groups_controller_test.rb.Toshi MARUYAMA2011-08-311-18/+18
* Adds 'Create and continue' button on the new group form.Jean-Philippe Lang2011-07-211-0/+7
* Fixed: list of users for adding to a group may be empty if 100 first users ha...Jean-Philippe Lang2011-04-011-0/+9
* 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-3/+3
* Include missing fixtures.Jean-Philippe Lang2009-10-291-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-0/+107