summaryrefslogtreecommitdiff
path: root/actions/avatarsettings.php
AgeCommit message (Collapse)Author
2010-01-27Optionally set a separate Javascript server and pathEvan Prodromou
We have about 10-12 JavaScript pages per Web page. They usually are based on the same server as the Web pages, but since they're static files, it makes sense to offload them to a lite server that handles static files well. This commit lets you set a separate Javascript server and path for the default Javascript code in StatusNet. Squashed commit of the following: commit 139d1622fdafe5ad00c820224416d9021efc3234 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:30:24 2010 -0500 modules that call htmloutputter::script() don't prescribe js/ path commit c6ca3174af73efed55eaed5ff1e2a3bdc77d2d87 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:28:07 2010 -0500 configurable server and path for javascript files
2009-12-09New Events for avatar settingsEric Helgeson
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-09-12Check if the avatar exists before trying to delete it.Craig Andrews
Fixes http://status.net/trac/ticket/1868
2009-09-03Created autofocus method to give focus to an element (primarily a formSarven Capadisli
control) on page onload. Updated some of the pages to use autofocus.
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-11Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5)Jeffery To
2009-08-05Use script() and cssLink() methods everywhere instead of manually writing ↵Craig Andrews
out javascript and css each time
2009-04-14Updated remaining files and styles for style separation for themesSarven Capadisli
2009-04-13Updated path for jCropSarven Capadisli
2009-03-04Avatar crop fix for shrinking/stretching of images when user doesn'tSarven Capadisli
scale it with the Jcrop tool (but hits Crop). This will use the lower value from width/height.
2009-02-27Broadcast profile via OMB after avatar change.Adrian Lang
2009-02-09Fixed #1025: Delete avatar option.Sean Murphy
2009-02-06fix formatting of new Avatar:: callsEvan Prodromou
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules.
2009-02-05Don't show stretchy-box on avatar if not croppingEvan Prodromou
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-05Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵Evan Prodromou
sgmurphy-clone/0.7.x
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-05Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵Evan Prodromou
sgmurphy-clone/0.7.x Conflicts: actions/avatarsettings.php
2009-02-04Fixed #1134; Consolidated image scaling functions.Sean Murphy
2009-02-04Fix PHP warnings when user avatar crop controls aren'tn touched.Meitar Moscovitz
2009-01-23Missing closing lisarven
2009-01-23Made avatar upload a two-stage process; first upload, then cropEvan Prodromou
2009-01-22Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunkEvan Prodromou
2009-01-22Extract image management code to a helper functionEvan Prodromou
2009-01-21Profile avatar settingssarven
2009-01-17Break up settings into two tabsetEvan Prodromou
Made two tabsets: account and connect. Removed "Invite" from the global nav to make room.
2009-01-16Split avatar upload to its own pageEvan Prodromou