----------------------
phpMyAdmin - Changelog
----------------------
$Id: ChangeLog,v 1.861 2002/03/22 17:20:40 lem9 Exp $
$Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $
2002-03-22 Marc Delisle
* finnish, norwegian updates
* ### 2.2.5 released ###
2002-03-22 Loïc Chapeaux
* db_details.php3, lines 383-390: removed the submit button for actions on
multiple tables if the "onsubmit" event is handled by the browser.
* mult_submits.inc.php3: removed the confirmation stage for "OPTIMIZE"
statements.
* header.inc.php3, line 89: patch #531864 - display something in title when
no db thanks to Michal Cihar.
* lang/brazilian_portuguese.inc.php3: removed "^M".
* Documentation.html, lines 1098-1105: added a FAQ entry about bug
#494564 - No Sql Query!
* libraries/defines.lib.php3, lines 112-117: flipped Opera and MSIE
detection to better detect the former.
* header.inc.php3, lines 138-143; tbl_change.php3; libraries/tbl_change.js:
improved js controls for null/not null fields and fixed js bugs with the
MSIE autocomplete feature.
* user_details.php3; user_password.php3: fixed the js bugs with the MSIE
autocomplete feature.
2002-03-20 Marc Delisle
* lang/*, removed $strSequence
* czech*, estonian updates
2002-03-19 Marc Delisle
* polish, catalan, spanish, romanian, swedish, galician, ukrainian
updates, thanks to usual translators
2002-03-17 Loïc Chapeaux
* user_details.php3:
- no long displays the true password on screen;
- in the "GRANTS" part, do not define a default db name if a db is aleady
selected.
* user_password.php3:
- no long displays the true password on screen;
- fixed a warning.
* tbl_change.php3: patch from Thomas Bähr - tabindex
order.
* german.inc.php3: updated thanks to Alexander M. Turek.
2002-03-16 Loïc Chapeaux
* header.inc.php3, line 76; main.php3, lines 13-24; lang/*;
libraries/common.lib.php3, lines 146-150 & 367-387: the
"$cfgPmaAbsoluteUri" is now required.
2002-03-14 Steve Alberty
* main.php3: fix warning with undefined $cfgPmaAbsoluteUri
2002-03-14 Marc Delisle
* libraries/common.lib.php3, PMA_MYSQL_INT_VERSION is not yet defined
before the connection
* libraries/select_lang.lib.php3, lang/estonian.inc.php3:
new language, thanks to Alvar Soome (finsoft at sourceforge.net)
2002-03-13 Marc Delisle
* libraries/common.lib.php3: bug 528961 safe_show_database
2002-03-11 Marc Delisle
* various lang updates
* 2.2.5-rc1 released
2002-03-09 Loïc Chapeaux
* config.inc.php3, lines 127-130; Documentation.html, lines 677-701;
main.php3; user_password.php3 (new script); lang/*;
libraries/user_details.js: patch #525250 - Added 'Change Password' to
phpMyAdmin, thanks to Taco Scargo .
* lang/german.inc.php3: updated thanks to Alexander M. Turek.
2002-03-08 Loïc Chapeaux
* Documentation.html: little changes ( is for code, for pathes,
quotations...).
* libraries/common.lib.php3: removed trailing whitespaces.
* lang/portuguese.inc.php3: updated thanks to
Luís V. .
* lang/hebrew.inc.php3: updated thanks to
Moran Zaltsman .
* header.inc.php3, lines 161-165; user_details.php3, lines 978-980;
libraries/common.lib.php3, lines 229-232: headers were sometimes missing
before an error is displayed.
* libraries/auth/cookie.auth.lib.php3, lines 377-381: some settings were
missing for the password cookie.
2002-03-07 Marc Delisle
* Documentation.html, config.inc.php3, libraries/common.lib.php3:
stduser/stdpass are now controluser/controlpass
2002-03-04 Marc Delisle
* libraries/display_tbl.lib.php3, undefined variable.
2002-03-04 Loïc Chapeaux
* libraries/display_tbl.lib.php3, line 1306: fixed a bug reported by Marc
Delisle with the relation feature.
2002-03-04 Marc Delisle
* user_details.php3: default value for wildcard db name.
* lang/*.php3, $strDatabaseWildcard.
2002-03-03 Loïc Chapeaux
* libraries/display_tbl.lib.php3:
- feature request #503015 - No "xxxtext" button on vertical mode;
- extended the "relation" feature to PHP3.
* Documentation.html, line 557: extended the "relation" feature to PHP3.
* libraries/common.lib.php3: tried to fix bug #520282 - mysql
safe_show_database=on support. Must be fully tested now.
* user_details.php3; libraries/user_details.js; lang/*: feature request
#522450 - Wildcard db privileges.
2002-03-01 Olivier Müller
* created the phpmyadmin-cvs mailing list, following the instructions
under http://sourceforge.net/docman/display_doc.php?docid=772&group_id=1 :
subscribers (target: devel team) will get a mail on every cvs commit.
I hope you will find it useful :) Webpage for subscriptions:
http://lists.sourceforge.net/lists/listinfo/phpmyadmin-cvs
2002-03-01 Loïc Chapeaux
* libraries/display_tbl.lib.php3: half fixed (php4 only) bug #474943: wrong
data by using a table twice (it seems there is no way to distinguish
whether a MySQL cell is NULL, empty or equal to zero with php3).
2002-02-28 Loïc Chapeaux
* Documentation.html: fixed xhtml1.0 errors.
* tbl_printview.php3, lines 328-329: fixed bug #523772 - Parse Error in
tbl_printview.php, thanks to Joshua Nye .
2002-02-27 Marc Delisle
* Documentation.html: new faq about letting users create their dbs.
2002-02-27 Loïc Chapeaux
* libraries/common.lib.php3, lines 146-164: back to previous version.
* db_stats, lines 227.243: "SHOW TABLE STATUS" requires MySQL 3.23.03+.
* db_details.php3, db_printview.php3: fixed bug #522626 - Incorrect table
info for MySQL 3.23.2-a.
* db_details.php3, lines 531-533; tbl_properties.php3, lines 691-693:
"fixed" bug #523408 - error with php3 compatibility.
2002-02-26 Loïc Chapeaux
* main.php3, lines 11-15; libraries/grab_globals.lib.php3;
libraries/auth/cookie.auth.lib.php3: fixed bug #522887 - Using
SSL -> cookies are unsecure.
* libraries/common.lib.php3, lines 146-164: if $cfgPmaAbsoluteUri is empty
the script now tries to guess it.
* left.php3: fixed some php warnings.
2002-02-25 Loïc Chapeaux
* lang/japanese-*: updated thanks to Yukihiro Kawada aka "luc"
.
* main.php3: tried a fix against bug #510223 (Create Database link) thanks
to Purodha B Blissenbach .
* libraries/auth/*: patch #522671 - Add charset when asking for auth,
thanks to "nijel".
2002-02-24 Loïc Chapeaux
* lang/german.inc.php3: updated thanks to Alexander M. Turek.
* tbl_change.php3: restored default value to "NOW()" with timestamp fields
in an "UPDATE" statement.
* lang/japanese-*: updated thanks to "luc".
* sql.php3: use "[[:space:]]" class inside all regular expressions.
* db_details.php3, lines 585-589 & 729-734; Documentation.html;
ldi_check.php3, lines 32-35; ldi_table.php3, lines 60-69;
read_dump.php3, lines 279-287; sql.php3, lines 267-271; tbl_dump.php3;
tbl_properties.php3; lang/japanese-*;
libraries/common.lib.php3, lines 1026-1034;
libraries/kanji-encoding.lib.php3: japanese kanji encoding conversion
feature thanks to Yukihiro Kawada aka "luc"
.
2002-02-23 Marc Delisle
* swedish updates thanks to Björn T. Hallberg
* tbl_printview.php3, comments were not displayed, thanks to
Björn T. Hallberg
2002-02-23 Loïc Chapeaux
* tbl_addfield.php3, lines 34-44; tbl_create.php3, lines 40-50: fixed php
warnings (see bug #521751).
* tbl_change.php3, lines 166-168: fixed bug #521589 - float(4,2) and field
length.
* db_details.php3: fixed bug #520384 - Undefined index: Rows.
* index.php3, lines 36-39; left.php3, line 192: fixed bug #520571 - Problem
selecting Databases with blanks.
* db_details.php3, line 775; lang/*: modified $strDropTable for easier
translations.
* tbl_replace.php3; libraries/display_tbl.lib.php3: fixed bug
#520242 - records get inserted twice, and ensured the fix does not cause
the come back of the bug #508024 - (2.2.2) Wrong page back after edit.
* sql.php3, line 224: fixed bug #521595 - Check for LIMIT clause.
2002-02-22 Marc Delisle
* lang/catala.inc.php3 updates, thanks to Xavier Navarro
(xnavarro at hidrogen.com)
2002-02-22 Loïc Chapeaux
* Documentation.html, lines 1597-1600: beautify generated page.
* libraries/select_lang.lib.php3, lines 61-62: charset is neither defined
in HTTP_ACCEPT_LANGUAGE nor in HTTP_USER_AGENT variables.
* libraries/common.lib.php3, line 848: coding standard.
* lang/*: cleanup and font fixes thanks to Oliver Heinisch.
* db_details.php3; tbl_properties.php3: patch from Joshua Nye
to get valid statistics whatever are the table
types.
* read_dump.php3, lines 245-249: fixed bug #521003 - parse error.
* lang/catala.inc.php3: sorted strings by name.
2002-02-19 Marc Delisle
* libraries/common.lib.php3: get_magic_quotes fix thanks to
"Luc"
* libraries/select_lang.lib.php3,
lang/japanese-euc.inc.php3, lang/japanese-sjis.inc.php3 thanks to
"Luc"
* ### 2.2.4 released ###
2002-02-18 Marc Delisle
* new language: lang/hebrew.inc.php3, thanks to
Yuval "Etus" Sarna (sarna at netvision.net.il)
2002-02-17 Loïc Chapeaux
* read_dump.php3; libraries/build_dump.lib.php3: tried a fix for
bug #508746 - PMA_splitSqlFile() crashes server. Thanks to
Matthias Fichtner (mfichtner) for the suggestions he did.
* left.php3: patch #518789 left.php3 - a little fix, thanks to
Jakub Wilk (ubanus).
2002-02-16 Marc Delisle
* db_details.php3, no links if no data,
thanks to Alexander M. Turek (rabus)
2002-02-15 Loïc Chapeaux
* Documentation.html: line sizes.
* sql.php3: optimized a bit.
* libraries/select_lang.php3: sorted the languages array.
* libraries/auth/cookie.auth.lib.php3, line 100: restored the use of
"$strLogin" inside the title of the login page.
* libraries/defines.inc.php3: bug #516491 - $HTTP_USER_AGENT in
php 4.1+. Thanks to Marcus Börger for this patch.
* lang/portuguese.inc.php3: light update thanks to
António Raposo .
2002-02-14 Marc Delisle
* hungarian updates thanks to Peter Bakondy
* new slovak-1250, thanks to Peter Svec (petko at unitra.sk)
2002-02-13 Marc Delisle
* config.inc.php3: restore old color changing behavior by default
($cfgBrowseMarkRow = 0)
* left.php3, patch 515855 (use $strGo),
thanks to Alexander M. Turek (rabus)
2002-02-12 Marc Delisle
* tbl_printview.php3, missing urldecode, layout improvement,
thanks to Marcus Börger (helly)
* 2.2.4-rc1 released
2002-02-11 Marc Delisle
* sql.php3: $table was emptied when the query was not a Select
* lang/norwegian.inc.php3 updates thanks to Sven-Erik Andersen
2002-02-09 Loïc Chapeaux
* most of the scripts: removed tabs and/or trailing spaces.
* libraries/common.lib.php3; libraries/auth/cookie.auth.lib.php3: fixed css
errors and removed "$strLogin" from the title of the login page.
* tbl_properties.inc.php3, line 30: beautified the generated page.
* lang/german.inc.php3: updated thanks to Alexander M. Turek.
* db_details.php3; tbl_properties.php3: tried to fix bug #494564 - No Sql
Query! (2 MB).
* tbl_properties.php3; lines 806-917: removed the link for the "import
dump" feature if file upload is disabled.
* db_details.php3, line 356: js disabled browser couldn't use the "multiple
queries" features!
* Documentation.txt: updated.
2002-02-09 Marc Delisle
* main.php3, libraries/auth/cookie.auth.lib.php3, Patch
495360 (cookie with domain), experimental, thanks to
Piotr Roszatycki (d3xter) and Christoph (certelt).
* tbl_properties.inc.php3: clarifications.
* tbl_create.php3, tbl_addfield.php3, tbl_properties.inc.php3:
radio buttons for indexes.
2002-02-09 Loïc Chapeaux
* libraries/functions.js: improved the "mark row" feature (it wasn't
working with Mozilla, for example).
* libraries/common.lib.php3, lines 76-78 & 117-119: ensured compatibility
with old configuration files.
* config.inc.php3, line 109; libraries/auth/cookies.auth.lib.php3;
Documentation.html, lines 683-689: added an option to define whether
previous login should be recalled or not in cookie auth. mode. Thanks to
Siu Sun for the suggestion.
* tbl_properties.php3, line 573: fixed an xhtml error.
* header.inc.php3, lines 53-57; left.php3, line 67: patch #515199 - Problem
with thanks to Alexander M. Turek.
* main.php3, lines 11-14; libraries/grab_globals.lib.php3, lines 27-32;
libraries/auth/cookie.auth.lib.php3: improved patch #495360.
* config.inc.php3, lines 142 & 238-265; Documentation.html, lines 746-752;
tbl_change.php3; libraries/common.lib.php3, lines 105-107:
patch #515268 - Feature Request #511816 (enable/disable functions fields)
thanks to Alexander M. Turek .
2002-02-08 Marc Delisle
* ukrainian updates thanks to Markijan Baran.
* tbl_change.php3, remove a weird unset($goto) and add word wrapping.
2002-02-08 Loïc Chapeaux
* lang/bulgarian-*; lang/japanese.inc.php3: updated thanks to
Georgi Georgiev.
* lang/japanese.inc.php3: fixes by "Luc" .
* left.php3: beautified the alignement of the generated xhtml code (it's
easier to find error this way ;)).
* sql.php3, line 76: replaced space characters by the "[[:space:]]" POSIX
expression.
* Documentation.html; tbl_properties.inc.php3: xhtml fix.
* user_details.php3; mult_submits.inc.php3; tbl_replace.php3;
tbl_properties.php3, libraries/functions.js, db_details.php3: removed
tabs and/or trailing spaces.
* libraries/display_tbl.lib.php3, lines 724-730: fixed a js bug.
* db_details.php3, line 517; tbl_properties.php3, line 709: restored word
wrapping mode for textarea (not xhtml1.0 compliant but required with IE).
* db_details.php3: beautified the "with selection" feature.
* header.inc.php3, line 53; left.php3; tbl_change.php3, line 120: added the
"" xhtml header.
2002-02-05 Marc Delisle
* sql.php3, bug 463683 state tracking problem
* db_details.php3, drop-down for Check All actions
2002-02-04 Marc Delisle
* tbl_replace.php3, better correction for bug 508024
* tbl_change.php3, bug 511324, form sent to the http server
even if hosted on the https server
* new language: hungarian, thanks to Bakondy Péter
(bakondyp at freemail.hu)
2002-02-04 Olivier Müller
* left.php3: small cosmetic fixe in lightmode
2002-02-02 Marc Delisle
* db_stats.php3, db_details.php3, mult_submits.inc.php3,
tbl_properties.php3: Button to optimize many tables
* user_details.php3, bug 512254, missing comma for REFERENCES
2002-02-01 Marc Delisle
* tbl_properties.inc.php3, add a link to doc for column types
2002-01-30 Olivier Müller
* left.php3: display database name as well in lightmode, with link to
db properties page
2002-01-29 Marc Delisle
* libraries/functions.js, libraries/display_tbl.lib.php3,
config.inc.php3: new $cfgBrowseMarkRow support, thanks
to Wolfram Schlich
2002-01-27 Marc Delisle
* libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using
cookies for the first time, thanks to dphanton at users.sf.net
* tbl_replace.php3, bug 508024: wrong page back after edit
2002-01-26 Loïc Chapeaux
* lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to
Siu Sun and
Gosha Sakovich .
* db_details.php3, lines 719-720; lang/*: cleanup.
* tbl_properties.php3, line 769; lang/*: changed $strAfter to allow
valid translations whatever is the words order.
* display_tlb.lib.php3, lines 1235-1237: fixed a warning.
2002-01-25 Marc Delisle
* Documentation.html: FAQ about compressed dumps
2002-01-25 Loïc Chapeaux
* lang/bulgarian-*.inc.php3, japanese.inc.php3: updated thanks to
Georgi Georgiev .
* lang/danish.inc.php3: updated thanks to
Niels Oesten .
* Documentation.html; sql.php3; libraries/display_tbl.lib.php3:
- coding standards (tabs);
- fixed xhtml1.0 errors.
* Documentation.html, lines 1547-1548: added credits to Axel Sander for the
table relation feature.
* config.inc.php3, lines 55-56: lowered the line size to avoid automatic
add of while ediding this file.
* tbl_change.php3: fixed javascript bugs.
2002-01-24 Marc Delisle
* merge patch 507338, thanks to Adam Ashley (fruitcak)
* galician updates, thanks to Xosé Calvo.
* czech* updates, thanks to Michal Cihar (nijel)
* sql.php3: bug 506558 (QBE returns unlimited rows)
2002-01-23 Olivier Müller
* translated the last german words
* left.php3: added a "-" (looks less empty this way :)
2002-01-23 Marc Delisle
* portuguese major updates, thanks to António Raposo
(Antonio.Raposo at CFMsoft.JazzNet.pt)
* new language: ukrainian-win1251, thanks to Markijan Baran
(marco at meduniv.lviv.ua)
2002-01-22 Marc Delisle
* german updates thanks to Michael Hauptmann
* libraries/display_tbl.lib.php3, config.inc.php3, Documentation.html:
merged Patch #504887: Table relation-links, thanks to
Axel Sander (n8falke)
* slovak updates thanks to Lubos Klokner
* swedish updates thanks to Björn T. Hallberg
* turkish updates thanks to Bora Alioglu
* romanian updates thanks to Valics Lehel
* finnish updates thanks to Visa Kopu
* italian updates thanks to Pietro Danesi
* polish updates thanks to Jakub Wilk
2002-01-20 Loïc Chapeaux
* left.php3:
- optimized the code a bit (build tooltips only if required in light
mode, ...);
- selecting a database in light mode launches the database properties
page at the main frame (both frames changes).
* left.js, lines 291-300: fixed CSS problems under NS4 and left frame
light mode.
2002-01-19 Loïc Chapeaux
* lang/*; libraries/common.lib.php3; Documentation.html: removed
trailing whitespaces and ensured compatibility with old releases.
* tbl_change.php3:
- beautify javascript code;
- line 363: fixed a js bug.
* read_dump.php3: coding standards (ident. = 4 space characters).
* main.php3, line 33; db_details.php3, line 50: added a .
* left.php3; libraries/function.js, left.js, user_details.js: patch
#501282 - JavaScript strict warnings tahnks to
Alex Vincent .
* left.php3; lang/*: fixed a js error and ensured localized strings are
used.
2002-01-18 Marc Delisle
* Documentation.html, new download location for the RedHat PHP package,
and new FAQ entry about a limitation in IE
2002-01-18 Olivier Müller
* left.php3 db_details.php3, index.php3, main.php3, libraries/common.lib.php3:
removed the leftlight.php3 file, and put all the code in left.php3: it
should be cleaner and "nicer" this way.
2002-01-15 Marc Delisle
* read_dump.php3, Documentation.html: support for open_basedir,
thanks to Alessandro Ranellucci for the idea
* Documentation.html, FAQ about lost MySQL root password
2002-01-14 Marc Delisle
* lang/italian.inc.php3 updates, thanks to danone at users.sf.net
2002-01-12 Marc Delisle
* tbl_change.php3, bug 501773 (null checkbox), idea thanks to
rabus at users.sourceforge.net
2002-01-12 Olivier Müller
* main.php3, leftlight.php3: added to hide the
"Go" submit button when the browser supports JS (ist that XHTML compliant?:)
(thx. JF ;)
2002-01-11 Olivier Müller
* lang/*: added $strSelectAll / $strUnselectAll, used in db_details.php3
* leftlight.php3, config.inc.php3, db_details.php3, index.php3, main.php3,
libraries/common.lib.php3, Documentation.html:
started to work on the "LeftLight" concept. TODO:
- better fonts & html
- add strings for leftlight.php specific messages
- javascript: update both frames on DB selection
- give the user the possibility to choose between the
"standard" and the "light" view.
2002-01-10 Marc Delisle
* lang/slovak-iso updates, thanks to Lubos Klokner
* lang/finnish updates, thanks to Visa Kopu
* Documentation.html, some clarifications
2002-01-07 Loïc Chapeaux
* db_details.php3, lines 572, 611-620:
- wrong urls;
- added an anchor;
- coding standards.
* scripts/create-release.sh, lines 98-100: added a note about chmoding.
2002-01-07 Marc Delisle
* libraries/select_lang.lib.php3, standard code for swedish,
thanks to Christian Rose.
* libraries/display_tbl.lib.php3: bug 500462
2002-01-07 Olivier Müller
* db_details.php3, libraries/functions.js: added possibility to
(un)select all tables at once in the database dump part of the page.
Thanks to Joachim Fornallaz for the patch.
2002-01-06 Marc Delisle
* libraries/display_tbl.lib.php3: typo thanks to
yrtimd at users.sourceforge.net
* ### 2.2.3 released ###
2002-01-06 Loïc Chapeaux
* tbl_change.php3, lines 290-300: improved and fixed js stuff used with the
new "null" checkbox.
2002-01-05 Loïc Chapeaux
* main.php3, line 234: maximum database name size is 64 characters.
* lang/german.inc.php3: updated thanks to
Alexander M. Turek .
2002-01-04 Loïc Chapeaux
* db_details.php3: beautify the displayed page.
2002-01-03 Marc Delisle
* 2.2.3-rc1 released.
2002-01-03 Loïc Chapeaux
* libraries/build_dump.php3, lines 508-514: fixed a php error if there is
no "enclosed by" character.
* db_details.php3, line 708; tbl_properties.inc.php3, line 71: maximum
table and field size is 64 characters. Suggested by
Marc Weidner .
* db_details.php3:
- invalid xhtml statements;
- extend "check/uncheck all tables" feature to js disabled browsers.
* libraries/functions.js: codding standards.
2002-01-02 Marc Delisle
* db_details.php3, libraries/functions.js: feature 474742: add check
all/uncheck all in the table list.
2002-01-01 Marc Delisle
* tbl_replace.php3, bug 497919: $funcs was being reset() but was not
defined (for example, only 1 field of type 'set').
2001-12-29 Marc Delisle
* tbl_change.php3, tbl_replace.php3, Documentation.html:
feature 442855: checkboxes for null values, modifications by Marc and
Loïc.
2001-12-29 Loïc Chapeaux
* header.inc.php3, lines 60-62; libraries/defines.lib.php3, lines 102-103;
libraries/common.lib.php3, lines 672-678: patch #497632 - Support for
OS/2 browsers thanks to Yuri Dario .
2001-12-28 Loïc Chapeaux
* lang/spanish.inc.php3: updated thanks to
Gabriel Ginard .
* lang/*.sh: codding standards.
* tbl_change.php3, lines 201-207: fields with "NULL" value were affected
their default value (thanks to Marc Delisle).
2001-12-27 Loïc Chapeaux
* libraries/left.js, line 81: fixed bug #496491 - JS error with NS 4.73 on
W2000.
2001-12-25 Marc Delisle
* lang/polish.inc.php3 updates thanks to Jakub Wilk
2001-12-24 Loïc Chapeaux
* libraries/auth/cookie.auth.lib.php3: servers choice box was displayed
even if there is only one server.
* tbl_replace.php3, line 231: fixed bug #496469 - File name too long.
2001-12-23 Marc Delisle
* links to new short doc pages are now completed
* updates to lang/italian.inc.php3, thanks to Pietro Danesi
* user_details.php3: missing message "Remember reload..."
2001-12-23 Loïc Chapeaux
* tbl_select.php3, lines 202-206: fixed bug #472728 - Many fields / IE 5.5
or IE 6.
2001-12-22 Marc Delisle
* start new MySQL short documentation structure:
- config.inc.php3 $cfgManualBaseShort
- libraries/common.lib.php3 PMA_showDocuShort()
2001-12-21 Marc Delisle
* test and merge patch from Loïc for bug 495112:
- libraries/common.lib.php3
2001-12-19 Loïc Chapeaux
* Documentation.html; libraries/display_tbl.lib.php3: updated credits.
* libraries/display_tbl.lib.php3:
- removed some remaining tabs and a invalid piece of code;
- fixed bug #495105 - FULLTEXT feature with WHERE clause.
2001-12-18 Loïc Chapeaux
* sql.php3; tbl_change.php3; tbl_replace.php3;
libraries/display_tbl.lib.php3: the number of rows to return, display
direction and table headers "frequencies" weren't passed between scripts.
* config.inc.php3; Documentation.html; libraries/display_tbl.lib.php3:
- codding standards;
- little bugs with vertical/horizontal display direction.
2001-12-16 Loïc Chapeaux
* footer.inc.php3: back to previous version (it does not fix the bug
#493200 but creates a new one).
2001-12-16 Marc Delisle
* merge and adapt Vertical/horizontal browsing patch #492470
thanks to Garvin Hicking (hicking at faktor-e.de)
- config.inc.php3
- libraries/display_tbl.lib.php3
- lang/*
- Documentation.html
2001-12-15 Loïc Chapeaux
* libraries/common.lib.php3:
- lines 145: ensure 'enable_dl' is set before using it;
- lines 322-328: ensured compatibility with old configuration files for
the authentication mode.
* footer.inc.php3, lines 11-16: tried to fix bug #493200 - Problems with
PHP 4.1.0. Actually the fix is to skip db connection closing if the
script use persistent connections.
* tbl_dump.php3; libraries/build_dump.php3: data are no long bufferized by
the script if the user wants it to be displayed on screen or saved as a
text file. This may be helpfull for bug #448223 - Dump hangs.
2001-12-14 Loïc Chapeaux
* user_details.php3: check/uncheck all links weren't working with js
disabled.
* headers.inc.php3, line 23: fixed bug #493385 - Cache headers not working
with IE 5.5SP2.
* scripts/create-release.sh: added some reminders at beginning.
2001-12-14 Marc Delisle
* libraries/auth/cookies.auth.lib.php3, use $strGo
2001-12-13 Loïc Chapeaux
* tbl_qbe.php3; lang/*: changed $strQueryOnDb.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
2001-12-12 Marc Delisle
* libraries/auth/config.auth.lib.php3 replaces basic.auth.lib.php3
* main.php3, config.inc.php3 for 'config' auth mode
* Documentation.html: clarifications about auth modes
2001-12-11 Loïc Chapeaux
* libraries/common.lib.php3: Opera for Mac needs lower font sizes, thanks
to Christian Schaffner.
* read_dump.php3, lines 102-108 & 361: fixed bug #491051 - SQL Upload error
last comment, thanks to Jason Pell .
2001-12-10 Loïc Chapeaux
* libraries/display_tbl.lib.php3, line 518: fixed bug #490951 - sorting
row. Thanks to an anonymous user.
* libraries/auth:
- basic.auth.lib.php3, line 107: fixed an horrible parse error;
- cookie.auth.lib.php3: beautified a bit the display.
* db_details.php3, line 461; tbl_properties.php3, line 694;
libraries/common.lib.php3, lines 821 & 823: patch from Cal Henderson
to be taken right to the edit box after clicking on a "Modify" link.
* main.php3: the link to the logout problem with http authentication mode
was also displayed with cookie authentication mode.
* libraries/common.lib.php3; libraries/defines.lib.php3: improved OmniWeb
support (default font sizes) thanks to
Christian Schaffner .
2001-12-09 Loïc Chapeaux
* read_dump.php3; libraries/build_dump.lib.php3: sending the "fake" header
at each itération is about ten times faster than checking elapsed time
and send the header each 20 seconds.
* Documentation.html, line 282: the suggested statement to create a new
user and give him grants on a db was invalid.
* Documentation.txt: updated.
* config.inc.php3; Documentation.html; main.php3; lang/*;
libraries/common.lib.php3; libraries/auth/*:
- moved all the authentication work in libraries so it will be easier to
add new authentication modes;
- started merging patch #463127 - Cookie based authentication, thanks to
Piotr Roszatycki and Dan Wilson.
* db_details.php3; tbl_indexes.php3; tbl_properties.php3;
libraries/display_tbl.lib.php3: merged one part of the feature
#465550 - faster use of keyboard with javascript.
2001-12-08 Loïc Chapeaux
* libraries/left.js, lines 234-240: fixed a js bug with empty databases.
* libraries/functions.js: improved pointer code (for Opera 6.0).
* left.php3: nicer codding for Opera exception.
* read_dump.php3; libraries/build_dump.lib.php3: send fake headers to
bypass browser timeout.
* main.php3: fixed an other bug with db creation privilege thanks to
James Wigdahl .
2001-12-07 Loïc Chapeaux
* lang/polish.inc.php3: fixed typos thanks to Tomasz Regdos & Jakub Wilk.
* tbl_indexes; tbl_printview.php3; tbl_properties.php3;
tbl_properties.inc.php3: improved the fix against bug #489440.
* libraries/display_tbl.lib.php3: better pointer coding.
* main.php3, line 191: a valid MySQL administration system may lead to have
the db creation form displayed with an existing table. Bug fixed thanks
to Rob Mangiafico .
* left.php; libraries/left.js: improved the pointer feature for the left
frame.
2001-12-06 Loïc Chapeaux
* db_details.php3, mult_submits.inc.php3, tbl_printview.php3: beautify
the code and the results of the patch #484112.
* sql.php3, lines 92 & 278; tbl_replace.php3, line 130: fixed bug #489770 -
File name too long in tbl_replace.php.
* tbl_printview.php3; tbl_properties.php3; tbl_properties.inc.php3: fixed
bug #489440 - enum fields in tbl_properties.php.
* user_details.php3, lines 616, 617 & 624: fixed a double declaration of
variables.
2001-12-05 Loïc Chapeaux
* lang/japanese.inc.php3; lang/bulgarian-*.inc.php3: completed thanks to
Georgi Georgiev .
* left.php3, line 79: fixed bug #489350 - Opera 6.0 is still half DOM
compliant :[
2001-12-05 Marc Delisle
* lang/norwegian.inc.php3 updates thanks to Sven-Erik Andersen
* Documentation.html: faq entry about safe mode and uploads
* db_details.php3, tbl_printview.php3: patch #484112,
thanks to Christophe Gesché (moosh_fr at sourceforge.net)
2001-12-04 Loïc Chapeaux
* config.inc.php3; Documentation.html; left.php3;
libraries/display_tbl.php3; libraries/common.lib.php3:
patch #458673 - Nicer navigation for MSIE, update... thanks to
Marcus Börger .
* libraries/functions.js, function "setPointer()" :
- skip pointer is allowed by letting blank the color value;
- fixed a js bad command.
* libraries/select_lang.inc.php3, lines 45-46: updated to take into account
the new Bulgarian translation thanks to
Georgi Georgiev .
* lang/japanese.inc.php3; bulgarian-*.inc.php3: updated thanks to
Georgi Georgiev .
2001-12-04 Marc Delisle
* Documentation.html: FAQ about Konqueror
* libraries/common.lib.php3, support new $strRunning string
2001-12-03 Loïc Chapeaux
* tbl_select.php3: fixed bugs with text and time type fields.
* libraries/common.lib.php3, lines 583-585: fixed bug #488317 - 'only_db'
problem with the 2.2.x.
* header.inc.php3; main.php3; lang/*: modified the way server informations
are displayed so it can be translated whatever is the required words
order. Thanks to "Chutz" who reported the
problem in the phpWizard forum.
* lang/polish.inc.php3: updated thanks to Jakub Wilk.
* lang/romanian.inc.php3: updated thanks to Valics Lehel.
2001-12-02 Loïc Chapeaux
* lang/english.inc.php3 & french.inc.php3, line 157: changed a bit the
'$strInsertTextfiles' to avoid confusion with '$strLocationTextfile'.
* ### released 2.2.2 version. ###
2001-12-01 Loïc Chapeaux
* user_details.php3, lines 83-88: fixed bug #487673 - revoke 'reference'.
2001-11-30 Loïc Chapeaux
* libraries/display_tbl.lib.php3: fixed bug #486509 - Text fields don't
display newlines.
2001-11-29 Loïc Chapeaux
* header.inc.php3, lines 76-83: displays verbose server description
rather than hostname as window title.
* left.php3, line 82: fixed a js error.
* libraries/left.js: extended the list of browsers that works with DOM
version.
2001-11-26 Loïc Chapeaux
* tbl_indexes.php3: fulltext indexes is available since MySQL 3.23.23
only.
* tbl_properties.php3:
- fixed bug #485529 - index on text/blob;
- displays only the accurate index links depending of variable types;
- the "OPTIMIZE" statement is available only since MySQL 3.23.06.
2001-11-25 Loïc Chapeaux
* index.php3; libraries/common.lib.php3; libraries/defines.lib.php3;
libraries/grab_globals.lib.php3; libraries/select_lang.lib.php3:
taken into account the new $_* globals arrays defined with php 4.1+.
* read_dump.php3, lines 131-152 & 217: fixed a possible security issue.
2001-11-24 Loïc Chapeaux
* main.php3, line 200: fixed bug #485116 - No logout option for users.
* Documentation.html, lines 969-979: added an other entry about the
$cfgOBGZip setting and beta versions of php4.
* Documentation.txt: updated.
* scripts/create_release.sh: added some stuffes in the "ToDo" list at
the end.
* rolled a new CVS package.
2001-11-23 Loïc Chapeaux
* light changes (function and constant names) in most of the scripts:
they're now about to fully fit the PEAR codding standards.
* db_details.php3; db_printview.php3; db_stats.php3; tbl_change.php3;
tbl_indexes.php3; tbl_printview.php3; tbl_properties.php3;
tbl_properties.inc.php3; tbl_select.php3; user_details.php3;
libraries/display_tbl.lib.php3; libraries/functions.js: beautified
display of tables under Mozilla & NS6+ thanks to a fix from
Detlev Stender .
* tbl_select.php3: the true MySQL type of columns is now displayed.
* left.php3: this frame wasn't taking into account the output buffering
feature! This should fix the problem some users faced with XP (thanks
to an anonymous user who reported the at the SF bug tracker and did
some testings).
* Documentation.html, lines 843-851: added an entry about a PWS bug and
its workaround thanks to Filippo Simoncini.
2001-11-22 Loïc Chapeaux
* header.inc.php3, lines 142-148: merged patch #479083 - display name
of server after db/table thanks to
Martin Jespersen .
* user_detail.php3:
- fixed bug #484591 - Users Page -- "no password";
- PEAR codding standards (functions names).
2001-11-21 Loïc Chapeaux
* config.inc.php3: removed some remaining tabs.
* libraries/common.inc.php3: simplified the error handling settings
under php4.
* lang/russian-*: updated thanks to
Gosha Sakovich .
2001-11-20 Loïc Chapeaux
* tbl_change.php3, lines 146-148: set the default function to "NOW()"
for timestamp fields only in insert mode (ie not in update mode).
* sql.php3; tbl_select.php3; libraries/display_tbl.php3: changed
"$sessionMaxRows" by "$session_max_rows" (PEAR codding standards).
* left.php3: fixed reverse display of the number of tables per
databases under right to left writting.
* libraries/common.lib.php3, line 704: fixed a little bug with
php 4.0.1+ (unset applied to a global variable inside a function only
kills the symbolic link to this variable and do not unset it).
* Documentation.html: merged feture request #482468 - adding CSS
page-break in documentation.html.
2001-11-19 Loïc Chapeaux
* tbl_change.php3, lines 208-212: always use the existing timestamp
value in the update statement else MySQL auto-update it to the
current timestamp.
* main.php3: removed the "MySQL" column if no MySQL feature is allowed.
* Documentation.html, lines 958-966: added a faq entry about the
invalid "$cfgPmaAbsoluteUri" related problems.
2001-11-18 Loïc Chapeaux
* db_details.php3, lines 178-492; tbl_properties.php3, lines 670-685: the
"upload dump file" feature is no long displayed if upload is disabled in
the php configuration file.
2001-11-17 Loïc Chapeaux
* libraries/display_tbl.lib.php3:
- lines 85-86: fixed bug #482627 - show full processlist should have
'kill';
- since php 4.0.5 the associative array returned by "mysql_fetch_array"
may returns fields with NULL value.
2001-11-16 Loïc Chapeaux
* tbl_indexes.php3: merged Michal fix.
* db_details.php3, line 47; main.php3, line 32;
libraries/common.lib.php3, lines 928-929: fixed bug #479208 - Drop a
Table -> wrong server at left frame thanks to Bjoern Koester
& Donald Saltarelli.
* db_details.php3; read_dump.php3; sql.php3; tbl_properties.php3: fixed a
bug with headers that may be sent after output.
* tbl_properties.php3: fixed bug #481417 - Unable to insert dumps from
phpmyadmin.
* build_dump.php3: fixed bug #482466 - data dumping is broken in cvs
version thanks to Michal Cihar.
* scripts/create-release.sh, line 24: added bz2 packages.
* ### released 2.2.2-rc1 revision. ###
2001-11-15 Loïc Chapeaux
* libraries/tbl_dump.php3 : merged a workaround against the IE downloading
bug with SSL.
* Documentation.html: added two entries in the FAQ (IIS with advanced
authentication and Apache-SSL with IE).
* tbl_properties.php3, line 298; tbl_printview.php3, line 176: fixed some
display bugs with right to left text direction (Arabic language).
* lang/arabic.inc.php3: updated thanks to Fisal Assubieye.
2001-11-14 Loïc Chapeaux
* sql.php3: fixed bug #480178 - select ... into outfile fails.
* libraries/common.lib.php3:
- fixed bug 481593 - interface fonts too big on macs;
- taked into account the case when "magic_quotes_sybase" is set in the
php configuration file and fixed the js errors.
* libraries/tbl_dump.php3 : "zero" value was exported as ''.
2001-11-13 Loïc Chapeaux
* db_details.php3; db_printview.php3; left.php3; tbl_properties.php3;
tbl_printview.php3: fixed some display bugs with right to left text
direction (Arabic language).
2001-11-12 Loïc Chapeaux
* libraries/select_lang.lib.php3; lang/arabic.inc.php3: new translation
thanks to Fisal Assubieye.
2001-11-10 Loïc Chapeaux
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
* most of the scripts have been updated in order to prepare the use of an
Arabic translation (right to left text direction).
2001-11-09 Marc Delisle
* Documentation.html: small additions, FAQ sub-sections.
2001-11-09 Loïc Chapeaux
* config.inc.php3; Documentation.html; main.php3; phpinfo.php3;
libraries/common.lib.php3:
- extended last fix from Robin to the "MySQL runtime information" and
"MySQL system variables" links;
- but allowed these directives to be bypassed for super-users.
* libraries/display_tbl.lib.php3, lines 715-724: return to the browse mode
once a "KILL" statement has been run. Thanks to
Florian Perrichot for this suggestion.
* header.inc.php3; tbl_indexes.php3; tbl_printview.php3;
tbl_properties.php3; libraries/indexes.js; lang/*: commited patch
#458014 - Advanced index generation/editing thanks to
Michal Cihar .
* config.inc.php3; Documentation.html; read_dump.php3; tbl_dump.php3;
libraries/common.lib.php3; libraries/build_dump.lib.php3: feature
#443134 - unlimited set_time_limit().
2001-11-08 Robin Johnson
* config.inc.php3; main.php3; phpinfo.php3: fixed bug #479303
- $cfgShowPHPInfo added, false by default.
2001-11-07 Marc Delisle
* tbl_select.php3, lang/some files: modify $strLimitNumRows.
* user_details.php3, lang/some files: modify $strRevokeGrantMessage
and $strRevokeMessage.
2001-11-06 Loïc Chapeaux
* db_details.php3, line 305; db_printview.php3, line 207: fixed bug #478592
- HTML mispelling ( instead of ), thanks to
Christophe Jaillet (tititou at users.sourceforge.net).
2001-11-02 Loïc Chapeaux
* sql.php3, lines 225-233: in case of erroneous query, it is now
re-displayed in the query textearea of the calling script.
* lang/slovak.inc.php3: eol was missing at the end of the file.
* libraries/display_tbl.lib.php3: patch #477498 Cosmetic Change.
2001-11-02 Marc Delisle
* lang/slovak-iso.inc.php3: updates thanks to Lubos Klokner, tests
with Loïc: this file must be sent gzipped, otherwise Windows will
corrupt some characters.
* main.php3, lang/*: new $strWelcome
2001-10-29 Loïc Chapeaux
* main.php3: removed an other display of the socket used and the port used
if the 'verbose' setting exists for a server.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
* left.php3: fixed a bug with php < 4.0.6 (mysql_fetch_array did not return
fields with NULL value).
2001-10-28 Loïc Chapeaux
* main.php3:
- lines 107-111: removed the socket used from the settings displayed;
- line 342: cosmetic change.
* libraries/common.lib.php3: fixed bugs if dbs names in "only_db" contain
"_" or "%" characters.
* lang/bulgarian.inc.php3, line 304: a ';' was missig at EOL.
2001-10-27 Loïc Chapeaux
* read_dump.php3, lines 286-288; lang/*: "there is no query" were displayed
when deleting a bookmark.
* Documentation.php3; main.php3; libraries/common.lib.php3: feature request
#450246 - Authentication: don't give stduser access to encrypted passw.
* Documentation.html: added faq entries about a Xitami 2.5b4 bug and a
widespread IIS misconfiguration problem.
* footer.inc.php3: closed MySQL connection in this script (it seems this
may be required for RedHat 7.1 at least).
2001-10-27 Olivier Müller
* config.inc.php3: put the ENCRYPT function back to the config file.
2001-10-26 Loïc Chapeaux
* tbl_change.php3, lines 198-205: fixed a crash with binary "characters".
Bug was reported by Joshua Nye to the
phpMyAdmin-devel mailing-list.
* config.inc.php3, line 112; Documentation.html, lines 545-550;
libraries/display_tbl.lib.php3: merged patch #474210 (hiding full text of
navigation buttons) submitted by
Gosha Sakovich .
* Documentation.html, lines 407-410: explicited the use of MySQL wildcards
in the "only_db" setting.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
2001-10-25 Loïc Chapeaux
* user_details.php3, line 1172: fixed bug #474685 (table not found editing
user) thanks to Alister Bulman .
* config.inc.php3, line 159; Documentation.html, lines 646-652;
libraries/display_tbl.lib.php3, line 607: merged patch #472575 (indicator
in table rows) thanks to Darklord .
* tbl_change.php3; tbl_replace.php3; lang/*: merged patch #470575
(Inserting rows in loop) thanks to
Tomas Polak .
* libraries/defines.inc.php3, line 20: starting 2.2.2-dev. version.
2001-10-24 Robin Johnson
* Documentation.html:
- updated advanced authentication documentation
- removed PCRE requirement note
* Documentation.txt: updated from Documentation.html
2001-10-24 Loïc Chapeaux
* main.php3:
- taken into account wildcards in the databases names get from the
"mysql.db" table;
- get all privilege at the begenning of the script;
* ### released 2.2.1 revision. ###
2001-10-24 Marc Delisle
* main.php3 (for Loïc): a non-empty only_db was removing the MySQL links on
the main page.
2001-10-23 Robin Johnson
* Documentation.html: Redid documentation of advanced authentication mode.
* Documentation.txt: Updated from latest Documentation.html
* config.inc.php3: removed note that basic user name is always required
2001-10-23 Loïc Chapeaux
* config.inc.php3, Documentation.html: extended the use of stduser/stdpass
to the basic authentication mode.
* libraries/common.lib.php3:
- fixed a possible "security" issue (in advanced authentication mode,
ensured the server selected is valid according to the user name);
- extended the use of stduser/stdpass to the basic authentication mode;
- fixed the messy use of 'stduser' and 'user' while connecting.
* main.php3: widely cleaned and fixed the messy use of 'stduser' and 'user'
in queries.
2001-10-22 Loïc Chapeaux
* Documentation.html, line 299: added some requirements for sockets.
* main.php3: ensured sockets aren't displayed and used if php < 3.0.10.
* libraries/common.lib.php3: ensured the same rules apply whatever is the
authentication mode and that the cfgServers[i]['only_db'] is really used.
Fixed also the bug #472201 - Denied to mysql user db. AdvAuth failed.
2001-10-22 Robin Johnson
* config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions.
2001-10-21 Loïc Chapeaux
* user_details.php3, libraries/user_details.js: restored the "show grants"
table at the top of the "other grants" page.
* lang/russian-*.inc.php3: updated thanks to Gosha Sakovich.
2001-10-20 Marc Delisle
* libraries/select_lang.lib.php3, lang/turkish.inc.php3: new turkish
language, thanks to Bora Alioglu (bora at risc01.ktu.edu.tr)
2001-10-19 Loïc Chapeaux
* libraries/user_details.js, lines 126-130: url has to changed whatever is
the control that called the "change" function.
* lang/*: replace "With checked" by "With selected" ($strWithChecked).
* images/arrow.gif: updated thanks to an anonymous user (see patch
#472244).
2001-10-18 Loïc Chapeaux
* Documentation.html; header.inc.php3; index.php3; left.php3;
libraries/common.lib.php3: removed the xml declaration because even if
recommended by the w3c, lots of browsers (even IE6.0!) seems not to like
it so much.
* Documentation.txt: updated.
* common.lib.php3, lines 675 & 687-689: changed font size for IE6 (because
the xml declaration has been cleaned up).
* main.php3, lines 149 & 462: cosmetic changes.
* libraries/build_dump.lib.php, line 317: fixed bug #472858 - Dump error,
thanks to Thomas Baehr.
* lang/czech-*.inc.php3: fixed an other typo, thanks to Michal Cihar.
2001-10-18 Loïc Chapeaux
* Documentation.html, lines 2-4; header.inc.php3, lines 39-41;
index.php3, lines 36-38; left.php3, lines 49-51;
libraries/common.lib.php3, lines 75-78: fixed bug #472353 - Doc can't be
opened in IE5/Mac (because of an invalid DTD).
* lang/czech-*.inc.php3: fixed some "typos", thanks to Michal Cihar.
* lang/slovak.inc.php3: put font faces between double quotes.
* images/bkg.gif: re-set the transparent color.
2001-10-18 Marc Delisle
* lang/finnish.inc.php3 updates, thanks to Visa Kopu.
2001-10-17 Marc Delisle
* release 2.2.1rc2
2001-10-17 Loïc Chapeaux
* Documentation.html, lines 766-770: added a link to the official MySQL
documentation for the "socket error" problems.
* index.php3, line 53; lang/*: out-sourced the "no frame" sentence.
* libraries/common.lib.php3:
- improved compatibility with the old phpMyAdmin configuration file;
- lines 427-434: fixed bug #472209 (Login password bug if
magic_quotes_gpc is set.
* tbl_properties.php3, line 1243: added a param. to enforce reloading of
the left frame after a flush if $cfgShowTooltip is set to 1.
* tbl_change.php3: fixed some inconcistancies if an update is required but
the record can't be found and, in this case, ensured a message is
displayed.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
* lang/swedish.inc.php3: updated thanks to Björn T. Hallberg.
* lang/czech-*.inc.php3: put font faces between double quotes.
2001-10-16 Loïc Chapeaux
* lang/*: cleanup thanks to Björn T. Hallberg - Removed unused strings
$strColumnEmpty, $strDbEmpty, $strInsertIntoTable, $strPrinterFriendly,
$strProducedAnError, $strReadTheDocs (kept $strLogout because it will be
used as soon as we improved the authentication system).
* lang/swedish.inc.php3: updated thanks to
Björn T. Hallberg .
* lang/russian-*.inc.php3: updated thanks to
Gosha Sakovich .
* user_details.php3: cosmetic changes.
* tbl_properties.php3; lang/*: added a "FLUSH" feature for tables.
2001-10-15 Loïc Chapeaux
* tbl_properties.php3:
- line 966: the current name of the table is now displayed in the text
box of the "rename table" feature. Thanks to Cal Henderson for this
suggestion;
- line 385: fixed an xhtml1.0 error.
* db_details.php3, line 327; db_stats.php3, line 291: fixed an xhtml1.0
error.
* tbl_change.php3, lines 148-151: displays default values while creating
a new record. Thanks to "pdobrigkeit" for this suggestion.
2001-10-14 Loïc Chapeaux
* libraries/build_dump.lib.php3, lines 202-203: improved the fix against
the bug #469416 (Dumps with binary data dont work mysql).
* libraries/display_tbl.lib.php3, lines 768-780: binary fields weren't
well displayed.
2001-10-13 Loïc Chapeaux
* Documentation.html, lines 504-506: added some words about requirement for
table sizes.
* libraries/build_dump.lib.php3, lines 202-203: tried to fix bug #469416
(Dumps with binary data dont work mysql).
2001-10-12 Marc Delisle
* lang/bulgarian-win1251.inc.php3 updates, thanks to Peter Petrov.
2001-10-12 Loïc Chapeaux
* Most of the scripts have been modified to fix bug #468749 (Left Frame not
expanding in iCab). This means the splitter between variables in urls is
now "&" rather than "&" according to the xhtml1.0 specifications.
* main.php3: fixed some warnings and some bugs in the way servers are
displayed in the servers choice combo.
* libraries/common.lib.php3, lines 340-343: fixed erroneous variable name.
* libraries/bookmarks.lib.php3, line 29: removed unnecessary line of code.
* Documentation.html: added warnings about the use of the "only_db" setting
thanks to Ignacio Vazquez-Abrams .
* config.inc.php3, line 50: changed the comment line for the "only_db"
setting.
* tbl_qbe.php3: fixed lots of warnings reported by Steve.
* left.php3, line 66: removed a too restrictive test.
* display_tbl.lib.php3: added unique key case to build urls used in browse
mode for deleting/editing a record.
2001-10-09 Loïc Chapeaux
* user_details.php3, lines 1232-1245 & 1254: fixed some bugs with modifying
user privileges.
* main.php3, lines 163, 164, 179 & 180: fixed a bad key value reference
(once advanced authentication is completed, the login/password of the
current user is set in the "user/password" keys and not in the
"stduser/stdpass" ones.
* libraries/common.lib.php3: removed unnecessary md5 calls.
2001-10-08 Loïc Chapeaux
* lang/danish.inc.php3: updated thanks to
Niels Oesten .
2001-10-08 Geert Lund
* left.php3: Fixed bug #468749: Left Frame not expanding in iCab.
* made URI references HTML 4.01 complient, this will fix the
error. See http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2 and
http://www.icab.de/faq.html for further information.
2001-10-07 Loïc Chapeaux
* config.inc.php3, lines 152-153; Documentation.html, lines 573-581;
header.inc.php3, line 119; left.php3, line 150: the background colors for
both the fames are now defined in the configuration file thanks to
Laurent Penou .
* build_dump.lib.php3, line 212: fixed bug #468807 (dump error).
2001-10-04 Loïc Chapeaux
* left.php3:
- improved the js object detection system;
- fixed some bugs with the patch from Korakot.
* left.js: fixed CSS bugs.
* Documentation.html:
- lines 196-203 & 246-252: added warning for Mac users thanks to
"g-doggie" &
"Ladonna G." ;
- lines 484-490: added the $cfgShowTooltip entry.
* db_details.php3, line 294: cosmetic change.
2001-10-04 Korakot Chaovavanich
* table comment(description) as tooltip (request #464084).
2001-10-03 Marc Delisle
* release 2.2.1-rc1
2001-10-03 Geert Lund
* libraries/common.lib.php3: fixed localised_date() function:
- get correct month name (and not month+1).
2001-10-02 Marc Delisle
* lang/bulgarian-win1251.inc.php3 updates, thanks to Peter Petrov.
2001-10-01 Marc Delisle
* lang/czech* updates, thanks to Michal Cihar.
2001-10-01 Steve Alberty
* db_details.php3: Fixed problems with cfgSkipLockedTables.
2001-10-01 Geert Lund
* db_stats.php3, line 261: fixed error where server and language setting
wasen't in link, thanx to Joshua Nye .
2001-09-30 Loïc Chapeaux
* libraries/common.lib.php3, lines 489-493: fixed "backslashed backslash"
before wildcards problem in databases names.
2001-09-29 Loïc Chapeaux
* libraries/common.lib.php3:
- fixed a possible problem with invalid keys values in the $uva_mydbs
array;
- taken into account the case where available databases names returned by
MySQL is empty or '%' (ie all databases);
- fixed an invalid regexp at line 494.
2001-09-28 Loïc Chapeaux
* main.php3: coding standards.
2001-09-28 Marc Delisle
* ldi_table.php3, lang/*: remove unused messages.
2001-09-27 Marc Delisle
* main.php3, bug 465534: db stats only available if MySQL>=32303.
2001-09-26 Loïc Chapeaux
* libraries/common.lib.php3; left.php3; tbl_move_copy.php3;
tbl_properties.php3; tbl_rename.php3: fixed some security issues.
* libraries/common.lib.php3, lines 76 & 79: some variable wasn't declared
as global ones.
* main.php3: the cookie shouldn't be set before authentication is
completed.
* libraries/defines.inc.php3, lines 25-26: fixed a bad regexp thanks to
Joshua Nye .
2001-09-25 Loïc Chapeaux
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
2001-09-25 Marc Delisle
* lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen.
* lang/czech* updates, thanks to Michal Cihar.
2001-09-24 Loïc Chapeaux
* tbl_properties.php3; tbl_copy.php3 (removed); tbl_move_copy.php3 (added);
lang/*: feature request #463164 (Add ability to move -rename- across
db's).
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
2001-09-24 Marc Delisle
* lang/polish.inc.php3 updates, thanks to Jakub Wilk.
* lang/romanian.inc.php3 updates, thanks to Valics Lehel.
* lang/galician.inc.php3 updates, thanks to Xosé Calvo.
2001-09-23 Benjamin Gandon
* read_dump.php3: widely improved (some remaining bugs has been fixed and
the script is now about too time faster than before).
2001-09-23 Loïc Chapeaux
* config.inc.php3; Documentation.html; db_details.php3; tbl_dump.php3;
tbl_properties.php3; libraries/functions.php3; libraries/zip.lib.php3:
improved the zip dump feature.
* lang/swedish.inc.php3: updated thanks to David Nordenberg.
* lang/*: added $strZip where it was missing and $strNoQuery in all the
translations.
* most of the scripts were updated to fix bug #444352 (Data
Missing/POST Error).
* db_details.php3; db_stats.php3; mult_submits.inc.php3;
tbl_properties.php3: fixed a bug if a "DROP" query were submitted from a
sql file.
2001-09-23 Armel Fauveau
* add zip dump feature
2001-09-22 Marc Delisle
* lang/romanian.inc.php3 updates, thanks to Valics Lehel.
* lang/polish.inc.php3 updates, thanks to Jakub Wilk.
* lang/finnish.inc.php3 updates, thanks to Visa Kopu.
* lang/galician.inc.php3 updates, thanks to Xosé Calvo.
2001-09-22 Loïc Chapeaux
* Documentation.html:
- added a faq entry about server crashes and output compression problems;
- changed the faq entry about "headers already sent by..." because users
should also ensure the beginning of the config file is the php starting
tag;
- fixed misc. typos.
* mult_submits.inc.php3: optimized a bit the SQL statements.
* lang/*: cleanup.
2001-09-21 Marc Delisle
* lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner.
* lang/italian.inc.php3 updates, thanks to Pietro Danesi.
* lang/*, db_details.php3: $strDatabaseHasBeenDropped.
2001-09-21 Loïc Chapeaux
* users_detail.php3; libraries/user_details.js; lang/*: changing the whole
profile of an user is now possible.
* libraries/common.lib.php3; libraries/select_lang.lib.php3; index.php3;
left.php3; header.inc.php3: improved xhtml1.0 compliance.
* libraries/ob.lib.php3: applied coding standards.
* main.php3: use the mysql connection function defined in the config. file.
2001-09-20 Geert Lund
* security issue fix: added checking for valid user and password to the
phpinfo.php3 file, probitting non authorized users getting valuable
information about the server phpMyAdmin runs on.
2001-09-20 Loïc Chapeaux
* main.php3: fixed an error I've done while merging patch #462787.
* config.inc.php3; Documentation.html: added the $cfgShowStats setting and
resorted the core phpMyAdmin settings in a more logical way.
* db_details.php3; db_printview.php3; tbl_properties.php3;
tbl_printview.php3: added the $cfgShowStats setting.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
* tbl_change.php3: fixed bad field size/maxsize.
* libraries/build_dump.php3: Excel csv field separator should be a comma.
* main.php3: some 'echo' were missing. Fixed thanks to
Eric S. Nagel .
2001-09-19 Marc Delisle
* tbl_properties.php3, db_details.php3, lang/*: start to merge new messages
with parameters.
2001-09-19 Loïc Chapeaux