---------------------- phpMyAdmin - Changelog ---------------------- $Id$ $Source$ 2002-05-05 Loïc Chapeaux * 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 * 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 * 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 * 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 * 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 * tbl_properties_export.php3, lang/*.inc.php3: Clarified the interface. * lang/italian.inc.php3: Updates, thanks again to Pietro Danesi . * lang/german.inc.php3: Updates. 2002-05-01 Marc Delisle * 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 * 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 . * libraries/common.lib.php3, line 791: fixed a warning thanks to Kris Wood . * 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 * lang/italian.inc.php3: updated thanks to Pietro Danesi. 2002-04-30 Marc Delisle * 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 * lang/german.inc.php3: Clarification ($strFlushTable). 2002-04-29 Loïc Chapeaux * 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 * 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 * tbl_qbe.php3: corrections from Mike Beck for better joints 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 * 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 * 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 * 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 * tbl_properties.php3, new tbl_properties_links.php3: remove duplicate links code. 2002-04-27 Alexander M. Turek * 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 . - 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 * 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 . * 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 * ## 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 . * libraries/common.lib.php3, line 70: "invalid" path. * tbl_printview.php3; tbl_qbe.php3: coding standards and warnings. 2002-04-26 Marc Delisle * tbl_qbe.php3: automatic joints from Relation table, thanks to Mike Beck (mike.beck at ibmiller.de) (experimental: some things remain to be tested) * Documentation.html: example for automatic joints * 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 * 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 * lang/italian.inc.php3: updated, thanks again to Pietro Danesi. 2002-04-24 Marc Delisle * tbl_*.php3: $cfg system changes 2002-04-24 Alexander M. Turek * libraries/*, lang/*: $cfg system changes. * libraries/common.lib.php3, libraries/select_lang.php3, libraries/config_import.lib.php3: Config file backwards compatibility. 2002-04-24 Robin Johnson * *.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 * tbl_printview.php3, lang/*.php3: Relation links in printview, thanks to Mike Beck (mike.beck at ibmiller.de) 2002-04-23 Alexander M. Turek * 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 * lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec. 2002-04-22 Marc Delisle * lang/japanese* updates, thanks to Yukihiro Kawada 2002-04-22 Alexander M. Turek * 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 * main.php3: Restarted work on patch #538740 (get users priv. with SHOW GRANTS). 2002-04-21 Loïc Chapeaux * libraries/auth/http.auth.lib.php3: tried a fix to allow the use of http authentication mode with IIS. 2002-04-21 Marc Delisle * ### 2.2.6 released ###