summaryrefslogtreecommitdiff
path: root/actions/groups.php
AgeCommit message (Collapse)Author
2010-02-25modify group actions so they use Local_group to look up by nicknameEvan 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-06-24Merge branch '0.8.x' into small-fixesJeffery To
Conflicts: lib/peoplesearchresults.php lib/profilelist.php
2009-06-15don't show create-a-group link if not logged inEvan Prodromou
2009-06-12Fix "Undefined variable: cnt"Jeffery To
2009-06-10Remove FIXME-marked Opera links until they actually workEvan Prodromou
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
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-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-01-24Revert "try to fix groups with a new qry"Evan Prodromou
This reverts commit 8f19855cd0742e3ca9cb97d2287fbfbe48507d51.
2009-01-24try to fix groups with a new qryEvan Prodromou
2009-01-23groups are readonlyEvan Prodromou
2009-01-23Anonymous noticesarven
2009-01-23Groups list by membersEvan Prodromou
2009-01-23add groups-by-posts sectionEvan Prodromou
2009-01-23Add an action to show the list of the latest groupsEvan Prodromou