summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
AgeCommit message (Collapse)Author
2009-03-30Merge branch 'master' into 0.7.xEvan Prodromou
2009-03-30add fullname to title and h1 for groupsEvan Prodromou
2009-03-19A couple more 'Join Now' messages that need disabling when the site is ↵CiaranG
closed or invite only
2009-03-07trying to kill the can't-leave-a-group bugEvan Prodromou
2009-02-11Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-02-11Minor. Changed from @class location to labelSarven Capadisli
2009-02-11Unify feeds definition in actionsEvan Prodromou
I got a little sick of trying to keep the export data and <head> links synched in actions, so I made a common method, getFeeds(), which gets the feeds for both. It returns an array of Feed objects, which know about what their mime type is, title, location, all that jazz. I changed the FeedList class so it handles the new Feed objects instead of the old array of data. I changed all the actions that show feeds (I think...) so that they now use getFeeds() for all their feed needs.
2009-02-05Trac #894 and #1013 - fixed bad redirects after delete noticeZach Copley
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-27Keeping HTML consistent throughout the site.Sarven Capadisli
2009-01-23anon_noticesarven
2009-01-23p -> div for markup wrapperEvan Prodromou
2009-01-23Anonymous message for group pageEvan Prodromou
2009-01-23Minor markup fixsarven
2009-01-22Add group tag cloud to groupEvan Prodromou
2009-01-22Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunkEvan Prodromou
2009-01-22fixed a few bugs and logic problems in groupsRobin Millette
2009-01-22Doc comment in showgroupEvan Prodromou
2009-01-22selector name cleanupsarven
2009-01-21Changed to @class entity_profile from @id user_profile.sarven
2009-01-21General markup and style cleanupsarven
2009-01-21change showgroup to use profileminillistEvan Prodromou
2009-01-21Add members mini-icons to group pageEvan Prodromou
2009-01-21remove admin link from group pageEvan Prodromou
2009-01-21Add tabset to group and admin tabsEvan Prodromou
2009-01-21Mark showgroup as readonly actionEvan Prodromou
2009-01-21Move showgroup action to Group categoryEvan Prodromou
2009-01-21First pass at a group home pageEvan Prodromou
This is the first pass at a group home page.