summaryrefslogtreecommitdiff
path: root/core/controllers/items.php
AgeCommit message (Expand)Author
2008-12-31Add Item_Model::url() and use it where appropriate. Cleans up someBharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-25Rest_Controller -> REST_Controller everywhere, for consistency.Bharat Mediratta
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-23Clean up the way that we upload via dialogs:Bharat Mediratta
2008-12-23Update to reflect change in album::create APIBharat Mediratta
2008-12-21Add some more logging code. Now the site admin has some log entries to look at.Bharat Mediratta
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-07Fix a bug in the redirect after adding photos.Bharat Mediratta
2008-12-06Correct @todo's in Item_ControllerTim Almdal
2008-12-03Rename file::unlink() to dir::unlink(). This creates an API that isBharat Mediratta
2008-12-03Add a MY_file class that extends the file helper by creating an unlink method...Tim 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-24Fix a typo in _show() that broke proper redirectionBharat Mediratta
2008-11-19Fix some broken-ness:Bharat Mediratta
2008-11-19Change the way that we do RESTful routing.Bharat Mediratta
2008-11-19* Renamed the album, item and photo controllers to albums, items and photos i...Jozef Selesi