Hi.
Maybe we should :
1) Release quick a tarball of 2.2.0rc1 as is.
2) Delete the file cvs/phpmyadmin leaving only a note in it saying to look in
phpmyadmin-devel (while sourceforge guys delete the branch).
What do you think ? I think this should help to squash the last bugs (tarball =
more people using the latest version NOT reporting old bugs ...) and maybe to
get missing translations strings.
Regards,
Alain.
----- Original Message -----
From: <noreply(a)sourceforge.net>
To: <noreply(a)sourceforge.net>
Sent: Thursday, July 05, 2001 8:40 PM
Subject: [phpmyadmin - Open Discussion] RE: Bugs added for phpmyadmin-2.2.0pre5
>
> Read and respond to this message at:
> http://sourceforge.net/forum/message.php?msg_id=189038
> By: ndarlow
>
> Should I be testing the phpMyAdmin or phpMyAdmin-devel module from CVS?
>
> Regards,
> Neil Darlow.
Hi all,
after my last commit, I got:
chgrp: invalid group name `phpmyadmin'
The commit was done, by me, Lem9, but marked as "uid52400".
Something is wrong there...
Marc
Hi All!
>So now, what about a 2.2.0 (or 2.5.0 ?) this week-end ?
I prefer 2.2.0 because no huge testings have been done yet
(I would like to see some ISP upgrading their current version
with the 2.2.0, facing some annoying bugs....)
>There are still lots of things on the tracker, but are
>here still very urgent bugs ?
Maybe one or two:
- see message #185178 in the Open discussion forum (for
Marc IMHO);
- see message #186321 in the Open discussion forum (Pete
may be the one who knows the best this part of the code);
As to me, I would like to implement a better authentification
system (because the current one requires Apache, php
loaded as an apache module -quite restrictive-, and there
is no way to trully logout with it).
A patch has been put into the patch tracker to use
a cookie driven authentification work and could be merged quickly into the
current code. But of course it requires the
user to enable cookies.
An other way could be to use a db session driven handler
(just like phpLib) but then it requires a db and a table to be
created before to use phpMyAdmin...
We discussed a bit about these alternatives with Marc.
Maybe some other ones among you have some more ideas?
Greets,
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hello,
Just updated lots of files to make the tree "release-ready":
corrected links, set the version to 2.2.0 everywhere, and
spent a few hours on the Documentation.html file.
It now looks like that:
http://phpmyadmin.sourceforge.net/documentation/
Feel free to update and to improve it!
Btw, this document should also be translated, if possible...
Then we could have a list of translation in Documentation.html,
and name all translations Documentation.en.html,
Documentation.fr.html, etc.
Regards,
Olivier, going back to his "Learning Python" book :)
--
_________________________________________________________________
Olivier Mueller - om(a)8304.ch - PGPkeyID: 0E84D2EA - Switzerland
qmail projects: http://omail.omnis.ch - http://webmail.omnis.ch
>just checked my cvs docs: I don't see how it's possible
>to rename a branch. But we can still delete "stable", and continue
>to work on "phpMyAdmin-devel"..
I'm afraid you can't rename a branch. And to remove a branch
you'll have to open a request to the main SF tracker.
>1. We erase the "stable" branch and rename phpMyAdmin-devel
>to phpMyAdmin. It will be easier to work on a single branch.
Right. I agree too.
>2. We release the cvs phpMyAdmin (which was -devel) as v2.2.0
>in the next few days.
OK. I've merged most of the patch submitted to the patch tracker a
few hours ago. I'll try to clean this tracker during the week-end.
For the login/logout problems I'm still searching for the best
solution.
I'll also try to send Marc an example of the upload problem as soon
as I can find some time to do it.
Regards,
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hi,
in -devel with 2 servers defined and
$cfgServerDefault = 1:
===========================
Warning: Undefined index: adv_auth in
/usr/local/etc/www/si/php/phpMyAdmin-devel/lib.inc.php3 on line 848
Warning: Undefined index: host in
/usr/local/etc/www/si/php/phpMyAdmin-devel/lib.inc.php3 on line 857
Warning: Undefined index: adv_auth in
/usr/local/etc/www/si/php/phpMyAdmin-devel/lib.inc.php3 on line 848
Warning: Undefined index: host in
/usr/local/etc/www/si/php/phpMyAdmin-devel/lib.inc.php3 on line 857
Warning: MySQL Connection Failed: Accès refusé pour l'utilisateur:
'apache@localhost' (mot de passe: NON) in
/usr/local/etc/www/si/php/phpMyAdmin-devel/defines.inc.php3 on line 29
================================
setting the variable to 0 clears the problem.