summaryrefslogtreecommitdiffstats
path: root/app/views/users
Commit message (Expand)AuthorAgeFilesLines
* Adds missing thead tags (#5440).Jean-Philippe Lang2010-05-091-2/+2
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-171-1/+1
* Adds a link to the user profile from the administration user edit screen (#44...Jean-Philippe Lang2010-02-261-0/+1
* Removes overflow:auto on #content which broke the fix in r2118 (#4724).Jean-Philippe Lang2010-02-061-1/+2
* Avatars added in news (#3941) and forums (#4468) + cleanup.Jean-Philippe Lang2010-01-071-1/+1
* Adds a 'Create and continue' button on new user form.Jean-Philippe Lang2009-12-201-1/+4
* Sort groups on user groups setting (#4389).Jean-Philippe Lang2009-12-121-1/+1
* Move checkbox for "Send account information to the user" to be clicked before...Jean-Philippe Lang2009-11-133-12/+12
* Unified UsersController#list and #index.Jean-Philippe Lang2009-10-291-0/+0
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-0/+70
* Refactoring of tabs rendering.Jean-Philippe Lang2009-09-121-19/+1
* User groups branch merged.Jean-Philippe Lang2009-09-122-3/+14
* Added two new plugin hooks to Administration > Users > MembershipsEric Davis2009-08-011-0/+2
* Ability to send an email with password when changing a user's password (#3566).Jean-Philippe Lang2009-07-051-0/+3
* Administration panel breadcrumbs (#3314).Jean-Philippe Lang2009-07-052-2/+2
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-22/+38
* Fixes user edit urls (#3281).Jean-Philippe Lang2009-05-011-1/+1
* Makes minimum password length configurable.Jean-Philippe Lang2009-04-211-1/+1
* Added several more plugin hooks:Eric Davis2009-03-211-0/+1
* Added a system setting for allowing OpenID logins and registrationsEric Davis2009-02-111-0/+2
* Added the ability to login via OpenID.Eric Davis2009-02-111-0/+1
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-1/+1
* Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a...Jean-Philippe Lang2008-11-091-1/+1
* Added an option to turn user Gravatars on or offEric Davis2008-10-311-1/+1
* Fixed a bug with using gravatar on a nil value.Eric Davis2008-10-301-1/+1
* Gravatar support for issue detai, user grid, and activity streamEric Davis2008-10-301-1/+1
* Adds the ability to search for a user on the administration users list.Jean-Philippe Lang2008-10-241-1/+4
* Adds user count in status drop down on admin user list.Jean-Philippe Lang2008-08-111-1/+1
* Adds Lock/Unlock/Activate link on user edit screen.Jean-Philippe Lang2008-08-111-0/+4
* Adds mailto link on the user administration list (#1670).Jean-Philippe Lang2008-07-221-1/+1
* Escapes HTML tags.Jean-Philippe Lang2008-07-021-4/+4
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-3/+3
* Prevent admin users from making themselves non-administrator (#1276).Jean-Philippe Lang2008-05-251-1/+1
* Split user edit screen into tabs.Jean-Philippe Lang2008-05-024-23/+52
* Show the project hierarchy in the drop down list for new membership on user a...Jean-Philippe Lang2008-05-011-6/+6
* Preserve status filter and page number when using lock/unlock/activate links ...Jean-Philippe Lang2008-04-061-11/+1
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-311-7/+0
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-051-4/+4
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-031-28/+22
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-1/+1
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-3/+1
* More detailed html title on several views.Jean-Philippe Lang2007-12-071-1/+3
* Removed the 12 characters limit on passwords.Jean-Philippe Lang2007-11-241-1/+1
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-201-1/+0
* Password fields hidden on users/add form when selecting an external authentic...Jean-Philippe Lang2007-05-271-1/+3
* Account information can now be sent to the user when creating an account.Jean-Philippe Lang2007-05-271-1/+2
* Fixed pagination on users/list (status filter lost)Jean-Philippe Lang2007-04-031-1/+1
* Added some attributes length validations.Jean-Philippe Lang2007-04-021-1/+2
* added a status filter on users/listJean-Philippe Lang2007-03-181-0/+9