---------------------- phpMyAdmin - Changelog ---------------------- $Id$ $Source$ 2002-07-25 Loïc Chapeaux * libraries/sqlparser.lib.php3: PHP3 parse errors fixed, 2002-07-24 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 * bug 576510: tbl_qbe.php3 renamed db_details_qbe.php3 (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