RSS feed for bugs.php.net

php.internals

Andi Gutmans

19 years ago
Do we have an RSS feed for bugs.php.net? It would really help maintainers keep on top of bugs opened for their extension as email isn't great because a lot of it gets filtered into the generic PHP Bugs folders :) Thoughts? Andi

Philip Olson

19 years ago
> Do we have an RSS feed for bugs.php.net? It would really help > maintainers > keep on top of bugs opened for their extension as email isn't great > because > a lot of it gets filtered into the generic PHP Bugs folders :) >
There are a couple of unadvertised files here: http://bugs.php.net/rss/ Since /search.php and /rss/search.php take the same arguments, perhaps /search.php results should link to /rss/search.php Regards, Philip

Andi Gutmans

19 years ago
Cool. Yes, generating that link would be *very* useful. Can someone hack that up?

Hannes Magnusson

19 years ago
Hi Andi I implemented feed autodiscovery just now for search.php & bug.php. Adding a link to the feed is redundant unless you are using a browser from the stone age. -Hannes On 9/28/06, Andi Gutmans <andi@zend.com> wrote:

Pierre Joye

19 years ago
Hello, On 9/28/06, Hannes Magnusson <hannes.magnusson@gmail.com> wrote:
> Hi Andi > > I implemented feed autodiscovery just now for search.php & bug.php. > Adding a link to the feed is redundant unless you are using a browser > from the stone age.
It is handy and allow one to easily drag the link to his favourite feeds reader. Not like it takes hours to do it :) --Pierre

Hannes Magnusson

19 years ago
On 9/28/06, Pierre <pierre.php@gmail.com> wrote:
> Hello, > > On 9/28/06, Hannes Magnusson <hannes.magnusson@gmail.com> wrote: > > Hi Andi > > > > I implemented feed autodiscovery just now for search.php & bug.php. > > Adding a link to the feed is redundant unless you are using a browser > > from the stone age. > > It is handy and allow one to easily drag the link to his favourite > feeds reader. Not like it takes hours to do it :)
Right. Guess you proved me wrong. People don't know how to configure their browsers (or simply don't). I added the link down there with "show source" :] -Hannes

Sean Coates

19 years ago
Andi Gutmans wrote:
> Cool. Yes, generating that link would be *very* useful. > Can someone hack that up?
It's actually really easy to generate. Do an advanced search: http://bugs.php.net/search.php?search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&status=All&bug_type%5B%5D=Documentation+problem&php_os=&phpver=&assign=sean&author_email=&bug_age=0 (all doc bugs assigned to me) ... and change the URL to point at the rss: http://bugs.php.net/rss/search.php?search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&status=All&bug_type%5B%5D=Documentation+problem&php_os=&phpver=&assign=sean&author_email=&bug_age=0 ^^^^ That's it. (-: I agree that we should document this somewhere, but in the meantime, this should tide people over. S

Hannes Magnusson

19 years ago
On 9/28/06, Sean Coates <sean@caedmon.net> wrote:
> Andi Gutmans wrote: > > Cool. Yes, generating that link would be *very* useful. > > Can someone hack that up? > > It's actually really easy to generate. > Do an advanced search: > http://bugs.php.net/search.php?search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&status=All&bug_type%5B%5D=Documentation+problem&php_os=&phpver=&assign=sean&author_email=&bug_age=0 > > (all doc bugs assigned to me) > > ... and change the URL to point at the rss: > > http://bugs.php.net/rss/search.php?search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&status=All&bug_type%5B%5D=Documentation+problem&php_os=&phpver=&assign=sean&author_email=&bug_age=0 > ^^^^ > > That's it. (-:
...or look at the bottom of the page where it says "RSS feed"? :) -Hannes

Ilia A.

19 years ago
Actually, Firefox and Safari show [rss] icon/link at the right hand side of the URL for bug searches already. On 28-Sep-06, at 10:59 AM, Sean Coates wrote:
> Andi Gutmans wrote: >> Cool. Yes, generating that link would be *very* useful. >> Can someone hack that up? > > It's actually really easy to generate. > Do an advanced search: > http://bugs.php.net/search.php? > search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&sta > tus=All&bug_type%5B%5D=Documentation > +problem&php_os=&phpver=&assign=sean&author_email=&bug_age=0 > > (all doc bugs assigned to me) > > ... and change the URL to point at the rss: > > http://bugs.php.net/rss/search.php? > search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&sta > tus=All&bug_type%5B%5D=Documentation > +problem&php_os=&phpver=&assign=sean&author_email=&bug_age=0 > ^^^^ > > That's it. (-: > > I agree that we should document this somewhere, but in the meantime, > this should tide people over. > > S > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
Ilia Alshanetsky

Hannes Magnusson

19 years ago
On 9/28/06, Ilia Alshanetsky <ilia@prohost.org> wrote:
> Actually, Firefox and Safari show [rss] icon/link at the right hand > side of the URL for bug searches already.
....because I added it this morning, and the link at the bottom, "RSS feed". -Hannes

Andi Gutmans

19 years ago
Great. Thanks all for the help!

Antony Dovgal

19 years ago
On 28.09.2006 19:08, Ilia Alshanetsky wrote:
> Actually, Firefox and Safari show [rss] icon/link at the right hand > side of the URL for bug searches already.
So does Opera.
-- Wbr, Antony Dovgal