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
/
models
Age
Commit message (
Expand
)
Author
2009-01-10
Use the theme's avatar as the default if Gravatar doesn't have one.
Bharat Mediratta
2009-01-10
Integrate Gravatar. Boy, that was easy.
Bharat Mediratta
2008-12-29
Relax the rules a bit
Bharat Mediratta
2008-12-19
Implement admin user editing. It's still very rough. Trying to
Bharat Mediratta
2008-12-09
Move code to delete users and add/remove users from groups into the
Bharat Mediratta
2008-12-09
move user::delete() to User_Model::delete()
Bharat Mediratta
2008-11-18
Synchronize the model rules with the database definitions and vice-versa.
Tim Almdal
2008-11-16
Create Forge::add_rules_from() which pulls validation rules from the model and
Bharat Mediratta
2008-11-15
Revise the user login code.
Bharat Mediratta
2008-11-14
Change quotes style
Bharat Mediratta
2008-11-12
Remove user_password class and move the functionality into the user helper class
Tim Almdal
2008-11-11
Correct some missing properties and change the user_model to have a set funct...
Tim Almdal
2008-11-05
The start of the user module. At this point, it shows up on the scaffolding ...
Tim Almdal