index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
views
/
users
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove trailing white-spaces from app/views/users/index.html.erb
Toshi MARUYAMA
2011-09-18
1
-1
/
+1
*
replace tabs to spaces at app/views/users/_memberships.html.erb
Toshi MARUYAMA
2011-09-17
1
-16
/
+16
*
replace tabs to spaces at app/views/users/index.html.erb
Toshi MARUYAMA
2011-09-17
1
-17
/
+17
*
replace tabs to spaces at app/views/users/new.html.erb
Toshi MARUYAMA
2011-09-17
1
-8
/
+8
*
replace tabs to spaces at app/views/users/_general.html.erb
Toshi MARUYAMA
2011-09-17
1
-5
/
+5
*
replace tabs to spaces at app/views/users/show.html.erb
Toshi MARUYAMA
2011-09-17
1
-13
/
+13
*
replace tabs to spaces and remove trailing white-spaces at app/views/users/_f...
Toshi MARUYAMA
2011-09-16
1
-29
/
+29
*
remove trailing white-spaces from app/views/users/show.api.rsb
Toshi MARUYAMA
2011-09-16
1
-2
/
+2
*
rename .rhtml to .html.erb of app/views/users/index.rhtml.
Toshi MARUYAMA
2011-09-02
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/users/show.rhtml.
Toshi MARUYAMA
2011-09-02
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/users/edit.rhtml.
Toshi MARUYAMA
2011-09-02
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/users/_memberships.rhtml.
Toshi MARUYAMA
2011-09-02
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/users/_form.rhtml.
Toshi MARUYAMA
2011-09-02
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/users/_general.rhtml.
Toshi MARUYAMA
2011-09-02
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/users/_groups.rhtml.
Toshi MARUYAMA
2011-09-02
1
-0
/
+0
*
HTML escape at app/views/users/show.rhtml.
Toshi MARUYAMA
2011-08-02
1
-1
/
+1
*
HTML escape at app/views/users/edit.rhtml.
Toshi MARUYAMA
2011-08-02
1
-1
/
+1
*
Do not show 'Send information' checkbox if email delivery is not configured.
Jean-Philippe Lang
2011-07-03
2
-1
/
+3
*
Replaced h3+div with fieldsets on my account and user form.
Jean-Philippe Lang
2011-07-03
1
-37
/
+37
*
Makes the user form look like account form.
Jean-Philippe Lang
2011-03-20
1
-3
/
+11
*
Adds links to reset filters on users and projects list.
Jean-Philippe Lang
2011-03-16
1
-0
/
+1
*
Adds a Group filter on the admin users list (#7893).
Jean-Philippe Lang
2011-03-16
1
-0
/
+6
*
Warning on leaving a page with unsaved content in textarea (#2910).
Jean-Philippe Lang
2011-02-21
1
-0
/
+1
*
Enable ability for administrators to delete users (#7296).
Jean-Philippe Lang
2011-01-16
2
-1
/
+5
*
Fixed bad html generated in users/memberships partial (multiple </tbody> tags)
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Moves mail_notification param to user hash param so that it can be set using ...
Jean-Philippe Lang
2010-12-12
1
-3
/
+3
*
Removed no longer needed to_sym.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Moves password param to user hash param so that it can be set using the User ...
Jean-Philippe Lang
2010-12-12
1
-4
/
+2
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
1
-1
/
+1
*
Makes some attributes optional in API response to get faster/lightweight resp...
Jean-Philippe Lang
2010-12-11
1
-1
/
+1
*
Fixed: error when serializing back objects with custom fields using ActiveRes...
Jean-Philippe Lang
2010-12-10
2
-10
/
+2
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
2
-0
/
+0
*
Adds xml/json REST API for Users (#6260).
Jean-Philippe Lang
2010-12-03
2
-0
/
+47
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
1
-1
/
+1
*
Fixed bad markup in users/general partial
Jean-Baptiste Barth
2010-10-11
1
-1
/
+1
*
Refactor: convert UsersController to resource
Eric Davis
2010-10-04
3
-3
/
+3
*
Refactor: split UsersController#edit into #edit and #update
Eric Davis
2010-09-30
2
-2
/
+2
*
Refactor: rename UsersController#add to #new
Eric Davis
2010-09-29
2
-1
/
+1
*
Allow admins to edit user's email notifications and preferences. #3503
Eric Davis
2010-09-28
3
-0
/
+28
*
Refactor: split UsersController#add into #add and #create
Eric Davis
2010-09-28
1
-1
/
+1
*
Refactor: extract ProjectsController#activity to a new Activities controller.
Eric Davis
2010-08-27
1
-3
/
+3
*
Refactor: added link_to_project helper to handle links to projects
Jean-Baptiste Barth
2010-08-08
2
-2
/
+2
*
Display projects as links in users/memberships partial. #5898
Jean-Baptiste Barth
2010-08-04
1
-1
/
+3
*
Adds missing thead tags (#5440).
Jean-Philippe Lang
2010-05-09
1
-2
/
+2
*
Adds an helper for displaying the 'checked' image.
Jean-Philippe Lang
2010-03-17
1
-1
/
+1
*
Adds a link to the user profile from the administration user edit screen (#44...
Jean-Philippe Lang
2010-02-26
1
-0
/
+1
*
Removes overflow:auto on #content which broke the fix in r2118 (#4724).
Jean-Philippe Lang
2010-02-06
1
-1
/
+2
*
Avatars added in news (#3941) and forums (#4468) + cleanup.
Jean-Philippe Lang
2010-01-07
1
-1
/
+1
*
Adds a 'Create and continue' button on new user form.
Jean-Philippe Lang
2009-12-20
1
-1
/
+4
[next]