summaryrefslogtreecommitdiffstats
path: root/app/views/users
Commit message (Expand)AuthorAgeFilesLines
* Removes a call to link_to_remote.Jean-Philippe Lang2012-07-181-6/+1
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-072-2/+2
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-0/+6
* Use time_zone_select specific helper.Etienne Massip2012-06-011-2/+1
* code layout cleanup app/views/users/_mail_notifications.html.erbToshi MARUYAMA2012-05-281-8/+26
* fix project list is not shown on Email notifications (#11032)Toshi MARUYAMA2012-05-281-1/+1
* Fixed that group filter is escaped on users index.Jean-Philippe Lang2012-05-131-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-256-8/+10
* code layout cleanup app/views/users/show.html.erbToshi MARUYAMA2012-02-221-1/+3
* Adds membership ids to /users/:id API response.Jean-Philippe Lang2012-02-061-2/+7
* Adds specific css class for information in forms.Jean-Philippe Lang2012-02-022-3/+3
* code layout clean up app/views/users/_memberships.html.erbToshi MARUYAMA2012-01-101-4/+13
* Use explicit path name.Jean-Philippe Lang2012-01-041-1/+1
* REST urls for user memberships.Jean-Philippe Lang2011-12-101-4/+3
* Removed TabularFormBuilder references in views.Jean-Philippe Lang2011-12-093-3/+3
* User forms cleanup.Jean-Philippe Lang2011-11-224-5/+5
* [#9489] added invisible label for mail notification, linked label where possibleToshi MARUYAMA2011-10-291-1/+2
* [#9489] linked labels to their elementToshi MARUYAMA2011-10-291-3/+3
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-022-2/+2
* 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