Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.32.0

Request #15853 Better format for RSS feeds from bug system
Submitted: 2009-02-01 03:00 UTC
From: doconnor Assigned: doconnor
Status: Assigned Package: pearweb (version CVS)
PHP Version: 5.2.6 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2009-02-01 03:00 UTC] doconnor (Daniel O'Connor)
Description: ------------ If you subscribe to the bug system's rss feeds from a search result, the feed is badly presented in readers (whitespace is ignored, for instance in google reader). It should be easy to render out html or something else in the feed which fixes this. Expected result: ---------------- Readable output Actual result: -------------- "Description: ------------ It expects $this->_metaHttpEquivResponse to be an instance of HTTP_Request, but it's actually the value of $request->getResponse() Test script: --------------- $yadis = new Services_Yadis('https://me.yahoo.com'); @$yadis->discover(); var_dump($yadis->getUserREsponse()); Expected result: ---------------- [HTML from request] Actual result: -------------- bool(false)"

Comments

 [2009-06-30 06:06 UTC] doconnor (Daniel O'Connor)
Needs testing, but there's some changes in CVS.
 [2009-06-30 06:06 UTC] doconnor (Daniel O'Connor)
-Assigned To: +Assigned To: doconnor