summaryrefslogtreecommitdiff
path: root/actions/userrss.php
AgeCommit message (Expand)Author
2010-04-10Document messages for which clarification was requested.Siebrand Mazeland
2010-04-10Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2010-04-10Fix inconsistencies in clientError() messagesSiebrand Mazeland
2010-04-09Fix E_NOTICE and use of limit on userrssBrion Vibber
2010-03-05No need to pass in $this->limit and $this-tagZach Copley
2010-03-05Fix undefined variable error and some other cleanupZach Copley
2010-03-05UserRSS Didn't Use the Tag Propery.Christopher Vollick
2009-09-24Left a couple debugging statements in (removed)Zach Copley
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-25a distributed -> the distributedEvan 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 descr...Jeffery To
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-05-18Added RSS for personal tagsRobin Millette
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
2009-03-11Define undefined variable.Adrian Lang
2009-02-20Change common_local_url() to take 4 argumentsEvan Prodromou
2009-01-23mark a bunch of actions read-onlyRobin Millette
2009-01-23uiredesignRobin Millette
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-10-24fixed use of header()Evan Prodromou
2008-10-24override initrssEvan Prodromou
2008-10-24add SUP link to User RSSEvan Prodromou
2008-09-28remove unneeded find() in userrss.phpEvan Prodromou
2008-09-28single function for important streams, with memcached supportEvan Prodromou
2008-09-26try to clean up user-without-profile errorsEvan Prodromou
2008-07-13Sort notices by date then id so they are in the correct order when there are ...Mike Cochrane
2008-07-13Colapse a lot of strings to make like easier for translators and more consisi...Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-05-22abstract out RSS 1.0 generation to allow multiple streamsEvan Prodromou