summaryrefslogtreecommitdiff
path: root/core/helpers/core.php
AgeCommit message (Collapse)Author
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