[PHP-DEV] bug database report/search

2001-07-20 Thread Shane Caraveo

Is there anyway that we can generate a report, or at least search the bug
database, for all bugs related to an operating system?  I would like to
generate a list of open bugs for any windows platform.

Shane



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database report/search

2001-07-20 Thread Dan Kalowsky

Shane Caraveo wrote:
 
 Is there anyway that we can generate a report, or at least search the bug
 database, for all bugs related to an operating system?  I would like to
 generate a list of open bugs for any windows platform.

I believe this is a feature in the new bug database which is being
worked upon slowly.  

-- 
Dan Kalowsky  Tonight I think I'll walk alone, 
Worldgate Communications   I'll find my soul as I go home.
Software Engineer - TICS Group  - Temptation

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database report/search

2001-07-20 Thread Cynic

Ah, the mysterious new bug system. :))

Anyway, I'd like to help with it. Who should I contact?

At 20:29 7/20/2001, Dan Kalowsky wrote the following:
-- 
Shane Caraveo wrote:
 
 Is there anyway that we can generate a report, or at least search the bug
 database, for all bugs related to an operating system?  I would like to
 generate a list of open bugs for any windows platform.

I believe this is a feature in the new bug database which is being
worked upon slowly.  

-- 
Dan Kalowsky  Tonight I think I'll walk alone, 
Worldgate Communications   I'll find my soul as I go home.
Software Engineer - TICS Group  - Temptation

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--end of quote-- 


[EMAIL PROTECTED]
-
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmoded 600 their files.
- Book of Installation chapt 3 sec 7 


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database report/search

2001-07-20 Thread Dan Kalowsky

Cynic wrote:
 
 Ah, the mysterious new bug system. :))
 
 Anyway, I'd like to help with it. Who should I contact?

Oh it's not that mysterious.   

You can find the mailing lit at [EMAIL PROTECTED]
The cvs repository can be found at phpuk.com I believe.

And before you sqawk, it is NOT the jitterbug bug system.  It just
happens to be the name that was choosen.  

Jani, Frank, James, Derick, and myself have been working on the design
for it.  Jani has recently been implementing pieces of it.

-- 
Dan Kalowsky  Tonight I think I'll walk alone, 
Worldgate Communications   I'll find my soul as I go home.
Software Engineer - TICS Group  - Temptation

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database report/search

2001-07-20 Thread Cynic

Hi Dan,

thanks for the info. I don't know the original jitterbug, so
I have no intentions to sqawk. :) I'll subscribe to the list.

However, my attempts to get to http://phpuk.com and 
http://www.phpuk.com both ended up at 
http://welcome.domainzero.com/ w/ no page displayed, so I guess 
that's not the correct URL. Or is it?


At 20:42 7/20/2001, Dan Kalowsky wrote the following:
-- 
Cynic wrote:
 
 Ah, the mysterious new bug system. :))
 
 Anyway, I'd like to help with it. Who should I contact?

Oh it's not that mysterious.   

You can find the mailing lit at [EMAIL PROTECTED]
The cvs repository can be found at phpuk.com I believe.

And before you sqawk, it is NOT the jitterbug bug system.  It just
happens to be the name that was choosen.  

Jani, Frank, James, Derick, and myself have been working on the design
for it.  Jani has recently been implementing pieces of it.

-- 
Dan Kalowsky  Tonight I think I'll walk alone, 
Worldgate Communications   I'll find my soul as I go home.
Software Engineer - TICS Group  - Temptation

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--end of quote-- 


[EMAIL PROTECTED]
-
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmoded 600 their files.
- Book of Installation chapt 3 sec 7 


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database report/search

2001-07-20 Thread Dan Kalowsky

Cynic wrote:
 thanks for the info. I don't know the original jitterbug, so
 I have no intentions to sqawk. :) I'll subscribe to the list.

:)
 
 However, my attempts to get to http://phpuk.com and
 http://www.phpuk.com both ended up at
 http://welcome.domainzero.com/ w/ no page displayed, so I guess
 that's not the correct URL. Or is it?

Well... that might because I was wrong ;)

