no message
This commit is contained in:
169
ChangeLog
169
ChangeLog
@@ -2,62 +2,75 @@
|
|||||||
phpMyAdmin - Changelog
|
phpMyAdmin - Changelog
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2001-08-03 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
|
* config.inc.php3: removed the error_reporting statement (usefull for
|
||||||
|
debugging but not so nice for a release) and fixed some coding
|
||||||
|
inconcistencies.
|
||||||
|
* credits: Benjamin Gandon is an official developper now.
|
||||||
|
* db_details.php3; header.inc.php3, lines 11-12; index.php3, line 36;
|
||||||
|
main.php3; ob_lib.inc.php3; tbl_change.php3; tbl_properties.php3;
|
||||||
|
tbl_qbe.php3, tbl_select.php3: fixed some coding inconcistencies.
|
||||||
|
* Documentation.html: reordered so it fits the configuration file order.
|
||||||
|
* footer.inc.php3, lines 15-16: added tests to ensure $cfgOBGzip and
|
||||||
|
$ob_mode not only exists but are also true.
|
||||||
|
* db_readdump.php3; lib.inc.php3 & sql.php3: fixed some bugs with the
|
||||||
|
bookmark feature and some coding inconcistencies.
|
||||||
|
* tbl_copy.php3, line 57: fixed a possible mysql error.
|
||||||
|
* tbl_create.php3: simplified the code.
|
||||||
|
* tbl_replace.php3: fixed a typo.
|
||||||
|
|
||||||
2001-08-03 Marc Delisle <lem9@users.sourceforge.net>
|
2001-08-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_change.php3: current value of enums was lost
|
* tbl_change.php3: current value of enums was lost.
|
||||||
|
|
||||||
2001-08-02 Steve Alberty <alberty@neptunlabs.de>
|
2001-08-03 Steve Alberty <alberty@neptunlabs.de>
|
||||||
* tbl_properties.php3, db_details.php3: fixed problem with table
|
* tbl_properties.php3, db_details.php3: fixed problem with table size
|
||||||
size display and MERGE tables
|
display and MERGE tables.
|
||||||
* tbl_qbe.php3: remove some warnings in higher errorlevel
|
* tbl_qbe.php3: remove some warnings in higher errorlevel
|
||||||
|
|
||||||
2001-08-03 Olivier M<>ller <om@omnis.ch>
|
2001-08-03 Olivier M<>ller <om@omnis.ch>
|
||||||
* Generated Documentation.txt based on Documentation.html
|
* Generated Documentation.txt based on Documentation.html (not everybody is
|
||||||
(not everybody is having a webbrowser on their servers... :)
|
having a webbrowser on their servers... :)
|
||||||
But please do continue to work *ONLY* on Documentation.html.
|
But please do continue to work *ONLY* on Documentation.html. And then
|
||||||
And then just run a "lynx Documentation.html --dump > Documentation.txt"
|
just run a "lynx Documentation.html --dump > Documentation.txt" to update
|
||||||
to update the .txt file. If you don't have lynx, don't worry,
|
the .txt file.
|
||||||
I'll update this file myself anyway on every release.
|
If you don't have lynx, don't worry, I'll update this file myself anyway
|
||||||
* removed contents of INSTALL (now points to the Documentation)
|
on every release.
|
||||||
and updated README
|
* removed contents of INSTALL (now points to the Documentation) and updated
|
||||||
|
README.
|
||||||
|
|
||||||
2001-08-02 Marc Delisle <lem9@users.sourceforge.net>
|
2001-08-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_qbe.php3: workaround a PHP3 problem
|
* tbl_qbe.php3: workaround a PHP3 problem.
|
||||||
* tbl_change.php3: bug 446830 (enums), adapted patch
|
* tbl_change.php3: bug 446830 (enums), adapted patch from
|
||||||
from Ignacio Vazquez-Abrams (ivazquezabrams)
|
Ignacio Vazquez-Abrams (ivazquezabrams).
|
||||||
* tbl_change.php3: bug 445722 when one of the enums is a datatype
|
* tbl_change.php3: bug 445722 when one of the enums is a datatype
|
||||||
enum('text','audio','image','video','data','application','other')
|
enum('text','audio','image','video','data','application','other').
|
||||||
* removed DEVELOPERS (merged in Documentation.html)
|
* removed DEVELOPERS (merged in Documentation.html).
|
||||||
|
|
||||||
2001-08-02 Benjamin Gandon <gandon@isia.cma.fr>
|
2001-08-02 Benjamin Gandon <gandon@isia.cma.fr>
|
||||||
* Documentation.html: added a FAQ entry about the buggy php
|
* Documentation.html: added a FAQ entry about the buggy php package still
|
||||||
package still available for RedHat 7.0
|
available for RedHat 7.0 update.
|
||||||
update.
|
* lib.inc.php3: corrected the original bug of split_sql() (present much
|
||||||
|
before 2.1.0). Removed the quick hack to handle queries containing
|
||||||
|
"('\\')". The alorithm is ok now.
|
||||||
|
|
||||||
2001-08-02 Steve Alberty <alberty@neptunlabs.de>
|
2001-08-02 Steve Alberty <alberty@neptunlabs.de>
|
||||||
* sql.php3: fix confirm bug with the new backquotes
|
* sql.php3: fix confirm bug with the new backquotes.
|
||||||
* db_readdump.php3: mysql_die2 to mysql_die
|
* db_readdump.php3: mysql_die2 to mysql_die.
|
||||||
|
|
||||||
2001-08-02 Benjamin Gandon <gandon@isia.cma.fr>
|
2001-08-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lib.inc.php3: corrected the original bug of split_sql() (present
|
* executed remove_control_m.sh on *.php3
|
||||||
much before 2.1.0). Removed the quick hack to
|
|
||||||
handle queries containing "('\\')". The alorithm
|
2001-08-01 Armel Fauveau <armel.fauveau@globalis-ms.com>
|
||||||
is ok now.
|
* extchg.sh : \r\n to \n and patch request #444789
|
||||||
|
|
||||||
2001-08-01 Marc Delisle <lem9@users.sourceforge.net>
|
|
||||||
* executed remove_control_m.sh on *.php3
|
|
||||||
|
|
||||||
2001-08-01 Armel Fauveau <armel.fauveau@globalis-ms.com>
|
|
||||||
* extchg.sh : \r\n to \n and patch request #444789
|
|
||||||
|
|
||||||
2001-07-31 Armel Fauveau <armel.fauveau@globalis-ms.com>
|
2001-07-31 Armel Fauveau <armel.fauveau@globalis-ms.com>
|
||||||
* bookmark support now advanced auth
|
* bookmark support now advanced auth
|
||||||
|
|
||||||
2001-07-31 Marc Delisle <lem9@users.sourceforge.net>
|
2001-07-31 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_change.php3: extra characters were being inserted into blobs
|
* tbl_change.php3: extra characters were being inserted into blobs
|
||||||
* db_details.php3: bad link, thanks Steve!
|
* db_details.php3: bad link, thanks Steve!
|
||||||
* lang/*: missing strAffectedRows, thanks to Steve
|
* lang/*: missing strAffectedRows, thanks to Steve
|
||||||
|
|
||||||
@@ -66,17 +79,17 @@ $Source$
|
|||||||
|
|
||||||
2001-07-30 Marc Delisle <lem9@users.sourceforge.net>
|
2001-07-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* merge Loic's version to cvs
|
* merge Loic's version to cvs
|
||||||
* spanish.inc.php3 updates, thanks to
|
* spanish.inc.php3 updates, thanks to
|
||||||
gginard@navegalia.com
|
Gabriel Ginard <gginard@navegalia.com>
|
||||||
* tbl_change.php3: bug 443760: binary attribute does not mean that
|
* tbl_change.php3: bug 443760: binary attribute does not mean that the
|
||||||
the contents is binary, so they should be editable
|
contents is binary, so they should be editable
|
||||||
* new $cfgProtectBlob, protecting editing of blobs is optional
|
* new $cfgProtectBlob, protecting editing of blobs is optional
|
||||||
|
|
||||||
2001-07-28 Marc Delisle <lem9@users.sourceforge.net>
|
2001-07-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lib.inc.php3: establish constraints for the code, to get
|
* lib.inc.php3: establish constraints for the code, to get PHP3
|
||||||
PHP3 compatibility
|
compatibility
|
||||||
* tbl_qbe.php3: add checks for unset variables
|
* tbl_qbe.php3: add checks for unset variables
|
||||||
|
|
||||||
2001-07-27 Marc Delisle <lem9@users.sourceforge.net>
|
2001-07-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_select.php3 and dynamic field size
|
* tbl_select.php3 and dynamic field size
|
||||||
|
|
||||||
@@ -84,49 +97,47 @@ $Source$
|
|||||||
* Backport fixes from cvs made after the fork, to Lo<4C>c's version
|
* Backport fixes from cvs made after the fork, to Lo<4C>c's version
|
||||||
|
|
||||||
2001-07-24 Marc Delisle <lem9@users.sourceforge.net>
|
2001-07-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* updates to french
|
* updates to french
|
||||||
* select_lang.inc.php3, lang/: new slovak translation
|
* select_lang.inc.php3, lang/: new slovak translation thanks to
|
||||||
thanks to lubos klokner <erkac@vault-tec.sk>
|
Lubos Klokner <erkac@vault-tec.sk>
|
||||||
* main.php3: bug 443710 Create New Database option: was working
|
* main.php3: bug 443710 Create New Database option: was working only if
|
||||||
only if stduser has Global privileges on all databases.
|
stduser has Global privileges on all databases.
|
||||||
* footer.inc.php3: if new cfgOBGzip is not defined
|
* footer.inc.php3: if new $cfgOBGzip is not defined
|
||||||
|
|
||||||
2001-07-24 Steve ALberty <alberty@neptunlabs.de>
|
2001-07-24 Steve Alberty <alberty@neptunlabs.de>
|
||||||
* tbl_copy.php3: fix parameter count, thanks Marc
|
* tbl_copy.php3: fix parameter count, thanks Marc
|
||||||
* Documentation.html: order $cfg sequence and add description
|
* Documentation.html: order $cfg sequence and add description of
|
||||||
of cfgSkipLockedTables and cfgLeftWidth
|
of $cfgSkipLockedTables and $cfgLeftWidth
|
||||||
|
|
||||||
2001-07-24 Geert Lund <glund@silversoft.dk>
|
2001-07-24 Geert Lund <glund@silversoft.dk>
|
||||||
* danish language file code cleanup (only changed order of strings)
|
* danish language file code cleanup (only changed order of strings)
|
||||||
* added $strQBEDel and $strQBEIns strings to all language files
|
* added $strQBEDel and $strQBEIns strings to all language files
|
||||||
* tbl_qbe.php3: added language support (stripped all static text) (Feat.
|
* tbl_qbe.php3: added language support (stripped all static text) (Feat.
|
||||||
req.: #443959)
|
req.: #443959)
|
||||||
* updated slovak-iso.inc.php3 to include english strings to be translated
|
* updated slovak-iso.inc.php3 to include english strings to be translated
|
||||||
for the tbl_qbe.php3
|
for the tbl_qbe.php3
|
||||||
|
|
||||||
2001-07-23 Marc Delisle <lem9@users.sourceforge.net>
|
2001-07-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* updates to italian thanks to Alessandro Astarita <aleast@libero.it>
|
* updates to italian thanks to Alessandro Astarita <aleast@libero.it>
|
||||||
* updates to catala thanks to Jordi Bruguera <jordi@t800.grn.es>
|
* updates to catala thanks to Jordi Bruguera <jordi@t800.grn.es>
|
||||||
* updates to spanish thanks to Gabriel Ginard <gginard@navegalia.com>
|
* updates to spanish thanks to Gabriel Ginard <gginard@naveglia.com>
|
||||||
* updates to czech-iso and czech-win1250,thanks to Michal Cihar (nijel)
|
* updates to czech-iso and czech-win1250,thanks to Michal Cihar (nijel)
|
||||||
* config.inc.php3, Documentation.html, footer.inc.php3,
|
* config.inc.php3, Documentation.html, footer.inc.php3, header.inc.php3:
|
||||||
header.inc.php3
|
bug 443318 Undefined variable: ob_mode. Fixed thanks to
|
||||||
bug 443318 Undefined variable: ob_mode
|
Jeremy Brand <jeremy@nirvani.net>
|
||||||
fix thanks to Jeremy Brand <jeremy@nirvani.net>
|
|
||||||
|
|
||||||
2001-07-23 Steve Alberty <alberty@neptunlabs.de>
|
2001-07-23 Steve Alberty <alberty@neptunlabs.de>
|
||||||
* tbl_properties.php3: correct small display bugs
|
* tbl_properties.php3: correct small display bugs
|
||||||
* sql.php3: complement list of 'show' options to
|
* sql.php3: complement list of 'show' options to suppress 'insert new row'
|
||||||
suppress 'insert new row'
|
|
||||||
|
|
||||||
2001-07-22 Olivier M<>ller <om@omnis.ch>
|
2001-07-22 Olivier M<>ller <om@omnis.ch>
|
||||||
* releasing 2.2.0rc3
|
* releasing 2.2.0rc3
|
||||||
|
|
||||||
2001-07-21 Steve Alberty <alberty@neptunlabs.de>
|
2001-07-21 Steve Alberty <alberty@neptunlabs.de>
|
||||||
* config.inc.php3,index.php3: add $cfgLeftWidth to configure
|
* config.inc.php3,index.php3: add $cfgLeftWidth to configure individual
|
||||||
individual left frame width
|
left frame width
|
||||||
* db_details.php3,tbl_properties.php3: fix incorrect size
|
* db_details.php3,tbl_properties.php3: fix incorrect size calculation with
|
||||||
calculation with merge tables BUG: #442948
|
merge tables BUG: #442948
|
||||||
|
|
||||||
2001-07-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-07-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
Started a new dev. version (or the next RC?):
|
Started a new dev. version (or the next RC?):
|
||||||
|
Reference in New Issue
Block a user