summaryrefslogtreecommitdiff
path: root/modules/user/helpers
AgeCommit message (Expand)Author
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
2008-11-26Ignore errors from dropping view columns from the items table.Bharat Mediratta
2008-11-26Clean tag creationTim Almdal
2008-11-26Add support for marking users as "admin"Bharat Mediratta
2008-11-26Add support in the scaffolding for adding users to groups, adding andBharat Mediratta
2008-11-26group::create() and group::delete() now manage the view_## columns inBharat Mediratta
2008-11-26Create user/group create/delete functions and have the scaffolding use them.Bharat Mediratta
2008-11-22Move all block callbacks from View::block_type() toBharat Mediratta
2008-11-21Use the new block mechanism to insert user related content into the html pagesTim Almdal
2008-11-20Add a @todo to change user "joe" in the future.Bharat Mediratta
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
2008-11-18Synchronize the model rules with the database definitions and vice-versa.Tim Almdal
2008-11-16Add _method=put to the edit formBharat Mediratta
2008-11-16Create Forge::add_rules_from() which pulls validation rules from the model andBharat Mediratta
2008-11-16create a regular user and make scaffolding assign owner to logged in userFelix Rabinovich
2008-11-15Destroy the session on logout, don't just delete the user.Bharat Mediratta
2008-11-15Delete the user from the session when uninstalling the user moduleBharat Mediratta
2008-11-14change the display name to a varcharTim Almdal
2008-11-13Create module helper and refactor all the code that creates, updatesBharat Mediratta
2008-11-13Login is now working, but you can't logoutTim Almdal
2008-11-12Remove user_password class and move the functionality into the user helper classTim Almdal
2008-11-11Added some functionality to the user helper class (to check if the user is lo...Tim Almdal
2008-11-11Correct some missing properties and change the user_model to have a set funct...Tim Almdal
2008-11-11New user module with password support. This supports the same password mechan...Tim Almdal
2008-11-10Remove the complexity of a interface driven user management moduleTim Almdal
2008-11-10Early look at the User/Auth module refactoring. It will look for a driver ba...Tim Almdal
2008-11-09Chain away temporary variablesBharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich
2008-11-0844 --> E_DATABASE_ERRORBharat Mediratta
2008-11-08Change how the modules table doesn't exist is caught. In running unit test, ...Tim Almdal
2008-11-05add installation unit tests and corrected a problem where the groups_users pi...Tim Almdal
2008-11-05actually delete the same tables as we createadTim Almdal