cvs.phpuk.org:/usr/local/cvsroot

that should work for CVS content.  If the cvs server is working again.
Sorry about that.

-- 
Dan Kalowsky  Tonight I think I'll walk alone, 
Worldgate Communications   I'll find my soul as I go home.
Software Engineer - TICS Group  - Temptation

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database report/search

2001-07-20 Thread Rasmus Lerdorf

Done.  http://bugs.php.net now has an OS field which does a
case-insensitive substr search.  I also added an 'All' option to the
entries/page dropdown so it is now possible to generate a single report
with all bugs (assuming your browser can handle the potentially huge
table)

-Rasmus

On Fri, 20 Jul 2001, Shane Caraveo wrote:

 Is there anyway that we can generate a report, or at least search the bug
 database, for all bugs related to an operating system?  I would like to
 generate a list of open bugs for any windows platform.

 Shane






-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database report/search

2001-07-20 Thread Andrei Zmievski

On Fri, 20 Jul 2001, Rasmus Lerdorf wrote:
 Done.  http://bugs.php.net now has an OS field which does a
 case-insensitive substr search.  I also added an 'All' option to the
 entries/page dropdown so it is now possible to generate a single report
 with all bugs (assuming your browser can handle the potentially huge
 table)

Parse error: parse error, expecting `','' or `';'' in /local/Web/sites/phpweb/bugs.php 
on line 533

-Andrei

Everything has its wonders, even darkness and silence, and I learn,
 whatever state I may be in, therein to be content. - Helen Keller

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database report/search

2001-07-20 Thread rasmus

 On Fri, 20 Jul 2001, Rasmus Lerdorf wrote:
  Done.  http://bugs.php.net now has an OS field which does a
  case-insensitive substr search.  I also added an 'All' option to the
  entries/page dropdown so it is now possible to generate a single report
  with all bugs (assuming your browser can handle the potentially huge
  table)

 Parse error: parse error, expecting `','' or `';'' in 
/local/Web/sites/phpweb/bugs.php on line 533

Yeah, fixed.  You were very quick to hit that...  Was broken for less than
a minute.

-Rasmus


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database

2001-02-22 Thread Rasmus Lerdorf

It's your CVS password.

On Wed, 21 Feb 2001, Shane Caraveo wrote:

 Can someone update/replace/give me my password for the bug database.
 Thnx
 shane

 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database

2001-02-21 Thread eschmid+sic

On Wed, Feb 21, 2001 at 01:23:18PM -0800, Rasmus Lerdorf wrote:
 It's your CVS password.

Yes I know that and I can remember my CVS password. But I cannot update
the bug database because there is no field for the login name. My login at
work is egon and at home eschmid+sic.

-Egon

 On Wed, 21 Feb 2001, Shane Caraveo wrote:
 
  Can someone update/replace/give me my password for the bug database.
  Thnx
  shane
 
  --
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 

-- 
-- 
http://www.linuxtag.de/
http://php.net/books.php 
http://www.concert-band.de/
http://www.php-buch.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] bug database

2001-02-21 Thread Shane Caraveo

Can someone update/replace/give me my password for the bug database.
Thnx
shane

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] bug database

2001-02-21 Thread Rasmus Lerdorf

Click on the "Dev Modify" link

On Wed, 21 Feb 2001 [EMAIL PROTECTED] wrote:

 On Wed, Feb 21, 2001 at 01:23:18PM -0800, Rasmus Lerdorf wrote:
  It's your CVS password.

 Yes I know that and I can remember my CVS password. But I cannot update
 the bug database because there is no field for the login name. My login at
 work is egon and at home eschmid+sic.

 -Egon

  On Wed, 21 Feb 2001, Shane Caraveo wrote:
 
   Can someone update/replace/give me my password for the bug database.
   Thnx
   shane
  
   --
   PHP Development Mailing List http://www.php.net/
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   To contact the list administrators, e-mail: [EMAIL PROTECTED]
  
 
 
  --
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 

 --
 --
 http://www.linuxtag.de/
 http://php.net/books.php
 http://www.concert-band.de/
 http://www.php-buch.de/



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]