Commit Graph

58 Commits (349a5d3b5567abf59b1502e3c855f8752b6f2f49)

Author SHA1 Message Date
Jean-Philippe Lang 5a5d02dfb5 Removes overflow:auto on #content which broke the fix in r2118 (#4724). 15 years ago
Jean-Philippe Lang 99956ec248 Avatars added in news (#3941) and forums (#4468) + cleanup. 15 years ago
Jean-Philippe Lang c5976333c2 Adds a 'Create and continue' button on new user form. 15 years ago
Jean-Philippe Lang 72ceefd36e Sort groups on user groups setting (#4389). 15 years ago
Jean-Philippe Lang 8c769c546f Move checkbox for "Send account information to the user" to be clicked before the "Create" button (#4193). 15 years ago
Jean-Philippe Lang 92ec35e657 Unified UsersController#list and #index. 15 years ago
Jean-Philippe Lang a842769c3f AccountController#show (/account/show/:id) moved to UsersController#show (/users/:id). 15 years ago
Jean-Philippe Lang ede9960444 Refactoring of tabs rendering. 15 years ago
Jean-Philippe Lang 7707457145 User groups branch merged. 15 years ago
Eric Davis bb61c9a0ec Added two new plugin hooks to Administration > Users > Memberships 15 years ago
Jean-Philippe Lang e54d183d20 Ability to send an email with password when changing a user's password (#3566). 16 years ago
Jean-Philippe Lang ad90811e40 Administration panel breadcrumbs (#3314). 16 years ago
Jean-Philippe Lang 7dccf9fda6 Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 16 years ago
Jean-Philippe Lang 9fd14713c5 Fixes user edit urls (#3281). 16 years ago
Jean-Philippe Lang 31cf9be7ab Makes minimum password length configurable. 16 years ago
Eric Davis 451ef7f21f Added several more plugin hooks: 16 years ago
Eric Davis 8d53e433c5 Added a system setting for allowing OpenID logins and registrations 16 years ago
Eric Davis 896e64b759 Added the ability to login via OpenID. 16 years ago
Eric Davis 765f7abc60 Converted routing and urls to follow the Rails REST convention. 16 years ago
Jean-Philippe Lang c9906480d3 Merged nested projects branch. Removes limit on subproject nesting (#594). 16 years ago
Jean-Philippe Lang 7619c286cc Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a String (less code in views). 16 years ago
Eric Davis ba20a67873 Added an option to turn user Gravatars on or off 16 years ago
Eric Davis 01fd8e685b Fixed a bug with using gravatar on a nil value. 16 years ago
Eric Davis ed314caf7d Gravatar support for issue detai, user grid, and activity stream 16 years ago
Jean-Philippe Lang d967507dcb Adds the ability to search for a user on the administration users list. 16 years ago
Jean-Philippe Lang 41d44c5285 Adds user count in status drop down on admin user list. 16 years ago
Jean-Philippe Lang d47400aa8d Adds Lock/Unlock/Activate link on user edit screen. 16 years ago
Jean-Philippe Lang a9932e3dbd Adds mailto link on the user administration list (#1670). 17 years ago
Jean-Philippe Lang 9703f576d9 Escapes HTML tags. 17 years ago
Jean-Philippe Lang ce6cf66f6c Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable). 17 years ago
Jean-Philippe Lang 39fc8f38b8 Prevent admin users from making themselves non-administrator (#1276). 17 years ago
Jean-Philippe Lang 63951812a1 Split user edit screen into tabs. 17 years ago
Jean-Philippe Lang 7f8d959171 Show the project hierarchy in the drop down list for new membership on user administration screen. 17 years ago
Jean-Philippe Lang 0249ae5f50 Preserve status filter and page number when using lock/unlock/activate links on the users list (closes #998). 17 years ago
Jean-Philippe Lang 68fe7856c9 Move repetitive calendar include code from views into helper (patch #966 by Peter Suschlik). 17 years ago
Jean-Philippe Lang 54ff294da1 More appropriate default sort order on sortable columns. 17 years ago
Jean-Philippe Lang 4e244be21c Slight changes on users list view and hide Anonymous user. 17 years ago
Jean-Philippe Lang 3e0acc0b7e Slight improvements to the browser views. 17 years ago
Jean-Philippe Lang 9a1b46fe42 New setting added to specify how many objects should be displayed on most paginated lists. 17 years ago
Jean-Philippe Lang f58db70bde More detailed html title on several views. 17 years ago
Jean-Philippe Lang fde4a42e2a Removed the 12 characters limit on passwords. 17 years ago
Jean-Philippe Lang 90d33c3e51 More flexible mail notifications settings at user level. A user has now 3 options: 17 years ago
Jean-Philippe Lang f335e943ad Password fields hidden on users/add form when selecting an external authentication mode. 18 years ago
Jean-Philippe Lang f04225321c Account information can now be sent to the user when creating an account. 18 years ago
Jean-Philippe Lang 1c0971b12c Fixed pagination on users/list (status filter lost) 18 years ago
Jean-Philippe Lang 791077c240 Added some attributes length validations. 18 years ago
Jean-Philippe Lang 8bb60b6474 added a status filter on users/list 18 years ago
Jean-Philippe Lang 027bf93849 added svn:eol-style native property on /app files 18 years ago
Jean-Philippe Lang 486b4e9ea2 deprecated ":post => true" replaced 18 years ago
Jean-Philippe Lang 845460b165 deprecated start_form_tag replaced by form_tag 18 years ago