Hi List!
I've modified the "common.lib.php3" library in order to "guess"
what should be the value of "$cfgPmaAbsoluteUri" in case the user
didn't complete it.
But I'm not sure it's a so nice stuff, since it depends on some
variables send by the server! Then if the server is not well
configured or do not fit CGI/1.1 specifications we may face "bugs"
that would be harder to find because it's easier to see
that "$cfgPmaAbsoluteUri" is empty than it was "automagically" set
with a wrong value.
That's why I require both you testings (with different servers)
and your opinions about this stuff.
Thanks in advance,
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 all!
Marc and I were debating about a quick 2.2.6 release (Marc suggested
an RC1 about the middle of the next week). We would like to do it because
the 2.2.5 release seems to be quite stable (only 6 new bugs and they are
"little" bugs) and this way 2.2.6 may become a kind of "really stable"
version we could suggest all users to refer to in case of problem.
Moreover we may then try to work on some major features once this new
stable version has been released (time to think about the new interface
we're talking about for monthes, isn't it?)
Any comment on this?
Kind 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 Thomas,
I must admit that this was my mistake. I was belive that this is
a bug that developers must know.
Sorry,
Emanuel
-----Original Message-----
From: phpmyadmin-devel-admin(a)lists.sourceforge.net
[mailto:phpmyadmin-devel-admin@lists.sourceforge.net]On Behalf Of Thomas
Bahr [Office]
Sent: 18 martie 2002 17:53
To: phpmyadmin-devel(a)lists.sourceforge.net
Cc: DelislMa(a)CollegeSherbrooke.qc.ca
Subject: [Phpmyadmin-devel] dev-email-list
Hi Emanuel,
I thought this is a developer email list and not a list to ask "funny"
questions
next time please choose other means to ask such question!
thx a lot!
Thomas Baehr
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Marc,
First thanks for the response, second on phpmyadmin.sourceforge.net
you can read:
---------------------------------------------------------------------
Main changes/improvements for version 2.2.5:
Some improvements:
stduser/stdpass are replaced by controluser/controlpass to avoid confusion
with the term 'standard user'
user management: support for wildcard databases
'relation' feature extended to PHP3
fulltext/partialtext support in vertical mode
support for mysql safe_show_database
japanese kanji encoding conversion
optional support to let users change their password
(in 2.2.5-cvs) new language: estonian
do not display the true password after a password change
support for the tabindex feature (on some browsers) to go directly to the
next field when editing
----------------------------------------------------------------------------
-
read this "user management: support for wildcard databases". So how can I
use
wildcards?
Best regards,
Emanuel Dejanu
-----Original Message-----
From: Marc Delisle [mailto:DelislMa@CollegeSherbrooke.qc.ca]
Sent: 18 martie 2002 17:03
To: phpmyadmin-devel(a)lists.sourceforge.net
Cc: edejanu(a)route66.ro
Subject: Re: [Phpmyadmin-devel] 2.2.5-rc1 is one week old :)
Emanuel,
in the doc:
-----------------
If set to a(an array of) database name(s), only this(these) database(s) will
be shown to the user.
Since phpMyAdmin 2.2.1, this/these database(s) name(s) may contain MySQL
wilcards characters ("_" and "%"): if you want to use literal instances
of these characters,
escape them (ie use 'my\_db' and not 'my_db').
-----------------
Why are you using a '*' ?
Emanuel Dejanu a écrit :
>
> But have you read my message?
>
> ----------------- MY OLD MESSAGE ----------------------------------
> Hi,
>
> The "user management: support for wildcard databases" do not work:
> I have:
>
> $cfgServers[1]['only_db'] = array('rc*', 'dbroot*');
>
> and the phpMyAdmin say no database.
>
> What I do wrong?
>
> ------------------------------------------------------------------
>
> So is ok to realse 2.2.5 with this bug?
>
> Best regards,
--
Marc Delisle
But have you read my message?
----------------- MY OLD MESSAGE ----------------------------------
Hi,
The "user management: support for wildcard databases" do not work:
I have:
$cfgServers[1]['only_db'] = array('rc*', 'dbroot*');
and the phpMyAdmin say no database.
What I do wrong?
------------------------------------------------------------------
So is ok to realse 2.2.5 with this bug?
Best regards,
Emanuel
-----Original Message-----
From: phpmyadmin-devel-admin(a)lists.sourceforge.net
[mailto:phpmyadmin-devel-admin@lists.sourceforge.net]On Behalf Of Marc
Delisle
Sent: 18 martie 2002 16:36
To: phpmyadmin-devel(a)lists.sourceforge.net
Subject: [Phpmyadmin-devel] 2.2.5-rc1 is one week old :)
... and with 21000 downloads, is proving stable.
We could wait a few days for the last message to be translated, and release
2.2.5.
--
Marc Delisle
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi,
one year since Olivier restarted phpMyAdmin on sf. Let's celebrate!
As a funny note, I would like to quote Olivier on 2001-05-03:
'We are currently 8 developpers on this project: this is
quite a lot of people for such a "small" project'...
--
Marc Delisle
Hi,
The "user management: support for wildcard databases" do not work:
I have:
$cfgServers[1]['only_db'] = array('rc*', 'dbroot*');
and the phpMyAdmin say no database.
What I do wrong?
Best regards,
Emanuel Dejanu