summaryrefslogtreecommitdiff
path: root/core/controllers/move.php
AgeCommit message (Collapse)Author
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-02Create item helper and move move_item(), remove_album_cover() andBharat Mediratta
make_album_cover() functions into it.
2009-04-22Refactor the move functionality into a helper function so it can beTim Almdal
called from organize
2009-02-06Convert all item->type == "album" to item->is_album()Tim Almdal
Convert all item->type == "photo" to item->is_photo()
2009-01-25Update the album cover if necessary.Bharat Mediratta
2009-01-24Add move support. Use the move icon in the quick pane. You can'tBharat Mediratta
move an item into its own hierarchy, or into an album where you don't have edit permission.