---------------------- phpMyAdmin - Changelog ---------------------- $Id$ $Source$ 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. 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