Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12480 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67864 invoked by uid 1010); 30 Aug 2004 19:02:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64068 invoked by uid 1007); 30 Aug 2004 18:59:59 -0000 Message-ID: <20040830185959.64060.qmail@pb1.pair.com> To: internals@lists.php.net Date: Mon, 30 Aug 2004 11:59:56 -0700 Lines: 33 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 169.229.135.175 Subject: bugs.php.net searchable RSS feed From: pollita@php.net ("Sara Golemon") Intended for: http://bugs.php.net/rss/search.php http://cinco.alphaweb.net/~sarag/search.phps The idea of the above page is to provide a searchable listing of bugs at bugs.php.net (similar to /search.php) in RSS form. The code is essentially what's in /search.php minus the keyword search and anything related to ordering the results (your RSS client should handle that) with some changes here and there to make it prettier (to my eye... code-beautification can be a personal thing so please take no offense). Note: case-sensitivity is important in this script. But if you take the URL generated by the original search page and use it as your RSS query that won't be an issue. I'd like some feedback before committing it to php-bugs-web. Is there a glaring insecurity? Is there some feature that's lacking, done inapprorpiately? Use Examples: Bugs assigned to me: http://bugs.php.net/rss/search.php?assigned=pollita Critical ZE bugs: http://bugs.php.net/rss/search.php?status=Critical&&bug_type%5B%5D=Scripting+Engine+problem&bug_type%5B%5D=Zend+Engine+2+problem Open bugs excluding FR and Doc related: http://bugs.php.net/rss/search.php?status=Open&&bug_ntype%5B%5D=Feature%2FChange+Request&bug_ntype%5B%5D=Documentation+problem&bug_ntype%5B%5D=Livedocs+problem etc....