diff --git a/ChangeLog b/ChangeLog index 2099fb2cd..72d708609 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,6 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ -- bug #1541147 [js] '#' in database names not correctly handled by queywindow.js - bug #1615530 [data] added more specific error message if field upload fails - [gui] avoid displaying a wide selector in server selection + [core] added PMA_fatalError() and made use of it @@ -22,15 +21,12 @@ $HeadURL$ 2.10.1.0 (not released yet) ===================== -- bug #1659176 [general] memory error displaying a table with large BLOBs -- bug #1668662 [install] can create the new pma_designer_coords table +- bug #1541147 [js] '#' in database names not correctly handled by queywindow.js - bug #1671403 [parser] using "client" as table name - bug #1672379 [core] Call to undefined function PMA_removeCookie() - bug [core] undefined variable in libraries/tbl_replace_fields.inc.php -- bug [gui] query window icon did not work, thanks to J�gen Wind +- bug [gui] query window icon did not work, thanks to Jürgen Wind . [general] use PMA_getenv('PHP_SELF') -+ [gui] navi logo now links to main page by default, with still the possibility - of having an external URL 2.10.0.2 (2007-03-02) ===================== @@ -46,6 +42,11 @@ $HeadURL$ 2.10.0.0 (2007-02-28) ===================== +- bug #1659176 [general] memory error displaying a table with large BLOBs +- bug #1668662 [install] can create the new pma_designer_coords table ++ [gui] navi logo now links to main page by default, with still the possibility + of having an external URL + 2007-02-25 Marc Delisle * libraries/common.lib.php: bug #1667466, undefined variable when export + save on server @@ -86,7 +87,7 @@ $HeadURL$ libraries/config.default.php: $cfg['LeftLogoLinkWindow'] to decide in which window the logo-linked page will appear -2007-02-09 Michal ÄŒihaÅ™ +2007-02-09 Michal Cihar * lang/czech: Fix syntax error (sorry for that). 2007-02-08 Marc Delisle @@ -123,7 +124,7 @@ $HeadURL$ * libraries/display_tbl.lib.php: bug #1644740 - $cfg['Order'] = 'SMART' overwritten * libraries/Theme.class.php: removed __wakeup() due to some requirements are - not fulfilled at this point - also thanks to J�gen Wind - windkiel + not fulfilled at this point - also thanks to Jürgen Wind - windkiel 2007-01-31 Sebastian Mendel * libraries/session.inc.php: @@ -138,7 +139,7 @@ $HeadURL$ * pmd_general.php: possibility of quotes in Designer messages, thanks to Ivan Kirillov -2007-01-26 Michal ÄŒihaÅ™ +2007-01-26 Michal Cihar * libraries/common.lib.php, libraries/js_escape.lib.php, test/escape_js_string.php, test/core.lib.php: Move java script escaping to separate library, make it safer on escaping and add @@ -148,7 +149,7 @@ $HeadURL$ 2007-01-22 Marc Delisle * pmd/*: button for direct/angular links, thanks to Ivan Kirillov -2007-01-22 Michal ÄŒihaÅ™ +2007-01-22 Michal Cihar * lang/czech: Updated. 2007-01-21 Marc Delisle @@ -168,7 +169,7 @@ $HeadURL$ * pmd*, lang/*: Designer now supports set/unset of the display field, thanks to Ivan Kirillov -2007-01-18 Michal ÄŒihaÅ™ +2007-01-18 Michal Cihar * lang/czech: Updated. * libraries/auth/cookie.auth.lib.php: Make server switching honour more server settings (patch #1630104). @@ -189,7 +190,7 @@ $HeadURL$ 2007-01-11 Marc Delisle * lang/estonian: Update, thanks to Marko Ellermaa - uhuu -2007-01-09 Michal ÄŒihaÅ™ +2007-01-09 Michal Cihar * index.php: Properly escape strings written in JS code. * libraries/Theme_Manager.class.php: Avoid trigger error here, parameter comes from user and it might lead to path disclossure. @@ -219,7 +220,7 @@ $HeadURL$ * server_privileges.php: bug #1614087, deleting a user having a global GRANT privilege fails under MySQL 4.1.x -2007-01-02 Michal ÄŒihaÅ™ +2007-01-02 Michal Cihar * libraries/common.lib.php: Add
to allow selecting whole SQL by tripple click (patch #1611591). * libraries/export/sql.php: DELIMITER should not be commented out (bug