updated
This commit is contained in:
30
ChangeLog
30
ChangeLog
@@ -5,6 +5,20 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
|
* index.php, libraries\Table.class.php, libraries\auth\cookie.auth.lib.php,
|
||||||
|
libraries\auth\http.auth.lib.php, libraries\common.lib.php,
|
||||||
|
libraries\footer.inc.php, libraries\fpdf\fpdf.php,
|
||||||
|
libraries\grab_globals.lib.php, libraries\header.inc.php,
|
||||||
|
libraries\ip_allow_deny.lib.php, libraries\select_lang.lib.php,
|
||||||
|
server_privileges.php, tbl_properties_operations.php,
|
||||||
|
libraries\Config.class.php:
|
||||||
|
use PMA_getenv()
|
||||||
|
* libraries\Config.class.php:
|
||||||
|
fixed not initilized variable in getCookiePath();
|
||||||
|
* libraries\common.lib.php:
|
||||||
|
added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
|
||||||
|
|
||||||
2006-04-11 Michal Čihař <michal@cihar.com>
|
2006-04-11 Michal Čihař <michal@cihar.com>
|
||||||
* lang/galician: Fix missing ; (bug #1468439).
|
* lang/galician: Fix missing ; (bug #1468439).
|
||||||
|
|
||||||
@@ -32,7 +46,7 @@ $Source$
|
|||||||
protection from unplanned execution path
|
protection from unplanned execution path
|
||||||
|
|
||||||
2006-03-28 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
|
* libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
|
||||||
copy a db containing a VIEW
|
copy a db containing a VIEW
|
||||||
|
|
||||||
2006-03-26 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
@@ -41,12 +55,12 @@ $Source$
|
|||||||
* libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
|
* libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
|
||||||
|
|
||||||
2006-03-25 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-25 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_operations.php, libraries/Table.class.php,
|
* db_operations.php, libraries/Table.class.php,
|
||||||
libraries/display_export.lib.php libraries/export/sql.php:
|
libraries/display_export.lib.php libraries/export/sql.php:
|
||||||
bug #1401864, DROP VIEW instead of DROP TABLE
|
bug #1401864, DROP VIEW instead of DROP TABLE
|
||||||
|
|
||||||
2006-03-23 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_operations.php, tbl_properties_operations.php,
|
* db_operations.php, tbl_properties_operations.php,
|
||||||
libraries/display_export.lib.php, lang/*: start work for bug #1401864,
|
libraries/display_export.lib.php, lang/*: start work for bug #1401864,
|
||||||
generation of DROP VIEW statements where appropriate
|
generation of DROP VIEW statements where appropriate
|
||||||
|
|
||||||
@@ -72,10 +86,10 @@ $Source$
|
|||||||
- updated some untranslated messages.
|
- updated some untranslated messages.
|
||||||
|
|
||||||
2006-03-21 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* server_privileges.php: bug #1427707 Priv->user->pass radio buttons
|
* server_privileges.php: bug #1427707 Priv->user->pass radio buttons
|
||||||
unselectable: Sebastian's fix was not in HEAD
|
unselectable: Sebastian's fix was not in HEAD
|
||||||
* libraries/Table.class.php: bug #1439002, drop basetable of a view gives
|
* libraries/Table.class.php: bug #1439002, drop basetable of a view gives
|
||||||
error on overview Table.class.php
|
error on overview Table.class.php
|
||||||
|
|
||||||
2006-03-20 Alexander M. Turek <me@derrabus.de>
|
2006-03-20 Alexander M. Turek <me@derrabus.de>
|
||||||
* Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
|
* Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
|
||||||
@@ -98,7 +112,7 @@ $Source$
|
|||||||
2006-03-16 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-16 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
|
* libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
|
||||||
* libraries/Theme_Manager.class.php: XSS vulnerability
|
* libraries/Theme_Manager.class.php: XSS vulnerability
|
||||||
* libraries/common.lib.php: bug #1392554, turn off
|
* libraries/common.lib.php: bug #1392554, turn off
|
||||||
zend.ze1_compatibility_mode due to mysqli problems
|
zend.ze1_compatibility_mode due to mysqli problems
|
||||||
### 2.8.0.2 released from branch MAINT_2_8_0
|
### 2.8.0.2 released from branch MAINT_2_8_0
|
||||||
|
|
||||||
@@ -130,7 +144,7 @@ $Source$
|
|||||||
* server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
|
* server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
|
||||||
|
|
||||||
2006-03-13 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/Config.class.php, /common.lib.php: bug #1445120,
|
* libraries/Config.class.php, /common.lib.php: bug #1445120,
|
||||||
cookie login not working on IIS
|
cookie login not working on IIS
|
||||||
|
|
||||||
2006-03-10 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
@@ -141,7 +155,7 @@ $Source$
|
|||||||
|
|
||||||
2006-03-08 Marc Delisle <lem9@users.sourceforge.net>
|
2006-03-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/database_interface.lib.php, tbl_create.php,
|
* libraries/database_interface.lib.php, tbl_create.php,
|
||||||
tbl_properties_operations.php: bug #1444892, TYPE deprecated in
|
tbl_properties_operations.php: bug #1444892, TYPE deprecated in
|
||||||
MySQL 5.1
|
MySQL 5.1
|
||||||
### 2.8.0.1 released from branch MAINT_2_8_0
|
### 2.8.0.1 released from branch MAINT_2_8_0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user