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
/
gallery
/
helpers
/
user.php
Age
Commit message (
Expand
)
Author
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
2009-10-15
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-14
Recreate group::lookup that somehow got removed.
Tim Almdal
2009-10-14
Indentation and phpDoc fixes
Tim Almdal
2009-10-14
Clean up phpDoc and change the Identity driver so only one configuration can ...
Tim Almdal
2009-10-13
remove the cookie_locale which is now in the locales helper
Tim Almdal
2009-10-13
refactor the user and group helpers into the gallery core module. 2 reason, ...
Tim Almdal
2009-10-13
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-07
Implement a user::is_writable() API method and disable the user add, updates ...
Tim Almdal
2009-10-07
Change the users.php controller so its no longer restful. The problem with o...
Tim Almdal
2009-10-06
Allow a groups property on the User implementation and load the Identity driv...
Tim Almdal
2009-10-05
Access the form validation rules via the API for groups and users
Tim Almdal
2009-10-05
The initial commit of refactoring the user/group adminsitration into a driver.
Tim Almdal