summaryrefslogtreecommitdiffstats
path: root/test/functional/users_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-8/+8
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-4/+4
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-281-3/+14
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+41
* Allow user password changes when changing to Internal authentication. #6267Eric Davis2010-09-061-0/+12
* Show projects depending on their visibility in user's profile. #6100Jean-Baptiste Barth2010-08-101-0/+10
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-80/+0
* Let administrators see locked user profiles.Jean-Philippe Lang2010-02-261-2/+8
* Unified UsersController#list and #index.Jean-Philippe Lang2009-10-291-16/+15
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-0/+43
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Ability to send an email with password when changing a user's password (#3566).Jean-Philippe Lang2009-07-051-16/+37
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-3/+3
* Fixes UsersControllerTest.Jean-Philippe Lang2009-02-211-0/+2
* Send an email to the user when an administrator activates a registered user (...Jean-Philippe Lang2009-02-201-0/+16
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-2/+72
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-2/+2
* Adds functional test for user search.Jean-Philippe Lang2008-10-241-0/+10
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-0/+62