[Phpmyadmin-devel] (hopefully) final solution to font size issues

Hi, i hope tis will put an end to all this font size issues pls checkout latest CVS HEAD and test you can now configure font size on the main page, it will be stored inside cookie pma_fontsize -- Sebastian Mendel www.sebastianmendel.de

Hi On Mon, 31 Jul 2006 15:52:25 +0200 Sebastian Mendel <lists@sebastianmendel.de> wrote:
i hope tis will put an end to all this font size issues
pls checkout latest CVS HEAD and test
you can now configure font size on the main page, it will be stored inside cookie pma_fontsize
Without cookies I get following error: Notice: Undefined index: cookie_path in phpMyAdmin/libraries/common.lib.php on line 2557 Notice: Undefined index: is_https in phpMyAdmin/libraries/common.lib.php on line 2557 I guess it was caused by your change... -- Michal Čihař | http://cihar.com | http://blog.cihar.com

Michal Čihař schrieb:
Hi
On Mon, 31 Jul 2006 15:52:25 +0200 Sebastian Mendel <lists@sebastianmendel.de> wrote:
i hope tis will put an end to all this font size issues
pls checkout latest CVS HEAD and test
you can now configure font size on the main page, it will be stored inside cookie pma_fontsize
Without cookies I get following error:
Notice: Undefined index: cookie_path in phpMyAdmin/libraries/common.lib.php on line 2557
Notice: Undefined index: is_https in phpMyAdmin/libraries/common.lib.php on line 2557
I guess it was caused by your change...
phpMyAdmin requires cookies as it is written in the documentation - but you are right - this happens also on first run where PMA_setCookir() is called before this variables where set ... -- Sebastian Mendel www.sebastianmendel.de

On Mon, 31 Jul 2006 16:23:27 +0200 Sebastian Mendel <lists@sebastianmendel.de> wrote:
phpMyAdmin requires cookies as it is written in the documentation - but you are right - this happens also on first run where PMA_setCookir() is called before this variables where set ...
I meant not set cookies not disabled cookies... -- Michal Čihař | http://cihar.com | http://blog.cihar.com

Michal Čihař schrieb:
Hi
On Mon, 31 Jul 2006 15:52:25 +0200 Sebastian Mendel <lists@sebastianmendel.de> wrote:
i hope tis will put an end to all this font size issues
pls checkout latest CVS HEAD and test
you can now configure font size on the main page, it will be stored inside cookie pma_fontsize
Without cookies I get following error:
Notice: Undefined index: cookie_path in phpMyAdmin/libraries/common.lib.php on line 2557
Notice: Undefined index: is_https in phpMyAdmin/libraries/common.lib.php on line 2557
I guess it was caused by your change...
fixed -- Sebastian Mendel www.sebastianmendel.de

Sebastian Mendel a écrit :
Michal Čihař schrieb:
Hi
On Mon, 31 Jul 2006 15:52:25 +0200 Sebastian Mendel <lists@sebastianmendel.de> wrote:
i hope tis will put an end to all this font size issues
pls checkout latest CVS HEAD and test
you can now configure font size on the main page, it will be stored inside cookie pma_fontsize Without cookies I get following error:
Notice: Undefined index: cookie_path in phpMyAdmin/libraries/common.lib.php on line 2557
Notice: Undefined index: is_https in phpMyAdmin/libraries/common.lib.php on line 2557
I guess it was caused by your change...
fixed
I like this font size selector! Marc

Marc Delisle schrieb:
Sebastian Mendel a écrit :
Michal Čihař schrieb:
Hi
On Mon, 31 Jul 2006 15:52:25 +0200 Sebastian Mendel <lists@sebastianmendel.de> wrote:
i hope tis will put an end to all this font size issues
pls checkout latest CVS HEAD and test
you can now configure font size on the main page, it will be stored inside cookie pma_fontsize Without cookies I get following error:
Notice: Undefined index: cookie_path in phpMyAdmin/libraries/common.lib.php on line 2557
Notice: Undefined index: is_https in phpMyAdmin/libraries/common.lib.php on line 2557
I guess it was caused by your change... fixed
I like this font size selector!
;-) -- Sebastian
participants (3)
-
Marc Delisle
-
Michal Čihař
-
Sebastian Mendel