summaryrefslogtreecommitdiff
path: root/modules/rss/views/feed.mrss.php
AgeCommit message (Expand)Author
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-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-06-14Refactor feed code to use stdClass everywhere. Fix bugs in theBharat 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-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