---------------------- phpMyAdmin - Changelog ---------------------- $Id$ $Source$ 2002-08-07 Marc Delisle * 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 * lang/turkish-*.inc.php3: Updates, thanks again to Bora Alioglu . * lang/english-*.inc.php3: Reordered strings. * lang/czech-*.inc.php3: Updates, thanks agains to Michal Cihar (nijel). 2002-08-07 Loïc Chapeaux * 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. 2002-08-07 Robin Johnson * 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 * 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
 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  
    * 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  
    * 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  
    * 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  
    * tbl_indexes.php3, ldi_check.php3, libraries/sqlparser.lib.php3:
      coding standard

2002-08-05 Alexander M. Turek  
    * 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  
    * 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  
    * 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  
    * Documentation.html: remove unneeded GRANT
    * lang/turkish: update, thanks to Bora Alioglu
    * lang/french: update

2002-08-03 Robin Johnson  
    * 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
        - (* : 
) * 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 * 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 * 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 * 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 * lang/afrikaans: new language - thanks to Andreas Pauley (pauley at buitegroep.org.za) * lang/spanish: remove control m 2002-07-31 Robin Johnson * 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 * lang/thai: update, thanks to Arthit Suriyawongkul 2002-07-30 Robin Johnson * 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 * 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 * Documentation.html: coding standards (line size <= 80). * db_details_structure.php3:, 456-460, beautified generated page. 2002-07-29 Marc Delisle * Documentation.html: auto-detect, dot in dbname, CGI and cookie auth * lang/turkish: update, thanks to Bora Alioglu 2002-07-29 Robin Johnson * 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 * tbl_change.php3, line 203: fixed an xhtml bug (#587974) thanks to Christophe Jaillet * libraries/sqlparser.lib.php3: fixed parse errors (bug #588010) thanks to Nagi Peters and coding standards. * Documentation.html: coding standards. * libraries/relation.lib.php3: beautified generated page. 2002-07-28 Marc Delisle * 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 * lang/italian: update, thanks to Pietro Danesi * lang/*: fix a typo 2002-07-26 Robin Johnson * 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 * Documentation.html: numbers for faq entries * russian: updates, from an anonymous contributor 2002-07-25 Loïc Chapeaux * 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 * 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 * 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 * 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 * new lang: slovenian, thanks to Kositer Uros (urosh) 2002-07-24 Robin Johnson * 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 * libraries/string.lib.php3: Function documentation 2002-07-23 Robin Johnson * libraries/string.lib.php3: String functions for the new SQL Parser system 2002-07-22 Marc Delisle * lang/dutch update, thanks to Ivo Teel. 2002-07-22 Loïc Chapeaux * 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 * 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 * tbl_properties*: missing $sub_part for back links (bug 584069) 2002-07-19 Alexander M. Turek * tbl_properties_links.php3: Fixed bug #583969. * lang/german-*.inc.php3: Updates. 2002-07-19 Marc Delisle * 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 * pdf_schema.php3; pdf_page.php3; libraries/common.lib.php3: PHP3 fixes. * tbl_properties_structure.php3: coding standards. 2002-07-18 Alexander M. Turek * 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 * 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 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 * 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 * 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 * 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 * 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 * header.inc.php3: Use include() instead of require(). 2002-07-16 Marc Delisle * 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 * 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 * 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 * 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 * config.inc.php3, libraries/common.lib.php3: Fixed bug #576018. * lang/german-*.inc.php3: Clarification. 2002-07-13 Marc Delisle * 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 * Documentation.html: News about bug #540671. 2002-07-12 Alexander M. Turek * 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 * sql.php3: only run query if we didn't ask for phpcode of sql. 2002-07-12 Marc Delisle * 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 . 2002-07-11 Loïc Chapeaux * 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 * libraries/common.lib.php3: PHP3 compatibility. * read_dump.php3: Fixed bug #579968, thanks to Alvar Soome (finsoft). 2002-07-11 Robin Johnson * 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 * 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 * libraries/common.lib.php3: fix from Loïc for bug 579017 2002-07-08 Loïc Chapeaux * 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 * 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 * libraries/common.lib.php3: Forgot a tag in the config file error message. 2002-07-06 Alexander M. Turek * libraries/charset_conversion.lib.php3: $strCantUseRecodeIconv has to be accessed via the $GLOBALS[] array. 2002-07-06 Marc Delisle * 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 * header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems). 2002-07-05 Marc Delisle * 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 * Documentation.html: coding standards and xhtml fixes. 2002-07-01 Alexander M. Turek * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards compatibility for $cfg['PmaAbsoluteUri_DisableWarning']. 2002-07-04 Robin Johnson * config.inc.php3, libraries/common.lib.php3: Code for $cfg['PmaAbsoluteUri_DisableWarning'] 2002-07-03 Marc Delisle * 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 * sql.php3: Completed fix against bug #575867 (Error with limit or load in the table name). 2002-07-01 Olivier L. Müller * header.inc.php3: nicer CSS for Tabs (J.Fornallaz) * tbl_properties.php3: added insert button to Marc's