summaryrefslogtreecommitdiff
path: root/actions/grouprss.php
AgeCommit message (Collapse)Author
2010-02-25modify group actions so they use Local_group to look up by nicknameEvan Prodromou
2009-12-13(Puctuation) consistency in clientError() calls.Siebrand Mazeland
2009-10-13remove inboxes optionEvan Prodromou
2009-09-24Output If-Modified-Since header for all RSS 1.0 feeds (again)Zach Copley
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-08-06Make RSS 1.0 channel descriptions more consistent with RSS 2.0 and Atom ↵Jeffery To
descriptions
2009-06-14Fixes two PHP Warnings ("Invalid argument supplied for foreach() in ↵Jeffery To
/var/www/mmmu/lib/rssaction.php") when accessing the RSS feed of a group that has no notices.
2009-04-17Ticket 1404. Showing the link to the members list page.Sarven Capadisli
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-20don't use SUP in group rssEvan Prodromou
2009-01-25added group rss actionRobin Millette