summaryrefslogtreecommitdiff
path: root/modules/user/helpers
AgeCommit message (Expand)Author
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-12Updated for new Form_Submit API.Bharat Mediratta
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-06Put up an error if you rename a user to an already existing name.Bharat Mediratta
2009-01-06Fix up all the various little forms to have submit buttons, fieldset legends,...Bharat Mediratta
2008-12-31Fully implement the view_full permission.Bharat Mediratta
2008-12-30Make some columns smaller so that multi-column keys don't exceed 1024Bharat Mediratta
2008-12-28Add title back to non-DHTML form to maintain consistencyFelix Rabinovich
2008-12-26Added title to user/group administration dialogsFelix Rabinovich
2008-12-26User/Group administration cleanupFelix Rabinovich
2008-12-26Group AdministrationFelix Rabinovich
2008-12-26User Administration. Add users. Take 3Felix Rabinovich
2008-12-26User Administration. Delete users. Take 3Felix Rabinovich
2008-12-26User Administration. Edit users. Take 3Felix Rabinovich
2008-12-25Ajaxify 'add users'Felix Rabinovich
2008-12-25fixes in user edit and deleteFelix Rabinovich
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-25added sprintf to strings for tranlation supportFelix Rabinovich
2008-12-25User administration: 1. Add users; 2. Group administration; 3. General cleanupFelix Rabinovich
2008-12-24Adding userFelix Rabinovich
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-21Move logging up to the controllers so that our logging can operate at a more ...Bharat Mediratta
2008-12-21Add a logging facility, and instrument login/logout to use it.Bharat Mediratta
2008-12-19Implement admin user editing. It's still very rough. Trying toBharat Mediratta
2008-12-18Refactor site admin menu into a theme function and build the menus inBharat Mediratta
2008-12-17Fix a bug where setting the active user did not reset group_ids (unit tests f...Bharat Mediratta
2008-12-17Switch from cookie sessions to database sessions. We can't use cookieBharat Mediratta
2008-12-17Add initialization to the user module to put the user and group_idsBharat Mediratta
2008-12-16Various optimizations:Bharat Mediratta
2008-12-15Update to reflect changes in Kohana ORM relationship code.Bharat Mediratta
2008-12-12Move the view permission cache directly into the item table for efficiency. ...Bharat Mediratta
2008-12-12Add user::guest() convenience functionBharat Mediratta
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-10Remove navigation_top() and navigation_bottom() as they're subsumed by the ne...Bharat 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-12-08Refactor Menu code to create allow you to create menus using aBharat Mediratta
2008-12-08Restructure Menu processing to respect the differnent types of menu items (Me...Tim Almdal
2008-12-07Merge gallery3/branches/menus back into gallery3/trunkTim Almdal
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Rename item events and create events for comment create, login, logout, user ...Tim Almdal
2008-11-27Update tests to reflect the fact that the admin group is gone.Bharat Mediratta
2008-11-27Give the admin user actual admin privilegesBharat Mediratta
2008-11-27Add navigation_top() and navigation_bottom() insertion pointsBharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-27Move javascript from default theme to appropriate modulesTim Almdal
2008-11-26Re-enable code to drop view columns from the items table when deleting groups.Bharat Mediratta