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-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