From 34c9048676a3de6c710bbd091dfde3ea5a9775ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 3 Aug 2001 14:02:56 +0000 Subject: [PATCH] no message --- ChangeLog | 169 +++++++++++++++++++++++++++++------------------------- 1 file changed, 90 insertions(+), 79 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84a58060f..f80d281e8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -2,62 +2,75 @@ phpMyAdmin - Changelog ---------------------- -$Id$ +$Id$ $Source$ +2001-08-03 Loïc Chapeaux + * 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 - * tbl_change.php3: current value of enums was lost + * tbl_change.php3: current value of enums was lost. -2001-08-02 Steve Alberty - * tbl_properties.php3, db_details.php3: fixed problem with table - size display and MERGE tables +2001-08-03 Steve Alberty + * tbl_properties.php3, db_details.php3: fixed problem with table size + display and MERGE tables. * tbl_qbe.php3: remove some warnings in higher errorlevel -2001-08-03 Olivier Müller - * Generated Documentation.txt based on Documentation.html - (not everybody is having a webbrowser on their servers... :) - But please do continue to work *ONLY* on Documentation.html. - And then just run a "lynx Documentation.html --dump > Documentation.txt" - to update the .txt file. If you don't have lynx, don't worry, - I'll update this file myself anyway on every release. - * removed contents of INSTALL (now points to the Documentation) - and updated README +2001-08-03 Olivier Müller + * Generated Documentation.txt based on Documentation.html (not everybody is + having a webbrowser on their servers... :) + But please do continue to work *ONLY* on Documentation.html. And then + just run a "lynx Documentation.html --dump > Documentation.txt" to update + the .txt file. + If you don't have lynx, don't worry, I'll update this file myself anyway + on every release. + * removed contents of INSTALL (now points to the Documentation) and updated + README. -2001-08-02 Marc Delisle - * tbl_qbe.php3: workaround a PHP3 problem - * tbl_change.php3: bug 446830 (enums), adapted patch - from Ignacio Vazquez-Abrams (ivazquezabrams) - * tbl_change.php3: bug 445722 when one of the enums is a datatype - enum('text','audio','image','video','data','application','other') - * removed DEVELOPERS (merged in Documentation.html) +2001-08-02 Marc Delisle + * tbl_qbe.php3: workaround a PHP3 problem. + * tbl_change.php3: bug 446830 (enums), adapted patch from + Ignacio Vazquez-Abrams (ivazquezabrams). + * tbl_change.php3: bug 445722 when one of the enums is a datatype + enum('text','audio','image','video','data','application','other'). + * removed DEVELOPERS (merged in Documentation.html). -2001-08-02 Benjamin Gandon - * Documentation.html: added a FAQ entry about the buggy php - package still available for RedHat 7.0 - update. +2001-08-02 Benjamin Gandon + * Documentation.html: added a FAQ entry about the buggy php package still + available for RedHat 7.0 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 - * sql.php3: fix confirm bug with the new backquotes - * db_readdump.php3: mysql_die2 to mysql_die +2001-08-02 Steve Alberty + * sql.php3: fix confirm bug with the new backquotes. + * db_readdump.php3: mysql_die2 to mysql_die. -2001-08-02 Benjamin Gandon - * 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-01 Marc Delisle - * executed remove_control_m.sh on *.php3 +2001-08-01 Marc Delisle + * executed remove_control_m.sh on *.php3 + +2001-08-01 Armel Fauveau + * extchg.sh : \r\n to \n and patch request #444789 -2001-08-01 Armel Fauveau - * extchg.sh : \r\n to \n and patch request #444789 - 2001-07-31 Armel Fauveau * bookmark support now advanced auth 2001-07-31 Marc Delisle - * 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! * lang/*: missing strAffectedRows, thanks to Steve @@ -66,17 +79,17 @@ $Source$ 2001-07-30 Marc Delisle * merge Loic's version to cvs - * spanish.inc.php3 updates, thanks to - gginard@navegalia.com - * tbl_change.php3: bug 443760: binary attribute does not mean that - the contents is binary, so they should be editable + * spanish.inc.php3 updates, thanks to + Gabriel Ginard + * tbl_change.php3: bug 443760: binary attribute does not mean that the + contents is binary, so they should be editable * new $cfgProtectBlob, protecting editing of blobs is optional 2001-07-28 Marc Delisle - * lib.inc.php3: establish constraints for the code, to get - PHP3 compatibility + * lib.inc.php3: establish constraints for the code, to get PHP3 + compatibility * tbl_qbe.php3: add checks for unset variables - + 2001-07-27 Marc Delisle * tbl_select.php3 and dynamic field size @@ -84,49 +97,47 @@ $Source$ * Backport fixes from cvs made after the fork, to Loïc's version 2001-07-24 Marc Delisle - * updates to french - * select_lang.inc.php3, lang/: new slovak translation - thanks to lubos klokner - * main.php3: bug 443710 Create New Database option: was working - only if stduser has Global privileges on all databases. - * footer.inc.php3: if new cfgOBGzip is not defined + * updates to french + * select_lang.inc.php3, lang/: new slovak translation thanks to + Lubos Klokner + * main.php3: bug 443710 Create New Database option: was working only if + stduser has Global privileges on all databases. + * footer.inc.php3: if new $cfgOBGzip is not defined -2001-07-24 Steve ALberty - * tbl_copy.php3: fix parameter count, thanks Marc - * Documentation.html: order $cfg sequence and add description - of cfgSkipLockedTables and cfgLeftWidth +2001-07-24 Steve Alberty + * tbl_copy.php3: fix parameter count, thanks Marc + * Documentation.html: order $cfg sequence and add description of + of $cfgSkipLockedTables and $cfgLeftWidth 2001-07-24 Geert Lund - * danish language file code cleanup (only changed order of strings) - * added $strQBEDel and $strQBEIns strings to all language files - * tbl_qbe.php3: added language support (stripped all static text) (Feat. -req.: #443959) - * updated slovak-iso.inc.php3 to include english strings to be translated - for the tbl_qbe.php3 + * danish language file code cleanup (only changed order of strings) + * added $strQBEDel and $strQBEIns strings to all language files + * tbl_qbe.php3: added language support (stripped all static text) (Feat. + req.: #443959) + * updated slovak-iso.inc.php3 to include english strings to be translated + for the tbl_qbe.php3 2001-07-23 Marc Delisle - * updates to italian thanks to Alessandro Astarita - * updates to catala thanks to Jordi Bruguera - * updates to spanish thanks to Gabriel Ginard - * updates to czech-iso and czech-win1250,thanks to Michal Cihar (nijel) - * config.inc.php3, Documentation.html, footer.inc.php3, - header.inc.php3 - bug 443318 Undefined variable: ob_mode - fix thanks to Jeremy Brand + * updates to italian thanks to Alessandro Astarita + * updates to catala thanks to Jordi Bruguera + * updates to spanish thanks to Gabriel Ginard + * updates to czech-iso and czech-win1250,thanks to Michal Cihar (nijel) + * config.inc.php3, Documentation.html, footer.inc.php3, header.inc.php3: + bug 443318 Undefined variable: ob_mode. Fixed thanks to + Jeremy Brand 2001-07-23 Steve Alberty - * tbl_properties.php3: correct small display bugs - * sql.php3: complement list of 'show' options to - suppress 'insert new row' + * tbl_properties.php3: correct small display bugs + * sql.php3: complement list of 'show' options to suppress 'insert new row' 2001-07-22 Olivier Müller - * releasing 2.2.0rc3 + * releasing 2.2.0rc3 2001-07-21 Steve Alberty - * config.inc.php3,index.php3: add $cfgLeftWidth to configure - individual left frame width - * db_details.php3,tbl_properties.php3: fix incorrect size - calculation with merge tables BUG: #442948 + * config.inc.php3,index.php3: add $cfgLeftWidth to configure individual + left frame width + * db_details.php3,tbl_properties.php3: fix incorrect size calculation with + merge tables BUG: #442948 2001-07-21 Loïc Chapeaux Started a new dev. version (or the next RC?):