|
List Info
Thread: please test pearweb package
|
|
| please test pearweb package |

|
2006-11-29 04:55:20 |
Hi all,
I just fixed the nagging problem with the MDB2_Schema
post-install
script. Please test to make sure that you can install a
local copy of
pearweb, as we will be going live with this package on the
pear.php.net
website shortly. To install it, please check out the
pearweb module
from CVS, cd pearweb, and run either:
pear upgrade -o package.xml#php4
or
pear upgrade -o package.xml#php5
Assuming you have the necessary extensions enabled in
php.ini (gettext,
and mysql or mysqli), you can then run the post-install
script
pear run-scripts pearweb
Please report back, and also whether the final installation
works (you
need to add a user to the database, otherwise you can't log
in and so on)
Greg
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| please test pearweb package |

|
2006-12-01 01:59:37 |
There is a problem in the field:
comment` VARCHAR(65532) of the table
"`package_proposal_changelog`"
please change this to text only so it doens't break on mysql
Thanks mate!
On 11/28/06, Greg Beaver <greg chiaraquartet.net>
wrote:
>
> Hi all,
>
> I just fixed the nagging problem with the MDB2_Schema
post-install
> script. Please test to make sure that you can install
a local copy of
> pearweb, as we will be going live with this package on
the pear.php.net
> website shortly. To install it, please check out the
pearweb module
> from CVS, cd pearweb, and run either:
>
> pear upgrade -o package.xml#php4
>
> or
>
> pear upgrade -o package.xml#php5
>
> Assuming you have the necessary extensions enabled in
php.ini (gettext,
> and mysql or mysqli), you can then run the post-install
script
>
> pear run-scripts pearweb
>
> Please report back, and also whether the final
installation works (you
> need to add a user to the database, otherwise you can't
log in and so on)
>
> Greg
>
> --
> PEAR Development Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub
.php
>
>
--
David Coallier,
Founder & Software Architect,
Agora Production (http://agoraproduction.com
)
51.42.06.70.18
|
|
| please test pearweb package |

|
2006-12-01 02:12:35 |
> > Please report back, and also whether the final
installation works (you
> > need to add a user to the database, otherwise you
can't log in and so on)
> >
> > Greg
On 11/30/06, David Coallier <davidc php.net> wrote:
> There is a problem in the field:
> comment` VARCHAR(65532) of the table
"`package_proposal_changelog`"
> please change this to text only so it doens't break on
mysql
>
As David notes, the problem is with the comment fields -
causes
problems on certain versions of mysql evidently. Changing
all the
comment fields from text to clob gets the pearweb post
install script
to successfully complete for me.
Attached patch for the pearweb_mdb2schema.xml
Other than that... appears to work fine!
--
-Brett
http:saltybeagle.com aim:ianswerq
### Eclipse Workspace Patch 1.0
#P pearweb
Index: sql/pearweb_mdb2schema.xml
============================================================
=======
RCS file: /repository/pearweb/sql/pearweb_mdb2schema.xml,v
retrieving revision 1.13
diff -u -r1.13 pearweb_mdb2schema.xml
--- sql/pearweb_mdb2schema.xml 29 Nov 2006 04:34:05
-0000 1.13
+++ sql/pearweb_mdb2schema.xml 1 Dec 2006 02:11:14 -0000
 -2222,7
+2222,7 
<field>
<name>comment</name>
- <type>text</type>
+ <type>clob</type>
<notnull>false</notnull>
</field>
 -2278,7
+2278,7 
<field>
<name>comment</name>
- <type>text</type>
+ <type>clob</type>
<notnull>false</notnull>
</field>
 -2379,7
+2379,7 
<field>
<name>comment</name>
- <type>text</type>
+ <type>clob</type>
<notnull>false</notnull>
</field>
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php |
|
| File_Archive |

|
2006-12-01 05:55:03 |
Hi all,
Just wondering what happened to the File_Archive guys... Did
they fall
off the edge of the earth? ;)
I submitted a possible patch to a bug that I ran into a few
times and
got no response from them... Not an urgent thing now, but
something
just reminded me about it today...
http://pear.
php.net/bugs/bug.php?id=6546
David Sanders
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| File_Archive |

