summaryrefslogtreecommitdiff
path: root/modules/user
AgeCommit message (Expand)Author
2008-12-15Switched login display from display in the header to a dialog. Validation err...Chad Kieffer
2008-12-15Change the login form so that the legend is populatedTim Almdal
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-06Removed tabs, todo, added descriptionChad Kieffer
2008-12-05Don't need to pass the event, it's not used.Chad Kieffer
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta
2008-12-01Grouped inline form styles. No longer using gInline class in favor of specifi...Chad Kieffer
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Use return false instead of preventDefault() to prevent link action, thx TimChad Kieffer
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-24Make login form JS unobtrusive. Needs work.Chad Kieffer
2008-11-22Move all block callbacks from View::block_type() toBharat Mediratta
2008-11-22Cleanup of header to normalize margins and white space. Improved display of u...Chad Kieffer
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-20* Added HTTP status constants and helper functions to REST helper.Jozef Selesi
2008-11-19Change the way that we do RESTful routing.Bharat Mediratta
2008-11-18* Changed REST API. Now there are two separate methods for forms:Jozef Selesi
2008-11-18- All comments of an item can now be seen /comments?item_id=Jozef Selesi
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
2008-11-18Move User_Controller to Users_Controller per jozefs request.Bharat Mediratta
2008-11-18Synchronize the model rules with the database definitions and vice-versa.Tim Almdal
2008-11-17Add output formats to our REST controllers. Add support for JSON andBharat Mediratta
2008-11-16Add _method=put to the edit formBharat Mediratta
2008-11-16Drop the call to render() and just use the View's __toString method toBharat Mediratta
2008-11-16Create Forge::add_rules_from() which pulls validation rules from the model andBharat Mediratta
2008-11-16Rename gLogin -> gLoginFormBharat Mediratta
2008-11-16Create MY_Forge to specify the defaul htmlTim Almdal
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