summaryrefslogtreecommitdiff
path: root/modules/rss/controllers/rss.php
AgeCommit message (Expand)Author
2009-06-14Refactor the way that the rss module works so that we're not allowingBharat Mediratta
2009-06-14Refactor feed code to use stdClass everywhere. Fix bugs in theBharat Mediratta
2009-06-14Don't use stdClass to return the feed data. Just use an array.Tim Almdal
2009-06-14Rename:Tim Almdal
2009-06-14Rename Rss_Controller::__call to Rss_Controller::feed, which changes the feedTim Almdal
2009-06-12Continue refactoring the rss module and distribute the creation of album andTim Almdal
2009-06-12Move the processing of rss feeds from the rss controller to callbacks in theTim Almdal
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-03-17rss/updates doesn't have an item. Clean up some typos here.Bharat Mediratta
2009-03-17Fix typo: $max_page -> $max_pagesBharat Mediratta
2009-03-09Fix for ticket #133: If $max_pages is zero don't try to redirect toTim Almdal
2009-02-26Minor code simplification.Bharat Mediratta
2009-02-24Added a block to the siebar that lists the available feedsTim Almdal
2009-02-231) Updated the media feed with new fieldsTim Almdal
2009-02-191) Rename the module media_rss to rssTim Almdal