summaryrefslogtreecommitdiff
path: root/actions/grouplogo.php
AgeCommit message (Collapse)Author
2009-10-13remove inboxes optionEvan Prodromou
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-06-18Group theming.Zach Copley
2009-03-08Corrected redirect targets for some group actions. These redirects can occur ↵Adrian Lang
when the canonical name differs from the passed name.
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-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-02-04Fix for #1057; group logo transparecy (and pixilation)Sean Murphy
2009-01-29Fix problems when crop controls not touchedMeitar Moscovitz
2009-01-28better upload of group logosEvan Prodromou
2009-01-23Matching it to avatar layoutsarven
2009-01-23Upload logos for groupsEvan Prodromou