diff --git a/ChangeLog b/ChangeLog index 72d708609..716051139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,7 @@ $HeadURL$ - 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ürgen Wind +- bug [gui] query window icon did not work, thanks to Jürgen Wind - windkiel . [general] use PMA_getenv('PHP_SELF') 2.10.0.2 (2007-03-02) @@ -87,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 Cihar +2007-02-09 Michal ÄŒihaÅ™ * lang/czech: Fix syntax error (sorry for that). 2007-02-08 Marc Delisle @@ -124,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ürgen Wind - windkiel + not fulfilled at this point - also thanks to Jürgen Wind - windkiel 2007-01-31 Sebastian Mendel * libraries/session.inc.php: @@ -139,7 +139,7 @@ $HeadURL$ * pmd_general.php: possibility of quotes in Designer messages, thanks to Ivan Kirillov -2007-01-26 Michal Cihar +2007-01-26 Michal ÄŒihaÅ™ * 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 @@ -149,7 +149,7 @@ $HeadURL$ 2007-01-22 Marc Delisle * pmd/*: button for direct/angular links, thanks to Ivan Kirillov -2007-01-22 Michal Cihar +2007-01-22 Michal ÄŒihaÅ™ * lang/czech: Updated. 2007-01-21 Marc Delisle @@ -169,7 +169,7 @@ $HeadURL$ * pmd*, lang/*: Designer now supports set/unset of the display field, thanks to Ivan Kirillov -2007-01-18 Michal Cihar +2007-01-18 Michal ÄŒihaÅ™ * lang/czech: Updated. * libraries/auth/cookie.auth.lib.php: Make server switching honour more server settings (patch #1630104). @@ -190,7 +190,7 @@ $HeadURL$ 2007-01-11 Marc Delisle * lang/estonian: Update, thanks to Marko Ellermaa - uhuu -2007-01-09 Michal Cihar +2007-01-09 Michal ÄŒihaÅ™ * 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. @@ -220,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 Cihar +2007-01-02 Michal ÄŒihaÅ™ * 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