summaryrefslogtreecommitdiff
path: root/lib/imagefile.php
AgeCommit message (Collapse)Author
2009-02-05Two different functions for file sizeEvan Prodromou
Made two different functions for file size in ImageFile; one uses the other. Also, use sprintf() for gettext msgs.
2009-02-05Better fix for displaying max file size.Sean Murphy
2009-02-05Fixed #905: Presenting image size limit to user.Sean Murphy
2009-02-04Fixed #1134; Consolidated image scaling functions.Sean Murphy
2009-01-23Made avatar upload a two-stage process; first upload, then cropEvan Prodromou
2009-01-22Extract image management code to a helper functionEvan Prodromou