summaryrefslogtreecommitdiff
path: root/core/helpers/core.php
AgeCommit message (Collapse)Author
2009-05-02Move make_album_cover and remove_album_cover out of Item_Model andBharat Mediratta
into the core helper. Clean up interactions so that when we remove an album cover we pick a new one, or clean out the old album cover if there are no other choices.
2009-04-29Refactor the creation and removal of the album covers intoTim Almdal
make_album_cover and remove_album_cover methods in Item_Model. Usage: $photo->make_album_cover() $album->remove_album_cover()
2009-04-22Refactor the move functionality into a helper function so it can beTim Almdal
called from organize
2009-03-05Implement a Maintenance mode as per ticket: #15Tim Almdal