no message

This commit is contained in:
Loïc Chapeaux
2001-08-03 14:02:56 +00:00
parent ed1e608e1d
commit 34c9048676

143
ChangeLog
View File

@@ -5,47 +5,60 @@ phpMyAdmin - Changelog
$Id$
$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>
* 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>
* tbl_properties.php3, db_details.php3: fixed problem with table
size display and MERGE tables
2001-08-03 Steve Alberty <alberty@neptunlabs.de>
* 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 <om@omnis.ch>
* 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
* 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 <lem9@users.sourceforge.net>
* tbl_qbe.php3: workaround a PHP3 problem
* tbl_change.php3: bug 446830 (enums), adapted patch
from Ignacio Vazquez-Abrams (ivazquezabrams)
* 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)
enum('text','audio','image','video','data','application','other').
* removed DEVELOPERS (merged in Documentation.html).
2001-08-02 Benjamin Gandon <gandon@isia.cma.fr>
* Documentation.html: added a FAQ entry about the buggy php
package still available for RedHat 7.0
update.
* 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 <alberty@neptunlabs.de>
* sql.php3: fix confirm bug with the new backquotes
* db_readdump.php3: mysql_die2 to mysql_die
2001-08-02 Benjamin Gandon <gandon@isia.cma.fr>
* 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.
* sql.php3: fix confirm bug with the new backquotes.
* db_readdump.php3: mysql_die2 to mysql_die.
2001-08-01 Marc Delisle <lem9@users.sourceforge.net>
* executed remove_control_m.sh on *.php3
@@ -57,7 +70,7 @@ $Source$
* bookmark support now advanced auth
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!
* lang/*: missing strAffectedRows, thanks to Steve
@@ -67,14 +80,14 @@ $Source$
2001-07-30 Marc Delisle <lem9@users.sourceforge.net>
* 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
Gabriel Ginard <gginard@navegalia.com>
* 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 <lem9@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
@@ -84,49 +97,47 @@ $Source$
* Backport fixes from cvs made after the fork, to Lo<4C>c's version
2001-07-24 Marc Delisle <lem9@users.sourceforge.net>
* updates to french
* select_lang.inc.php3, lang/: new slovak translation
thanks to lubos klokner <erkac@vault-tec.sk>
* 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 <erkac@vault-tec.sk>
* 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 <alberty@neptunlabs.de>
* 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 <alberty@neptunlabs.de>
* 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 <glund@silversoft.dk>
* 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 <lem9@users.sourceforge.net>
* updates to italian thanks to Alessandro Astarita <aleast@libero.it>
* updates to catala thanks to Jordi Bruguera <jordi@t800.grn.es>
* updates to spanish thanks to Gabriel Ginard <gginard@navegalia.com>
* 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 <jeremy@nirvani.net>
* updates to italian thanks to Alessandro Astarita <aleast@libero.it>
* updates to catala thanks to Jordi Bruguera <jordi@t800.grn.es>
* updates to spanish thanks to Gabriel Ginard <gginard@naveglia.com>
* 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 <jeremy@nirvani.net>
2001-07-23 Steve Alberty <alberty@neptunlabs.de>
* 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 <om@omnis.ch>
* releasing 2.2.0rc3
* releasing 2.2.0rc3
2001-07-21 Steve Alberty <alberty@neptunlabs.de>
* 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<4C>c Chapeaux <lolo@phpheaven.net>
Started a new dev. version (or the next RC?):