summaryrefslogtreecommitdiff
path: root/lib/profileminilist.php
AgeCommit message (Collapse)Author
2009-07-01Show correct number of profile avatars and 'all' link in subs asidesZach Copley
2009-06-14typo in profileminilist classEvan Prodromou
2009-06-14try to get the right class for profileminilistEvan Prodromou
2009-06-14Break profilelist into a recipeEvan Prodromou
Expanded the ProfileList class so it worked more like a recipe. This helps to get rid of a lot of special cases and simplifies the code. It also makes it possible to do things like group block.
2009-04-08far fewer icons in the sidebarEvan 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-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