Igor Feghali | 2 Feb 2007 00:23
Picon
Gravatar

Re: [OFF] pear-webmaster ?

ressurrecting this topic... I still can't send emails to
pear-webmaster via gmail and have just found the same problem with
yahoo:

>Hi. This is the qmail-send program at yahoo.com.
>I'm afraid I wasn't able to deliver your message to the following addresses.
>This is a permanent error; I've given up. Sorry it didn't work out.
>
><pear-webmaster <at> lists.php.net>:
>Connected to 216.92.131.4 but connection died. (#4.4.2)
>I'm not going to try again; this message has been in the queue too long.

any news ?
Thnk you

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Gregory Beaver | 2 Feb 2007 06:21
Favicon

clarification on package.xml 1.0/2.0

Hi all,

I would like to clarify one point in the news on the front page of
http://pear.php.net

If you wish to use package.xml 2.0, you can still save the file as
"package.xml"

I realize the announcement is unclear on this point, I will try to
reword it when I get a chance, sorry for the confusion.

Any other questions on this?

Thanks,
Greg

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

David Sanders | 2 Feb 2007 12:05
Picon

Re: [PEPr] Proposal for HTML::HTML_QuickForm_altselect

Christian Weiske wrote:
> I don't know if the following option will be used widely, but perhaps
> you want to consider including it: When allowing multiple selects
> (checkboxes), one might want to have also multiple "Other" text entry boxes.
> 

I just had a bit of a think about this:

1. There could be the ability to add text boxes underneath dynamically using 
javascript?  I've seen interesting forms before where the click of a button adds 
extra text fields.

or
2. Statically allocate the number of extra text boxes, the default being just 1

I have had cases where people have entered in multiple items all crammed into 
the one text field ;)  But then again this may be taking things a bit too far 
making a simple QF plugin too clunky...

-- 
     David Sanders

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Jan Schneider | 2 Feb 2007 12:05
Favicon
Gravatar

[PEPr] -1 for Web Services::ConstantContact


Jan Schneider (http://pear.php.net/user/yunosh) has voted -1 on the proposal for Web Services::ConstantContact.

Proposal information:
http://pear.php.net/pepr/pepr-proposal-show.php?id=471
Vote information:
http://pear.php.net/pepr/pepr-vote-show.php?id=471&handle=yunosh

Comment:

This class is nothing more than a wrapper around a simple GET request.
There is absolutely no need for such a class, let alone a complete
package.

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

David Sanders | 2 Feb 2007 12:16
Picon
Gravatar

[PEPr] Changes in proposal for HTML::HTML_QuickForm_altselect


David Sanders (http://pear.php.net/user/shangxiao) has edited the proposal for HTML::HTML_QuickForm_altselect.

Change comment:

Changed license to LGPL

Also updated source with a few corrections:

- Added parent call in setSelected().

- Removed a few redundant checks.

- HTML comment now displaying correctly.

- Using tabs to align html, providing they get set.

- Fixed a php notice if the element was set for multiple and an array
wasn't posted.

Please review the proposal:
http://pear.php.net/pepr/pepr-proposal-show.php?id=475

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

(Continue reading)

Michnior | 2 Feb 2007 15:54

problem with I18Nv2

Hello 

I have some problem with 'I18Nv2'package:

What is wrong?? I install seagull framework, and when I update my site I see
this problem.

Please help me.

This is my debug list:

MESSAGE: Undefined index: short
TYPE: Notice
FILE: /home/users/portal/lib/pear/I18Nv2/Locale.php
LINE: 380
DEBUG INFO: 

375 $this->loadExtension(); 
376 
377 if (!count($this->dateTimeFormats)) { 
378 $this->dateTimeFormats = array( 
379 I18Nv2_DATETIME_SHORT => 

380 $this->dateFormats[I18Nv2_DATETIME_SHORT] 

381 . ', ' . 
382 $this->timeFormats[I18Nv2_DATETIME_SHORT], 
383 I18Nv2_DATETIME_MEDIUM => 
384 $this->dateFormats[I18Nv2_DATETIME_MEDIUM] 
385 . ', ' .
(Continue reading)

bertrand Gugger | 2 Feb 2007 20:16
Picon

Re: problem with I18Nv2

Bonsoir,
How you mean we can read that ?
What are the seagull's people telling ?
What I18Nv2 package is used there ?
What version ?
Whould you be kind enough to make a md5 or some checksum of it so we 
know it is the original ?

Please, make some readable (short) report.
The list wont analyze it for you.
--
toggg

Michnior wrote:
> Hello 
> 
>  
> 
> I have some problem with 'I18Nv2'package:
> 
>  
> 
> What is wrong?? I install seagull framework, and when I update my site I see
> this problem.
> 
> Please help me.
> 
>  
> 
> This is my debug list:
(Continue reading)

anatoly techtonik | 3 Feb 2007 11:21
Picon

Re: CVS Access Method

Hello Chuck,

From Friday, January 26, 2007, 11:48:33 PM, you wrote:

CB> I believe my ability to access CVS via pserver is going away due to firewall
CB> work in progress.  Are there any plans to set up SSH access?
CB> Chuck Burgess

  PHP.NET needs SVN. And PEAR is the first candidate.

t
-- 

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Lukas Kahwe Smith | 2 Feb 2007 22:26

Re: CVS Access Method

anatoly techtonik wrote:
> Hello Chuck,
> 
> From Friday, January 26, 2007, 11:48:33 PM, you wrote:
> 
> CB> I believe my ability to access CVS via pserver is going away due to firewall
> CB> work in progress.  Are there any plans to set up SSH access?
> CB> Chuck Burgess
> 
>   PHP.NET needs SVN. And PEAR is the first candidate.

I dont think PHP.NET needs SVN. I do think it would make a lot things 
easier. Like finally being able to get rid of outdated directories, but 
more importantly the convenience of being able to diff/revert offline. I 
also agree that PEAR would be a good fit to start experimenting with SVN 
and I guess since there is now dedicated hardware, it could become 
possible ..

regards,
Lukas

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Anant Narayanan | 2 Feb 2007 23:06
Picon
Favicon
Gravatar

Re: CVS Access Method

> I dont think PHP.NET needs SVN. I do think it would make a lot things
> easier. Like finally being able to get rid of outdated directories, but
> more importantly the convenience of being able to diff/revert offline. I
> also agree that PEAR would be a good fit to start experimenting with SVN
> and I guess since there is now dedicated hardware, it could become
> possible ..

FINALLY! Please, answer all our prayers and switch to something better
than CVS.

If you're seriously considering the switch; I am willing to dedicate my
time and effort in making it happen, so count me in :)

--
Anant

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Gmane