Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 53dbbb90cc01579db6be7af49a730e63 > files > 4

phpMyAdmin-2.4.0-1mdk.noarch.rpm

----------------------
phpMyAdmin - Changelog
----------------------

$Id: ChangeLog,v 1.2081 2003/02/23 20:55:06 lem9 Exp $
$Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $

2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.4.0 released

2003-02-23 Olivier L. Müller  <om@omnis.ch>
    * docs.css: highlight FAQ questions in blue -> more readble.

2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges: Better code for "check privileges"; This should fix
      bug #687808 and a few other problems.
    * ANNOUNCE.txt: Updated list of known bugs.
    * server_variables.php3: Modified generated XHTML code.

2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/italian update, thanks to Pietro Danesi
    * lang/slovak update, thanks to Lubos Klokner
    * lang/polish: update, thanks to Jakub Wilk
    * lang/thai: update, thanks to Arthit Suriyawongkul
    * tbl_change.php3: do not use enctype="multipart/form-data"
      if !$is_upload (possible solution for bug 689215)
    * lang/swedish: update, thanks to Björn T. Hallberg

2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: Coding standards.
    * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
    * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
    * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
    * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.

2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3: bug 649665: undefined variables with UNION, and
      also get the correct row count
    * lang/norwegian: update, thanks to Sven-Erik Andersen

2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_databases.php3:
      - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
      - The link "check privileges" is now only displayed to superusers.

2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated.
    * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.

2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3: Fixed edit link.
    * Documentation.html:
      - Reformulated some passages;
      - FAQ 1.28.
    * ANNOUNCE.txt: Synchronized features list with documentation.
    * server_databases.php3: Fixed bug #688271 (missing "?").

2003-02-17 Garvin Hicking <me@supergarv.de>
    * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
      Reworked blob file upload. More security cautions, and preserve
      fields contents, if no new file was uploaded. Moved is_uploaded_file
      function from read_dump.php3 to common.lib.php3 for reusability.

2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
    * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
      upload, upload field moved into table.

2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.4.0-rc2 released
    * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
      correct number of rows

2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
      - Reimplemented ability to change a user's login information
        (bug #684984);
      - Feature: copy user profiles;
      - "Check privileges" should now also check for wildcards;
      - The revoke mode for deleting users did not always produce valid MySQL.
    * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
    * ANNOUNCE.txt: synchronized list of features and fixes.

2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated.
    * docs.css: Fixed URL.

2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
      for splitting the SELECT clauses, to solve almost all records
      counting bugs
    * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
    * lang/japanese: update, thanks to Yukihiro Kawada

2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
    * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
      it if necessary.
    * libraries/common.lib.php3: Don't display edit link for
      database-independant queries.
    * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
    * docs.css:
      - Wrong URI;
      - Typo.

2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
      Reimplemented "check privileges" feature.

2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
    * sql.php3: Fix simple little bug #685082

2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
      is broken), thanks to Alexander Schuch (ci-dev).

2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/indonesian update, thanks to Rachim Tamsjadi
    * lang/italian update, thanks to Pietro Danesi
    * lang/lithuanian update, thanks to Vilius Zigmantas
    * lang/slovenian update, thanks to Kositer Uros
    * lang/swedish: update, thanks to Björn T. Hallberg
    * tbl_change.php3: upload field only to BLOBs
    * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
      font size

2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_replace_fields.php3: sometimes we receive "none" as the file
      name when there is no field upload for some field
    * sql.php3: bug 684712, undefined variable $table (js disabled
      and confirmation for drop database)

2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_databases.php3: Wrong link title.

2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_databases.php3: Ensured that the database list is built.

2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/catalan: update, thanks to Xavier Navarro

2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/Galician*: Updates thanks to xosecalvo

2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated again.

