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
/
helpers
/
group.php
Age
Commit message (
Expand
)
Author
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-28
Add a static modifier to the private method
Tim Almdal
2009-10-23
Standardize the use of the lookup methods
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
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-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-05
The initial commit of refactoring the user/group adminsitration into a driver.
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-30
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...
Chad Kieffer
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-12
Add group::lookup_by_name()
Bharat Mediratta
2009-01-28
Fully implement the user administration backend with drag/drop to add
Bharat Mediratta
2009-01-25
Undo the adding underscores to the id on forge generated forms
Tim Almdal
2009-01-24
Supply a form id on all forms. This id can be used by modules other
Tim Almdal
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-12
Updated for new Form_Submit API.
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-06
Put up an error if you rename a user to an already existing name.
Bharat Mediratta
2009-01-06
Fix up all the various little forms to have submit buttons, fieldset legends,...
Bharat Mediratta
2008-12-28
Add title back to non-DHTML form to maintain consistency
Felix Rabinovich
2008-12-26
Added title to user/group administration dialogs
Felix Rabinovich
2008-12-26
User/Group administration cleanup
Felix Rabinovich
2008-12-26
Group Administration
Felix Rabinovich
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-25
added sprintf to strings for tranlation support
Felix Rabinovich
2008-12-25
User administration: 1. Add users; 2. Group administration; 3. General cleanup
Felix Rabinovich
2008-12-12
Move the view permission cache directly into the item table for efficiency. ...
Bharat Mediratta
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-09
Move code to delete users and add/remove users from groups into the
Bharat Mediratta
2008-12-01
Prototype access control model. There's much left to do, but it's a
Bharat Mediratta
2008-11-26
Re-enable code to drop view columns from the items table when deleting groups.
Bharat Mediratta
2008-11-26
Clean tag creation
Tim Almdal
2008-11-26
Add support in the scaffolding for adding users to groups, adding and
Bharat Mediratta
2008-11-26
group::create() and group::delete() now manage the view_## columns in
Bharat Mediratta
2008-11-26
Create user/group create/delete functions and have the scaffolding use them.
Bharat Mediratta