|
2006-12-01 17:01:01 |
Hi,
El vie, 01-12-2006 a las 16:55 +1100, David Sanders
escribió:
> Hi all,
>
> Just wondering what happened to the File_Archive
guys... Did they fall
> off the edge of the earth? ;)
>
> I submitted a possible patch to a bug that I ran into a
few times and
> got no response from them... Not an urgent thing now,
but something
> just reminded me about it today...
>
> http://pear.
php.net/bugs/bug.php?id=6546
Sorry for not giving feedback, I'm one of the developers of
File_Archive.
I was ending my career and was very busy in the last months.
Now that I
have some free time I'll be working with this package, just
be patient
for 2-3 days so I
start committing the patches and preparing a
bug-fix release.
Cheers,
--
Pablo Fischer <pfischer php.net>
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| File_Archive |

|
2006-12-01 18:29:40 |
In case you cannot contact vincent, shout and we'll give you
lead over
the package or ask somebody to step up.
Arnaud.
Pablo Fischer wrote:
> Hi,
>
> El vie, 01-12-2006 a las 16:55 +1100, David Sanders
escribió:
>> Hi all,
>>
>> Just wondering what happened to the File_Archive
guys... Did they fall
>> off the edge of the earth? ;)
>>
>> I submitted a possible patch to a bug that I ran
into a few times and
>> got no response from them... Not an urgent thing
now, but something
>> just reminded me about it today...
>>
>> http://pear.
php.net/bugs/bug.php?id=6546
>
> Sorry for not giving feedback, I'm one of the
developers of
> File_Archive.
>
> I was ending my career and was very busy in the last
months. Now that I
> have some free time I'll be working with this package,
just be patient
> for 2-3 days so I
start committing the patches and preparing a
> bug-fix release.
>
> Cheers,
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| File_Archive |

|
2007-01-07 21:45:14 |
Hi,
El vie, 01-12-2006 a las 19:29 +0100, Arnaud Limbourg
escribió:
> In case you cannot contact vincent, shout and we'll
give you lead over
> the package or ask somebody to step up.
Today I've been working with File_Archive to close as many
bugs I can,
however I've noticed that many bugs have been fixed (maybe
Vicent
preferred to release the bug-fix-release and then close
them).
So I'd like to know what are the steps for closing those
bugs. Should I
prepare the bug-fix-release and then close them or can I
close them now
(as: fixed on CVS)?
Cheers and happy new year!
--
Pablo Fischer <pfischer php.net>
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| File_Archive |

|
2007-01-08 00:30:38 |
Pablo Fischer wrote:
> Hi,
>
> El vie, 01-12-2006 a las 19:29 +0100, Arnaud Limbourg
escribió:
>> In case you cannot contact vincent, shout and we'll
give you lead over
>> the package or ask somebody to step up.
>
> Today I've been working with File_Archive to close as
many bugs I can,
> however I've noticed that many bugs have been fixed
(maybe Vicent
> preferred to release the bug-fix-release and then close
them).
>
> So I'd like to know what are the steps for closing
those bugs. Should I
> prepare the bug-fix-release and then close them or can
I close them now
> (as: fixed on CVS)?
>
> Cheers and happy new year!
Hi Pablo,
Glad to hear you'll be taking on this challenge. I
generally mark a bug
as "fixed in cvs" the instant I commit the fix,
and nobody complains, so
I suspect you can do the same
Greg
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| File_Archive |

|
2007-01-08 01:07:37 |
Hi Greg,
> Glad to hear you'll be taking on this challenge. I
generally mark a bug
> as "fixed in cvs" the instant I commit the
fix, and nobody complains, so
> I suspect you can do the same
Sure I'll do that, thanks!.
BTW, anyone in special I should ask to get more 'privileges'
on
File_Archive? seems I'm can't prepare releases or submit
comments to
bugs (I get the 'Insufficient Privileges' error message).
Thanks!
--
Pablo Fischer <pfischer php.net>
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| File_Archive |

|
2007-01-08 06:20:03 |
Hi Pablo,
I noticed that you are lead (don(t know when that happened)
so you can
go ahead and release
Thanks for stepping up and take care of the package.
Arnaud.
Pablo Fischer wrote:
> Hi Greg,
>
>> Glad to hear you'll be taking on this challenge. I
generally mark a bug
>> as "fixed in cvs" the instant I commit
the fix, and nobody complains, so
>> I suspect you can do the same
>
> Sure I'll do that, thanks!.
>
> BTW, anyone in special I should ask to get more
'privileges' on
> File_Archive? seems I'm can't prepare releases or
submit comments to
> bugs (I get the 'Insufficient Privileges' error
message).
>
> Thanks!
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
|
|