2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_databases.php3, lang/*.inc.php3:
      - Bugfixes & interface cosmetic;
      - Drop multiple databases.
    * db_stats.php3: Removed, the file is replaced by server_databases.php3.
    * lang/german-*.inc.php3: Updates.
    * config.inc.php3: Added a note about another possible setting.
    * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
    * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
    * translators.html: Fixed a typo.
    * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).

2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
    * config.inc.php3, lang/add_message.sh: Typos.
    * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
    * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
      Reworte db_stats.php3 to be conform with the new server_ pages.

2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated.

2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/italian: update, thanks to Pietro Danesi
    * lang/norwegian: update, thanks to Sven-Erik Andersen
    * lang/polish: update, thanks to Jakub Wilk
    * lang/swedish: update, thanks to Björn T. Hallberg
    * lang/slovak: remove duplicates
    * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp

2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
    * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
      be '$strDBGMax'
    * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>

2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: PHP3 parse error
    * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
      libraries/relation.lib.php3: bug 681298, we should always backquote
      a restricted word like "comment" when used as an identifier
    * Documentation.html, bug 681776, wrong command for my.ini file
    * libraries/left.js: png files

2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
    * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
      the SQL query box for Opera 7 for Windows in order to avoid trouble here.
    * Documentation.html: Removed FAQ entry about Opera 7.
    * db_stats.php3: One <img> tag still pointed to a GIF file.

2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_replace.php3, tbl_replace_fields.php3: do not display the
      UPDATE query if there was some binary upload in it, otherwise
      display it

2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
    * common.lib.php3:
      - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
        Bailey (charles_bailey);
      - Don't use small fonts for Opera 7.
    * ldi_check.php3: Backslahes should be escaped.
    * Documentation.html: Added a note about Opera 7.

2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
    * Documentation.*: Added information about binary checkbox when uploading
      files.

2003-02-04 Garvin Hicking  <me@supergarv.de>
    * common.lib.php3: Fixed a possible 'undefined index' error.

2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: new faq entry about IE bug with http auth,
      switching from one server to the other
    * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
      and only table selected)
    * ldi_check.php3: check local_infile on recent MySQL versions,
      thanks to Alexander

2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
      #678729).
    * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
    * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
      variable: charset_of_file).

2003-02-03 Garvin Hicking  <me@supergarv.de>
    * pdf_schema.php3, libraries/dbg/profiling.php3,
      libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).

2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.4.0-rc1 released
    and after the release:
    * lang/romanian: update, thanks to Valics Lehel
    * lang/spanish: update, thanks to Daniel Hinostroza C.
    * lang/catalan: update, thanks to Xavier Navarro
    * lang/dutch update, thanks to Ivo Teel

2003-02-02 Olivier L. Müller  <om@omnis.ch>
    * tbl_addfield.php3: ignore empty fields on alter table

2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
      compatibility.
    * lang/german-*.inc.php3: Updates.
    * server_privileges.php3: Remove column privileges.
    * config.inc.php3: Added $cfg['DefaultTabServer'].
    * header.inc.php3: Link the default tabs.
    * libraries/common.lib.php3: PHP3 compatibility.

2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated.
    * lang/sort_lang.sh: This needs bash.

2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
    * lang/norwegian: update, thanks to Sven-Erik Andersen
    * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
    * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
      (later when we get enough translations,
       we can use it instead of $strCandLoadMySQL)
    * lang/romanian: update, thanks to Valics Lehel
    * lang/galician: update, thanks to Xosé Calvo
    * lang/lithuanian: update, thanks to Vilius Zigmantas
    * lang/japanese: update, thanks to Yukihiro Kawada
    * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
      thanks to Alexander

2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
    * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
    re-entry into Earth's atmosphere. In memory of the brave men and women who
    gave their lives for the people of Earth. ---
    * Documentation.html: Removed a bit of duplication in [7.4] and the
    Developers section
    * libraries/dbg: New directory for DBG code
    * libraries/dbg/setup.php3:
       - DBG initialization code, including module support
    * libraries/dbg/profiling.php3: Profiling code
    * lang/*: New strings added for DBG extension
    * config.inc.php3: config options for DBG, off by default
    * footer.inc.php3: DBG profiling output

2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
    * Documentation.*, translators.html, docs.css: New documentation layout.
    * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.

2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
      db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
      new Feature: BLOB field upload
      (TODO: handle open_basedir restrictions)

2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
    * config.inc.php3, Documentation.html, libraries/common.lib.php3,
      libraries/config_import.lib.php3: Added experimental support for
      compressed connections to the MySQL server.

2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
      support, thanks to Jose Fandos (jose.fandos at sonnd.com)

2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
    * Documentation*: Added faq 1.27 about GZIP output buffering problem.
    * Documentation.html, translators.html: Unified using of font sizes.

2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
    * main.php3, user_details.php3, libraries/user_details.js: Removed the old
      user management.
    * server_processlist.php3: Fixed a bug the denied the access to the
      process list for normal users.
    * config.inc.php3: Removed note about buggy setting.
    * lang/german-*.inc.php3: Updates.
    * Documentation.html: There won't be a PHP 4.5.0; typos.

2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)

2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3, tbl_replace.php3: display UPDATE statement after row edit

2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/slovenian update: thanks to Kositer Uros (urosh)
    * lang/albanian: update, thanks to Laurent Dhima
    * lang/slovak update, thanks to Lubos Klokner

2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/relation.lib.php3: improve messages

2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments

2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
    * lang/italian*: Updates, thanks to Pietro Danesi (danone)
    * lang/english*: Resorted and Resynced.
    * lang/farsi*: Added ready for Farsi translation
    * lang/sync_lang.sh, libraries/select_lang.lib.php3:
        - Updates ready for Farsi translation
    * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
    * fulltext.png, partialtext.png, pma_logo.png:
        - Ran PNGCRUSH on files to reduce size optimially.
    * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
    vertical_line.gif, item_rtl.gif, item_ltr.gif:
        - Old image files removed and replaced with PNG files (feature
        #458895)
    * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
    vertical_line.png, item_rtl.png, item_ltr.png:
        - New PNG image files (feature #458895)
    * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
        - Code changes for PNG images (feature #458895)

2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: checkType function

2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).

2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
      row limiting for exported results

2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
    * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
      tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
      Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
      be SIGNED/UNSIGNED/ZEROFILL.

2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3: Added column privileges editor.

2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
      tbl_move_copy.php3, libraries/build_dump.lib.php3:
      Feature: Export results of SELECTs

2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: faq 5.12 about OS X Safari problem
    * tbl_move_copy.php3: typo (wrong back link)

2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
    * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen

2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3: Wrong label.
    * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
      cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
      The script now works on the SF shell servers ONLY!

2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated.
    * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
      field editing.

2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/sort_lang.sh: Fix status output bug '\n'
    * db_details_importdocsql.php3: Move hardcoded strings to language files
    * lang/*.php3: Add new strings for docSQL importer
    * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
    * Documentation.html: Revised FAQ entry about SQL Validator

2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
    * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
    * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
    * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
    * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).

2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_pages.php3: feature: deleting a pdf page
    * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
      , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )

2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3:
      - Lookup database / table lists if possible;
      - The database name was displayed instead of the table name in the sub
        page heading.
    * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
    * lang/norwegian-*.inc.php3: Updates, thanks to
      Sven-Erik Andersen (sven-erik).
    * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
    * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).

2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/galician: update, thanks to Xosé Calvo
    * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.

2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
    * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
      all for fields selection.
    * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
      (Jumping cursor using keyboard).
    * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
      functions.js to allow jumping using keyboard.
    * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
      works also for row editing.
    * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).

2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/sqlvalidator.class.php3:
      - Removed dependency on overload extension
      - Started to fix bug #644709
    * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
      - Revert line 88 of sql.php3, and fix it a different way...

2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
    * read_dump.php3, sql.php3, libraries/common.lib.php3,
    libraries/sqlparser.lib.php3:
      - Fixed bug #641765, see mailing list post

2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_*.php3:
      - The messages are now displayed by server_links.inc.php3, so
        server_common.inc.php3 may be included earlier;
      - Beautified code.
    * server_privileges.php3:
      - Wrong GRANT syntax;
      - Changed the default behavior of the for fields "pred_username" and
        "pred_password".

2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3: bug 665885, wrong back link after sql error
    * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
    * lang/ukrainian: update, thanks to Markijan Baran
    * lang/romanian: update, thanks to Valics Lehel
    * lang/japanese: update, thanks to Yukihiro Kawada

2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech*: Updated.

2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
      support for the EXTRACT ... FROM syntax which is not a real
      SELECT ... FROM

2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3, lang/*.inc.php3:
      - Forgot to implement "This host";
      - Drop the users' databases;
      - Don't send comments to the MySQL server;
      - When trying to delete multiple users, display an error message if none
        have been selected.

2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php3, libraries/functions.js,
      sql.php3: - use the parser for confirmation requests
                - better check before appending LIMIT
    * lang/galician: update, thanks to Xosé Calvo
    * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
    * lang/indonesian: missing semicolon
    * lang/japanese: update, thanks to Yukihiro Kawada
    * lang/romanian: update, thanks to Valics Lehel

2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
      and hidden input generating stuff.
    * almost all php3 files: Use new URL and hidden input generation stuff.
    * libraries/common.lib.php3: Addded extra check for MySQL even when in
      safe mode (could fix #661949).

2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/english-*.inc.php3: Fixed a typo.
    * server_privileges.php3, libraries/url_generating.lib.php3:
      - Beautified generated XHTML code;
      - Coding standards;
      - Added a missing @param comment.

2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated.

2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3: Sorting user list.
    * translators.html: Typo.
    * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
    * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
    * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
    * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
    * lang/norwegian-*.inc.php3: Updates, thanks to
      Sven-Erik Andersen (sven-erik).
    * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.

2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: clarification about cookie/http modes
    * lang/dutch update, thanks to Ivo Teel
    * lang/japanese: update, thanks to Yukihiro Kawada
    * lang/ukrainian: remove duplicate messages

2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3:
      - Interface cosmetic;
      - Smaller bugfixes;
      - Added a db / table privileges editor.
    * server_privileges.php3, server_links.inc.php3: XHTML fixes.
    * server_privileges.php3, libraries/server_privileges.js:
      - Optimized some JS functions for the new interface;
      - Added ability to create new MySQL users via GRANT (feature #502465).
    * Documentation.html, translators.html, libraries/defines_php.lib.php3:
      Incremented version number to 2.4.0-dev.

2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).

2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/estonian*, malay*: remove control M
    * lang/romanian: update, thanks to Valics Lehel
    * lang/galician: update, thanks to Xosé Calvo
    * lang/english: typos fix, thanks to Björn T. Hallberg (bth)

2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german*: Updated.

2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech*: Updated.
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
    * lang/sort_lang.sh: Made POSIX sh compatible.
    * lang/check_lang.sh: Made require bash.
    * lang/swedish*: Updated.
    * lang/*: For many translations fixed missing/duplicate strings.

2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/ukrainian: update, thanks to Markijan Baran
    * user_details.php3: add $strGrantOption
    * lang/french update
    * main.php3, lang/*.php3: $strOriginalInterface

2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3:
      - Made the script compatible to MySQL < 3.22.11;
      - Fixed the missing "LOCK TABLES" option in the privilege editor.
      - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
        if all privileges have been selected.
    * libraries/sqlparser.data.php3:
      - Fixed bug #655817 (New privileges are not detected correctly).
      - Updated function list.

2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).

2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
      Added ability to delete users.

2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
    * tbl_dump.php3:
      - Fixed wrong charset information in XML exports.
      - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
        of '4.00.05'.

2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).

2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
    * server_privileges.php3: Fixed undefined variable warning.
    * lang/czech*: Updated.
    * lang/*: Fixed a typo.

2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/romanian: update, thanks to Valics Lehel
    * lang/dutch update, thanks to Ivo Teel

2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/norwegian-*.inc.php3:
      - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
      - Updates, thanks again to Sven-Erik Andersen (sven-erik).
    * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
    * lang/german-*.inc.php3: Updates.
    * lang/*.inc.php3: Fixed a typo.
    * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
    * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
    * server_privileges.php3, lang/*.inc.php3:
      - Bugfixes;
      - Small design modification;
      - Added ability to change passwords via SET PASSWORD FOR user.

2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
    * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
      lang/*.inc.php3: Started rewriting the user administration; changes:
      - Use GRANT / REVOKE for privilege changes (feature #502465);
      - Support for the new privilege system introduced with MySQL 4.0.2-beta;
      - Support for user resource limits;
      - Improved user friendliness.
      Currently, it can only display and edit global privileges.
    * libraries/common.lib.php3: Undefined index.
    * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
    * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).

2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
    * main.php3: Since every user has access to his processlist, set
      is_process_priv to TRUE as default (fixes undefined variable warning).

2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_select.php3, bug 648263
    * libraries/common.lib.php3, bug 653764
    * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
      append data only to a table

2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/russian: update, thanks to Nicolay Zakharov

2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
    * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>

2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/russian: update, thanks to Nicolay Zakharov
    * lang/galician: update, thanks to Xosé Calvo

2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/get_foreign.lib.php3: bug 646263,
      bad drop-down in select sub-page

2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3: Removed a comment.

2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
    * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)

2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
    * tbl_dump.php3: Fix output order of inserts/creates, generate file
      extension to include also file type, not only compression (now it
      generates something like dump.sql.gz).

2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
    * pdf_schema.php3: Change generated filename to
      db_pdfname.pdf instead of db_pdfnumber.pdf

2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
    * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
    * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
    * lang/norwegian-*.inc.php3: Updates, thanks again to
      Sven-Erik Andersen (sven-erik).
    * lang/german-*.inc.php3: Small grammar fix.

2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Updates.
    * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
    * libraries/build_dump.php3:
      - Fixed part 2 of bug #652311 (Undefined variables);
      - Coding standards.

2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
    * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
      cleaner charset conversion for export.
    * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
      lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
      thanks to Valentine for creating the patch #627496.

2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/galician: update, thanks to Xosé Calvo
    * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
      but there is still some work to do about how to split a UNION
    * tbl_properties_options.php3, bug 651522 wrong back-link,
      thanks to Mischka ( stollner at uni-muenster dot de )

2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech*.php3: Updated translation.
    * tbl_dump.php3: Fix Alexanders fix for bug #651414.

2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_*.php3, lang/*.inc.php3, main.php3:
      - Added 'SHOW PROCESSLIST' interface;
      - Small bugfixes.
      - XHTML fixes.
    * lang/spanish-*.inc.php3: Updates, thanks again to
      Dr. med. Daniel Hinostroza C.
    * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.

2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/norwegian-*.inc.php3: Updates, thanks again to
      Sven-Erik Andersen (sven-erik).
    * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
    * lang/spanish-*.inc.php3: Updates, thanks again to
      Dr. med. Daniel Hinostroza C.

2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
      server_common.inc.php3, server_links.inc.php3, server_status.php3,
      server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
      Started working on a new interface to server related pages.
    * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
    * lang/german-*.inc.php3: Updates.
    * lang/english-*.inc.php3: Reordered strings.

2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
    * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
      bug 633422, use a button if search result would generate a too big URL

2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
    * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
      Choose between Landscape and Portrait for the
      Datadictionary in PDF Pages
    * pdf_schema.php3: lineheight for Textrows in Datadictionary
      was equal to textheight, i added one mm above and below text
      (hope your tables are not too big not to fit on a page now ;)

2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german.inc.php3: Updates.
    * main.php3: Fixed bug #649641 (usernames containing '@' character).
    * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
      warning / php >= 4.3.0) by Mats Engstrom (matseng).
    * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
    * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
      (sven-erik).
    * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
    * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
    * lang/italian-*.inc.php3:
      - Updates, thanks to Pietro Danesi (danone).
      - Coding standards.

2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
      new data dict feature for PDF pages, thanks to Maxime Delorme
    * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
      thanks to Piotr Roszatycki (d3xter)

2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).

2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_schema.php3: remove control M
    * lang/dutch update, thanks to Ivo Teel

2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.3.3pl1 released

2002-12-04 Alexander M. Turek  <rabus@users.sourceforge.net>
    * sql.php3: Back to previous version.

2002-12-03 Alexander M. Turek  <rabus@users.sourceforge.net>
    * sql.php3: Fixed bug #641652, thanks to "bumperbox".
    * lang/latvian-windows-1257.inc.php3, lang/norwegian-iso-8859-1.inc.php3,
      lang/polish-utf-8.inc.php3, lang/romanian-iso-8859-1.inc.php3,
      lang/serbian-windows-1250.inc.php3, lang/slovak-windows-1250.inc.php3,
      lang/slovenian.inc.php3, lang/swedish-iso-8859-1.inc.php3,
      lang/turkish.inc.php3: Added missing strings.
    * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).

2002-12-02 Marc Delisle  <lem9@users.sourceforge.net>
    * db_search.php3: automatic wildcard
    * lang/japanese-*.inc.php3: remove control Ms
    ### 2.3.3 released

2002-12-02 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/grab_globals.lib.php3: Back to previous version.

2002-12-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/grab_globals.lib.php3: Possible fix against bug #641652.

2002-12-01 Marc Delisle  <lem9@users.sourceforge.net>
    * user_details.php3: the script wrongly created a user % when asked
      to create an anonymous user (should be empty)

2002-11-29 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech*.php3: Updated translation.

2002-11-29 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/italian.inc.php3: Updates, thanks again to Pietro Danesi (danone).
    * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
    * lang/japanese-*.inc.php3: Updates.

2002-11-29 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3, tbl_select.php3, tbl_properties_operations.php3:
      bug 645173 wrong back link for inserts

2002-11-28 Marc Delisle  <lem9@users.sourceforge.net>
    * main.php3: display PHP 4.2.3 warning only if mbstring is loaded

2002-11-28 Alexander M. Turek  <rabus@users.sourceforge.net>
    * db_datadict.php3, db_details_structure.php3, db_printview.php3,
      db_stats.php3, tbl_printview.php3, tbl_properties_structure.php3,
      lang/*.inc.php3: Fixed bug #644526 (ucfirst php function causes trouble).
    * lang/german-*.inc.php3: Clarification.

2002-11-27 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: bug 644030 part 1: syntax error
      on a REVOKE

2002-11-26 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3: bug 644108: incorrect affected rows count
    * libraries/sqlparser.data.php3: bug 643992, INTERVAL can be a
      function but also a reserved word for date arithmetic functions

2002-11-25 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties_structure.php3: wrong back link in case of errors
    * sql.php3: undefined variable $sql_query when adding a bookmark

2002-11-23 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: clicking on a COUNT() column to sort
    * read_dump.php3: bug 634074: we now use is_writeable() on the tmp
      subdir, instead of looking for a dot in the open_basedir path
    * tbl_relation.php3: show a field in "Links to" if it has been defined
      manually in the relationtable, even if it's not a key in the foreign table

2002-11-22 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: numeric foreign keys used as alias
    * sql.php3, libraries/sqlparser.lib.php3: bug 642319, navigation
      and GROUP BY

2002-11-22 Alexander M. Turek  <rabus@users.sourceforge.net>
    * scripts/create-release.sh: The script should now work at the SF shell
      again.

2002-11-21 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: undefined variable $display_field

2002-11-21 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/japanese-*.inc.php3: Updates.

2002-11-20 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/slovenian update: thanks to Kositer Uros (urosh)
    * lang/slovak update, thanks to Lubos Klokner
    * lang/malay update, thanks to Shafique (sicksand)
    * lang/spanish update, thanks to Daniel Hinostroza

2002-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/norwegian-*.inc.php3: Updates, thanks to Sven Erik Andersen.
    * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas.
    * lang/catalan-*.inc.php3, lang/spanish-*.inc.php3: Updates, thanks to
      Xavier Navarro.
    * lang/dutch-*.inc.php3: Updates, thanks to Ivo Teel.
    * Documentation.html: Fixed typos.

2002-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * db_create.php3, db_datadict.php3, db_details.php3, db_details_export.php3,
      db_details_import.php3, db_details_qbe.php3, db_details_structure.php3,
      db_stats.php3, header.inc.php3, ldi_table.php3, left.php3,
      mult_submits.php3, pdf_pages.php3, sql.php3, tbl_change.php3,
      tbl_create.php3, tbl_indexes.php3, tbl_properties.inc.php3,
      tbl_properties_export.php3, tbl_properties_operations.php3,
      tbl_properties_options.php3, tbl_properties_structure.php3,
      tbl_query_box.php3, tbl_relation.php3, tbl_select.php3:
      Fixed bug #640055 (HTML entities in db / table name) partly.

2002-11-19 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.3.3-rc1 released
    * lang/russian*: updates and new russian-dos-866, thanks to Nicolay Zakharov
      (info at melody.org.ru)
    * libraries/select_lang.lib.php3: russian-dos-866
    * lang/sync_lang.sh: russian-dos-866 seems unsupported by convertors
    * lang/polish: update thanks to Jakub Wilk
    * lang/galician: update, thanks to Xosé Calvo

2002-11-18 Marc Delisle  <lem9@users.sourceforge.net>
    * db_search.php3: undefined variable

2002-11-18 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech*.php3: Updated translation.

2002-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
    * db_details.php3, read_dump.php3, tbl_query_box.php3, lang/*.inc.php3:
      Feature #506106: Read compressed dump.
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
    * libraries/grab_globals.lib.php3: Fixed bug #638548 (table name with a
      quote).
    * Documentation.txt: Update.
    * lang/thai-*.inc.php3: Updates, thanks again to Arthit Suriyawongkul
      (bacteria).

2002-11-16 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/build_dump.lib.php3: fix for old MySQL, thanks to
      Flavio Poletti (flavio at polettix.it)
    * tbl_replace.php3: bug 638275: ignore NULL checkbox is there is
      a value for the field (possible if js is disabled, or broken browser
      like Konqueror 2.2.2); implemented on insert or update
    * lang/thai* typo
    * lang/malay update, thanks to Shafique (sicksand)
    * lang/slovak update, thanks to Lubos Klokner
    * lang/dutch update, thanks to Ivo Teel
    * lang/spanish update, thanks to Daniel Hinostroza
    * lang/korean update, thanks to Juhyon Kim (woosuhan)
    * lang/hindi update, thanks to Girish Nair (girish_nair)

2002-11-16 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/sqlparser.data.php3: Bug #639291 fixed

2002-11-16 Alexander M. Turek  <rabus@users.sourceforge.net>
    * tbl_indexes.php3: Fixed bug #638321 (FULLTEXT is not detected correctly
      with MySQL >= 4.0.2-alpha).
    * sql.php3: Fixed bug #584411 ("USE" command in query box).

2002-11-15 Alexander M. Turek  <rabus@users.sourceforge.net>
    * scripts/create_tables.sql: Added a 'USE' command after 'CREATE DATABASE'.

2002-11-14 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3: stripslashes issues (with LOAD DATA)
    * libraries/display_tbl.lib.php3: could not Edit or Delete when only
      an alias is displayed

2002-11-13 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: bug 636575 (unquoted identifiers)
    * libraries/sqlparser.lib.php3, libraries/common.lib.php3, sql.php3:
      bug 636563 undefined variable when deleting a row
    * libraries/sqlparser.lib.php3: bug 636553 SELECT VERSION()

2002-11-11 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libaries/common.lib.php3: Fixed bug #636345 (Error when modifying table
      keys).

2002-11-11 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: LEFT JOIN ... USING
    * libraries/sqlparser.lib.php3: bug 636575 (double and single quotes)

2002-11-10 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Fixed a typo.

2002-11-08 Robin Johnson  <robbat2@users.sourceforge.net>
    * config.inc.php3 sql.php3 tbl_move_copy.php3 libraries/common.lib.php3
      libraries/sqlparser.lib.php3: Committed Marc's patches to the SQL parser
      and pretty printer from bugs #605030 and #631421.

2002-11-07 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/config_import.lib.php3: Fixed a small inconsistance.
    * config.inc.php3: Added a note about bug #634931.
    * tbl_properties_operations.php3:
      - Fixed bug #628581 (Check referential integrity and NULL foreign key).
      - Fixed bug #628583 (Check referential integrity and self-linked table).
    * lang/thai-*.inc.php3: Upadtes, thanks again to
      Arthit Suriyawongkul (bacteria).
    * lang/norwegian-*.inc.php3: Updates, thanks again to
      Sven-Erik Andersen (sven-erik).
    * lang/galician-*.inc.php3: Updates, thanks again to Xosé Calvo (xosecalvo).
    * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).

2002-11-06 Alexander M. Turek  <rabus@users.sourceforge.net>
    * translators.html, lang/*.inc.php3: Fixed some typos.

2002-11-06 Loïc Chapeaux  <lolo@phpheaven.net>
    * db_datadict.php3, tbl_printview.php3: code cleanup

2002-11-06 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/ukrainian: update, thanks to Markijan Baran
    * lang/japanese: update, thanks to Yukihiro Kawada
    * db_search.php3: bug 633422, inconsistent use of radio buttons

2002-11-05 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/dutch-*.inc.php3: Updates, Thanks again to Ivo Teel.
    * lang/catalan-*.inc.php3:
      - Updates and ortographical corrections, thanks again to
        Xavier Navarro (xavin);
      - Removed HTML entities.
    * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
    * lang/albanian-*.inc.php3:
      - Updates, thanks again to Laurent Dhima (laurenti);
      - Removed new line at end of file.

2002-11-05 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/{czech,italian,lithuanian,slovenian,swedish}*.php3: updated
      translations, thanks to me ;), Pietro Danesi, Vilius Zigmantas, Kositer
      Uros and Björn T. Hallberg.
    * tbl_dump.php3: Fixed bug #632310 (Export fails with UTF-8).

2002-11-05 Marc Delisle  <lem9@users.sourceforge.net>
    * main.php3: when the user does not have required privs to create
      a db, inform him of the situation
    * lang/romanian: update, thanks to Valics Lehel

2002-11-04 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3, sort order problem
      SELECT tablename.columnname ... order by tablename.columnname

2002-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
    * translators.html: Added another message to avoid annoying emails.

2002-11-03 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_create.php3: bug 629630 auto-increment key does not have to
      be the primary key

2002-11-02 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: correct detection of PHP 4.2.x
    * main.php3, lang/*.php3: PHP 4.2.3 warning

2002-11-02 Alexander M. Turek  <rabus@users.sourceforge.net>
    * db_datadict.php3: Fixed bug #632515 (JS error in data dictonary).
    * lang/german-*.inc.php3: Updates.

2002-11-01 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php3, libraries/display_tbl.lib.php3,
      sql.php3: analyzer for db, table, column, alias, with additional
      performance improvements by Robin

2002-11-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: Avoid regex if possible.

2002-10-31 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details_structure.php3, header.inc.php3, new db_datadict.php3,
      lang/*.php3: data dictionary feature, thanks to Ian Davidson
      (Ian.Davidson at tayside.pnn.police.uk)
    * tbl_printview.php3: better format, thanks to Ian Davidson

2002-10-30 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3: Better display of the query if parser is
      disabled.
    * libraries/sqlparser.lib.php3:
      - ANSI Comments were not recognized if the two '-' characters were
        followed up by a line feed character instead of a space one;
      - Fixed the misinterpretation of Windows / Mac line feeds.

2002-10-28 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/dutch.inc.php3: Fixed a bug in the Dutch language files
      (see Translations #629818).

2002-10-25 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/common.lib.php3; libraries/display_tbl.lib.php3;
      libraries/kanji-encoding.lib.php3; libraries/sqlparser.lib.php3
      libraries/string.lib.php3; user_password.php3: coding standards.
    * libraries/auth/cookie.auth.php3: fixes a PHP3 bug.
    * libraries/functiuons.js: fixed bug #627567 - Javascript bug in
      setPointer() function thanks to Christopher Bloom
      <xangelusx at users.sourceforge.net>
    * libraries/display_tbl.lib.php3, lines 1123-1124: fixed bug
      #626366 - "date" columns wrap in browse mode.

2002-10-25 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html, clarification about using Relation View

2002-10-22 Robin Johnson  <robbat2@users.sourceforge.net>
    * user_password.php3: From Patch #625703.
    * Changelog: Added VIM modelines for filetype, folding and indentation
    * `find -name '*.php3'`: Added vim modelines for PEAR style indentation

2002-10-22 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_pages.php3: undefined variable, fix thanks to
      Jose Fandos (jose.fandos at sonnd.com).

2002-10-21 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Clarifications.

2002-10-21 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/spanish: removed control M
    * tbl_relation.php3: bug 619100, relation and non-primary key
    * libraries/display_tbl.lib.ph3: bug 619097, order by sum(var)

2002-10-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * translators.html, spanish-*.inc.php3: Updates, thanks again to
      Dr. med. Daniel Hinostroza C.

2002-10-17 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.html: Added some notes about the MySQL 4.1 branch. See bug
      report #623665 for more details.

2002-10-17 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/dutch: update, thanks to Ivo Teel.

2002-10-17 Loïc Chapeaux  <lolo@phpheaven.net>
    * sql.php3: bug 624020, can't delete a row with a TEXT field containing
      newlines

2002-10-15 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.html: FAQ entry about browser charset settings.

2002-10-15 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/auth/cookie.auth.lib.php3: let them use a blank password,
      thanks to Juliano Ravasi Ferraz (jferraz)
    * main.php3: extend the warning about blank root password to all auth modes

2002-10-14 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: Fixed bug #623185 (Ordering by
      FUNCTION(`field`) fails).

2002-10-14 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: clarification about pmadb when you are not
      the superuser

2002-10-13 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: bug #621357
    * libraries/commom.inc.php3, string.lib.php3, sqlparser.lib.php3:
       - Fixed MB bug

2002-10-11 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/common.lib.php3: bug 620624

2002-10-11 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_indexes.php3: fixed bug #621295 (Incorrect URL)
    * db_details_structure.php3: removed trailing whitespaces.

2002-10-10 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/auth/config.auth.lib.php3: bug #620624 - displaying password
      from config when MySQL connection can't be established

2002-10-09 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/display_tbl.lib.php3, bug 619735: display broken (bad HTML)

2002-10-09 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/get_foreign.lib.php3: there are no functions
      in this file that need to be protected from being defined
      twice.  The added code introduced a bug
    * db_details_structure.php3: total of records for InnoDB tables

2002-10-08 Marc Delisle  <lem9@users.sourceforge.net>
    * ### 2.3.2 released ###

2002-10-05 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details_structure.php3: get true row count for InnoDB tables
    * lang/albanian: update, thanks to Laurent Dhima

2002-10-03 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_select.php3, tbl_change.php3: require musn't be used inside
      conditional statements.
    * pdf_schema.php3; libraries/fpdf/fpdf.php3: upgraded to the 1.51 release
      of the FPDF library.
    * libraries/build_dump.lib.php3: fixed a parse error.

2002-10-03 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_select.php3, tbl_change.php3,
      new libraries/get_foreign.lib.php3: drop-down of foreign keys
      on Select sub-page, thanks to Markus L. Noga (mlnoga)

2002-10-03 Alexander M. Turek  <rabus@users.sourceforge.net>
    * tbl_dump.php3, libraries/build_dump.lib.php3: Completed fix against
      bug #607896, thanks to Loïc.
    * lang/english.inc.php3: Reordered strings.
    * libraries/common.lib.php3: Added more fake settings in case of an
      errornous config file.

2002-10-02 Alexander M. Turek  <rabus@users.sourceforge.net>
    * header.inc.php3, header_prinview.inc.php3: Corrected value for the
      'Expires' HTTP header (Fixed bug #607896).
    * lang/german-utf-8.inc.php3: Wrong $charset value.

2002-10-02 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_change.php3, bug 617029: tabindex for linked fields

2002-10-02 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/thai: update, thanks to Arthit Suriyawongkul
    * lang/german: remove control Ms from the utf-8 file
    * libraries/bookmark.lib.php3: feature 584042, validation of
      bookmark insert errors

2002-10-01 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html, typo about GRANT: patch 616772,
      thanks to Vince LaMonica (vjl323)
    * tbl_alter.php3: patch 617044 for change field type,
      thanks to Mats Engstrom (matseng)

2002-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Fixed some typos,
      thanks to Kai Michael Poppe (sdcepoppe).

2002-09-29 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/slovak update, thanks to Lubos Klokner
    * lang/estonian: update, thanks to Alvar Soome
    * Documentation.html: faq 1.24 about the PHP 4.2.3 bug
    * ### 2.3.1 released ###

2002-09-29 Alexander M. Turek  <rabus@users.sourceforge.net>
    * read_dump.php3: Fixed an "undefined variable" error.

2002-09-28 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3: $cfg['PmaAbsoluteURI'] detection did not work
      properly on IIS 6.0.
    * libraries/config_import.lib.php3:
      - Fixed an inconsitence;
      - Fixed an "undefined index" error.
    * tbl_alter.php3: Fixed bug #615888 (error in column naming).

2002-09-27 Loïc Chapeaux  <lolo@phpheaven.net>
    * db_details_qbe.php3: PHP3 fixes & coding standards.
    * db_details_importdocsql.php3: optimization, xhtml fixes & coding
      standards.
    * ldi_check.php3, ldi_table.php3, sql.php3, most of "tbl_properties*"
      scripts, tbl_relation.php3, tbl_select.php3: fixed bug #614303
      (Duplicate args in table tabs links)

2002-09-26 Marc Delisle  <lem9@users.sourceforge.net>
    * config.inc.php3, libraries/config_import.lib.php3: let UploadDir
      empty because this means to not use the feature, thanks to Loïc

2002-09-25 Marc Delisle  <lem9@users.sourceforge.net>
    * read_dump.php3: bug 611970, do not display the imported query
      if larger than 500 (I don't think it's necessary to add another
      config variable), thanks to Loïc

2002-09-24 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3: could not go to next page when browsing a query containing
      a function like SUM(), due to IFs in reversed sequence
    * lang/french update

2002-09-24 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech-*.inc.php3: update

2002-09-23 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/japanese: update, thanks to Yukihiro Kawada
    * lang/italian: update, thanks to Pietro Danesi
    * lang/galician: update, thanks to Xosé Calvo
    * lang/chinese_*: update, thanks to Siu Sun (siusun)
    * lang/indonesion: update, thanks to Rachim Tamsjadi (tamsy)
    * tbl_replace.php3: inserts and foreign keys, thanks to Markus L. Noga

2002-09-23 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/display_tbl.lib.php3, tbl_change.php3: coding standards

2002-09-23 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: fix for #613102 (ALTER TABLE:missing
      spacebar)

2002-09-22 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_relation.php3: fix fox #611519 (slash in comment)
    * libraries/sqlparser.lib.php3: coding standards

2002-09-21 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Updates.
    * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
      compatibility for config.inc.php3 < rev 1.144.

2002-09-20 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: bug 612117, vertical view and
      buttons as links
    * libraries/tbl_change.js, tbl_change.php3, tbl_replace.php3:
      patch 612202: NULL for foreign keys, thanks to Markus L. Noga

2002-09-19 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php3: bug 608459: syntax coloring and
      alias without AS
    * libraries/display_tbl.lib.php3: bug 574852: relation and ORDER BY
    * db_details_qbe.php3: missing global $dbh

2002-09-19 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_printview.php3: fix for #611499 (empty comment column)
    * libraries/common.lib.php3: fix for #593971 (common.lib.php3 js error)

2002-09-19 Michal Cihar  <nijel@users.sourceforge.net>
    * Documentation.html, config.inc.php3, tbl_change.php3,
      libraries/config_import.lib.php3: fix for #581494 - problems with \n in
      CHAR/VARCHAR, added new configs $cfg['CharEditing'] and
      $cfg['CharTextarea{Cols,Rows}']
    * tbl_change.php3: revised by Loïc to fit coding standards

2002-09-18 Mike Beck    <mikebeck@users.sourceforge.net>
    * db_details_qbe.php3: complete rewrite of the code
            that creates the JOINS hoping that this will
            be much faster in certain circumstances
            please try - this needs some testing

2002-09-18 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/slovenian update: thanks to Kositer Uros (urosh)

2002-09-18 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_change.php3, tbl_replace.php3, sql.php3,
      libraries/display_tbl.lib.php3: bug 610315 full text toggle

2002-09-18 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/*.php3, tbl_properties_export.php3: removed duplicate message
      with typo in name strCvsData (replaced by strStrucCSV)
    * lang/czech-*.inc.php3: Updates.
    * lang/sync_lang.sh: accepts parameters --iconv/--recode to force
      convertor

2002-09-17 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/spanish: update, thanks to Daniel Hinostroza
    * tbl_change.php3: bug 609614, default value for datetime ignored
    * lang/catalan: update, thanks to Xavier Navarro
    * lang/norwegian: update, thanks to Sven-Erik Andersen
    * lang/finnish: update, thanks to Visa Kopu (visa)
    * lang/swedish: update, thanks to Björn T. Hallberg

2002-09-17 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_change.php3: bug 610310: spaces in drop-down for foreign values

2002-09-16 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/japanese: update, thanks to Yukihiro Kawada

2002-09-15 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/romanian: update, thanks to Valics Lehel
    * lang/polish: update, thanks to Jakub Wilk
    * lang/lithuanian: update, thanks to Vilius Zigmantas
    * lang/galician: update, thanks to Xosé Calvo
    * ### 2.3.1-rc1 released

2002-09-14 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Updates.
    * lang/albanian-*.inc.php3: Updates, thanks again to
      Laurent Dhima (laurenti).

2002-09-14 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: clarifications about Mac OS X, and installing
    * lang/italian: update, thanks to Pietro Danesi
    * lang/malay: update, thanks to Shafique (sicksand)
    * lang/sync_lang.sh: added malay

2002-09-13 Loïc Chapeaux  <lolo@phpheaven.net>
    * db_details.php3, line 121: XHTML fix.
    * tbl_properties_export.php3; libraries/build_dump.lib.php3; lang/*:
      feature #601603 (Field names on CSV export).
    * main.php3, lines 11-13: new fix against bug #571409 (it doesn't work
      properly with Zend Accelerator).
    * libraries/relation.lib.php3, lines 70 & 79: PHP3 fix.
    * libraries/display_tbl.lib.php3: fixed warnings.

2002-09-12 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: bug 601809: when two fields have the
      same name, both are showed NULL even if only one is NULL

2002-09-12 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).

2002-09-11 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3: "empty drop-downs" bug, and avoid displaying a
      drop-down if more than 200 rows in the foreign table

2002-09-11 Loïc Chapeaux  <lolo@phpheaven.net> and Marc
    * tbl_change.php3: bug 605342, edit fills current time in datetime field

2002-09-11 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech-*.inc.php3: Updates.

2002-09-11 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/config_import.lib.php3: Another fix against bug #582890.
    * lang/german-*.inc.php3: Updates.
    * libraries/sqlparser.lib.php3: XHTML fix (nl2br() is not XHTML compilant
      before PHP 4.0.5).

2002-09-10: Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/common.lib.php3, main.php3:
         - Final solution to bug #582890
    * lang/*:
         - String for localization used in auto-generation of names

2002-09-10 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.html: Added an FAQ entry about lower_case_table_names on
      Windows machines.

2002-09-09 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/hindi-utf-8.inc.php3: Updates, thanks again to
      Girish Nair (girish_nair).

2002-09-08 Robin Johnson  <robbat2@users.sourceforge.net>
    * scripts/create-release.sh: Tweaked instruction list
    * Documentaion.html, lib/sqlvalidator.class.php3:
        - Noted overload * requirement

2002-09-07 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/dutch: update, thanks to Ivo Teel.
    * lang/estonian: update, thanks to Alvar Soome
    * lang/spanish: update, thanks to Enrique Garcia M. (egarcam)
    * lang/italian: update, thanks to Pietro Danesi
    * lang/norwegian: update, thanks to Sven-Erik Andersen
    * lang/thai: update, thanks to Arthit Suriyawongkul
    * lang/romanian: update, thanks to Valics Lehel
    * lang/japanese: update, thanks to Yukihiro Kawada

2002-09-05 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3: display values in drop-down even if no
      display field is defined

2002-09-05 Loïc Chapeaux  <lolo@phpheaven.net>
    * Documentation.html: modify name of relations in FAQ 6.6
    * tbl_change.php3: check $cfgRelation['relwork'] before
      using PMA_getForeigners(), thanks to Martyn Allan (mallan2)

2002-09-04 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_change.php3: protect with backquotes

2002-09-03 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3: drop-down for foreign keys, patch 603939,
      thanks to Markus L. Noga (markus at noga.de)

2002-09-03 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/display_tbl.lib.php3:
      - fix a PHP3 problem (foreach function was called);
      - XHTML fixes;
      - coding standards.

2002-09-02 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details_structure.php3, mult_submits.inc.php3: Patch 582904:
      add REPAIR TABLE choice in drop-down of db view, thanks to
      Cal Henderson (iamcal)
    * libraries/display_tbl.lib.php3: new function PMA_linkOrButton
      to accomodate some browsers' limitations on the URL length, used on
      left and right Edit and Delete links (or buttons), idea
      and part of the code from patch 591497, thanks to Ruben Barkow (rubo77)

2002-09-01 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/auth/cookie.auth.lib.php3: bug 601721 (cookie and IIS)

2002-08-30 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_relation.php3, line 324; user_details.php3; lines 262-269:
      fixed some warnings.
    * libraries/display_tbl.lib.php3: fixed first part of bug
      #601776 (Undefined variables).
    * libraries/sqlvalidator.lib.php3: removed trailing spaces.

2002-08-29 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/sqlvalidator.lib.php3:
        - Fix for bug in Alex's fix for bug #594947
          line 67, change || to &&
        - Fix for undefined string in error case of sqlvalidator that is
          actually never reached. Just commented out for now

2002-08-28 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: Bug 576895: matching a float field

2002-08-26 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech-*.inc.php3: Updates, fixes.

2002-08-26 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_indexes.php3: Another fix against the Zend Accelerator bug (#571409).

2002-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/japanese-*.inc.php3: Updates, thanks again to Yukihiro Kawada.
    * lang/german-*.inc.php3: Updates.
    * libraries/sqlvalidator.lib.php3, lang/*.inc.php3:
      Better fix against bug #594947.
    * libraries/common.lib.php3: Fixed a JS error.

2002-08-24 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html, faq 6.15: creating an index on a BLOB field
      and faq 1.22 about php.ini file_uploads

2002-08-23 Loïc Chapeaux  <lolo@phpheaven.net>
    * left.php3, lines 169-181: XHTML optimizations.
    * db_details_common.php3, tbl_properties_common.php3,
      libraries/sqlparser.lib.php3: Fixed bug #571409 (it doesn't work properly
      with Zend Accelerator).
    * db_details.php3, lang/*: validation on web-server upload dir

2002-08-23 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/charset_conversion.lib.php3: Don't let php display an error
      message if dl() fails.
    * translators.html, lang/malay-*.inc.php3: Updates.

2002-08-22 Robin Johnson  <robbat2@users.sourceforge.net>
    * config.inc.php3, left.php3:
        - $cfg['LeftDisplayLogo'] to turn off PMA logo display

2002-08-22 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/sqlvalidator.lib.php3: Fixed bug #594947.
    * libraries/common.lib.php3, libraries/config_import.lib.php3, left.php3:
      Backwards compatibility.
    * lang/malay-*.inc.php3, libraries/select_lang.lib.php3, translators.html:
      New language, thanks to "Shafique" (sicksand).
    * db_details.php3, Documentation.html: Display .sql files only.

2002-08-21 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details.php3, read_dump.php3, libraries/functions.js, lang/*,
      config.inc.php3, Documentation.html: web-based upload directory,
      thanks to Sönke J. Peters (s03nk3)
    * tbl_properties_structure.php3: undefined index for innodb,
      thanks to Loïc
    * images/pma_logo.png, left.php3, libraries/auth/cookie.auth.lib.php3:
      new logo, thanks to Ivan R. Lanin (ivanlanin); logo made transparent
      by Alexander M. Turek

2002-08-21 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.html:
      - Updated FAQ 1.6.
      - Converted special characters into HTML entities.
    * lang/german-*.inc.php3: Updates.
    * translators.html: Another note in order to avoid annoying mails.

2002-08-21 Loïc Chapeaux  <lolo@phpheaven.net>
    * config.inc.php3, db_details.php3, db_details_export.php3,
      db_details_qbe.php3, Documentation.html, ldi_check.php3, ldi_table.php3,
      tbl_dump.php3, tbl_properties_export.php3, tbl_query_box.php3,
      libraries/charset_conversion.lib.php3: Coding standards.
    * db_details.php3, read_dump.php3: optimize web-based upload directory

2002-08-21 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/common.lib.php3: revised to fit coding standards (by Loïc) and
      added documentation about parameters for PMA_showMySQLDocu()

2002-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
    * sql.php3, libraries/sqlparser.lib.php3: Fixed bug #597184 (PHP3
      compatibility).
    * libraries/common.lib.php3: Undefined variable.

2002-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
    * main.php3: Fixed bug #596019 (Undefined variable $re).

2002-08-15 Marc Delisle  <lem9@users.sourceforge.net>
    * config.inc.php3, tbl_query_box.php3, db_details.php3, Documentation.html:
      new $cfg['TextareaAutoSelect'] (Bug 582637)

2002-08-15 Michal Cihar  <nijel@users.sourceforge.net>
    * Documentation.html, config.inc.php3, db_details.php3, db_search.php3,
      ldi_table.php3, main.php3, tbl_indexes.php3, tbl_properties.inc.php3,
      tbl_properties_operations.php3, tbl_properties_options.php3,
      tbl_properties_structure.php3, tbl_query_box.php3, tbl_select.php3,
      user_details.php3, libraries/common.lib.php3:
      Implemented feature #545379 - phpMyAdmin has now support for all MySQL
      manuals available.

2002-08-15 Alexander M. Turek  <rabus@users.sourceforge.net>
    * main.php3: Undefined variable.
    * lang/german-*.inc.php3: Fixed a typo, thanks to Steve Alberty (staybyte).
    * Documentation.html: XHTML fixes.
    * libraries/common.lib.php3, libraries/config_import.lib.php3: Improved
      backwards compatibility for old config files.

2002-08-14 Olivier L. Müller  <om@omnis.ch>
    * Documentation.html, README, ANNOUNCE.txt, tbl_dump.php3:
      updated mail address of Tobias Ratschiller (requested by himself :)

2002-08-14 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/charset_conversion.lib.php3, config.inc.php3, Documentation.*:
      Improved detection of used recoding function, now can be configured
      which function should be preffered ($cfg['RecodingEngine']).
    * libraries/charset_conversion.lib.php3, read_dump.php3:
      read_dump.php3 uses new fuction PMA_convert_string instead of hardcoded
      iconv.
    * libraries/charset_conversion.lib.php3, ldi_check.php3, ldi_table.php3:
      Support for converting charset of loaded files, used new function
      PMA_convert_file.
    * tbl_dump.php3, db_details_export.php3, tbl_properties_export.php3:
      Support for exporting in custom charset.

2002-08-14 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/japanese update: thanks to Yukihiro Kawada

2002-08-14 Loïc Chapeaux  <lolo@phpheaven.net>
    * Documentation.html, lines 2251-2252: fixed an XHTML error.
    * main.php3: removed some extra space characters.
    * scripts/create_release.sh: add a reminder about checking language files
      validity.

2002-08-13 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech-*.inc.php3: Updates.
    * lang/sync_lang.sh: Allow running only on specified translations.

2002-08-13 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Updates.
    * Documentation.*: Updated credits.
    * libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to
      Pawe³ Szczepañski (pauluz).
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).

2002-08-13 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/*, main.php3: new warning strInsecureMySQL, when running with
      the default MySQL privileged account

2002-08-12 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/sqlparser.lib.php3:
        - Fixed bug #594098

2002-08-12 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/japanese update: thanks to Yukihiro Kawada
    * lang/slovenian update: thanks to Kositer Uros (urosh)

2002-08-12 Mike Beck  <mikebeck@users.sourceforge.net>
    * tbl_select.php3: Bugfix: it created IS 'NULL'
      instead of IS NULL.

2002-08-12 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/defines_php.lib.php3, Documentation.*, translators.html:
      corrected version number.
    * libraries/grab_globals.lib.php3: disallow accessing serious server files
      via "?goto=".
    * lang/hindi-utf-8.inc.php3: File was corrupted.
    * lang/chinese_gb-utf-8.inc.php3: Back to previous version.
    * lang/czech-*.inc.php3: Small fixes, thanks again to Michal Cihar (nijel).

2002-08-11 Robin Johnson  <robbat2@users.sourceforge.net>
    ### 2.3.0 is released ###
    * Documentation.html:
        - Updates for SQL Validator notes
    * lang/sort_lang.sh:
        - Fixed sorting bugs
        - Now correctely arranges str values.
        - Avoids extra blank line at top before CVS ID tag
    * lang/hindi:
        - Added '//to translate' to all untranslated strings
    * lang/*:
        - Resorted language files with fixed sort_lang.sh
    * scripts/create-release.sh:
        - Fix bug for existance of directory

2002-08-11 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/afrikaans: update, thanks to Andreas Pauley
    * ### 2.2.7 is released ###

2002-08-11 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
    * lang/slovak-*.inc.php3: Updates, thanks again to Lubos Klokner (erkac).
    * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
    * lang/albanian-*.inc.php3: Updates, thanks again to
      Laurent Dhima (laurenti).
    * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
    * lang/german-*.inc.php3: Updates.
    * tbl_properties_links.php3: Use "TRUNCATE TABLE" instead of "TRUNCATE".
    * tbl_indexes.php3: Default page for databases.
    * libraries/common.lib.php3: Workaround against bug #590055
      (Tables need repair after empty).

2002-08-10 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/string.lib.php3:
        - Fix for bug #593386
          Might need more work depending on character set
          research. We will need to end up knowing the
          character set MySQL is using to do it totally right.
    * libraries/common.lib.php3:
        - Fix for bug #582890
          Just detects for connect_type == 'tcp' before
          empty host. Might need better long term fix to
          detect socket connect_type, and check that a
          value exists for it, even if it is only the default.

2002-08-10 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/french: update.

2002-08-10 Alexander M. Turek  <rabus@users.sourceforge.net>
    * sql.php3, db_details_common.php3, tbl_properties_common.php3,
      libraries/common.lib.php3: Default pages for tables / databases.

2002-08-10 Loïc Chapeaux  <lolo@phpheaven.net>
    * config.inc.php3: coding standards.
    * db_details.php3; db_details_qbe.php3; tbl_change.php3;
      tbl_query_box.php3: fixed bug #592000 (dir="ltr" for textarea tags).
    * user_details.php3, lines 90-95: fixed bug #576896 - No "FILE" privileges
      on a database if neither "INSERT" nor "UPDATE" one.

2002-08-09 Marc Delisle  <lem9@users.sourceforge.net>
    * user_details.php3: bug 591602, mysql.user lowercase "password",
      thanks to Thomas Bähr <baehr at glaswald.de>
    * lang/romanian: update, thanks to Valics Lehel

2002-08-09 Robin Johnson  <robbat2@users.sourceforge.net>
    * Documentation.html:
        - Updates for SQL Parser
    * lang/finnish: update, thanks to Visa Kopu (visa)
    * lang/indonesion: update, thanks to Rachim Tamsjadi (tamsy)
    * lang/italian: update, thanks to Pietro Danesi (danone)
    * lang/sort_lang.sh:
        - New script to neaten all language files
    * lang/check_lang.sh:
        - New script to check language files for consistancy
    * lang/*.sh:
        - Added CVS tags to scripts
    * lang/*.inc.php3:
        - All languages neatened by lang/sort_lang.sh script.
    * libraries/string.lib.php3:
        - Added function to match accented characters

2002-08-08 Robin Johnson  <robbat2@users.sourceforge.net>
    * Documentation.html:
        - Cleaned up and re-arranged Configuration section to match
          config.inc.php3
    * config.inc.php3:
        - Cleaned up and re-arranged Configuration section to match
          config.inc.php3

2002-08-08 Loïc Chapeaux  <lolo@phpheaven.net>
    * left.php3: xhtml fixes (id name must start with a letter).
    * pdf_pages.php3, tbl_printview.php3, tbl_realtion.php3,
      scripts/decode_bug.php3: xhtml fixes.

2002-08-08 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/spanish-*.inc.php3:
      - Updates, thanks again to Daniel Hinostroza;
      - Reordered strings.
    * libraries/common.lib.php3: The ID names have been changed.
    * lang/hindi-utf-8.inc.php3, libraries/select_lang.lib.php3,
      translators.php3: Added Hindi language file, thanks to
      Girish Nair (girish_nair).
    * libraries/select_lang.lib.php3: The Georgian UTF-8 language file was
      offered even if $cfg['AllowAnywhereRecoding'] was set to FALSE.
    * lang/galician-*.inc.php3: Updates, thanks again to Xosé Calvo.
    * lang/thai-*.inc.php3: Updates, thanks again to
      Arthit Suriyawongkul (bacteria).

2002-08-07 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/afrikaans: update, thanks to Andreas Pauley
    * lang/turkish: update, thanks to Bora Alioglu
    * lang/polish: update, thanks to Jakub Wilk
    * lang/spanish: update, thanks to Daniel Hinostroza
    * lang/galician: update, thanks to Xosé Calvo
    * lang/hungarian: update, thanks to Peter Bakondy

2002-08-07 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/turkish-*.inc.php3: Updates, thanks again to
      Bora Alioglu <bora at risc01.ktu.edu.tr>.
    * lang/english-*.inc.php3: Reordered strings.
    * lang/czech-*.inc.php3: Updates, thanks agains to Michal Cihar (nijel).

2002-08-07 Loïc Chapeaux  <lolo@phpheaven.net>
    * db_details.php3, read_dump.php3, tbl_properties_links.php3:
      Coding standards.
    * db_search.php3, tbl_alter.php3, tbl_properties_links.php3,
      tbl_properties_operations.php3, tbl_query_box.php3, tbl_select.php3,
      user_details.php3, libraries/build_dump.lib.php3,
      libraries/display_tbl.lib.php3: Improved MySQL 3.21 compatibility.
    * libraries/sqlparser.lib.php3:
        - Coding standard improvements (Merged by Robin)
    * scripts/decode_bug.php3:
        - Coding standard improvements (Merged by Robin)

2002-08-07 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/slovak-iso-8859-2.inc.php3:
        - Updates, thanks to Lubos Klokner (erkac)
    * lang/indonesian-iso-8859-1.inc.php3:
        - Updates, thanks to Rachim Tamsjadi (tamsy)
    * lang/estonian-iso-8859-1.inc.php3:
        - Updates, thanks to Alvar Soome (finsoft)
    * lang/czech-iso-8859-2.inc.php3:
        - Updates, thanks to Michal Cihar (nijel)
    * lang/greek-iso-8859-7.inc.php3:
        - Updates, thanks to Kyriakos Xagoraris (theremon)
    * lang.swedish-iso-8859-1.inc.php3:
        - Updates, thanks to Björn T. Hallberg (bth)
    * libraries/sqlparser.lib.php3:
        - Added LANG to the list of BUG() data
        - Made easier to understand throwError() output
        - Spelling fix in
          $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
    * lang/*:
        - Spelling fix in $strSQLParserBugMessage where not yet translated
        - Spelling fix in $strSQPBugUnknownPunctation where not yet translated
        - Spelling fix in
          $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation

2002-08-06 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/sqlvalidator.php3, libraries/sqlvalidator.lib.php3:
        - Renamed libraries/sqlvalidator.php3 to libraries/sqlvalidator.lib.php3
    * scripts/decode_bug.php3:
        - Cleaned up code to use <pre> arouund output
    * libraries/sqlparser.lib.php3:
        - Converted code to use $str* variables
        - BUG() code cleaned up (PMA_SQP_BUG, PMA_SQP_throwError)
        - More PHP3 compatibility
    * lang/*:
        - New variables for SQL Parser error messages

2002-08-06 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties_links.php3: bug 590867: avoid undefined variable
      and add comments in the code for a future correction

2002-08-06 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/display_tbl.lib.php3, line 1412: do not die if relation table
      is broken in browse mode
    * libraries/sqlvalidator.lib.php3, libraries/sqlvalidator.class.php3:
        - Coding style fixes, documentation.

2002-08-06 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/english-*.inc.php3: Typo.
    * db_details.php3, read_dump.php3, tbl_query_box.php3, lang/*.inc.php3:
      Fixed bug #590863 (Importing an SQL dump fails when using UTF-8) by
      allowing the user to specify the charset of an uploaded SQL file.
    * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).

2002-08-05 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_indexes.php3, ldi_check.php3, libraries/sqlparser.lib.php3:
      coding standard

2002-08-05 Alexander M. Turek  <rabus@users.sourceforge.net>
    * translators.html:
      - Added a small note in order to avoid annoying emails.
      - Corrected the name of the Chinese translator.
    * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
    * lang/chinese_.inc.php3: Updates, thanks again to Siu Sun (siusun).
    * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).

2002-08-04 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_indexes.php3: was corrupting the query displayed in query box
      because it was using $sql_query for local needs. Replaced by $local_query

2002-08-04 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3, line 88: default language should be
      en-iso-8859-1.
    * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
      compatibility for config file revisions before 1.131.
    * config.inc.php3: Display syntax errors when the user calls the config file
      directly even if "display_errors" has been switched off in php.ini.
    * lang/german-*.inc.php3: Updates.
    * lang/afrikaans-*.inc.php3: Tidied up a bit.
    * Documentation.html, ANNOUNCE.txt: We now have 41 languages, don't we?
    * Documentation.html:
      - Beautified XHTML code;
      - Edited my credit;
      - Fixed a typo.
    * tbl_properties.inc.php3: Tried to work around bug #590481 (By default
      radio button for primary key).

2002-08-03 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: remove unneeded GRANT
    * lang/turkish: update, thanks to Bora Alioglu
    * lang/french: update

2002-08-03 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/*:
        - Strings for SQL Validator
    * config.inc.php3:
        - Config options for SQL Validator
    * libraries/common.lib.php3, sql.php3:
        - SQL Validator usage code
    * libraries/sqlvalidator.class.php3:
        - PHP Class to run SQL Validator
    * libraries/sqlvalidator.php3:
        - SQL Validator interface code
    * ChangeLog:
        - Neatened Changelog to general follow a format
        - (* <filename>: <details>)
    * db_details.php3, db_stats.php3, main.php3, sql.php3
      tbl_change.php3, tbl_query_box.php3, user_details.php3
      libraries/common.lib.php3:
        - changed show_query to use 1/0 instead of 'y'/'n'
    * sql.php3, libraries/common.lib.php3:
        - Improved logic of edit, show_as_php, explain and validator
          in the SQL query box
    * libraries/sqlvalidator.php3, libraries/sqlvalidator.class.php3:
        - Function documentation and cleanup
    * config.inc.php3:
        - Comments for SQL Validator options

2002-08-02 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/defines*:
        - Add another set of defines to make the original
          version datas available as strings
    * libraries/common.lib.php3:
        - Cleaned up SQL Query links
        - Made customizable in $cfg
    * config.inc.php3:
        - Added $cfg['SQLQuery']* for customizing SQL Query links
        - Set defaults of $cfg['SQLQuery']* to act like old behavior
    * lang/*:
        - Changed $strExplain to say 'Query' instead of code
        - Added $strNoExplain for reverse of Explain state

2002-08-02 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/portuguese: update, thanks to Lopo Pizarro
    * lang/catalan: update, thanks to Xavier Navarro
    * lang/ukrainian: update, thanks to Markijan Baran
    * ldi_check.php3: undefined $sub_part

2002-08-01 Robin Johnson  <robbat2@users.sourceforge.net>
    * scripts/decode_bug.php3:
        - Improvements and PHP3 fixes thanks to Loic
    * libraries/string.lib.php3:
        - Detect U+00A0 as whitespace

2002-08-01 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/afrikaans: new language
        - thanks to Andreas Pauley (pauley at buitegroep.org.za)
    * lang/spanish: remove control m

2002-07-31 Robin Johnson  <robbat2@users.sourceforge.net>
    * tbl_properties_structure.php3 +40: Fix for a warning notice
    * libraries/sqlparser.lib.php3: Fix for another minor formatting quirk

2002-07-31 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/thai: update, thanks to Arthit Suriyawongkul

2002-07-30 Robin Johnson  <robbat2@users.sourceforge.net>
    * scripts/decode_bug.php3: Parser BUG decoder merged
    * lang/russian: Update thanks to http://psyonline.ru/
    * lang/spanish: Update thanks to Daniel ?
    * lang/*: ran sync_lang.sh

2002-07-30 Marc Delisle  <lem9@users.sourceforge.net>
    * config.inc.php3: how to test auto-detect
    * lang/turkish: update, thanks to Bora Alioglu
    * lang/galician: update, thanks to Xosé Calvo
    * lang/albanian: update, thanks to Laurent Dhima.
    * lang/czech: update, thanks to Michal Cihar
    * lang/slovak-iso: update, thanks to Lubos Klokner

2002-07-30 Loïc Chapeaux  <lolo@phpheaven.net>
    * Documentation.html: coding standards (line size <= 80).
    * db_details_structure.php3:, 456-460, beautified generated page.

2002-07-29 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: auto-detect, dot in dbname, CGI and cookie auth
    * lang/turkish: update, thanks to Bora Alioglu

2002-07-29 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/galician*: Merged update from #588154
    * lang/estonian*: Merged update from Alvar Soome
    * lang/indonesian*: Merged update from Rachim Tamsjadi
    * lang/*: ran sync_lang.sh

2002-07-29 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_change.php3, line 203: fixed an xhtml bug (#587974) thanks to
      Christophe Jaillet <tititou at users.sourceforge.net>
    * libraries/sqlparser.lib.php3: fixed parse errors (bug #588010)
      thanks to Nagi Peters <nagipeters at users.sourceforge.net> and
      coding standards.
    * Documentation.html: coding standards.
    * libraries/relation.lib.php3: beautified generated page.

2002-07-28 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/romanian: update, thanks to Valics Lehel
    * lang/polish: update, thanks to Jakub Wilk
    * lang/swedish: update, thanks to Björn T. Hallberg
    * lang/italian: update, thanks to Pietro Danesi
    * lang/lithuanian: update, thanks to Vilius Zigmantas
    * lang/dutch: update, thanks to Ivo Teel.
    2.3.0-rc4 released

2002-07-27 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/italian: update, thanks to Pietro Danesi
    * lang/*: fix a typo

2002-07-26 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/sqlparser.lib.php3:
        - Fixed ANSI type string escaping
        - Fixed formatting wrt. whitespace in FormatHTML
        - PHP3 fix for gzcompress() bug code
        - Fix for ob_flush() bug code

2002-07-26 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: numbers for faq entries
    * russian: updates, from an anonymous contributor

2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/sqlparser.lib.php3:
        - PHP3 parse errors fixed;
        - coding standards.
    * pdf_schema.php3; lang/*: translated a string.
    * header.inc.php3, lines 155-156: better "fix" against bug
      #585094 (Runtime Error on Line 62).

2002-07-25 Robin Johnson  <robbat2@users.sourceforge.net>
    * config.inc.php3:
        - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
          value.
    * libraries/sqlparser.lib.php3:
        - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
          value.
        - Fix strpos on line 168/169 to work with PHP3
        - Fixed analyze code to remove print_r()
    * lang/estonian-iso-8859-1.inc.php:
        - Updated translation (thanks to Alvar Soome)

2002-07-25 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html, clarify about mysql extensions
    * tbl_properties_options.php3, tbl_properties_table_info.php3:
      bug 586230, thanks to Loïc
    * common.lib.php3: fix bad variable name
    * tbl_indexes.php3, tbl_change.php3: fixes for PHP3 compatibility

2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
    * coding standard: common.lib.php3, config.inc.php3, Documentation.html,
      header.inc.php3, sqlparser.data.php3, sqlparser.lib.php3,
      string.lib.php3, translators.html

2002-07-24 Marc Delisle  <lem9@users.sourceforge.net>
    * new lang: slovenian, thanks to Kositer Uros (urosh)

2002-07-24 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/string.lib.php3:
        - optimizations/PHP3 fixes (thanks Loïc)
    * libraries/sqlparser.lib.php3:
        - Merged
        - Spacing around if statements
        - Added require statements for parser
        - Moved to global constants for size of keyword arrays
        - Added CSS creation rules
        - Cleaned up CSS creation functions
        - Formatting fixes
    * libraries/sqlparser.data.php3:
        - Merged
        - Added 'ANALYSE' reserved word (note spelling)
    * config.inc.php3:
        - Added SQL Parser variables
        - Remove old SQL Parser variables
    * header.inc.php3:
        - Added CSS for SQL Parser
    * libraries/common.lib.php3:
        - Change of PMA_format_sql to use new SQL Parser

2002-07-24 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/string.lib.php3: Function documentation

2002-07-23 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/string.lib.php3: String functions for the new
      SQL Parser system

2002-07-22 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/dutch update, thanks to Ivo Teel.

2002-07-22 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/common.lib.php3, lines 198-200: open the documentation
      link in the "documentation" window.
    * libraries/charset_conversion.lib.php3; libraries/select_lang.lib.php3:
      PHP3 fixes (don't use "require" inside a conditional statement).
    * Documentation.html: XHTML fixes.
    * db_details_structure.php3; tbl_properties.php3;
      tbl_change.php3, line 336; tbl_properties_structure.php3;
      tbl_select.php3, lines 122 & 127; tbl_query_box.php3: XHTML fixes.
    * db_details.php3; db_details_links.php3;
      tbl_properties_export.php3, lines 156-158: beautified generated
      XHTML code.

2002-07-21 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html, libraries/common.lib.php3: added a faq about
      mysql extension, and a link to it when the error occurs

2002-07-20 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties*: missing $sub_part for back links (bug 584069)

2002-07-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * tbl_properties_links.php3: Fixed bug #583969.
    * lang/german-*.inc.php3: Updates.

2002-07-19 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_schema.php3, bug 583833: should not complain if some tables
      are missing
    * lang/hungarian update, thanks to Peter Bakondy
    * lang/thai updates: thanks to Arthit Suriyawongkul.
    * lang/norwegian updates: thanks to Sven-Erik Andersen

2002-07-19 Loïc Chapeaux  <lolo@phpheaven.net>
    * pdf_schema.php3; pdf_page.php3; libraries/common.lib.php3: PHP3 fixes.
    * tbl_properties_structure.php3: coding standards.

2002-07-18 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3, libraries/select_lang.lib.php3: Don't include
      the "real" config file if a developer edition exists.
    * libraries/charset_conversion.lib.php3: Exit the script if iconv cannot be
      used.

2002-07-18 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: bug 579785, Edit links URLs too long
      for some browsers
    * lang/italian: update, thanks to Pietro Danesi
    * lang/chinese: update, thanks to Siu Sun
    * lang/albanian: update, thanks to Laurent Dhima.
    * lang/czech: update, thanks to Michal Cihar
    * lang/sync_lang.sh: can exclude some languages from conversion,
      thanks to Michal Cihar
    * lang/turkish: update, thanks to Bora Alioglu
    * lang/polish: update, thanks to Jakub Wilk
    * lang/galician: update, thanks to Xosé Calvo
    * lang/romanian: update, thanks to Valics Lehel
    * sql.php3: bug 582356, Propose table structure was not working when
      $cfg['ShowAll'] was FALSE

2002-07-18 Steve Alberty  <staybyte@users.sourceforge.net>
    It is now possible to print stats for more than 2 GB (up to exa byte)
    * db_details_structure.php3: correct wrong link from table size to stats
    * tbl_printview.php3: fixed warnings if relation is not defined
    * db_printview.php3: fixed warnings and faults

2002-07-17 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/sync_lang.sh: support for multiple convertors (recode added),
      thanks to Michal Cihar
    * lang/spanish update:
        - thanks to Daniel Hinostroza
        - (Daniel.Hinostroza  at grunenthal.com.ec)
    * lang/swedish: updates: thanks to Björn T. Hallberg
    * lang/indonesian: updates, thanks to Rachim Tamsjadi.
    * lang/japanese*: updates, thanks to Yukihiro Kawada
    * lang/french: updates
    * lang/lithuanian: updates, thanks to Vilius Zigmantas
    * chk_rel.php3, db_details_structure.php3, Documentation.html,
      pdf_pages.php3, pdf_shema.php3, libraries/select_lang.lib.php3:
      commits for Loic
    * tbl_properties.php3, tbl_properties_structure.php3,
      new tbl_query_box.php3: query box at the bottom of the structure page

2002-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3, libraries/config_import.lib.php3: Added
      $cfg['PmaNoRelation_DisableWarning'] to the backwards compatibility code.
    * config.inc.php3, Documentation.html: Remerged the changes that were
      removed in the previous revision, thanks to Björn T. Hallberg (bth).
    * libraries/select_lang.lib.php3: Disable UTF-8 if
      $cfg['AllowAnywhereRecoding'] has been set to FALSE.

2002-07-17 Mike Beck <mikebeck@users.sourceforge.net>
    * pdf_pages.php3: if a page is edit it can also be shown
    * pdf_schema.php3: now it is possible to have all tables
      displayed with the same (maximum) width (feature request 576537)

2002-07-16 Mike Beck <mikebeck@users.sourceforge.net>
    * libraries/relation.lib.php3: verbose mode
    * db_details_structure.php3: show message if relation doesn't work
    * chk_rel.php3: new file to show what is wrong with relation

2002-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
    * header.inc.php3: Use include() instead of require().

2002-07-16 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries: charset_conversion.lib.php3, common.lib.php3: bug 581577:
      a better if, because sometimes the test for PHP3 succeeds even
      for PHP4, thanks to Neil Darlow
    * libraries/relation.lib.php3: undefined variable

2002-07-15 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/config_import.lib.php3:
        - Removed a comment and
        - Changed the default value for $cfg['AllowAnywhereRecoding'] into FALSE.
    * header.inc.php3: Better fix against bug #571409, thanks to Loïc.
    * libraries/common.lib.php3: Coding standards.

2002-07-15 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details_export.php3, db_details_links.php3, Documentation.html,
      sql.php3, tbl_properties_export.php3, libraries/common.lib.php3,
      libraries/select_lang.lib.php3: fixes from Loic
    * config.inc.php3: default value for $cfg['AllowAnywhereRecoding'] = FALSE;
      to avoid problems on multithreaded servers, thanks to Neil Darlow
      (ndarlow)
    * libraries/charset_conversion.lib.php3: remove the "@" before dl()
      because multithreaded servers don't support dl(), and we want
      to see the error message, thanks to /Leblanc
    * header.inc.php3: js error with OmniWeb, thanks to Loïc

2002-07-14 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html, db_details_exports.php3, tbl_properties_export.php3:
      add a link to a new faq entry explaining some dump options
    * libraries/relation.lib.php3: bug 575868 Unitialized string offset
    2.3.0-rc3 released

2002-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
    * config.inc.php3, libraries/common.lib.php3: Fixed bug #576018.
    * lang/german-*.inc.php3: Clarification.

2002-07-13 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
      not a SELECT
    * sql.php3: better way to show php code
    * sql.php3: bug 580920: do not display the confirm dialog
    * db_details_links.php3: undefined variable if coming from a Show MySQL
      link on the home page

2002-07-13 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.html: News about bug #540671.

2002-07-12 Alexander M. Turek  <rabus@users.sourceforge.net>
    * main.php3: Fixed a bug of the SHOW GRANTS patch (bug #568174: Wildcards
      escaped in db name), thanks to Björn T. Hallberg (bth).

2002-07-12 Mike Beck    <mikebeck@users.sourceforge.net>
    * sql.php3: only run query if we didn't ask for phpcode of sql.

2002-07-12 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/select_lang.lib.php3: add -utf-8 choices.
    * lang/indonesian updates, thanks to Rachim Tamsjadi.
    * libraries/relation.lib.php3: better initialization for a variable,
      thanks to Jurgen Schwietering <jurgen at schwietering.com>.

2002-07-11 Loïc Chapeaux  <lolo@phpheaven.net>
    * pdf_schema.php3; tbl_printview.php3; tbl_properties_links.php3;
      tbl_properties_operations.php3; tbl_relation.php3;
      libraries/charset_conversion.lib.php3; libraries/display_tbl.lib.php3;
      libraries/relation.lib.php3: coding standards.
    * libraries/common.lib.php3: coding standards and a little display bug.

2002-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3: PHP3 compatibility.
    * read_dump.php3: Fixed bug #579968, thanks to Alvar Soome (finsoft).

2002-07-11 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/common.lib.php3: Fix for case where HTTP_HOST contains
      the port already, as adding HTTP_PORT is wrong then.

2002-07-10 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/charset_conversion.lib.php3: wrong function called,
      thanks to Michal Cihar
    * lang/*: cleanup of file names to include charset

2002-07-09 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/common.lib.php3: fix from Loïc for bug 579017

2002-07-08 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
    * libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).

2002-07-08 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: bug 577645: extra space in the cell
    * libraries/common.lib.php3, defines.lib.php3, defines_php.lib.php3,
      scripts/create-release.sh: split defines.lib.php3 because
      of charset_conversion needs (thanks to Michal Cihar)
    * slovak: with permission from Peter Svek, now the windows-1250
      is generated from the -iso-8859-2 file.

2002-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3: Forgot a <meta /> tag in the config file error
      message.

2002-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/charset_conversion.lib.php3: $strCantUseRecodeIconv has to be
      accessed via the $GLOBALS[] array.

2002-07-06 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties_structure.php3: undefined variable
    * pdf_pages.php3: bug 574637 undefined index
    * db_details_structure.php3: remove a PMA_backquote added today that
      introduces a bug
    * pdf_schema.php3: undefined variables

2002-07-05 Alexander M. Turek  <rabus@users.sourceforge.net>
    * header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).

2002-07-05 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: about html entities in translations
    * libraries/common.lib.php3: charset_conversion needs the constants
    * libraries/select_lang.lib.php3, /lang: -utf8 files renamed -utf-8
    * tbl_qbe.php3 renamed db_details_qbe.php3:
       - bug 576510: (affects also db_details_links.php3)

2002-07-01 Loïc Chapeaux  <lolo@phpheaven.net>
    * Documentation.html: coding standards and xhtml fixes.

2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
      compatibility for $cfg['PmaAbsoluteUri_DisableWarning'].

2002-07-04 Robin Johnson  <robbat2@users.sourceforge.net>
    * config.inc.php3, libraries/common.lib.php3:
      Code for $cfg['PmaAbsoluteUri_DisableWarning']

2002-07-03 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/japanese* updates:, thanks to Yukihiro Kawada
    * Documentation.html: explain the oslash symbol in the statistics
    * left.php3: the - as first choice is not clear
    * tbl_properties_table_info.php3, tbl_properties_links.php3: bug
      576776: ShowAll never displayed
    * display_tbl.lib.php3: bug 576786: printview and ModifyDeleteAtRight

2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * sql.php3: Completed fix against bug #575867 (Error with limit or load in
      the table name).

2002-07-01 Olivier L. Müller  <om@omnis.ch>
    * header.inc.php3: nicer CSS for Tabs (J.Fornallaz)
    * tbl_properties.php3: added insert button to Marc's <select> :)

2002-07-01 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties_links.php3, db_details_links.php3: better vertical spacing
    * tbl_properties.php3, db_details.php3: misplaced bullet
    * tbl_properties.php3: add field list on the query page
    * pdf_schema.php3: color for all segments of primary key, thanks to
      Joshua Eichorn (jeichorn at joshuaeichorn.com)

2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * sql.php3: Fixed bug #575867 (Error with limit or load in the table name)
      partly.

2002-06-30 Marc Delisle  <lem9@users.sourceforge.net>
    * user_details.php3: fix the tooltip
    2.3.0-rc2 released

2002-06-30 Alexander M. Turek  <rabus@users.sourceforge.net>
    * user_details.php3: Added a tooltip for the new documenation link.
    * sql.php3: Fixed bug #574855 (wrong counted rows with many functions)
      thanks to Svetlozar Kovachev (svetlio).
    * db_details_export.php3: Fixed bug #575591 ('select all' doesn't work
      without javascript).

2002-06-29 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_qbe.php3: show upper links
    * Documentation.html, user_details.php3: link to document what happens
      with grants and underscores.

2002-06-29 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/config_import.lib.php3, libraries/common.lib.php3:
      Backwards compatibility for config files < rev. 1.113.
    * lang/german*.inc.php3: Better translation for $strQBE.

2002-06-29 Olivier L. Müller  <om@omnis.ch>
    * Documentation.html: docs about $cfg['DefaultTabDatabase']
      and $cfg['DefaultTabTable']
    * config.inc.php3, index.php3, left.php3, libraries/common.lib.php3:
      default tab selection is now customizable from config.inc.php3.

2002-06-28 Olivier L. Müller  <om@omnis.ch>
    * ANNOUNCE.txt: preparing 2.3.0 announcement... Feel free
      to improve and check

2002-06-28 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3, tbl_properties_common.php3,
      new libraries/db_table_exists.lib.php3: menu on insert/edit

2002-06-27 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3, db_details_db_info.php3, db_details_links.php3: bug with a
      Select and no table
    * lang/slovak-iso: updates, thanks to Lubos Klokner
    * Documentation.html: faq about silent column type changing

2002-06-26 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/czech-*.inc.php3: Shorter term for QBE, thanks again to
      Michal Cihar (nijel).
    * index.php3, header.inc.php3, header_printview.php3, left.php3,
      libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't
      detect character encoding).

2002-06-26 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: update the persons/towns/countries example
    * sql.php3, tbl_properties_table_info.php3: sub-page links on browse
    * lang/japanese* updates: thanks to Yukihiro Kawada
    * libraries/mysql_wrappers.lib.php3: patch #574009, charset
      conversion for db names, thanks to Michal Cihar_

2002-06-26 Olivier L. Müller  <om@omnis.ch>
    * tbl_change.php3: display the submit button every 15 lines:
      may be useful for tables with 200 fields...
    * db_details_structure.php3: fixed a wrong link: [Properties]
      was opening the tbl_properties.php3 instead of
      tbl_properties_structure.php3

2002-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-utf8.inc.php3: Synchronization.
    * ChangeLog: Added a note about the older ChangeLogs at EoF.

2002-06-25 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/georgian-utf-8 updates: thanks to Kakha Mchedlidze
    * lang/ukrainian-win1251 updates: thanks to Markijan Baran

2002-06-25 Olivier L. Müller  <om@omnis.ch>
    * lang/german.inc.php3: Du -> Sie

2002-06-24 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/lithuanian.inc.php3: Removed line feed at EoF.

2002-06-23 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro

2002-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
    Revised some files in /lang/:
    * chinese_*.inc.php3, estonian.inc.php3, finnish.inc.php3:
        - Reordered Strings.
    * arabic.inc.php3, brazilian_portuguese.inc.php3, bulgarian_*.php3,
      croatian-*.php3, danish.inc.php3, korean.inc.php3, russian_*.inc.php3,
      serbian-win1250.inc.php3:
        - Synchronized the untranslated string
          $strSplitWordsWithSpace with the English translation.

2002-06-23 Olivier L. Müller  <om@omnis.ch>
    * db_stats.php3: Fixed warning from mysql_free_result.

2002-06-22 Olivier L. Müller  <om@omnis.ch>
    * lang/english-utf8.inc.php3, lang/english.inc.php3, lang/french.inc.php3:
      shorter term for QBE
    * config.inc.php3: added configuration variables for default tabs
    * tbl_properties_links.php3: 'Empty' tab is now red as well
    * db_details_links.php3, index.php3, left.php3, tbl_properties_links.php3:
      moved 'Structure' to the front and use it as default value.
      TODO: make that customizable.
    * config.inc.php3, main.php3, docs: added cfg['SuggestDBName'] flag

2002-06-22 Robin Johnson  <robbat2@users.sourceforge.net>
    * sql.php3:
        - Fix warning and error from mysql_free_result($cna_all_result);
    * tbl_printview.php3:
        - Fixed style="PAGE-BREAK-AFTER: always" from appearing on the
          last <div>, to stop a blank page being printed
        - Moved <hr /> to just inside </div> - gets line on the same page
    * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
    * lang/chinese*.inc.php3 updates: thanks to Siu Sun
    * lang/english*: $strSplitWordsWithSpace
        - Fix spelling 'seperated' -> 'separated'

2002-06-21 Olivier L. Müller  <om@omnis.ch>
    * libraries/common.lib.php3, main.php3: be more tolerant with lazy
      sysadmins or users by letting them having an empty
      $cfg['PmaAbsoluteUri']. A default value (which should work according
      to the docs...) will be set and a warning displayed on main.php3.

2002-06-21 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/english*: $strSplitWordsWithSpace
        - 'splitted' changed to 'seperated'
    * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
    * lang/polish.inc.php3 updates: thanks to Jakub Wilk
    * db_details_links.php3, header.inc.php3,
      tbl_properties_links.php3, libraries/common.lib.php3:
        - Neater tab code by Michal Cihar (Patch #571837)

2002-06-21 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3: patch 565627 for the old bug 461192: wrong query count
      for groups, thanks to Svetlozar Kovachev
    * lang/czech* updates: thanks to Michal Cihar
    * lang/greek updates: thanks to Kyriakos Xagoraris
    * lang/norwegian updates: thanks to Sven-Erik Andersen
    * tbl_properties_structure.php3, bug 572127: wrong back link, thanks
      to "nobody"
    * tbl_addfield.php3: goback to the structure sub-page

2002-06-20 Robin Johnson  <robbat2@users.sourceforge.net>
    * tbl_qbe.php3: Using * for tables fields disables
      sorting for that field (Fix for bug #570698)
    * db_details_links.php3: Added $args3, $args4 = '', for no tables case

2002-06-20 Marc Delisle  <lem9@users.sourceforge.net>
    * ChangeLog_till_2.2.6.gz: removed from the distribution and copied
      to home page
    * lang/georgian-utf-8: thanks to Kakha Mchedlidze <kakha at qartuli.com>
    * lang/polish updates: thanks to Jakub Wilk
    * lang/galician updates: thanks to Xosé Calvo

2002-06-20 Alexander M. Turek  <rabus@users.sourceforge.net>
    * header.inc.php3, *_links.php3, libraries/common.lib.php3: Implemented
      Patch #571426 (Tabbed navigation), thanks to Joachim Fornallaz (jfornall).

2002-06-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3, libraries/config_import.lib.php3,
      config.inc.php3: Rewrote the whole backwards compatibility code for old
      config files.
    * config.inc.php3: Beautified code.
    * header.inc.php3, footer.inc.php3, libraries/common.lib.php3:
      Header and footer may now be included inside a function as well
      (Better fix against bug #549570).

2002-06-19 Marc Delisle  <lem9@users.sourceforge.net>
    * index.php3: missing header, thanks to Michal Cihar
    * lang/japanese* updates: thanks to Yukihiro Kawada
    * lang/spanish, catalan updates: thanks to Xavier Navarro
    * lang/dutch updates: thanks to Ivo Teel.
    * lang/swedish updates: thanks to Björn T. Hallberg
    * lang/galician updates: thanks to Xosé Calvo
    * libraries/config_import.lib.php3, fixed 3 parse errors
    * common.lib.php3: due to formatting problems, bypass PMA_format_sql
      for 2.3.0-rc1
    * 2.3.0-rc1 release

2002-06-19 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/charset_conversion.lib.php3,
      libraries/common.lib.php3,
      main.php3:
        - added isset() before some configuration variables

2002-06-18 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/chinese* updates: thanks to Siu Sun
    * lang/lithuanian updates: thanks to Vilius Zigmantas
    * lang/romanian updates: thanks to Valics Lehel
    * lang/thai updates: thanks to Arthit Suriyawongkul.
    * lang/turkish updates: thanks to Bora Alioglu
    * tbl_relation.php3, bug 570691: query was executed too many times

2002-06-18 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].

2002-06-18 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/relation.lib.php3:83
        - Fixed $cfg['Servers']['Server'] -> $cfg['Server']
    * libraries/relation.lib.php3:144,190
        - Cleaned up is_array() to isset() && is_array()
    * tbl_change.php3:204
        - $type_nowrap added to case 'timestamp'
    * lang/estonian.inc.php3 updates, thanks to Alvar Soome (#570330)
        - Last fix for $strConfigFileError done as well

2002-06-17 Robin Johnson  <robbat2@users.sourceforge.net>
    * lang/finnish.inc.php3 updates: thanks to Visa Kopu (#569317)
    * lang/italian.inc.php3 update: thanks to Pietro Danesi (#569424)

2002-06-17 Marc Delisle  <lem9@users.sourceforge.net>
    * scripts/create-release.sh: the I option in tar for bzip output
      is deprecated and no longer works on sourceforge, use j
    * lang/french.inc.php3: updates
    * user_password.php3: parse error as reported by Olivier
    * libraries/relation.lib.php3: pmadb can be left blank

2002-06-16 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/sync_lang.sh: new script thanks to Michal Cihar
    * Documentation.html: typos
    * lang/hebrew.inc.php3 updates: thanks to Yuval Sarna
    * lang/turkish.inc.php3 updates: thanks to Bora Alioglu

2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
    more changes because of new centralized db for pma
    * db_details_structure.php3
    * pdf_pages.php3
    * pdf_schema.php3
    * libraries/display_tbl.lib.php3
    now also honour new place of relationtables
    * Documentation.html
    * Documentation.txt
    described new db and tables
    * db_details_links.php3
      - put the link to tbl_qbe in topnavigation
    * tbl_relation.php3
        writing of column_comments possible
    * tbl_printview.php3
        column_comments will be displayed
    * relation.lib.php3
        new function: getComments($db,$table)

2002-06-15 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/romanian.inc.php3: updates, thanks to Valics Lehel
    * lang/lithuanian.inc.php3: updates, thanks to Vilius Zigmantas
    * lang/polish.inc.php3: updates, thanks to Jakub Wilk
    * lang/ukrainian.inc.php3: updates, thanks to Markijan Baran
    * lang/spanish.inc.php3:, catala.inc.php3 updates, thanks to Xavier Navarro
    * lang/czech* updates:, thanks to Michal Cihar
    * lang/norwegian.inc.php3: updates, thanks to Sven-Erik Andersen
    * lang/swedish.inc.php3: updates, thanks to Björn T. Hallberg

2002-06-15 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
    * lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima.
    * lang/german*.inc.php3: Translated $strComments.
    * config.inc.php3: Changed default values of some directives.

2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
    started putting the relationtables in a central db
    with the bookmarktable
    * config.inc.php3
      - renamed $cfg['Servers'][$i]['bookmarkdb'] to
        $cfg['Servers'][$i]['pmadb']
      - allready added $cfg['Servers'][$i]['column_comments']
    * tbl_relation.lib.php3  new file
      - PMA_getRelationsParam(): get and test config
      - getForeigners() get an array of tables/fields
        related to the one you supply
      - getDisplayField() get the tables display column
      - PMA_query_as_cu() query the pmadb using the controluser
        if possible, otherwise normal user
    changes to use new place of tables are allready finished for
    those files:
    * tbl_relation.php3
    * db_details_structure.php3
    * pdf_pages.php3
    * tbl_qbe.php3

2002-06-14 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german.inc.php3: Updates.
    * libraries/select_lang.lib.php3, lang/german-utf8.inc.php3:
      Added German UTF-8 file.
    * lang/italian.inc.php3: Updates, thanks again to
      Pietro Danesi <danone at users.sourceforge.net>.
    * libraries/user_details.js: Fixed a sytax error.

2002-06-14 Marc Delisle  <lem9@users.sourceforge.net>
    * big patch for charset support, all files that call mysql have been
      modified; thanks to Michal Cihar.

2002-06-14 Mike Beck  <mikebeck@users.sourceforge.net>
    * tbl_qbe:  Bugfixing
      - Don't try to use a generated SQL Statement without
        a SELECT (if none of the Columns is marked as display
        this could happen)
      - if no LEFT JOINS are generated make sure that the
        array containing tablenames is unique

2002-06-12 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/turkish.inc.php3: Updates, thanks again to
      Bora Alioglu <bora@risc01.ktu.edu.tr>.
    * lang/german.inc.php3: Translated $strMissingBracket.
    * lang/english.inc.php3: Reordered strings.
    * config.inc.php3:
      - Use hex codes for colors;
      - Removed a dublicate.

2002-06-12 Mike Beck <mikebeck@users.sourceforge.net>
    Syntaxcoloring for SQL - Statements
    * config.inc.php3: lines 226-,302-
    * libraries/common.lib.php3: lines 34,43,192-,312-,987,1062

2002-06-12 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/dutch.inc.php3: updates, thanks to Ivo Teel.
    * lang/slovak-iso.inc.php3: updates, thanks to Lubos Klokner

2002-06-11 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: JS fixes, thanks to
      Richard Hornsby <rhornsby at users.sourceforge.net>.
    * Documentation.html: Fixed a typo.
    * lang/german.inc.php3: Updates.
    * lang/italian.inc.php3:
      - Updates, thanks again to
        Pietro Danesi <danone at users.sourceforge.net>.
      - Removed HTML entities.

2002-06-11 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_pages.php3, lang/*, Documentation.html: new message with doc
    * lang/hungarian.inc.php3: updates, thanks to Peter Bakondy
    * lang/japanese*.php3: updates, thanks to Yukihiro Kawada
    * lang/lithuanian.inc.php3: updates, thanks to Vilius Zigmantas

2002-06-10 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_select.php3:, bug with end of lines

2002-06-10 Mike Beck <mikebeck@users.sourceforge.net>
    * tbl_select.php3: lines 12-16,111-123,194-199
      - now you can use >= etc.

2002-06-09 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/french.inc.php3 updates

2002-06-09 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3: Corrected path to config_import.lib.php3.
    * libraries/common.lib.php3, lang/*.inc.php3, config.inc.php3:
      Catch parse errors in the config file.
    * lang/chinese_*.inc.php3: Converted to Unix line feed format.
    * lang/english.inc.php3: Reordered strings.

2002-06-09 Robin Johnson  <robbat2@users.sourceforge.net>
    * libraries/common.lib.php3:
      - Initial checkin of base DB-Config code

2002-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
    * translators.html:
      - Changed Dutch translator.
      - Changed special characters into HTML entities.
    * lang/norwegian.inc.php3: Updates, thanks again to
      Sven-Erik Andersen <sven-erik at users.sourceforge.net>.
    * lang/polish.inc.php3: Small corrections, thanks again to
      Jakub Wilk <ubanus at users.sourceforge.net>.
    * tbl_replace.php3: Fixed bug #564741 (CURDATE doesn't need any arguments).

2002-06-07 Marc Delisle  <lem9@users.sourceforge.net>
    * translators.html: updates (try to have only one official translator,
      probably the original author, or the one who now sends updates)
    * lang/czech*: updates, thanks to Michal Cihar
    * lang/chinese*: updates, thanks to Siu Sun

2002-06-06 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.*:
      - The textarea bug still appears in Mozilla 1.0-final;
      - Fixed a typo;
      - Updated credits.
    * lang/albanian.inc.php3: Updates, thanks again to
      Laurent Dhima <laurent at users.sourceforge.net>.
    * lang/german.inc.php3: Updates, added feedback link.

2002-06-05 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
    * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
    * lang/italian.inc.php3: Updates, thanks again to
      Pietro Danesi <danone at users.sourceforge.net>.

2002-06-05 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/polish.inc.php3: updates, thanks to Jakub Wilk
    * lang/ukrainian.inc.php3: updates, thanks to Markijan Baran
    * lang/romanian.inc.php3: updates, thanks to Valics Lehel

2002-06-03 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/romanian.inc.php3: updates, thanks to Valics Lehel
    * lang/indonesian.inc.php3: updates, thanks to Rachim Tamsjadi

2002-06-03 Mike Beck  <mike.beck@ibmiller.de>
    * pdf_pages.php3
    - new page to add and edit pdf pages
    * db_details_structure.php3 lines 452-482
      - added a link to pdf_pages
      - if pdf_pages exist offer to create pdfs
    * pdf_schema.pdf  lines lines 374-380,422-455,805-820
      - changed to work with the table_coords table
      - show primary_key and display_field in different color
    * config.inc.php3 lines 55,80,103
    - added a new servervariable $cfg['Servers'][$i]['table_coords']
    * Documentation.html line 593-770,1884-1920
    - added and changed Doku for Creating PDFs


2002-06-02 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/display_tbl.inc.php3, line 1413: xhtml fix.
    * libraries/fpdf/fpdf.php3: light optimizations and fixes.
    * sql.php3, lines 509-522: do print the page in "printview" mode.
    * scripts/check_lang.php3: added this script which goal is to ensure
      all languages files are valid.
    * Documentation.html; main.php3; translators.html:
      - Feature request #539644 (Translation feedback link).

2002-06-01 Loïc Chapeaux  <lolo@phpheaven.net>
    * db_details_structure.php3, lines 440-441; Documentation.html;
      pdf_schema.php3; libraries/fpdf/*:
      - updated the FPDF library to the 1.5 revision;
      - rewrote it to make it PHP3 and xhtml compliant;
      - coding standards.
    * read_dump.php3, lines 245-252: improved the "open_basedir" handling.

2002-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/indonesian.inc.php3: Updates, thanks to Rachim Tamsjadi.
    * lang/italian.inc.php3: Updates, thanks again to
      Pietro Danesi <danone at users.sourceforge.net>.
    * lang/german.inc.php3: Small corrections.
    * lang/polish.inc.php3: Updates, thanks to
      Jakub Wilk <ubanus at users.sourcefore.net>.
    * header_printview.inc.php3, libraries/display_tbl.inc.php3:
      - Beautified generated code;
      - XHTML / CSS fixes.

2002-05-31 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german.inc.php3: Small corrections.
    * sql.php3, header_printview.inc.php3, libraries/display_tbl.inc.php3,
      - lang/*.inc.php3: Implemented one part of feature #472038:
      - Print view for SQL results (features #523325, #562505).

2002-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/albanian.inc.php3: Updates, thanks again to
      Laurent Dhima <laurent at users.sourceforge.net>.

2002-05-29 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german.inc.php3: Translated $strPdfDbSchema.
    * lang/italian.inc.php3: Updates, thanks again to
      Pietro Danesi <danone@users.sourceforge.net>.

2002-05-28 Loïc Chapeaux  <lolo@phpheaven.net>
    * pdf_schema.php3; lang/*.inc.php3: beautified the generated page.

2002-05-27 Loïc Chapeaux  <lolo@phpheaven.net>
    * lang/czech*.inc.php3: Updated, thanks to Michal Cihaø.

2002-05-27 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/estonian.inc.php3: Updates, thanks to
      Alvar Soome <finsoft at users.sourceforge.net>.
    * README: Updated requirements.

2002-05-26 Alexander M. Turek  <rabus@users.sourceforge.net>
    * header.inc.php3, config.inc.php3, Documentation.html, images/bkg.gif,
      images/vertical_line.gif:
      - Made it possible to specify a background image for the right frame.
      - Renamed 'images/bkg.gif' to 'images/vertical_line.gif'.
    * Documentation.html: The external global variables don't exist anymore
      since PHP 4.2.0!

2002-05-26 Loïc Chapeaux  <lolo@phpheaven.net>
    * scripts/create-release.sh, line 60: added the "-P" option (prune empty
      directory) for the cvs checkout.
    * sql.php3:
      - fixed a warning thanks to
        Svetlio Kovachev <svetlio at users.sourceforge.net>;
      - coding standards.
    * libraries/auth/cookies.auth.php3: improved a bit the detection mechanism.

2002-05-25 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/common.lib.php3:
      - fixed a PHP3 bug and warnings;
      - optimized a bit;
      - coding standards.
    * lang/english.inc.php3; lang/french.inc.php3: sorted.
    * header.inc.php3: enforce relative url in CSS.
    * tbl_relation.php3:
      - fixed an error when $cfg['Server']['table_info'] is not valid;
      - optimized a bit;
      - removed an "onchange" js handler to lower server charge.
    * pdf_schema.php3; fpdf/*; libraries/fpdf/*: moved the "fpdf" directory in
      the "libraries" one.
    * read_dump.php3, lines 255-256: path must use "\" under winwin.

2002-05-25 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/italian.inc.php3: Updates, thanks again to
      Pietro Danesi <danone@users.sourceforge.net>.
    * lang/german.inc.php3: Updates.

2002-05-24 Alexander M. Turek  <rabus@users.sourceforge.net>
    * header.inc.php3, images/bkg.gif: Tried to "fix" bug (?) #558155.
    * Documentation.*: The Mozilla textarea bug also appears in Mozilla 1.0-RC3.

2002-05-24 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
      and "Create PHP Code", thanks to Mike Beck
      (TODO: avoid executing the query again)
    * sql.php3: $is_analyse was sometimes undefined
    * tbl_alter.php3: go back to structure sub-page

2002-05-24 Loïc Chapeaux  <lolo@phpheaven.net>
    * config.inc.php3; db_details_links.php3; db_search.php3;
      Documentation.html; lang/*; libraries/common.lib.php3: patch #554925
      - Search into database, thanks to Thomas Chaumeny <chaume92 at aol.com>.
    * libraries/functions.js, lines 15-17: fixed bug #559815 - Javascript
      problem with Opera.
    * sql.php3, line 213; tbl_properties_structure.php3, lines 541-549; lang/*;
      libraries/display_tbl.lib.php3, lines 71-74: patch #559618 - procedure
      analyse(), thanks to Mike Beck.

2002-05-23 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html, config.inc.php3, db_details_structure.php3,
      pdf_schema.php3: new 'table_coords' because a table can appear
      on more than one PDF page
    * tbl_relation.php3, lang/*.php3: strChangeDisplay for display
      field maintenance, thanks to Mike Beck

2002-05-23 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Documentation.*: The Mozilla textarea bug also appears in
      Mozilla 1.0-RC2 and Netscape 7.0-PR1.

2002-05-22 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/display_tbl.lib.php3: fixed possible errors with special
      characters in tables names.
    * header.inc.php3, lines 25-26; left.php3, lines 47-48: fixed Apache 2+
      & PHP 4.2+ HTTP header bug.

2002-05-22 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html, config.inc.php3, db_details_structure.php3,
      pdf_schema.php3, libraries/display_tbl.lib.php3: PMA_pdf_table_position
      renamed to PMA_table_info, "foreign_display_field" moved from
      PMA_relation to PMA_table_info (once per table)
    * lang/indonesian.inc.php3:
      - updates thanks to Rachim Tamsjadi (tamsjadi at icqmail.com)

2002-05-21 Loïc Chapeaux  <lolo@phpheaven.net>
    * ldi_table.php3, line 44: beautified generated html.
    * tbl_properties_options.php3: fixed display errors with IE5.
    * lang/portuguese.inc.php3; lang/italian.inc.php3: updated thanks to usual
      translators.

2002-05-21 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/chinese*: updated thanks to Siu Sun

2002-05-19 Marc Delisle  <lem9@users.sourceforge.net>
    * read_dump.php3, bug 556105: do not execute a bookmark if asked to
      only view it

2002-05-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german.inc.php3:
      - Updated serveral untranslated strings.
      - Better translation.
    * lang/albanian.inc.php3, libraries/select_lang.lib.php3:
      New translation, thanks to Laurent Dhima <laurenti@users.sourceforge.net>.
    * ldi_table.php3: Added labels for checkboxes.

2002-05-18 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_schema.php3: corrections by Loïc; and I fix the undefined variables
    * Documentation.html: PMA_relation, PMA_pdf_table_position, varchar(64)

2002-05-18 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
      some html special characters, display was not xhtml compilant.

2002-05-18 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/common.lib.php3; libraries/ip_allow_deny.lib.php3:
      - exported the "IP-based Allow/Deny" code in a distinct library;
      - coding standards;
      - improved PHP3 compliance;
      - better ip checking.
    * Documentation.html: typos and line sizes.
    * tbl_qbe.php3: cleanup.
    * fpdf/*: removed ^M.
    * fpdf/fpdf.php3, lines 1205+: ensure user agent is detected whatever are
      the PHP version and the "register globals" value.
    * pdf_schema.php3; lang/*: coding standards and PDF error handling.
    * config_import.lib.php3: fixed a parse error.

2002-05-17 Robin Johnson  <robbat2@users.sourceforge.net>
    * config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
      from feature #484158
    * Documentation.*: feature #484158 documented

2002-05-17 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3, bug 556296: field size for int
    * tbl_qbe.php3: adjust drop-down width, thanks to Mike Beck

2002-05-17 Loïc Chapeaux  <lolo@phpheaven.net>
    * db_details_structure.php3, lines 442: does not display the "data scheme"
      form if there is no table in the database.
    * db_details_structure.php3, lines 446-458;
      tbl_properties_options.php3, lines 119-143: beautified generated code.
    * libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores
      case of table names under winwin, thanks to
      Pawe³ Szczepañski <pauluz at users.sourceforge.net>.
    * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
      some html tags, display was broken. Thanks to
      SailorMax <max at elcor.lv>.
    * lang/italian.inc.php3: updated, thanks to Pietro Danesi.

2002-05-16 Loïc Chapeaux  <lolo@phpheaven.net>
    * db_details_structure.php3; Documentation.html: coding standards.

2002-05-14 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_schema.php3, db_details_structure.php3, lang/*, fpdf/*,
      Documentation.html:
      - new feature: pdf schema output,
      - thanks to Maxime Delorme (delorme.maxime at free.fr)
      - and to Olivier Plathey (www.fpdf.org)
      - (todo: scaling choice)

2002-05-13 Loïc Chapeaux  <lolo@phpheaven.net>
    * left.php3, libraries/common.lib.php3: fixed xhtml bugs and optimized the
      fix against bug #546011 (Navigation tooltips).
    * lang/arabic.inc.php3: updated thanks to Tarik kallida.

2002-05-13 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/hungarian.inc.php3: updates, thanks to Péter Bakondy

2002-05-09 Robin Johnson  <robbat2@users.sourceforge.net>
    * .cvsignore, libraries/common.lib.php3: Feature to stop developers
      commiting their config.inc.php3 so easily.

2002-05-09 Alexander M. Turek  <rabus@users.sourceforge.net>
    * left.php3, libraries/common.lib.php3:
      Fixed bug #546011 (Navigation tooltips).
    * lang/german.inc.php3: Updates.

2002-05-08 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: update example for foreign_display_field
    * display_tbl.lib.php3: more room for record number

2002-05-08 Loïc Chapeaux  <lolo@phpheaven.net>
    * lang/english.inc.php3; lang/french.inc.php3;
      libraries/build_dump.lib.php3: fixed bug #552486 - row count starts at 1?

2002-05-07 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_relation.php3; libraries/display_tbl.lib.php3: added backquotes and
      slashed some values.
    * lang/italian.inc.php3: updated, thanks to Pietro Danesi.

2002-05-06 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/romanian.inc.php3: updates thanks to Valics Lehel
    * lang/*, tbl_relation.php3, Documentation.html,
      libraries/display_tbl.lib.php3: foreign_display_field

2002-05-05 Loïc Chapeaux  <lolo@phpheaven.net>
    * lang/thai.inc.php3: completed thanks to Arthit Suriyawongkul &
      Warit Wanasathian.
    * tbl_dump.php3; libraries/build_dump.lib.php3: enabled the ability to
      export only some records in xml format.
    * tbl_properties_export.php3: nicer display.
    * ldi_table.php3; tbl_select.php3: added top menu.

2002-05-05 Alexander M. Turek  <rabus@users.sourceforge.net>
    * db_details_links.php3, tbl_properties_links.php3, lang/*.inc.php3:
      Use "SQL" instead of "home" as link name.
    * tbl_properties_export.php3: Added XML export option.
    * tbl_dump.php3: Beautified XML output.
    * lang/german.inc.php3: Better translation for $strDumpXRows.

2002-05-04 Loïc Chapeaux  <lolo@phpheaven.net>
    * user_details.php3, line 984: do not use "mysql_result" if the query
      fails.
    * libraries/auth/cookie.auth.lib.php3: fixed an infinite loop problem.
    * tbl_qbe.php3: cleaned up a bit.
    * lang/chinese-*: updated thanks to Siu Sun.

2002-05-03 Loïc Chapeaux  <lolo@phpheaven.net>
    * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
    * tbl_properties.php3; tbl_properties_export.php3;
      tbl_properties_operations.php3; tbl_properties_options.php3;
      tbl_properties_strucuture.php3:
      - messages are now displayed if a query had been submitted to change some
        options or to sort the table;
      - pursuit the "stay on the sub-pages as long as needed" work.
    * db_details.php3; db_details_export.php3; db_details_strucuture.php3:
      pursuit the "stay on the sub-pages as long as needed" work.
    * libraries/auth/cookie.auth.lib.php3, lines 386-392: fixed bug #551898 -
      Cookie auth and cookies refused.

2002-05-02 Loïc Chapeaux  <lolo@phpheaven.net>
    * lang/*.inc.php3: cleanup.
    * db_details.php3, line 38; db_details_links.php3, line 41: the start db
      details page couldn't be reached with an empty database.

2002-05-02 Alexander M. Turek  <rabus@users.sourceforge.net>
    * tbl_properties_export.php3, lang/*.inc.php3: Clarified the interface.
    * lang/italian.inc.php3: Updates, thanks again to
      Pietro Danesi <danone@users.sourceforge.net>.
    * lang/german.inc.php3: Updates.

2002-05-01 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties.php3, tbl_properties_links.php3,
      new tbl_properties_structure, lang/*.php3: Structure page
      (todo: - stay on the sub-pages as long as needed)
    * tbl_qbe.php3: last changes from Mike Beck
    * new tbl_relation.php3 (relation management), thanks to Mike Beck

2002-05-01 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_properties.php3; tbl_properties_table_info.php3: comments.
    * tbl_properties_options.php3: added labels and beautified display.
    * db_stats.php3, lines 12-22: ensure this script can only be ran by a
      super-user.
    * libraries/grab_globals.lib.php3: fixed a bug with the "extact()" function
      under php 3.0.12 thanks to Kris Wood <kris at navi.net>.
    * libraries/common.lib.php3, line 791: fixed a warning thanks to
      Kris Wood <kris at navi.net>.
    * mosts scripts: optimization - do not call "mysql_numrows",
      "mysql_results" and "mysql_fetch_array" on invalid queries.
    * db_details*.php3; mult_submits.inc.php3; sql.php3: splitted the large
      "database details" page in parts.
    * tbl_properties_links.php3: optimized (less server work).
    * tbl_dump.php3, lines 308-309: exporting a database with one table from
      the "database details" page doesn't export the table.

2002-04-30 Loïc Chapeaux  <lolo@phpheaven.net>
    * lang/italian.inc.php3: updated thanks to Pietro Danesi.

2002-04-30 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_qbe.php3: try to make it work again
    * tbl_properties.php3, tbl_properties_table_info.php3,
      tbl_properties_options.php3: support for 3 MyISAM table options

2002-04-30 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german.inc.php3: Clarification ($strFlushTable).

2002-04-29 Loïc Chapeaux  <lolo@phpheaven.net>
    * lang/italian.inc.php3; lang/portuguese.inc.php3: updated thanks to
      usual translators.
    * tbl_qbe.php3: code was broken and warnings.
    * user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
      changed when granting.

2002-04-29 Alexander M. Turek  <rabus@users.sourceforge.net>
    * tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
      file extensions of XML files in ZIP archives.
    * lang/german.inc.php3: Translated $strOptions.
    * tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
    * header.inc.php3, tbl_properties_links.php3: New link design.
    * header.inc.php3: removed db_stats link.

2002-04-29 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_qbe.php3: corrections from Mike Beck for better joins
      when more than one table is the master in a relation
    * tbl_properties_links.php3, tbl_properties_operations.php3,
      new tbl_properties_options.php3, lang/*: new Options page
      (will grow when Feature request 441716 is done)

2002-04-28 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties.php3, new tbl_properties_common.php3:
      start the split
    * tbl_properties.php3, new tbl_properties_export.php3,
      tbl_properties_links.php3, lang/*.php3: export is splitted
    * new tbl_properties_table_info, to be able to display links
      on the export page
    * new tbl_properties_operations.php3

2002-04-28 Alexander M. Turek  <rabus@users.sourceforge.net>
    * header.inc.php3, lines 162-170: Improved patch #548696.
    * db_details.php3, tbl_dump.php3, lang/*.php3,
      libraries/build_dump.lib.php3: XML exports (experimental).
    * tbl_dump.php3: improved PHP3 compatibility.

2002-04-28 Loïc Chapeaux  <lolo@phpheaven.net>
    * tbl_properties.php3, line 395: replaced a "require" by an include.
    * tbl_properties_links.php3: beautified code.
    * db_details.php3, tbl_change.php3, tbl_properties.php3, user_details.php3:
      xhtml fixes.
    * lang/slovak-win1250.inc.php3: updated thanks to Peter Svec.
    * tbl_qbe.php3, line 732: fixed again a warning.
    * tbl_addfield.php3; tbl_alter.php3: fixed bug #548495 - Alter table not
      replicate.
    * db_stats.php3; libraries/functions.js: added a check/uncheck all feature.
    * tbl_properties.php3; tbl_properties_operations.php3: moved tables
      comments and type features and referential integrity checkings to the
      "table operations" page.
    * config.inc.php3, lines 184-185; db_details.php3, line 572;
      Documentation.html, lines 916-917; tbl_properties.php3, line 556:
      emphasized the sql query texteareas.

2002-04-27 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties.php3, new tbl_properties_links.php3:
      remove duplicate links code.

2002-04-27 Alexander M. Turek  <rabus@users.sourceforge.net>
    * Recompressed old ChangeLog without saving its path in the archive.
    * header.inc.php3:
      - Patch #548696 (DB/Table titles should be links), thanks to
        Ray Black <allah03@users.sourceforge.net>.
      - lines: 161-164: Undefined variable.
    * common.lib.php3, lines 162, 163, 435-437:
      - Fixed bug #549570
      - (Strange error if controluser is invalid).

2002-04-27 Loïc Chapeaux  <lolo@phpheaven.net>
    * Documentation.html:
      - xhtml fixes;
      - added a faq entry about bug #547064 (JS error with textareas under
        Mozilla).
    * libraries/display_tbl.lib.php3; libraries/functions.js: better fix
      against bug #547384 (Marker Color can't equal Pointer Color).
    * libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
    * scripts/create-release.sh: improved so a CVS branch tag may be used.
    * lang/croatian-*; libraries/select_lang.lib.php3: new Croatian
      translations thanks to Sime Essert <sime@nofrx.org>.
    * tbl_properties.php3, lines 1238-1240: fix new fields names in the
      relation table.
    * tbl_printview.php3; tbl_qbe.php3: optimization, warnings and coding
      standards.
    * header.inc.php3, lines 166-172: xhtml fixes.
    * Compressed ChangeLog till the 2.2.6 release.

2002-04-26 Loïc Chapeaux  <lolo@phpheaven.net>
    * ## created 2.2.7 branch into the CVS tree ##
    * lang/nowegian.inc.php: updated thanks to Sven-Erik Andersen.
    * lang/brazilian_portuguese.inc.php3: updated thanks to Renato Lins.
    * sql.php3; tbl_replace.php3: patch #547030 - file_exists $goto thanks to
      Melvyn Sopacua <nyvlem at users.sourceforge.net>.
    * libraries/common.lib.php3, line 70: "invalid" path.
    * tbl_printview.php3; tbl_qbe.php3: coding standards and warnings.

2002-04-26 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_qbe.php3: automatic joins from Relation table, thanks
      to Mike Beck (mike.beck at ibmiller.de)
      (experimental: some things remain to be tested)
    * Documentation.html: example for automatic joins
    * tbl_qbe.php3, tbl_printview.php3, libraries/display_tbl.lib.php3,
      Documentation.html: rename fields in the relation table

2002-04-26 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3: fixed a controluser bug.
    * libraries/display_tbl.lib.php3: fixed bug #547384 (Marker Color can't
      equal Pointer Color)

2002-04-25 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/italian.inc.php3: updated, thanks again to Pietro Danesi.

2002-04-24 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_*.php3: $cfg system changes

2002-04-24 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/*, lang/*: $cfg system changes.
    * libraries/common.lib.php3, libraries/select_lang.lib.php3,
      libraries/config_import.lib.php3: Config file backwards compatibility.

2002-04-24 Robin Johnson <robbat2@users.sourceforge.net>
    * *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes.
    * scripts/extchg.sh: Updated URL
    * scripts/convertcfg.pl: Conversion between old config files and new ones.
    * scripts/*: Updated comments somewhat
    * tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer
    * user_details.php3: forgot to change $GLOBALS['cfgXYZ'] to $GLOBALS['cfg']['XYZ']
    * libraries/common.lib.php3: a single $cfgServer instance was forgotten

2002-04-23 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_printview.php3, lang/*.php3: Relation links in printview,
      thanks to Mike Beck (mike.beck at ibmiller.de)

2002-04-23 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php3: fixed bug #547605 using Loïc's patch.
    * tbl_printview.php3: Fixed a small bug, some php and XHTML 1.0 errors and
      beautified the generated code.
    * lang/german.inc.php3: Translated the new string.
    * Documentation.html: Changed notes concerning php 4.2.0.

2002-04-22 Loïc Chapeaux  <lolo@phpheaven.net>
    * lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec.

2002-04-22 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/japanese* updates, thanks to Yukihiro Kawada

2002-04-22 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/russian-koi8.inc.php3: fixed a typo (bug #546981).
    * lang/german.inc.php3: better syntax.
    * db_details.php3, mult_submits.inx.php3, tbl_properties.php3:
      Use TRUNCATE instead of DELETE when using MySQL 4.

2002-04-21 Alexander M. Turek  <rabus@users.sourceforge.net>
    * main.php3: Restarted work on patch #538740 (get users priv. with
      SHOW GRANTS).

2002-04-21 Loïc Chapeaux  <lolo@phpheaven.net>
    * libraries/auth/http.auth.lib.php3: tried a fix to allow the use of http
      authentication mode with IIS.

2002-04-21 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.2.6 released ###


         --- Older ChangeLogs can be found on our project website ---
                     http://www.phpmyadmin.net/ChangeLogs/

# vim: ft=changelog
# vim: expandtab ts=4 sw=4 sts=4
# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
# vim: fdn=1 fdm=expr