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
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-08-04
Patch for ticket #1769. Remove the rows in groups_users when the user or the ...
Tim Almdal
2011-04-23
Fix ticket #1694. Correct Spelling of mininum_password_length to minimum_pass...
Tim Almdal
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-15
Follow on to 1057436b7c483c60b3c128fab993a3b78fac7093 -- cache the
Bharat Mediratta
2010-12-15
Cache the result of User_Model::groups() and Group_Model::users() and
Bharat Mediratta
2010-10-25
All modules should be named Xxx_Core for extensibility. Fixes #1458.
Bharat Mediratta
2010-09-22
Remove the 4 character minimum for group name length. Fixes ticket #1396.
Bharat Mediratta
2010-09-14
The full_name field is required to be NOT NULL. Not really sure why
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-18
Revert "Fix for ticket #491: Make user and group names translatable."
Bharat Mediratta
2010-02-14
Fix for ticket #491: Make user and group names translatable.
Andy Staudacher
2010-02-02
Fix a bug in valid_password() where an empty password was considered valid.
Bharat Mediratta
2010-02-01
Fix a bug in valid_name where it wasn't checking for name collisions on new u...
Bharat Mediratta
2010-01-30
Fix the valid_admin code -- it was considering all non-admins invalid.
Bharat Mediratta
2010-01-29
Strongly type the argument list to the model::validate method.
Tim Almdal
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-25
Make some exceptions for guests:
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original()
Bharat Mediratta
2010-01-17
Move model rules down into their validate() function for consistency.
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
Don't pass MY_ORM::original() to update event handlers, since after
Bharat Mediratta
2009-12-17
In Kohana 2.4, ORM no longer does the find_all() call for us when we
Bharat Mediratta
2009-11-26
ORM::$rules now has a special meaning. Use $form_rules for our
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-21
Make email a required field. We're using the Kohana default error
Bharat Mediratta
2009-10-28
Make the user name a required field. Fixes ticket #852
Tim Almdal
2009-10-19
Simplify the user interface by moving the password reset functionality into t...
Tim Almdal
2009-10-16
Cleanup merge of user/group helpers into Identity interface. Reduce redundan...
Tim Almdal
2009-10-06
Encapsulate the user and group model in Gallery_User and Gallery_Group classe...
Tim Almdal
2009-08-09
Require a valid url for users. Fixes ticket #612.
Bharat Mediratta
2009-08-02
Change the API for getting to the original state of an ORM.
Bharat Mediratta
2009-07-19
More thorough fix for #421. Create User_Model::display_name() which
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Variety of changes to the way we do user editing:
Bharat Mediratta
2009-04-15
Provate a way to set the hashed password directly
Bharat Mediratta
2009-02-10
Adding UI for site language selection and user language preference.
Andy Staudacher
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
[next]