Hi Ninad,
1. As mentionned earlier and now confirmed by Herman van Rink on his
server: with a large number of users (60 in my case), clicking on any
letter in the Privileges pages does not display the subset list of users.
2. When creating a db and immediately after, trying to create a table, I
don't get the table creation dialog.
3. When dropping a database immediately after its creation, there is no
jQuery dialog for confirmation; I only see a weird red confirmation message.
4. (Herman) After changing an account in the JS overlay the original
page is not updated when the overlay is closed. I had duplicated an
account which was not listed, only after a refresh.
5. (Herman) The yellow 'Loading' indication stays visible after the
loading is complete, and in some cases a small line of yellow remains
after it had faded-out.
--
Marc Delisle
http://infomarc.info
Hi Piotr,
I wonder if $cfg['Error_Handler']['display'] should be made available in
a setting.
I'm ambivalent about this one. As a developer I would like to be able to
turn it on and off; on the other hand, we don't want to promote
information disclosing.
--
Marc Delisle
http://infomarc.info
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