Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | modify group actions so they use Local_group to look up by nickname | Evan Prodromou | |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-06-24 | Merge branch '0.8.x' into small-fixes | Jeffery To | |
Conflicts: lib/peoplesearchresults.php lib/profilelist.php | |||
2009-06-15 | don't show create-a-group link if not logged in | Evan Prodromou | |
2009-06-12 | Fix "Undefined variable: cnt" | Jeffery To | |
2009-06-10 | Remove FIXME-marked Opera links until they actually work | Evan Prodromou | |
2009-04-15 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
Conflicts: actions/public.php | |||
2009-04-13 | isReadOnly() now takes arguments | Evan 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-10 | Beginning 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-09 | Add 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-24 | Revert "try to fix groups with a new qry" | Evan Prodromou | |
This reverts commit 8f19855cd0742e3ca9cb97d2287fbfbe48507d51. | |||
2009-01-24 | try to fix groups with a new qry | Evan Prodromou | |
2009-01-23 | groups are readonly | Evan Prodromou | |
2009-01-23 | Anonymous notice | sarven | |
2009-01-23 | Groups list by members | Evan Prodromou | |
2009-01-23 | add groups-by-posts section | Evan Prodromou | |
2009-01-23 | Add an action to show the list of the latest groups | Evan Prodromou | |