summaryrefslogtreecommitdiff
path: root/modules/rss/helpers
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2009-11-25Remove the REST_Controller and assorted baggage. Completes ticket #917Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-05Change the module installer so that you don't need to provide your ownBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
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-14Remove the sidebar flag from the feed definition returned by available_feeds andTim Almdal
2009-06-14Remove rss:item_feed, rss::tag_fead and rss_theme::head and move thatTim Almdal
2009-06-14Rename:Tim Almdal
2009-06-14Rename Rss_Controller::__call to Rss_Controller::feed, which changes the feedTim Almdal
2009-06-12Move the processing of rss feeds from the rss controller to callbacks in theTim Almdal
2009-06-12Change from an event driven model to a call driven model similiar to the taskTim Almdal
2009-06-12Change the "request_feed_links" eventing handling so that individual modulesTim Almdal
2009-06-11Rearrange the code in sidebar_block to logically group the code for readability.Tim Almdal
2009-06-11Changed rss_theme::sidebar_blocks to fire the event "request_feed_links" toTim Almdal
2009-06-10Only add the comment rss feeds if the comment module is active. fix for #365Tim Almdal
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-04-05Remove obsolete code.Bharat Mediratta
2009-03-16Set $item and $tag in the Theme_View so that calls like $theme->item()Bharat Mediratta
2009-03-14Use relative urls for the feed links.Bharat Mediratta
2009-02-24Added a block to the siebar that lists the available feedsTim Almdal
2009-02-191) Rename the module media_rss to rssTim Almdal