summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
AgeCommit message (Collapse)Author
2009-06-10Remove FIXME-marked Opera links until they actually workEvan Prodromou
2009-04-17Ticket 1404. Showing the link to the members list page.Sarven Capadisli
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
2009-04-15Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵Adrian Lang
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations.
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful.
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-10Beginning to refactor document relationship links to reduce common code.Meitar Moscovitz
My attempts here are to mimic the `pagination()` method shared by actions. I'm tentatively adding the `$count` property to actions so that we can query the number of notices ''being displayed'' per page prior to calling the actual `pagination()` method itself, since document relationship `<link>` elements need to be output inside of `showHead()`, before `showContent()`, which is where `pagination()` is, gets called.
2009-02-09Add machine-readable pagination using HTML4.01 `<link rel="next">`, etc.Meitar Moscovitz
These extra `<link>` elements only appear on pages where pagination makes sense. They trigger functionality in some user agents, such as Opera's Navigation Bar for more easily navigating forward and backwards across a paged set of notices, messages, or group lists, etc.
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.