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
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-15
Style fixes.
Bharat Mediratta
2011-01-15
Tweake Joe's change to admin_users to revert the code that joins against the ...
Bharat Mediratta
2011-01-11
Making good use of Pagination class to reduce code (removed MY_Controller whi...
Joe7
2011-01-11
coding style
Joe7
2011-01-09
Paginator for user manager admin view
Joe7
2010-09-22
Remove the 4 character minimum for group name length. Fixes ticket #1396.
Bharat Mediratta
2010-09-08
Show the number of photos/albums the user owns in the Admin > Users
Bharat Mediratta
2010-08-01
Merge branch 'dialog' of github.com:gallery/gallery3 into dialog
Tim Almdal
2010-08-01
Merge branch 'master' into dialog
Tim Almdal
2010-08-01
Add a localized error message for missing usernames. Fixes ticket #1266.
Bharat Mediratta
2010-07-31
Full pass over all the JSON encoding and JS dialog code. We now abide
Bharat Mediratta
2010-07-31
Partial fix for #1225 addresses the issues with the user edit forms.
Tim Almdal
2010-07-23
Partial fix for #1225 addresses the issues with the user edit forms.
Tim Almdal
2010-07-20
Show the old group name in the error message when we fail to modify a group. ...
Bharat Mediratta
2010-07-20
Fix a bunch of missing or invalid error messages. Fixes ticket #1232.
Bharat Mediratta
2010-07-20
Add internationalized error messages for adding and editing groups.
Bharat Mediratta
2010-07-06
Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...
Tim Almdal
2010-04-30
Add page_title to admin views. Closes #1038.
ckieffer
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-06
Fix up Admin_Users_Controller() form handling now that user_form.html
Bharat Mediratta
2010-02-01
Localize validation errors.
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-30
Don't override the password in the database if it's empty in the form.
Bharat Mediratta
2010-01-20
Fix typo: edit_user -> add_user.
Bharat Mediratta
2010-01-17
Move model rules down into their validate() function for consistency.
Bharat Mediratta
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2010-01-16
Convert Admin_Users_Controller, User_Model and Group_Model to use
Bharat Mediratta
2010-01-16
Convert Admin_Users::add_user() to use model based validation. Get
Bharat Mediratta
2010-01-16
Whitespace.
Bharat Mediratta
2009-12-23
Convert a bunch of leftover kohana::show_404 calls to throw
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-21
Correct inconsistent captialization. Fixes #906
Tim Almdal
2009-11-06
Remove width class from add group form, it sizes the form's elements, not the...
Chad Kieffer
2009-10-31
Revert "Use an event 'check_user_name_exists' to validate the input name is a...
Tim Almdal
2009-10-30
Caught a few more incorrect capitalizations.
Tim Almdal
2009-10-29
Use an event 'check_user_name_exists' to validate the input name is already i...
Tim Almdal
2009-10-27
Check the minimum length when adding or modifying users via the admin screen.
Tim Almdal
2009-10-27
Add a password strength meter.
Tim Almdal
2009-10-27
Set the minimum password length to 5. The gallery owner can change this in t...
Tim Almdal
2009-10-24
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-23
Created user.css. Moved user-related form css to the new sheet.
Chad Kieffer
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Cleanup merge of user/group helpers into Identity interface. Reduce redundan...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-16
Finish integrating the move of the user edit/update functions into the user m...
Tim Almdal
2009-10-15
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-15
Move all the edit/update forms for users and groups back to the user module.
Tim Almdal
[next]