summaryrefslogtreecommitdiff
path: root/modules/user/models/user.php
AgeCommit message (Expand)Author
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-18Revert "Fix for ticket #491: Make user and group names translatable."Bharat Mediratta
2010-02-14Fix for ticket #491: Make user and group names translatable.Andy Staudacher
2010-02-02Fix a bug in valid_password() where an empty password was considered valid.Bharat Mediratta
2010-02-01Fix a bug in valid_name where it wasn't checking for name collisions on new u...Bharat Mediratta
2010-01-30Fix the valid_admin code -- it was considering all non-admins invalid.Bharat Mediratta
2010-01-29Strongly type the argument list to the model::validate method.Tim Almdal
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-25Make some exceptions for guests:Bharat Mediratta
2010-01-20Stop using MY_ORM::original()Bharat Mediratta
2010-01-17Move model rules down into their validate() function for consistency.Bharat Mediratta
2010-01-16Convert Admin_Users_Controller, User_Model and Group_Model to useBharat Mediratta
2010-01-16Convert Admin_Users::add_user() to use model based validation. GetBharat Mediratta
2010-01-16Don't pass MY_ORM::original() to update event handlers, since afterBharat Mediratta
2009-12-17In Kohana 2.4, ORM no longer does the find_all() call for us when weBharat Mediratta
2009-11-26ORM::$rules now has a special meaning. Use $form_rules for ourBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-21Make email a required field. We're using the Kohana default errorBharat Mediratta
2009-10-28Make the user name a required field. Fixes ticket #852Tim Almdal
2009-10-19Simplify the user interface by moving the password reset functionality into t...Tim Almdal
2009-10-16Cleanup merge of user/group helpers into Identity interface. Reduce redundan...Tim Almdal
2009-10-06Encapsulate the user and group model in Gallery_User and Gallery_Group classe...Tim Almdal
2009-08-09Require a valid url for users. Fixes ticket #612.Bharat Mediratta
2009-08-02Change the API for getting to the original state of an ORM.Bharat Mediratta
2009-07-19More thorough fix for #421. Create User_Model::display_name() whichBharat Mediratta
2009-07-16Second non-trivial change to the event code. We now publish modelBharat Mediratta
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Variety of changes to the way we do user editing:Bharat Mediratta
2009-04-15Provate a way to set the hashed password directlyBharat Mediratta
2009-02-10Adding UI for site language selection and user language preference.Andy Staudacher
2009-01-10Use the theme's avatar as the default if Gravatar doesn't have one.Bharat Mediratta
2009-01-10Integrate Gravatar. Boy, that was easy.Bharat Mediratta
2008-12-29Relax the rules a bitBharat Mediratta
2008-12-19Implement admin user editing. It's still very rough. Trying toBharat Mediratta
2008-12-09Move code to delete users and add/remove users from groups into theBharat Mediratta
2008-12-09move user::delete() to User_Model::delete()Bharat Mediratta
2008-11-18Synchronize the model rules with the database definitions and vice-versa.Tim Almdal
2008-11-16Create Forge::add_rules_from() which pulls validation rules from the model andBharat Mediratta
2008-11-15Revise the user login code.Bharat Mediratta
2008-11-14Change quotes styleBharat Mediratta
2008-11-12Remove user_password class and move the functionality into the user helper classTim Almdal
2008-11-11Correct some missing properties and change the user_model to have a set funct...Tim Almdal
2008-11-05The start of the user module. At this point, it shows up on the scaffolding ...Tim Almdal