diff --git a/ChangeLog b/ChangeLog index 45d9c8572..e4ccb5658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ $HeadURL$ - bug #1648802 different mysql library and server version - bug #1239401 table dot numeric field name - bug #1674972 no export with %afm% +- bug #1664212 querywindow loses url encoded characters - [gui] avoid displaying a wide selector in server selection + [core] added PMA_fatalError() and made use of it . [i18n] use generic $strOptions @@ -45,8 +46,8 @@ $HeadURL$ - bug [gui] query window icon did not work, thanks to Jürgen Wind - windkiel . [general] use PMA_getenv('PHP_SELF') - bug #1676033 [core] pow(int,int) causes overflow -- bug #1680952 [core] undefined function PMA_getUvaCondition() -- bug #1596328 [export] drop support for POSTGRESQL compatibility mode +- bug #1680952 [core] undefined function PMA_getUvaCondition() +- bug #1596328 [export] drop support for POSTGRESQL compatibility mode - bug #1609443 [privileges] Grant all priv. on wildcard name (fix message) 2.10.0.3 (not released yet) diff --git a/querywindow.php b/querywindow.php index 8ea282dba..0ced4e23f 100644 --- a/querywindow.php +++ b/querywindow.php @@ -1,8 +1,14 @@