| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-06 | Fix up the quick-edit code on the photos page. Everything but "move" | Bharat Mediratta | |
| is implemented. Can't do move easily because it's tricky to handle the post-move redirect. | |||
| 2009-04-02 | Continuation of r20518. Remove all the cases were the csrf values in | Tim Almdal | |
| views were being manually set. Also removed it from the Admin_View. | |||
| 2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
| directly wherever possible instead of access::csrf_token(). | |||
| 2009-03-10 | Show the album edit form for albums, not the photo edit form | Bharat Mediratta | |
| 2009-02-15 | If we're deleting an album cover, null it out in the parent. | Bharat Mediratta | |
| 2009-02-06 | Convert all item->type == "album" to item->is_album() | Tim Almdal | |
| Convert all item->type == "photo" to item->is_photo() | |||
| 2009-02-02 | Have the quick delete file "item_before_delete" so that search and | Tim 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-29 | Add delete support as a quick-edit option | Bharat Mediratta | |
| 2009-01-29 | Support making an album the album cover for its parent | Bharat Mediratta | |
| 2009-01-20 | Quick edit now lets you set the album cover. | Bharat Mediratta | |
| 2009-01-20 | Add a quick edit pane for albums, too. | Bharat Mediratta | |
| 2009-01-05 | Add "quick edit" which lets you edit a photo's details from the albums | Bharat Mediratta | |
| page. | |||
| 2009-01-03 | Propagate rotation up to the parent album, if we're rotating the album cover. | Bharat Mediratta | |
| 2009-01-03 | Add a new quick-edit mode for editing photos when viewing albums. | Bharat Mediratta | |
| Implement image rotation this way. | |||
