diff --git a/ChangeLog b/ChangeLog index c29a3fce9..f647ec81a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -26,14 +26,14 @@ $Source$ in the Browse header, thanks to Cal Henderson 2005-10-28 Sebastian Mendel - * server_privilegs.php, libraries/common.lib.php, - themes/*/theme_right.css.php: - - minor tweak in display - - added PMA_unescape_mysql_wildcards() - - bug #1144110 Unable to escape "_" - - now every user from every mysql table is displayed - - no table specific rights for db wildcards - * index.php, favicon.ico: added favicon.ico + * server_privilegs.php, libraries/common.lib.php, + themes/*/theme_right.css.php: + - minor tweak in display + - added PMA_unescape_mysql_wildcards() + - bug #1144110 Unable to escape "_" + - now every user from every mysql table is displayed + - no table specific rights for db wildcards + * index.php, favicon.ico: added favicon.ico 2005-10-27 Sebastian Mendel * libraries/common.lib.php::PMA_formatNumber(), @@ -66,13 +66,13 @@ $Source$ * lang/french* updates 2005-10-26 Sebastian Mendel - * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php, - db_operations.php, mult_submits.inc.php, server_privileges.php, - css/phpmyadmin.css.php, libraries/common.lib.php, sql.php, - libraries/auth/cookie.auth.lib.php: - unified message boxes (error, warning, confirmation) - * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT - + * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php, + db_operations.php, mult_submits.inc.php, server_privileges.php, + css/phpmyadmin.css.php, libraries/common.lib.php, sql.php, + libraries/auth/cookie.auth.lib.php: + unified message boxes (error, warning, confirmation) + * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT + 2005-10-25 Michal Čihař * lang/english: "Log in" is correct naming for action (RFE #945440). * tbl_properties_operations.php: Allow to change auto_increment for @@ -737,7 +737,7 @@ $Source$ * db_details.php: undefined $header_url_qry * sql.php: bug #1255869, "MySQL returned an empty result set" not displayed in all cases - + 2005-08-09 Marc Delisle * read_dump.php: add unique numbers to $strFileCouldNotBeRead to improve support when someone gets this error @@ -819,10 +819,10 @@ $Source$ 2005-07-29 Marc Delisle * tbl_change.php, lang/*: new message $strAndThen - * libraries/dbg/profiling.php: patch #1160439, improvements, - thanks to Glen Arason - * scripts/upgrade.pl: patch #1198492, current version check, - thanks to Herman van Rink - helmo + * libraries/dbg/profiling.php: patch #1160439, improvements, + thanks to Glen Arason + * scripts/upgrade.pl: patch #1198492, current version check, + thanks to Herman van Rink - helmo 2005-07-28 Marc Delisle * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates @@ -908,7 +908,7 @@ $Source$ libraries/config_import.lib.php: Document previous foreign-key dropdown work, and also ensure that the configuration import code works properly with it. - + 2005-07-10 Michal Čihař * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch #1192219) @@ -1007,9 +1007,9 @@ $Source$ 2005-06-23 Robin Johnson * config.inc.php, libraries/relation.lib.php, - libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for - customizing foreign-key dropdown, take #2, now very customizable, incl max - item limit. + libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for + customizing foreign-key dropdown, take #2, now very customizable, incl max + item limit. 2005-06-23 Michal Čihař * lang/czech: Update. @@ -1019,7 +1019,7 @@ $Source$ 2005-06-22 Robin Johnson * config.inc.php, libraries/relation.lib.php: Support for customizing - foreign-key dropdown, take #1. + foreign-key dropdown, take #1. 2005-06-22 Garvin Hicking * server_databases.php: Bug #1225315, wrong message displayed @@ -2803,7 +2803,7 @@ $Source$ * tbl_properties_export.php: Fix export of queries with empty WHERE clause (bug #990330). * libraries/display_export.lib.php: Display SQL export after saving file - on server (bug #989657). + on server (bug #989657). * tbl_properties_export.php: In case we don't need to reconstruct complete query just drop LIMIT part (workaround for bug #955175 and should fix bug #990724).