summaryrefslogtreecommitdiff
path: root/modules/rss/views
AgeCommit message (Expand)Author
2012-05-07Update date format to make it RFC822 compliant. Thanks to moullas. Fixes #1...Bharat Mediratta
2010-06-20Rename "children" to "items" in our feed view because it makes moreBharat Mediratta
2010-02-16Fix for ticket #1020: Fix RSS feed validation of album / recent items feeds.Andy Staudacher
2010-02-01Use single quotes on the <?xml tag for readability.Bharat Mediratta
2009-12-05Change the default image to be the full size so that the slideshow shows the ...Bharat Mediratta
2009-11-15Don't show resizes for albums, only for photos.Bharat Mediratta
2009-10-23Clean up the rss feed for the slideshow. It now validates using "http://vali...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29XSS fixesAndy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
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-12Move the processing of rss feeds from the rss controller to callbacks in theTim Almdal
2009-05-31Rename "text" to "title" for clarity.Bharat Mediratta
2009-05-31Run all variables that come from user-entered data through p::clean()Bharat Mediratta
2009-03-17filesize() dies if the file doesn't exist, which can happen in theBharat Mediratta
2009-02-24Added a block to the siebar that lists the available feedsTim Almdal
2009-02-23Change the way movies are presented in the feed. Couldn't figure outTim Almdal
2009-02-23Change the media content for video. I don't think its quite rightTim Almdal
2009-02-23Fix broken slideshowTim Almdal
2009-02-231) Updated the media feed with new fieldsTim Almdal
2009-02-22Removed the full-size enclosure tag and fixed alignment of the content tag.Tim Almdal
2009-02-21Correct the layout of the feed so that the image shows up in the bodyTim Almdal
2009-02-191) Rename the module media_rss to rssTim Almdal