corrected changelog

This commit is contained in:
Sebastian Mendel
2007-03-06 13:36:10 +00:00
parent 8b7e21a058
commit 60f0bf530d

View File

@@ -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 <lem9@users.sourceforge.net>
* 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ř <michal@cihar.com>
2007-02-09 Michal Cihar <michal@cihar.com>
* lang/czech: Fix syntax error (sorry for that).
2007-02-08 Marc Delisle <lem9@users.sourceforge.net>
@@ -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 <cybot_tm@users.sourceforge.net>
* 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ř <michal@cihar.com>
2007-01-26 Michal Cihar <michal@cihar.com>
* 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 </script> escaping and add
@@ -148,7 +149,7 @@ $HeadURL$
2007-01-22 Marc Delisle <lem9@users.sourceforge.net>
* pmd/*: button for direct/angular links, thanks to Ivan Kirillov
2007-01-22 Michal Čihař <michal@cihar.com>
2007-01-22 Michal Cihar <michal@cihar.com>
* lang/czech: Updated.
2007-01-21 Marc Delisle <lem9@users.sourceforge.net>
@@ -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ř <michal@cihar.com>
2007-01-18 Michal Cihar <michal@cihar.com>
* 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 <lem9@users.sourceforge.net>
* lang/estonian: Update, thanks to Marko Ellermaa - uhuu
2007-01-09 Michal Čihař <michal@cihar.com>
2007-01-09 Michal Cihar <michal@cihar.com>
* 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ř <michal@cihar.com>
2007-01-02 Michal Cihar <michal@cihar.com>
* libraries/common.lib.php: Add <div> to allow selecting whole SQL by
tripple click (patch #1611591).
* libraries/export/sql.php: DELIMITER should not be commented out (bug