Hi,
Got a new bug with latest cvs.
Start Netscape 4.
Login with a normal user.
Logout.
Login with a super-user.
I only see the databases of the normal user.
Click Reload: ok I see all the databases.
Logout
Login with a normal user.
No databases shown on left frame.
JavaScript Error:
http://www.CollegeSherbrooke.qc.ca/si/php/phpMyAdmin/left.js,
line 105:
theLayers[i] has no properties.
JavaScript Error:
http://www.CollegeSherbrooke.qc.ca/si/php/phpMyAdmin/left.js,
line 144:
expandedDb is not defined.
-------------------------------------------------------------
No bug with IE 5.0.
Is this caused by the new "USE mysql" test?
Marc
Has anyone noticed that phpMyAdmin has hit 100% in the Activity list? We're
even higher than SourceForge itself! Not a big deal but Cool nonetheless :)
--
Ignacio Vazquez-Abrams <ignacio(a)openservices.net>
Hi List!
Marc wrote:
> I have the same behavior while Netscaping. Loïc must be IEing :)
I can't face this problem (with db name `fadfdppö 'fa'fdax`) neither
with IE5.5, neither with Opera 5.0, neither with NS4.75, neither
with Moz 0.9.3.
Maybe it's OS dependant ? (mine is win98 SE)
BTW I found an urlencode call was missing for the drop db link
at the bottom of db_details.php3. Fixed into the CVS tree.
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
"Olivier M." wrote :
>
> Other little thing: seems there are no checks made on
> the Create DB field (main.php3):
>
> if I type "fadfdppö 'fa'fdax" as db name, it will be created
> without problem:
> drwx------ 2 mysql daemon 35 Aug 28 00:45 fadfdppö
\'fa\'fdax
>
> Shouldn't we add a check to see if the name is valid ?
Marc is right: this is a valid db name since MySQL 3.23.6.
Moreover I've done some extented tests and phpMyAdmin
seems to handle this database name very well :)
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
>but phpMyAdmin not really: when I click on the name in left.php3,
>it reload both frames, and don't let me create a atable for example.
Hu, I can't reproduce any of these problems (win98 SE,
Apache 1.3.20, php 4.06, MySQL 3.23.41)
>But well, that's a minor issue :)
Right.
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 list,
Trying with current cvs to reproduce this bug, with NN4 or IE 5.0: I can't! I am able to create a
40 fields table (a thing that did not work these days) and all the controls works!
Testers welcome :)
Marc
Hi,
Seems there are still quite some important bugs around...
Let's maybe wait until monday or tuesday: this way we'll have
more time to work on it (and monday Loic will be back too :)
Ok?
Bon week-end!
Olivier
--
_________________________________________________________________
Olivier Mueller - om(a)8304.ch - PGPkeyID: 0E84D2EA - Switzerland
qmail projects: http://omail.omnis.ch - http://webmail.omnis.ch
Hi Benjamin & all!
>Well I find that quite strange. I had tested a bit and really thought
>comments were harmless in sql queries.
My tests: remove the call to remove_remarks in db_readdump.php3
then try to upload and execute a dump file containing:
---------- file start here ---------
# table `test2` structure
CREATE TABLE test2 (
id mediumint(8) NOT NULL auto_increment,
value text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM;
# table `test2` data
INSERT INTO test2 VALUES (1,'normal data');
INSERT INTO test2 VALUES (2,'!!! Exclamation !!!');
------ eof -------------
You should be displayed an error message because since...
- ... the first comment line and the "create table" statement are
submitted at once...
- ... and the second comment line and the first "insert into"
statement are they are submitted at once...
... mysql understand that the only instruction to execute is the
second "insert into" statement, all other lines are comments :(
>Anyway, if you try to remove comments again, you have
>to ignore '#' that are in SQL strings if you don't want to
>bring back the # bug (#444279).
That's the annoying point...
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 Marc & all!
>Just tested with IE 5.0 some dumps, both with .sql and .gz:
>the files generated are ok,
Great :)
>however after the file is saved, IE is still doing something,
>don't know what.
Maybe cleaning memory from useless segments? (I still can't
face the "dump hangs" bug).
>Any other tests needed?
Not at this time, thanks.
I've opened a bug report with known aliases bugs with the
current cvs version (bug #456119). I wonder if these ones
are showstoppers or not...
I'm currently working on bug #444279 that resurfaced
since we have to use back the remove_remark function.
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