summaryrefslogtreecommitdiff
path: root/lib/rssaction.php
AgeCommit message (Expand)Author
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
2008-12-14trim some output to avoid excessive whitespaceEvan Prodromou
2008-12-12remove content:items from rss outputEvan Prodromou
2008-12-05fixup the problems with the repo patchEvan Prodromou
2008-12-03rollback removing init from rssactionEvan Prodromou
2008-12-01cleanup whitespace in rssactionEvan Prodromou
2008-12-01remove init from rssactionEvan Prodromou
2008-12-05whitespace changes in rssactionEvan Prodromou
2008-12-05use content namespace to add HTML to the notice outputEvan Prodromou
2008-11-04Better UTF-8 escaped entity handling. Fixed bad chars in all RSS feeds.zach
2008-07-22base class is_readonly() now returns false by defaultzach
2008-07-16Link author avatars to posts directly.Earle Martin
2008-07-16creator_urlEvan Prodromou
2008-07-16use root url of site, not hard-coded identi.ca URLEvan Prodromou
2008-07-16utility function for getting a profile URIEvan Prodromou
2008-07-16slight code hygiene for rssactionEvan Prodromou
2008-07-14Add SIOC data to global RSS feed.Earle Martin
2008-07-14Include user name in item titles for RSS aggregator users.Earle Martin
2008-07-02invert title and content in rss actionEvan Prodromou
2008-06-26limit rss streams to 100 items by defaultEvan Prodromou
2008-06-20some whitespaceEvan Prodromou
2008-06-13better titles in RSSEvan Prodromou
2008-06-13add author information for RSSEvan Prodromou
2008-06-08use rdf:resource for license urlsEvan Prodromou
2008-06-08forgot config in channelEvan Prodromou
2008-06-08add cc:license to RSS streamsEvan Prodromou
2008-05-29don't render content in RSS feedsEvan Prodromou
2008-05-22fix notice generation in rss channelsEvan Prodromou
2008-05-22use notice URI in channel items listEvan Prodromou
2008-05-22use notice URIs in RSS feedsEvan Prodromou
2008-05-22abstract out RSS 1.0 generation to allow multiple streamsEvan Prodromou