summaryrefslogtreecommitdiff
path: root/core/controllers/quick.php
AgeCommit message (Collapse)Author
2009-04-02Continuation of r20518. Remove all the cases were the csrf values inTim Almdal
views were being manually set. Also removed it from the Admin_View.
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
directly wherever possible instead of access::csrf_token().
2009-03-10Show the album edit form for albums, not the photo edit formBharat Mediratta
2009-02-15If we're deleting an album cover, null it out in the parent. Bharat Mediratta
2009-02-06Convert all item->type == "album" to item->is_album()Tim Almdal
Convert all item->type == "photo" to item->is_photo()
2009-02-02Have the quick delete file "item_before_delete" so that search andTim Almdal
notification modules can do their thing. In addition, correct search so it works properly and doesn't try to create an Item_id_Model class.
2009-01-29Add delete support as a quick-edit optionBharat Mediratta
2009-01-29Support making an album the album cover for its parentBharat Mediratta
2009-01-20Quick edit now lets you set the album cover.Bharat Mediratta
2009-01-20Add a quick edit pane for albums, too.Bharat Mediratta
2009-01-05Add "quick edit" which lets you edit a photo's details from the albumsBharat Mediratta
page.
2009-01-03Propagate rotation up to the parent album, if we're rotating the album cover.Bharat Mediratta
2009-01-03Add a new quick-edit mode for editing photos when viewing albums.Bharat Mediratta
Implement image rotation this way.