summaryrefslogtreecommitdiffstats
path: root/app/views/users
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from app/views/users/index.html.erbToshi MARUYAMA2011-09-181-1/+1
* replace tabs to spaces at app/views/users/_memberships.html.erbToshi MARUYAMA2011-09-171-16/+16
* replace tabs to spaces at app/views/users/index.html.erbToshi MARUYAMA2011-09-171-17/+17
* replace tabs to spaces at app/views/users/new.html.erbToshi MARUYAMA2011-09-171-8/+8
* replace tabs to spaces at app/views/users/_general.html.erbToshi MARUYAMA2011-09-171-5/+5
* replace tabs to spaces at app/views/users/show.html.erbToshi MARUYAMA2011-09-171-13/+13
* replace tabs to spaces and remove trailing white-spaces at app/views/users/_f...Toshi MARUYAMA2011-09-161-29/+29
* remove trailing white-spaces from app/views/users/show.api.rsbToshi MARUYAMA2011-09-161-2/+2
* rename .rhtml to .html.erb of app/views/users/index.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/users/show.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/users/edit.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/users/_memberships.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/users/_form.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/users/_general.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/users/_groups.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* HTML escape at app/views/users/show.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/users/edit.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* Do not show 'Send information' checkbox if email delivery is not configured.Jean-Philippe Lang2011-07-032-1/+3
* Replaced h3+div with fieldsets on my account and user form.Jean-Philippe Lang2011-07-031-37/+37
* Makes the user form look like account form.Jean-Philippe Lang2011-03-201-3/+11
* Adds links to reset filters on users and projects list.Jean-Philippe Lang2011-03-161-0/+1
* Adds a Group filter on the admin users list (#7893).Jean-Philippe Lang2011-03-161-0/+6
* Warning on leaving a page with unsaved content in textarea (#2910).Jean-Philippe Lang2011-02-211-0/+1
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-162-1/+5
* Fixed bad html generated in users/memberships partial (multiple </tbody> tags)Jean-Baptiste Barth2010-12-121-1/+1
* Code cleanup.Jean-Philippe Lang2010-12-121-1/+1
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-3/+3
* Removed no longer needed to_sym.Jean-Philippe Lang2010-12-121-1/+1
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-4/+2
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-1/+1
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-1/+1
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-102-10/+2
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-042-0/+0
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-032-0/+47
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-1/+1
* Fixed bad markup in users/general partialJean-Baptiste Barth2010-10-111-1/+1
* Refactor: convert UsersController to resourceEric Davis2010-10-043-3/+3
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-302-2/+2
* Refactor: rename UsersController#add to #newEric Davis2010-09-292-1/+1
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-283-0/+28
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-3/+3
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-082-2/+2
* Display projects as links in users/memberships partial. #5898Jean-Baptiste Barth2010-08-041-1/+3
* 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