]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fixes #1088: Show number of group members. Unlike the bugreport requested, the stats...
authorAdrian Lang <mail@adrianlang.de>
Sun, 1 Feb 2009 21:24:54 +0000 (22:24 +0100)
committerAdrian Lang <mail@adrianlang.de>
Sun, 1 Feb 2009 21:24:54 +0000 (22:24 +0100)
commit2f37539967efa3e30873d836b308a64fdc48078a
tree43dbdf5f314bb132763596160616c3e1fdb7f1cb
parent37a769205387c0f9c41f60a675e963678d9a966f
Fixes #1088: Show number of group members. Unlike the bugreport requested, 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.
actions/showgroup.php
classes/User_group.php
lib/profileminilist.php