From ca77057c21bfed54c6bd4de6dfca4609d4f840f5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 9 May 2007 12:55:29 +0000 Subject: [PATCH] bug #1712570 Deleting last record freezes --- ChangeLog | 17 ++++++---- Documentation.html | 4 +-- README | 2 +- browse_foreigners.php | 2 +- js/functions.js | 4 +-- lang/dutch-iso-8859-1.inc.php | 2 +- lang/dutch-iso-8859-15.inc.php | 2 +- lang/dutch-utf-8.inc.php | 2 +- libraries/Config.class.php | 2 +- libraries/PMA_List_Database.class.php | 10 +++--- libraries/common.lib.php | 10 +++++- libraries/database_interface.lib.php | 24 ++++++++++++++ libraries/dbi/mysqli.dbi.lib.php | 17 +--------- libraries/sanitizing.lib.php | 46 +++++++++++++-------------- sql.php | 4 +++ tbl_replace.php | 15 ++++++--- translators.html | 4 +-- 17 files changed, 100 insertions(+), 67 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8fd1d156..814df0433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,14 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ -2.10.1.0 (not released yet) +2.10.2.0 (not yet released) + ++ [data] display all warnings, not only last one +- typo in fix for bug #1671813 +- bug #1714908 Inserted Row Count is wrong +- bug #1712570 Deleting last record freezes + +2.10.1.0 (2007-04-23) ===================== - bug #1541147 [js] '#' in database names not correctly handled by queywindow.js @@ -33,13 +40,11 @@ $HeadURL$ - bug #1690718 Can't edit if BLOB and no PK - bug #1672636 [export] PDF export too wide + [lang] brazilian-portuguese update, thanks to Airon Luis Pereira - - -2.10.0.3 (not released yet) -===================== - +- patch #1698964 javascript typo, thanks to Corey Hollaway +- bug #1703897 [css] undefined index 'js_frame' - bug #1690561 Blobs being cleared on Edit of row - bug #1679801 [core] XSS vulnerability in PMA_sanitize(), thanks to sp3x SecurityReason +- bug #1704467 XSS vulnerability in browse_foreigners.php, thanks to sp3x SecurityReason 2.10.0.2 (2007-03-02) ===================== diff --git a/Documentation.html b/Documentation.html index 2cd3a5139..9195dce4a 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 2.10.1-rc1 - Documentation + phpMyAdmin 2.10.2-dev - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 2.10.1-rc1 Documentation

    +

    phpMyAdmin 2.10.2-dev Documentation