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
/
group.php
Age
Commit message (
Expand
)
Author
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
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-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
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-10-19
Simplify the user interface by moving the password reset functionality into t...
Tim Almdal
2009-08-02
Change the API for getting to the original state of an ORM.
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
2008-12-09
Move code to delete users and add/remove users from groups into the
Bharat Mediratta
2008-11-18
Synchronize the model rules with the database definitions and vice-versa.
Tim Almdal
2008-11-14
Change quotes style
Bharat Mediratta
2008-11-05
The start of the user module. At this point, it shows up on the scaffolding ...
Tim Almdal