Hi Ninad,
after creating a table, the navi frame is not refreshed.
After creating a database and _immediately_ asking to drop it, some very
weird message is displayed, instead of the jQuery drop dialog.
After creating a database and _immediately_ asking to create a table, I
don't get the create table dialog.
(FF 3.6.6 under Windows Vista. I cleared the cache.)
--
Marc Delisle
http://infomarc.info
Hi Piotr,
in Settings / Manage your settings / Import, I believe the "Location of
the text file" dialog should be placed just below "Import from text file".
Also, to make it clearer that these options are related, either show
"Import from text file" + "Save as text file" or
"Import from file" + "Save as file"
--
Marc Delisle
http://infomarc.info
Ninad,
when I edit a row, change a value and click Go:
1. I get a message "0 rows affected"
2. The row is redisplayed without the change
If I browse the table I see the change but I get:
Notice in ./libraries/common.lib.php#1065
Undefined index: cell_align_left
--
Marc Delisle
http://infomarc.info
Hi,
In sqlvalidator.lib.php we have:
* Enable the SQL Validator options in the configuration file
* $cfg['SQLQuery']['Validate'] = TRUE;
* $cfg['SQLValidator']['use'] = FALSE;
I believe it should say:
* Enable the SQL Validator options in the configuration file
* $cfg['SQLQuery']['Validate'] = FALSE; (or TRUE, it affects only link)
* $cfg['SQLValidator']['use'] = TRUE; (when its FALSE validator
class isn't loaded at all)
--
Piotr Przybylski
Hi,
Now, when PHP extension loading is removed, the message "Cannot load
... extension" (PMA_warnMissingExtension) makes no sense, should be
changed to "Extension ... is missing" or something similar.
--
Piotr Przybylski
Hi,
What is $GLOBALS['convcharset'] needed for? I looked at the code and
can't find any place where it can be changed by users (there is a line
reading from $_REQUEST['convcharset']), but it is stored in a cookie
pma_convcharset. From what I found, it is read from
$cfg['DefaultCharset'] and is always 'utf-8' or whatever the $cfg
variable tells if to be.
--
Piotr Przybylski
When there are a lot of ENUM and SET values, they all show up when viewing
the table's structure and you end up having to scroll for a while to get to
the right side of the table. I'm wondering if it would make sense to
truncate them/limit the maximum cell width to 200px or something.
I'm partly also asking because when the table gets too wide for the screen,
it squishes the "More" cell (under Table Actions), moving the down arrow
underneath. I haven't been able to figure out what exactly is causing it and
how to fix it.
Picture of what I'm talking about:
http://lorilee1.files.wordpress.com/2010/07/screenshot-2.png
--
Thanks,
Lori
Hi
Dne Mon, 12 Jul 2010 11:14:56 -0700
Lori Lee <leelorik(a)gmail.com> napsal(a):
> Do you think that this is reasonable (vertical space issue)? To me it
> doesn't seem like a huge enough problem for me to be worth spending the
> amount of time it would require to change it especially considering the many
> other things of greater importance that I still have to do.
I'm not really sure, that's why I did not join this discussion. On my
travel notebook, I need to scroll down four times to see all options of
SQL export (I need two pages using the original code). On the other side
I really don't remember last time using them, so the "Quick" mode works
fine for me and there everything fits perfectly on the screen.
While thinking more about that I don't really see reason for compacting
the advanced options, but that might be just mine idea.
PS: Moving the discussion back to phpmyadmin-devel list, because I
don't feel this needs to be private.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com