Hi guys,
about this bug, I was just wondering, what would be consider the correct
behavior?
Either:
Checkbox(NULL) is on by default, and if data is placed into the
textbox, then the checkbox is not applied in the PHP code.
OR
The checkbox is off by default, and must be checked to set the value to
NULL.
I would opt for the second solution, as I use a lot of data tables where I
have designed the table with default values and actually take advantage of
the default values in my manual SQL.
I see that lem9 mentioned a patch, but I haven't look it at it, so I don't
know which method it implements.
--
Robin Hugh Johnson
E-Mail : robbat2(a)orbis-terrarum.net
Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ# : 30269588 or 41961639
Hi,
Please test/comment the file I attached to
Patch tracker: #499304: open_basedir restriction for upload file.
Here it works well in safe mode with a value of "." in open_basedir, and with a ./tmp directory
with mode 777 created manually by the owner of the phpMyAdmin scripts.
And it works well also without open_basedir.
Thanks!
Marc
Hi List!
Thanks marc for this new release.
I will be really busy all long this week and then
can't help much. Sorry...
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 there developers
I just discovered a more or less disturbing behavior of the language-select
functionality.
The problem is, I used a GET-variable named 'lang' in another PHP-based
system in another directory (not a subdirectory of phpMyAdmin) on the same
server.
But due to the register-globals order the cookie value overwrote the
get-paramter - so my lang-value was lost and it sucked to delete cookies
everytime I accessed phpMyAdmin and missed the 'Refuse'-button ;)
Problem seems to me to be (what english :) ), the call to setcookie (called
in main.php as of 2.2.4-cvs 2002-01-07). It is called without a path
argument, resulting a fallback to '/'.
So IMHO it should be:
setcookie('lang', $lang, time() + 60*60*24*30, substr($SCRIPT_NAME, 0,
strrpos($SCRIPT_NAME, '/')));
I would appreciate if you could approve this as a positive/useful
contribution. :)
regards
Christoph Ertelt
Hi,
The development team invites you to upgrade to the latest
version. As always, comments, patches and bug reports are welcome.
Notes are available at http://phpmyadmin.sourceforge.net
Marc, for the dev. team.
Olivier, this is already implemented ;)
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
Marc wrote
>what about opening another browser window for the other db?
Of course, I can do this. Even if I prefer the current way to do it ;)
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 wrote:
>well... would you mind if we turn this on again ? The default mysql
behaviour
>(using the mysql client or scripts) is to update the ts in *any* case, so
Well you're right but it's not so fine: one may want to just change one of
the
field for a record but not the timestamp associated to this record (I've
modified
this code because an user required it).
Don't know really...
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
>there is lot of work in the current left.php3 and
all the
>JS stuff, so that would nearly be sad to "throw"
>everything away, but it seems to be the right
question...
Yep.
>I would say the light-mode, if well programmed,
would be
>enough... and you?
There's one big difference between these two modes:
the
ability to see more than one db expanded at the same
time.
I use it quite often, but if I'm the only one....
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
>I would like to release it today: you know that other patches/improvements
>are waiting in the queue :)
Please wait a minut Marc, I'm working on the js stuff for the new "Null"
feature
in tbl_change.php3.
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