summaryrefslogtreecommitdiff
path: root/lib/profileminilist.php
AgeCommit message (Collapse)Author
2010-04-05override linkAttributes() method for profileminilistEvan Prodromou
2010-04-05balance brackets on profileminilistEvan Prodromou
2010-04-01ProfileMiniListItem does same events as ProfileListItemEvan Prodromou
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-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