---------------------- phpMyAdmin - Changelog ---------------------- $Id$ $Source$ 2004-10-20 Marc Delisle * libraries/common.lib.php: there was already a tip icon in our collection, thanks to Michael Keck 2004-10-20 Michal Čihař * lang/czech: Update. * tbl_relation.php: Backquote table name (bug #1050441). * db_details_qbe.php: Backquote table name. * libraries/display_tbl.lib.php: Comments now work for multi table selects (bug #789647). * server_processlist.php: Display executed SQL. * main.php, server_common.inc.php, server_links.inc.php, server_binlog.php, lang/*: Added support for displaying bin logs (RFE #1011770). 2004-10-19 Marc Delisle * libraries/database_interface.lib.php: bug #1041667, correctly check the server version instead of the client API version * tbl_change.php, libraries/common.lib.php, lang/*: new function PMA_showHint($message), new $strUseTabKey, new light bulb image (temporary) * server_privileges.php: bug #916117, PMA_showHint($strEscapeWildcards) 2004-10-19 Michal Čihař * export.php: Use just \n for SQL exports (bug #1042521). * libraries/read_dump.lib.php: Set correct return value (bug #1048861). * sql.php: Fix undefined index. * libraries/sqlparser.lib.php: Return raw query in case of error (bug #1048826). * main.php, queryframe.php: Handle correctly situation with no default server (bug #1049107). * tbl_create.php, libraries/common.lib.php: 0 as field name causes problems (bug #1042235). * read_dump.php, server_privileges.php, server_status.php, sql.php: Work better in ANSI mode (bug #816858). * lang/czech: Reordered some words. * libraries/select_server.lib.php: Clickable active server in left frame (RFE # 1044678). * db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php: Fix left frame reloading after dropping table (bug #1034531). * config.inc.php, libraries/config_import.lib.php: Offer UNIX_TIMESTAMP also for numeric fields. * tbl_replace.php: UNIX_TIMESTAMP can take optional parameter (bug #1039193). * server_privileges.php: Make non-js checkall work also for adding new user (bug #1028055). * libraries/zip.lib.php: Drop unneed part of header which causes troubles to some programs (bug #1037737). * index.php: Add frame spacing (RFE #1036013). * libraries/db_table_exists.lib.php: Allow work on temporary tables (bug #864984). 2004-10-17 Marc Delisle * lang/turkish update, thanks to boralioglu. * lang/estonian: Update thanks to Alvar Soome - finsoft. 2004-10-16 Marc Delisle * libraries/dbi/mysqli.dbi.lib.php: support for compressed protocol and CLIENT_LOCAL_FILES in mysqli 2004-10-15 Marc Delisle * pdf_schema.php: new way to define font path, needed with the new fpdf library; also now output inline, I find it faster this way, please tell me if you prefer the old dialog method and why. * tbl_change.php: bug #1038401, tabbing from value to value * sql.php: detect this case: SELECT DISTINCT x AS foo, y AS bar FROM sometable and count rows correctly (in MySQL 3), thanks to Matthias Pigulla (mp@webfactory.de) * server_privileges.php: cosmetic: title for Edit privileges * lang/galician: Updated, thanks to Xosé Calvo. * lang/italian: Updates, thanks to Pietro Danesi * lang/norwegian: Update, thanks to Sven-Erik Andersen 2004-10-13 Michal Čihař * libraries/fpdf/fpdf.php: Updated to 1.52. 2004-10-13 Alexander M. Turek * Documentation.html: Mike Beck's e-mail address has changed. 2004-10-13 Michal Čihař * lang/sync_lang.sh: Do not overwrite utf-8 files in some cases. * lang/czech: Fix some translations. * libraries/transformations/text_plain__external.inc.php: Handle better backslash. * themes/*/img/*.gif: Remove unused gif images. 2004-10-12 Alexander M. Turek * db_search.php, tbl_select.php, libraries/database_interface.lib.php: - bug #1033388 (Illegal mix of collations for converted strings), - don't convert if column charset and connection charset match. * main.php, libraries/select_lang.lib.php, libraries/auth/cookie.auth.lib.php: Automatically select Traditional Chinese for users with a Hong Kong locale (zh-hk), as discussed in the translations tracker (#1036528). * lang/sync_lang.sh: Base charset for German is now UTF-8. * lang/german-*.inc.php: Updates. 2004-10-12 Michal Čihař * sql.php: Don't try to require sql.php with parameters, rather redirect to it. * libraries/transformations.lib.php: Strip slashes to behave like documentation says. * libraries/transformations/text_plain__external.inc.php: Escape special shell chars to avoid their interpretation (bug #1044864). 2004-10-11 Marc Delisle * Documentation.html: typos and XHTML validity, thanks to Cedric Corazza * libraries/export/sql.php: bug #1039639: under mysqli, some field types were wrongly exported as binary * libraries/sqlparser.lib.php, /display_tbl.lib.php: bug #967610, double column sort with JOIN 2004-10-11 Michal Čihař * tbl_query_box.php: Don't try to replace %t and %f when table name is empty. * libraries/export/sql.php: Convert end of line chars we get from MySQL (bug #1042521). 2004-10-08 Garvin Hicking * lots of files: Adjusted superfluous spaces, added more CSS-ID attributes for better themeability. 2004-10-04 Michal Čihař * tbl_query_box.php: Reenabled %f substitution. 2004-10-02 Marc Delisle * tbl_alter.php: field structure changes not applied (CVS version only) * export.php: bug #1038804, insufficient space to save 2004-09-30 Marc Delisle * tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field * tbl_create.php: cannot create a new table (CVS version only) 2004-09-29 Marc Delisle * sql.php, libraries/common.lib.php: bug #1036678, incorrect appending of LIMIT to queries, and bug #1037004, UPDATE statement not showing * tbl_properties_operations.php: bug #1035524, cannot add comments to table 2004-09-29 Michal Čihař * tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better wording when adding fields (bug #991096). * tbl_query_box.php, lang/*: Not translated text (bug #1010656). * themes.php, lang/*: Not translated text (bug #1016610). * tbl_properties_structure.php: Use also $strAddFields (as suggested by Marc). 2004-09-28 Alexander M. Turek * libraries/dbi/mysql.dbi.lib.php: Compatibility fix for php < 4.3 (bug #1033360), thanks to Claude Theroux. * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun. * lang/dutch-*.inc.php: Updates, thanks to Ivo Teel. * lang/persian-*.inc.php: Added missing $timespanfmt variable. 2004-09-27 Marc Delisle ### 2.6.0 released 2004-09-26 Marc Delisle * read_dump.php: improvements in detection and reload * lang/danish: Updated, thanks to AlleyKat - dk_alleykat. 2004-09-25 Marc Delisle * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik. * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy. * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/catalan update, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). 2004-09-24 Marc Delisle * sql.php: following the fix for bug #978930, the added LIMIT was not displayed anymore * read_dump.php: bug #1033133, left frame not reloaded after dump read * db_datadict.php: bug #1034299, error in SHOW KEYS for data dict * read_dump.php: bug #1034216 open_basedir and file upload, thanks to Dominique Rousseau - domi 2004-09-24 Michal Čihař * libraries/export/sql.php: Fixed export of '0' string (bug #1033869). 2004-09-23 Marc Delisle * all themes: item_ltr.png and item_rtl.png: new solid arrow that looks better, thanks to Efim Shuvikov 2004-09-23 Michal Čihař * themes.php, css/phpmyadmin.css.php, libraries/common.lib.php: Do not prepend $cfg['ThemePath'] with another './'. 2004-09-22 Alexander M. Turek * config.inc.php, libraries/config_import.lib.php: Added "./" to the default value of $cfg['ThemePath']. Thanks to Donny Simonton for pointing this out. * lang/chinese_simplified-*.inc.php: Updates, thanks to Simon (simon2san). * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi and "Vincenzo". * lang/persian-*.inc.php: Updates, thanks to Parham Ghaffarian. 2004-09-22 Marc Delisle * tbl_query_box.php, read_dump.php: bug #1032066: when no db was selected from the left panel, the query window's Import Files had no submit button; also, read_dump always tried a PMA_select_db($db) even if $db was empty 2004-09-22 Michal Čihař * lang/czech: Update. * lang/sync_lang.sh: Default to iconv, as it doesn't break some translations as recode does. * lang/japanese-euc.inc.php: Don't allow recoding for this one. 2004-09-22 Alexander M. Turek * lang/turkish-*.inc.php: Update, thanks to boralioglu. * lang/sync_lang.sh: Switched turkish base charset to UTF-8. 2004-09-21 Marc Delisle * libraries/dbi/mysql.dbi.lib.php: typo, thanks to Matthias Pigulla ### 2.6.0-rc3 released 2004-09-21 Alexander M. Turek * db_details.php, read_dump.php, tbl_query_box.php: Allow import of non-UTF-8 SQL dumps. Thanks to Marc for the initial patch. FIXME: The current solution breaks the display of the executed queries. * lang/*.inc.php, libraries/mysql_charsets.lib.php: Made PMA_getCollationDescr() recognize the new Persian collations that will be included in MySQL 4.1.5. 2004-09-20 Marc Delisle * read_dump.php, libraries/read_dump.lib.php: bug #1030644, error importing when last table exported was empty * libraries/dbi/mysql.dbi.lib.php: tell the client library to use CLIENT_LOCAL_FILES (flag 128), thanks to Matthias Pigulla 2004-09-20 Michal Čihař * Documentation.html: Add info about theme generations. 2004-09-19 Alexander M. Turek * Documentation.html: Clarification. 2004-09-19 Marc Delisle * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). 2004-09-18 Marc Delisle * lang/russian updated, thanks to "nobody" * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). 2004-09-16 Marc Delisle * config.inc.php, Documentation.html: clarifications about QueryFrame * queryframe.php: bug #1027321, drop-down databases list keeps focus, thanks to Michael Keck 2004-09-16 Garvin Hicking * libraries/display_export.lib.php: Bug #1010752 - Remove space before