---------------------- phpMyAdmin - Changelog ---------------------- $Id$ $Source$ 2003-02-28 Michal Cihar * tbl_indexes.php3: Show SQL query after modifying/creating index (closes #694800) 2003-02-28 Alexander M. Turek * Documentation.html: Fixed a typo. 2003-02-28 Garvin Hicking * translators.html: Adjusted to same topmenu as Documentation.html. With the new 'Transformations' item the bar was too large to fit on standard 800x600 browser windows. 2003-02-27 Michal Cihar * lang/czech: Updated. * lang/english: Resorted. 2003-02-27 Alexander M. Turek * libraries/common.lib.php3, libraries/config_import.lib.php3: - Backwards compatibility; - Removed some unnecessary code; - Added a small HOWTO. * config.inc.php3: The tab settings don't fit into the 'left frame' part. * lang/german-*.inc.php3: Grammar. * Documentation.html: Fixed some dead links. * scripts/create_tables.sql: Adjusted table comments. 2003-02-27 Garvin Hicking * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3, querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs. * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3, libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with purging on login, made querywindow tabbed, improved Querywindow-compatibility. * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3: Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display (optional, default off) of the columns. I didn't like to have to scroll in horizontal directions, so with this mode you can see about 6 columns at once on a single screen. * tbl_properties.inc.php3: Fixed bug when certain fields are not enabled, they threw an undefined offset. [2nd try, now for real :)] * Documentation.html: Updated for my new features. Should include everyting, I hope. But seriously needs a proofread. * config.inc.php3: Inserted new directives for empty $cfg['Servers'][$i]. (history, verbose_check) * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks to suppress Notices/Warnings when MIME-types are not enabled. 2003-02-26 Garvin Hicking * lang/german-*: better grammar. ;) * libraries/display_tbl.lib.php3: Fixed transformation-link variable usage for special queries like 'SHOW FIELDS', where certain variables are not set. * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3, tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3, transformation_wrapper.php3, libraries/config_import.lib.php3, libraries/display_tbl.lib.php3, libraries/relation.lib.php3, scripts/create_tables.sql: Test if MIME-feature are really available. Preparation for PMA_db-based SQL-History. Removed a dupe for inserting comments, fixed integrity check when moving/renaming tables and keeping comments. * header.inc.php3: Added one more Javascript if-structure to make sure the frameset is initialized when querying for an active window. Without this, when starting phpMyAdmin for the first time, IE6 may complain depending on the order it loads the framesets. 2003-02-25 Marc Delisle * db_details_structure.php3: undefined variable $comment * tbl_move_copy.php3: 'column_info' 2003-02-25 Alexander M. Turek * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3, lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from $datefmt (translations #692065). * lang/japanese-*.inc.php3: Fixed some inconsistences. * config.inc.php3, db_details_importdocsql.php3, Documentation.html, sql.php3, tbl_move_copy.php3, tbl_rename.php3, libraries/config_import.lib.php3, libraries/relation.lib.php3, libraries/transformations.lib.php3: Changed 'column_comments' to 'column_info'. * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to . 2003-02-25 Garvin Hicking * tbl_properties.inc.php3: Fixed duped display of comments due to merging diff conflict. * lang/german*: German translations, only missing transformation descriptions. They shouldn't be translated at that early point, I guess. * libraries/config_import.lib.php3, libraries/relation.lib.php3, libraries/transformations.lib.php3: 'column_info', they were somehow not included in rabus' commit?! 2003-02-24 Alexander M. Turek * common.lib.php3: Backwards compatibility. 2003-02-24 Garvin Hicking Submitted multiple patches from the patch tracker: * JS rowmarker now works in vertical display mode Files: libraries/functions.js, display_tbl.lib.php3 * Display nav_bar even when only one row is returned, to enable display in vertical/horizontal mode (especially for rotated headers) Files: libraries/display_tbl.lib.php3 * Measures basic query time [#571934] Files: sql.php3, display_tbl.lib.php3 * New display mode with 90 degree rotated table headers [#544361]. Works either as CSS or as 'faked' PHP-transformation. Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3 * Update and display column comments in Add/Edit Fieldmode and CREATE table mode. Display comments in table structure (optional) with underlined CSS-mouseovers. Display comments in browser mode (optional), both in vertical and horizontal display mode. Keep column comments in synch, when DROPping/ALTERing and moving/copying tables. Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3, tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links, tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3, tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3, libraries/relation.lib.php3 * Display and enter DB/table comments for navigation, stored in pma comments table. May be displayed as Alias-Tooltips in left frame. [#650064] Files: db_details_structure.php3, left.php3, relation.lib.php3 * Display column comments in table/database dumps, as inline SQL-Comments Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3 * Display MIME types to transform any table cell. You can only choose from a list of pre-defined MIME-types. The list gets built by a function searching a directory for valid transforms. For further information see libraries/transformations/README-file and soon in documentation. ;) Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3, create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3, tbl_move_copy.php3, transformation_wrapper.php3, libraries/display_tbl.lib.php3, libraries/transformations/* TODO: Add predefined functions! * Display a (javascript) based query window as a new frame below the left frame with query history [#526008]. Currently a bit experimental, works with IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should* work with any browser. Files: queryframe.php3, querywindow.php3, header.inc.php3, tbl_query_box.php3, common.lib.php3 2003-02-24 Olivier L. Müller * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and port == 80 or port == 443, do not add ":80" or ":443" anymore to the generated URL -> prevents a double password query with some browsers (Safari) in case of http authentication. (tested with https, http and http running on port 8080) 2003-02-24 Michal Cihar * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for fields type into special variable. Fixes #647689. * db_details_structure.php3: Removed extra /. Fixes #692171. 2003-02-23 Marc Delisle ### 2.4.0 released 2003-02-23 Olivier L. Müller * docs.css: highlight FAQ questions in blue -> more readble. 2003-02-23 Alexander M. Turek * server_privileges: Better code for "check privileges"; This should fix bug #687808 and a few other problems. * ANNOUNCE.txt: Updated list of known bugs. * server_variables.php3: Modified generated XHTML code. 2003-02-22 Marc Delisle * lang/italian update, thanks to Pietro Danesi * lang/slovak update, thanks to Lubos Klokner * lang/polish: update, thanks to Jakub Wilk * lang/thai: update, thanks to Arthit Suriyawongkul * tbl_change.php3: do not use enctype="multipart/form-data" if !$is_upload (possible solution for bug 689215) * lang/swedish: update, thanks to Björn T. Hallberg 2003-02-19 Alexander M. Turek * libraries/display_tbl.lib.php3: Coding standards. * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel. * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C. * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo. * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro. 2003-02-18 Marc Delisle * sql.php3: bug 649665: undefined variables with UNION, and also get the correct row count * lang/norwegian: update, thanks to Sven-Erik Andersen 2003-02-18 Alexander M. Turek * server_databases.php3: - Fixed bug #688360 (Database privileges and AllowUserDropDatabase); - The link "check privileges" is now only displayed to superusers. 2003-02-17 Michal Cihar * lang/czech: Updated. * Documentation.html: Removed obsolete FAQ 6.17 about binary upload. 2003-02-17 Alexander M. Turek * server_privileges.php3: Fixed edit link. * Documentation.html: - Reformulated some passages; - FAQ 1.28. * ANNOUNCE.txt: Synchronized features list with documentation. * server_databases.php3: Fixed bug #688271 (missing "?"). 2003-02-17 Garvin Hicking * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3: Reworked blob file upload. More security cautions, and preserve fields contents, if no new file was uploaded. Moved is_uploaded_file function from read_dump.php3 to common.lib.php3 for reusability. 2003-02-17 Michal Cihar * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary upload, upload field moved into table. 2003-02-17 Marc Delisle ### 2.4.0-rc2 released * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the correct number of rows 2003-02-16 Alexander M. Turek * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js: - Reimplemented ability to change a user's login information (bug #684984); - Feature: copy user profiles; - "Check privileges" should now also check for wildcards; - The revoke mode for deleting users did not always produce valid MySQL. * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings. * ANNOUNCE.txt: synchronized list of features and fixes. 2003-02-16 Michal Cihar * lang/czech: Updated. * docs.css: Fixed URL. 2003-02-16 Marc Delisle * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic for splitting the SELECT clauses, to solve almost all records counting bugs * pdf_schema.php3: improved alignment, thanks to Maxime Delorme * lang/japanese: update, thanks to Yukihiro Kawada 2003-02-15 Alexander M. Turek * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct it if necessary. * libraries/common.lib.php3: Don't display edit link for database-independant queries. * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus). * docs.css: - Wrong URI; - Typo. 2003-02-14 Alexander M. Turek * server_databases.php3, server_privileges.php3, lang/*.inc.php3: Reimplemented "check privileges" feature. 2003-02-13 Robin Johnson * sql.php3: Fix simple little bug #685082 2003-02-12 Alexander M. Turek * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges' is broken), thanks to Alexander Schuch (ci-dev). 2003-02-12 Marc Delisle * lang/indonesian update, thanks to Rachim Tamsjadi * lang/italian update, thanks to Pietro Danesi * lang/lithuanian update, thanks to Vilius Zigmantas * lang/slovenian update, thanks to Kositer Uros * lang/swedish: update, thanks to Björn T. Hallberg * tbl_change.php3: upload field only to BLOBs * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror font size 2003-02-11 Marc Delisle * tbl_replace_fields.php3: sometimes we receive "none" as the file name when there is no field upload for some field * sql.php3: bug 684712, undefined variable $table (js disabled and confirmation for drop database) 2003-02-11 Alexander M. Turek * server_databases.php3: Wrong link title. 2003-02-10 Alexander M. Turek * server_databases.php3: Ensured that the database list is built. 2003-02-10 Marc Delisle * lang/catalan: update, thanks to Xavier Navarro 2003-02-09 Robin Johnson * lang/Galician*: Updates thanks to xosecalvo 2003-02-09 Michal Cihar * lang/czech: Updated again. 2003-02-09 Alexander M. Turek * server_databases.php3, lang/*.inc.php3: - Bugfixes & interface cosmetic; - Drop multiple databases. * db_stats.php3: Removed, the file is replaced by server_databases.php3. * lang/german-*.inc.php3: Updates. * config.inc.php3: Added a note about another possible setting. * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo. * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel. * translators.html: Fixed a typo. * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy). * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). 2003-02-08 Alexander M. Turek * config.inc.php3, lang/add_message.sh: Typos. * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone). * server_databases.php3, server_links.inc.php3, lang/*.inc.php3: Reworte db_stats.php3 to be conform with the new server_ pages. 2003-02-07 Michal Cihar * lang/czech: Updated. 2003-02-07 Marc Delisle * lang/italian: update, thanks to Pietro Danesi * lang/norwegian: update, thanks to Sven-Erik Andersen * lang/polish: update, thanks to Jakub Wilk * lang/swedish: update, thanks to Björn T. Hallberg * lang/slovak: remove duplicates * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp 2003-02-06 Robin Johnson * lang/arabic*: Updates thanks to Ossama Khayat * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should be '$strDBGMax' * translators.html: Added Ossama Khayat 2003-02-06 Marc Delisle * libraries/sqlparser.lib.php3: PHP3 parse error * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3, libraries/relation.lib.php3: bug 681298, we should always backquote a restricted word like "comment" when used as an identifier * Documentation.html, bug 681776, wrong command for my.ini file * libraries/left.js: png files 2003-02-05 Alexander M. Turek * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of the SQL query box for Opera 7 for Windows in order to avoid trouble here. * Documentation.html: Removed FAQ entry about Opera 7. * db_stats.php3: One tag still pointed to a GIF file. 2003-02-05 Marc Delisle * tbl_replace.php3, tbl_replace_fields.php3: do not display the UPDATE query if there was some binary upload in it, otherwise display it 2003-02-04 Alexander M. Turek * common.lib.php3: - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles Bailey (charles_bailey); - Don't use small fonts for Opera 7. * ldi_check.php3: Backslahes should be escaped. * Documentation.html: Added a note about Opera 7. 2003-02-04 Michal Cihar * Documentation.*: Added information about binary checkbox when uploading files. 2003-02-04 Garvin Hicking * common.lib.php3: Fixed a possible 'undefined index' error. 2003-02-04 Marc Delisle * Documentation.html: new faq entry about IE bug with http auth, switching from one server to the other * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe and only table selected) * ldi_check.php3: check local_infile on recent MySQL versions, thanks to Alexander 2003-02-03 Michal Cihar * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE #678729). * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads. * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined variable: charset_of_file). 2003-02-03 Garvin Hicking * pdf_schema.php3, libraries/dbg/profiling.php3, libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops). 2003-02-03 Marc Delisle ### 2.4.0-rc1 released and after the release: * lang/romanian: update, thanks to Valics Lehel * lang/spanish: update, thanks to Daniel Hinostroza C. * lang/catalan: update, thanks to Xavier Navarro * lang/dutch update, thanks to Ivo Teel 2003-02-02 Olivier L. Müller * tbl_addfield.php3: ignore empty fields on alter table 2003-02-02 Alexander M. Turek * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards compatibility. * lang/german-*.inc.php3: Updates. * server_privileges.php3: Remove column privileges. * config.inc.php3: Added $cfg['DefaultTabServer']. * header.inc.php3: Link the default tabs. * libraries/common.lib.php3: PHP3 compatibility. 2003-02-02 Michal Cihar * lang/czech: Updated. * lang/sort_lang.sh: This needs bash. 2003-02-02 Marc Delisle * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy). * lang/norwegian: update, thanks to Sven-Erik Andersen * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada * libraries/dbg/setup.php3, lang/*: generic $strCantLoad (later when we get enough translations, we can use it instead of $strCandLoadMySQL) * lang/romanian: update, thanks to Valics Lehel * lang/galician: update, thanks to Xosé Calvo * lang/lithuanian: update, thanks to Vilius Zigmantas * lang/japanese: update, thanks to Yukihiro Kawada * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs, thanks to Alexander 2003-02-01 Robin Johnson * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its re-entry into Earth's atmosphere. In memory of the brave men and women who gave their lives for the people of Earth. --- * Documentation.html: Removed a bit of duplication in [7.4] and the Developers section * libraries/dbg: New directory for DBG code * libraries/dbg/setup.php3: - DBG initialization code, including module support * libraries/dbg/profiling.php3: Profiling code * lang/*: New strings added for DBG extension * config.inc.php3: config options for DBG, off by default * footer.inc.php3: DBG profiling output 2003-02-01 Michal Cihar * Documentation.*, translators.html, docs.css: New documentation layout. * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters. 2003-02-01 Marc Delisle * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3, db_details.php3, tbl_query_box.php3, libraries/common.lib.php3: new Feature: BLOB field upload (TODO: handle open_basedir restrictions) 2003-01-31 Alexander M. Turek * config.inc.php3, Documentation.html, libraries/common.lib.php3, libraries/config_import.lib.php3: Added experimental support for compressed connections to the MySQL server. 2003-01-30 Marc Delisle * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser support, thanks to Jose Fandos (jose.fandos at sonnd.com) 2003-01-30 Michal Cihar * Documentation*: Added faq 1.27 about GZIP output buffering problem. * Documentation.html, translators.html: Unified using of font sizes. 2003-01-30 Alexander M. Turek * main.php3, user_details.php3, libraries/user_details.js: Removed the old user management. * server_processlist.php3: Fixed a bug the denied the access to the process list for normal users. * config.inc.php3: Removed note about buggy setting. * lang/german-*.inc.php3: Updates. * Documentation.html: There won't be a PHP 4.5.0; typos. 2003-01-29 Marc Delisle * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch) 2003-01-28 Marc Delisle * sql.php3, tbl_replace.php3: display UPDATE statement after row edit 2003-01-27 Marc Delisle * lang/slovenian update: thanks to Kositer Uros (urosh) * lang/albanian: update, thanks to Laurent Dhima * lang/slovak update, thanks to Lubos Klokner 2003-01-25 Marc Delisle * libraries/relation.lib.php3: improve messages 2003-01-23 Marc Delisle * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments 2003-01-22 Robin Johnson * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth) * lang/italian*: Updates, thanks to Pietro Danesi (danone) * lang/english*: Resorted and Resynced. * lang/farsi*: Added ready for Farsi translation * lang/sync_lang.sh, libraries/select_lang.lib.php3: - Updates ready for Farsi translation * lang/polish*: Updates, thanks to Jakub Wilk (ubanus) * fulltext.png, partialtext.png, pma_logo.png: - Ran PNGCRUSH on files to reduce size optimially. * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif, vertical_line.gif, item_rtl.gif, item_ltr.gif: - Old image files removed and replaced with PNG files (feature #458895) * plus.png, browse.png, desc_order.png, asc_order.png, minus.png, vertical_line.png, item_rtl.png, item_ltr.png: - New PNG image files (feature #458895) * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3: - Code changes for PNG images (feature #458895) 2003-01-21 Robin Johnson * libraries/sqlparser.lib.php3: checkType function 2003-01-21 Alexander M. Turek * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin). 2003-01-21 Marc Delisle * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3: row limiting for exported results 2003-01-21 Michal Cihar * db_datadict.php3, pdf_schema.php3, tbl_printview.php3, tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3: Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't be SIGNED/UNSIGNED/ZEROFILL. 2003-01-19 Alexander M. Turek * server_privileges.php3: Added column privileges editor. 2003-01-19 Marc Delisle * sql.php3, tbl_properties_export.php3, tbl_dump.php3, tbl_move_copy.php3, libraries/build_dump.lib.php3: Feature: Export results of SELECTs 2003-01-17 Marc Delisle * Documentation.html: faq 5.12 about OS X Safari problem * tbl_move_copy.php3: typo (wrong back link) 2003-01-17 Robin Johnson * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C. * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen 2003-01-17 Alexander M. Turek * server_privileges.php3: Wrong label. * scripts/create-release.sh: Changed the CVS hostname to cvs1 because cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note: The script now works on the SF shell servers ONLY! 2003-01-16 Michal Cihar * lang/czech: Updated. * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in field editing. 2003-01-15 Robin Johnson * lang/sort_lang.sh: Fix status output bug '\n' * db_details_importdocsql.php3: Move hardcoded strings to language files * lang/*.php3: Add new strings for docSQL importer * libraries/sqlvalidator.*.php3: Finish fixing bug #644709 * Documentation.html: Revised FAQ entry about SQL Validator 2003-01-15 Alexander M. Turek * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz). * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy). * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone). * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus). * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac). 2003-01-15 Marc Delisle * pdf_pages.php3: feature: deleting a pdf page * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR) , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 ) 2003-01-14 Alexander M. Turek * server_privileges.php3: - Lookup database / table lists if possible; - The database name was displayed instead of the table name in the sub page heading. * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh). * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen (sven-erik). * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti). * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin). 2003-01-14 Marc Delisle * lang/galician: update, thanks to Xosé Calvo * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C. 2003-01-14 Michal Cihar * tbl_properties_structure.php3, libraries/functions.js: Added (un)check all for fields selection. * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439 (Jumping cursor using keyboard). * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include functions.js to allow jumping using keyboard. * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows works also for row editing. * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16). 2003-01-13 Robin Johnson * libraries/sqlvalidator.class.php3: - Removed dependency on overload extension - Started to fix bug #644709 * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3: - Revert line 88 of sql.php3, and fix it a different way... 2003-01-12 Robin Johnson * read_dump.php3, sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3: - Fixed bug #641765, see mailing list post 2003-01-11 Alexander M. Turek * server_*.php3: - The messages are now displayed by server_links.inc.php3, so server_common.inc.php3 may be included earlier; - Beautified code. * server_privileges.php3: - Wrong GRANT syntax; - Changed the default behavior of the for fields "pred_username" and "pred_password". 2003-01-10 Marc Delisle * tbl_change.php3: bug 665885, wrong back link after sql error * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C. * lang/ukrainian: update, thanks to Markijan Baran * lang/romanian: update, thanks to Valics Lehel * lang/japanese: update, thanks to Yukihiro Kawada 2003-01-10 Michal Cihar * lang/czech*: Updated. 2003-01-09 Marc Delisle * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add support for the EXTRACT ... FROM syntax which is not a real SELECT ... FROM 2003-01-09 Alexander M. Turek * server_privileges.php3, lang/*.inc.php3: - Forgot to implement "This host"; - Drop the users' databases; - Don't send comments to the MySQL server; - When trying to delete multiple users, display an error message if none have been selected. 2003-01-08 Marc Delisle * libraries/sqlparser.lib.php3, libraries/functions.js, sql.php3: - use the parser for confirmation requests - better check before appending LIMIT * lang/galician: update, thanks to Xosé Calvo * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C. * lang/indonesian: missing semicolon * lang/japanese: update, thanks to Yukihiro Kawada * lang/romanian: update, thanks to Valics Lehel 2003-01-08 Michal Cihar * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL and hidden input generating stuff. * almost all php3 files: Use new URL and hidden input generation stuff. * libraries/common.lib.php3: Addded extra check for MySQL even when in safe mode (could fix #661949). 2003-01-08 Alexander M. Turek * lang/english-*.inc.php3: Fixed a typo. * server_privileges.php3, libraries/url_generating.lib.php3: - Beautified generated XHTML code; - Coding standards; - Added a missing @param comment. 2003-01-07 Michal Cihar * lang/czech: Updated. 2003-01-07 Alexander M. Turek * server_privileges.php3: Sorting user list. * translators.html: Typo. * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin). * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy). * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone). * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz). * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen (sven-erik). * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C. 2003-01-07 Marc Delisle * Documentation.html: clarification about cookie/http modes * lang/dutch update, thanks to Ivo Teel * lang/japanese: update, thanks to Yukihiro Kawada * lang/ukrainian: remove duplicate messages 2003-01-06 Alexander M. Turek * server_privileges.php3: - Interface cosmetic; - Smaller bugfixes; - Added a db / table privileges editor. * server_privileges.php3, server_links.inc.php3: XHTML fixes. * server_privileges.php3, libraries/server_privileges.js: - Optimized some JS functions for the new interface; - Added ability to create new MySQL users via GRANT (feature #502465). * Documentation.html, translators.html, libraries/defines_php.lib.php3: Incremented version number to 2.4.0-dev. 2003-01-05 Alexander M. Turek * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4). 2003-01-03 Marc Delisle * lang/estonian*, malay*: remove control M * lang/romanian: update, thanks to Valics Lehel * lang/galician: update, thanks to Xosé Calvo * lang/english: typos fix, thanks to Björn T. Hallberg (bth) 2003-01-01 Alexander M. Turek * lang/german*: Updated. 2003-01-01 Michal Cihar * lang/czech*: Updated. * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). * lang/sort_lang.sh: Made POSIX sh compatible. * lang/check_lang.sh: Made require bash. * lang/swedish*: Updated. * lang/*: For many translations fixed missing/duplicate strings. 2002-12-28 Marc Delisle * lang/ukrainian: update, thanks to Markijan Baran * user_details.php3: add $strGrantOption * lang/french update * main.php3, lang/*.php3: $strOriginalInterface 2002-12-25 Alexander M. Turek * server_privileges.php3: - Made the script compatible to MySQL < 3.22.11; - Fixed the missing "LOCK TABLES" option in the privilege editor. - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even if all privileges have been selected. * libraries/sqlparser.data.php3: - Fixed bug #655817 (New privileges are not detected correctly). - Updated function list. 2002-12-23 Alexander M. Turek * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). 2002-12-22 Alexander M. Turek * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js: Added ability to delete users. 2002-12-21 Alexander M. Turek * tbl_dump.php3: - Fixed wrong charset information in XML exports. - Beautified the output of the MySQL version number, e.g. '4.0.5' instead of '4.00.05'. 2002-12-20 Alexander M. Turek * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). 2002-12-19 Michal Cihar * server_privileges.php3: Fixed undefined variable warning. * lang/czech*: Updated. * lang/*: Fixed a typo. 2002-12-19 Marc Delisle * lang/romanian: update, thanks to Valics Lehel * lang/dutch update, thanks to Ivo Teel 2002-12-19 Alexander M. Turek * lang/norwegian-*.inc.php3: - Corrections, thanks to Tore Longva . - Updates, thanks again to Sven-Erik Andersen (sven-erik). * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand). * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). * lang/german-*.inc.php3: Updates. * lang/*.inc.php3: Fixed a typo. * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz). * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings. * server_privileges.php3, lang/*.inc.php3: - Bugfixes; - Small design modification; - Added ability to change passwords via SET PASSWORD FOR user. 2002-12-18 Alexander M. Turek * main.php3, header.inc.php3, server_privileges.php3, server_links.php3, lang/*.inc.php3: Started rewriting the user administration; changes: - Use GRANT / REVOKE for privilege changes (feature #502465); - Support for the new privilege system introduced with MySQL 4.0.2-beta; - Support for user resource limits; - Improved user friendliness. Currently, it can only display and edit global privileges. * libraries/common.lib.php3: Undefined index. * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh). * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft). 2002-12-18 Michal Cihar * main.php3: Since every user has access to his processlist, set is_process_priv to TRUE as default (fixes undefined variable warning). 2002-12-18 Marc Delisle * tbl_select.php3, bug 648263 * libraries/common.lib.php3, bug 653764 * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564, append data only to a table 2002-12-17 Marc Delisle * lang/russian: update, thanks to Nicolay Zakharov 2002-12-16 Michal Cihar * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh. * lang/czech: fixed typos, thanks to Vojta Beran 2002-12-16 Marc Delisle * lang/russian: update, thanks to Nicolay Zakharov * lang/galician: update, thanks to Xosé Calvo 2002-12-15 Marc Delisle * libraries/get_foreign.lib.php3: bug 646263, bad drop-down in select sub-page 2002-12-14 Alexander M. Turek * libraries/common.lib.php3: Removed a comment. 2002-12-14 Marc Delisle * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE) 2002-12-13 Michal Cihar * tbl_dump.php3: Fix output order of inserts/creates, generate file extension to include also file type, not only compression (now it generates something like dump.sql.gz). 2002-12-13 Mike Beck * pdf_schema.php3: Change generated filename to db_pdfname.pdf instead of db_pdfnumber.pdf 2002-12-12 Alexander M. Turek * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus). * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh). * lang/norwegian-*.inc.php3: Updates, thanks again to Sven-Erik Andersen (sven-erik). * lang/german-*.inc.php3: Small grammar fix. 2002-12-11 Alexander M. Turek * lang/german-*.inc.php3: Updates. * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin). * libraries/build_dump.php3: - Fixed part 2 of bug #652311 (Undefined variables); - Coding standards. 2002-12-11 Michal Cihar * tbl_dump.php3: Fix exporting of structure and data to file, fix and make cleaner charset conversion for export. * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3, lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX, thanks to Valentine for creating the patch #627496. 2002-12-11 Marc Delisle * lang/galician: update, thanks to Xosé Calvo * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION, but there is still some work to do about how to split a UNION * tbl_properties_options.php3, bug 651522 wrong back-link, thanks to Mischka ( stollner at uni-muenster dot de ) 2002-12-10 Michal Cihar * lang/czech*.php3: Updated translation. * tbl_dump.php3: Fix Alexanders fix for bug #651414. 2002-12-10 Alexander M. Turek * server_*.php3, lang/*.inc.php3, main.php3: - Added 'SHOW PROCESSLIST' interface; - Small bugfixes. - XHTML fixes. * lang/spanish-*.inc.php3: Updates, thanks again to Dr. med. Daniel Hinostroza C. * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414. 2002-12-09 Alexander M. Turek * lang/norwegian-*.inc.php3: Updates, thanks again to Sven-Erik Andersen (sven-erik). * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth). * lang/spanish-*.inc.php3: Updates, thanks again to Dr. med. Daniel Hinostroza C. 2002-12-08 Alexander M. Turek * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3, server_common.inc.php3, server_links.inc.php3, server_status.php3, server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3: Started working on a new interface to server related pages. * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria). * lang/german-*.inc.php3: Updates. * lang/english-*.inc.php3: Reordered strings. 2002-12-07 Marc Delisle * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3 bug 633422, use a button if search result would generate a too big URL 2002-12-06 Mike Beck * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3: Choose between Landscape and Portrait for the Datadictionary in PDF Pages * pdf_schema.php3: lineheight for Textrows in Datadictionary was equal to textheight, i added one mm above and below text (hope your tables are not too big not to fit on a page now ;) 2002-12-06 Alexander M. Turek * lang/german.inc.php3: Updates. * main.php3: Fixed bug #649641 (usernames containing '@' character). * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler warning / php >= 4.3.0) by Mats Engstrom (matseng). * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria). * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen (sven-erik). * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz). * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft). * lang/italian-*.inc.php3: - Updates, thanks to Pietro Danesi (danone). - Coding standards. 2002-12-06 Marc Delisle * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3: new data dict feature for PDF pages, thanks to Maxime Delorme * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message, thanks to Piotr Roszatycki (d3xter) 2002-12-05 Alexander M. Turek * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth). 2002-12-05 Marc Delisle * pdf_schema.php3: remove control M * lang/dutch update, thanks to Ivo Teel 2002-12-04 Marc Delisle ### 2.3.3pl1 released --- Older ChangeLogs can be found on our project website --- http://www.phpmyadmin.net/ChangeLogs/ # vim: ft=changelog # vim: expandtab ts=4 sw=4 sts=4 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#' # vim: fdn=1 fdm=expr