summaryrefslogtreecommitdiff
path: root/lib/rssaction.php
AgeCommit message (Expand)Author
2010-07-13handle missing profile for notices better in Rss10ActionEvan Prodromou
2009-12-05Add configuration option to toggle the indenting of the output HTML. Defaults...Craig Andrews
2009-11-26check there is an array of notices to display, before doing a foreach()Brenda Wallace
2009-11-19tobyink's RDF compatibility patchCraig Andrews
2009-11-19tobyink's location RDF patchCraig Andrews
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Remove more contractionsSiebrand Mazeland
2009-09-24Output If-Modified-Since header for all RSS 1.0 feeds (again)Zach Copley
2009-08-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-26Display linked oembed resources as enclosures if they are of non-html mime typesCraig Andrews
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan 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-07-23Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.xCraig Andrews
2009-07-23Call $this->getNotices() always, becuase $this will be the right class.Brenda Wallace
2009-07-22Merge commit 'jeff-themovie/private-rss' into 0.8.xCraig Andrews
2009-07-21Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for...Craig Andrews
2009-07-17Make RSS 1.0 more efficient when the same hashtag is used in multiple notices.Craig Andrews
2009-07-17Add link to conversation pages when possible.Craig Andrews
2009-07-17Fix RDFS namespace declaration.Craig Andrews
2009-07-17Merge branch '0.9.x' into private-rssJeffery To
2009-07-17Added failed auth logging (like in actions/api.php)Jeffery To
2009-07-14Moved the decision logic as to whether an attachment should be an enclosure t...Craig Andrews
2009-07-14Adds HTTP basic authentication for private RSS 1.0 feedsJeffery To
2009-07-13Add notice tags to RSS 1.0 output.Toby Inkster
2009-07-13Improve output for files/attachments.Toby Inkster
2009-07-09Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).Craig Andrews
2009-07-02Changed sioc:reply_to to sioc:reply_ofSarven Capadisli
2009-06-19Minor indentingSarven Capadisli
2009-06-19Includes a sioc:reply_to link between notices. It helps with thingsSarven Capadisli
2009-06-12http://laconi.ca/trac/ticket/1367Sarven Capadisli
2009-06-12http://laconi.ca/trac/ticket/1370Sarven Capadisli
2009-06-12http://laconi.ca/trac/ticket/863Sarven Capadisli
2009-06-12http://laconi.ca/trac/ticket/1368 Site is the space that ContainerSarven Capadisli
2009-06-12Updated Creative Commons namespace to current.Sarven Capadisli
2009-05-18Added RSS for personal tagsRobin Millette
2009-03-21RSS 1.0 actions were reading the stream from the database twice. Inefficient,...CiaranG
2009-02-20handle if-modified-since in RSS feedsEvan Prodromou
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
2009-01-24Rss10Action::showImage() was trying to call pre-uiredesign XML output functionsZach Copley
2009-01-23uiredesignRobin Millette
2009-01-23Runaway comment in rssactionEvan Prodromou
2009-01-17Break up settings into two tabsetEvan 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