summaryrefslogtreecommitdiff
path: root/lib/profileminilist.php
AgeCommit message (Collapse)Author
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-01Fixes #1088: Show number of group members. Unlike the bugreport requested, ↵Adrian Lang
the stats are displayed similar to userstream stats in a section in the sidebar. Additionaly, I removed a redundant notnull if check in ShowgroupAction->showMembers, fixed a SQL error in User_group->getMembers when no limit is passed, removed return value storing of void function and added an usage of Profile->getBestName.
2009-01-22selector name cleanupsarven
2009-01-21General markup and style cleanupsarven
2009-01-21Change loop limit for minilistEvan Prodromou
2009-01-21profileminilist widgetEvan Prodromou