summaryrefslogtreecommitdiff
path: root/actions/apiaccountupdateprofileimage.php
AgeCommit message (Collapse)Author
2010-10-28* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated. * superfluous whitespace removed.
2010-10-21i18n/L10n consistency updates.Siebrand Mazeland
2010-09-12Add translator hint.Siebrand Mazeland
2009-11-09Make /api/account/update_profile_background_image.format work evenZach Copley
when there isn't an existing Design for the user. Plus a few other fixups.
2009-11-06Better workaround for PHP returning empty $_POST and $_FILES whenZach Copley
POST length > post_max_size in php.ini. I also added this check to avatar upload, which was failing with huge files.
2009-11-04Implement update avatar via API (/api/account/update_profile_image.format)Zach Copley