index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
user
/
controllers
/
admin_users.php
Age
Commit message (
Expand
)
Author
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-26
White space fixes
Chad Kieffer
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Don't allow admins to delete the guest user. Fixes ticket #213
Bharat Mediratta
2009-05-13
Variety of changes to the way we do user editing:
Bharat Mediratta
2009-04-24
add_group() was not getting $form before using it.
Bharat Mediratta
2009-04-09
Fix for ticket 181: don't ignore the locale option when adding users
Andy Staudacher
2009-04-03
Fix for ticket #201.
Tim Almdal
2009-03-25
Fix for ticket #181. Valiant take note of the change to
Tim Almdal
2009-02-10
Adding UI for site language selection and user language preference.
Andy Staudacher
2009-02-04
Use the matches validation rule in order to perform cross field
Tim Almdal
2009-02-03
Add a confirmation password input field that must match the primary
Tim Almdal
2009-01-29
Fix lint errors
Bharat Mediratta
2009-01-28
Fully implement the user administration backend with drag/drop to add
Bharat Mediratta
2009-01-28
Add drag and drop support to the admin_users interface. This is still
Bharat Mediratta
2009-01-22
toggling of user edit panel works now.
Jakob Hilden
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-06
Put up an error if you rename a user to an already existing name.
Bharat Mediratta
2008-12-29
Remove rest::JSON content type; it's causing lots of problems and it doesn't ...
Bharat Mediratta
2008-12-26
User/Group administration cleanup
Felix Rabinovich
2008-12-26
Separate GET and POST in User Administration
Felix Rabinovich
2008-12-26
Group Administration
Felix Rabinovich
2008-12-26
User Administration. Add users. Take 3
Felix Rabinovich
2008-12-26
User Administration. Delete users. Take 3
Felix Rabinovich
2008-12-26
User Administration. Edit users. Take 3
Felix Rabinovich
2008-12-25
Rework log and message helpers to be parallel, but separate.
Bharat Mediratta
2008-12-25
Return the form on success so that we clear out any prior error forms
Bharat Mediratta
2008-12-25
Ajaxify 'add users'
Felix Rabinovich
2008-12-25
fixes in user edit and delete
Felix Rabinovich
2008-12-25
fixed minor log:add typo
Felix Rabinovich
2008-12-25
get_add_form() -> add_add_form_admin()
Bharat Mediratta
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-25
User administration: 1. Add users; 2. Group administration; 3. General cleanup
Felix Rabinovich
2008-12-24
Normalize our Admin controllers so that functions always print out
Bharat Mediratta
2008-12-22
Remove extraneous view, not necessary
Bharat Mediratta
2008-12-19
Implement admin user editing. It's still very rough. Trying to
Bharat Mediratta
2008-12-19
Create a new pattern for Site Admin controllers:
Bharat Mediratta