pkgsrc/databases/phpmyadmin/PLIST

604 lines
29 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.15 2006/03/09 11:21:22 tron Exp $
share/doc/phpmyadmin/CREDITS
share/doc/phpmyadmin/ChangeLog
share/doc/phpmyadmin/Documentation.txt
share/doc/phpmyadmin/INSTALL
share/doc/phpmyadmin/LICENSE
share/doc/phpmyadmin/README
share/doc/phpmyadmin/RELEASE-DATE-${DIST_VERSION}
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/doc/phpmyadmin/TODO
share/examples/phpmyadmin/apache.conf
share/phpmyadmin/ChangeLog
share/phpmyadmin/Documentation.html
share/phpmyadmin/browse_foreigners.php
share/phpmyadmin/calendar.php
share/phpmyadmin/changelog.php
share/phpmyadmin/chk_rel.php
share/phpmyadmin/config.inc.php
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
share/phpmyadmin/css/phpmyadmin.css.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/css/print.css
share/phpmyadmin/db_create.php
share/phpmyadmin/db_datadict.php
share/phpmyadmin/db_details.php
share/phpmyadmin/db_details_export.php
share/phpmyadmin/db_details_importdocsql.php
share/phpmyadmin/db_details_qbe.php
share/phpmyadmin/db_details_structure.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/db_import.php
share/phpmyadmin/db_operations.php
share/phpmyadmin/db_printview.php
share/phpmyadmin/db_search.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/docs.css
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/error.php
share/phpmyadmin/export.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/import.php
share/phpmyadmin/index.php
share/phpmyadmin/js/dom-drag.js
share/phpmyadmin/js/functions.js
share/phpmyadmin/js/indexes.js
share/phpmyadmin/js/keyhandler.js
share/phpmyadmin/js/querywindow.js
share/phpmyadmin/js/server_privileges.js
share/phpmyadmin/js/tbl_change.js
share/phpmyadmin/js/tooltip.js
share/phpmyadmin/js/user_password.js
share/phpmyadmin/lang/afrikaans-iso-8859-1.inc.php
share/phpmyadmin/lang/afrikaans-utf-8.inc.php
share/phpmyadmin/lang/albanian-iso-8859-1.inc.php
share/phpmyadmin/lang/albanian-utf-8.inc.php
share/phpmyadmin/lang/arabic-utf-8.inc.php
share/phpmyadmin/lang/arabic-windows-1256.inc.php
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
share/phpmyadmin/lang/azerbaijani-iso-8859-9.inc.php
share/phpmyadmin/lang/azerbaijani-utf-8.inc.php
share/phpmyadmin/lang/basque-iso-8859-1.inc.php
share/phpmyadmin/lang/basque-utf-8.inc.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/lang/belarusian_cyrillic-utf-8.inc.php
share/phpmyadmin/lang/belarusian_cyrillic-windows-1251.inc.php
share/phpmyadmin/lang/belarusian_latin-utf-8.inc.php
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
share/phpmyadmin/lang/bosnian-utf-8.inc.php
share/phpmyadmin/lang/bosnian-windows-1250.inc.php
share/phpmyadmin/lang/brazilian_portuguese-iso-8859-1.inc.php
share/phpmyadmin/lang/brazilian_portuguese-utf-8.inc.php
share/phpmyadmin/lang/bulgarian-koi8-r.inc.php
share/phpmyadmin/lang/bulgarian-utf-8.inc.php
share/phpmyadmin/lang/bulgarian-windows-1251.inc.php
share/phpmyadmin/lang/catalan-iso-8859-1.inc.php
share/phpmyadmin/lang/catalan-utf-8.inc.php
share/phpmyadmin/lang/chinese_simplified-gb2312.inc.php
share/phpmyadmin/lang/chinese_simplified-utf-8.inc.php
share/phpmyadmin/lang/chinese_traditional-big5.inc.php
share/phpmyadmin/lang/chinese_traditional-utf-8.inc.php
share/phpmyadmin/lang/croatian-iso-8859-2.inc.php
share/phpmyadmin/lang/croatian-utf-8.inc.php
share/phpmyadmin/lang/croatian-windows-1250.inc.php
share/phpmyadmin/lang/czech-iso-8859-2.inc.php
share/phpmyadmin/lang/czech-utf-8.inc.php
share/phpmyadmin/lang/czech-windows-1250.inc.php
share/phpmyadmin/lang/danish-iso-8859-1.inc.php
share/phpmyadmin/lang/danish-utf-8.inc.php
share/phpmyadmin/lang/dutch-iso-8859-1.inc.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/lang/dutch-iso-8859-15.inc.php
share/phpmyadmin/lang/dutch-utf-8.inc.php
share/phpmyadmin/lang/english-iso-8859-1.inc.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/lang/english-iso-8859-15.inc.php
share/phpmyadmin/lang/english-utf-8.inc.php
share/phpmyadmin/lang/estonian-iso-8859-1.inc.php
share/phpmyadmin/lang/estonian-utf-8.inc.php
share/phpmyadmin/lang/finnish-iso-8859-1.inc.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/lang/finnish-iso-8859-15.inc.php
share/phpmyadmin/lang/finnish-utf-8.inc.php
share/phpmyadmin/lang/french-iso-8859-1.inc.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/lang/french-iso-8859-15.inc.php
share/phpmyadmin/lang/french-utf-8.inc.php
share/phpmyadmin/lang/galician-iso-8859-1.inc.php
share/phpmyadmin/lang/galician-utf-8.inc.php
share/phpmyadmin/lang/georgian-utf-8.inc.php
share/phpmyadmin/lang/german-iso-8859-1.inc.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/lang/german-iso-8859-15.inc.php
share/phpmyadmin/lang/german-utf-8.inc.php
share/phpmyadmin/lang/greek-iso-8859-7.inc.php
share/phpmyadmin/lang/greek-utf-8.inc.php
share/phpmyadmin/lang/hebrew-iso-8859-8-i.inc.php
share/phpmyadmin/lang/hebrew-utf-8.inc.php
share/phpmyadmin/lang/hindi-utf-8.inc.php
share/phpmyadmin/lang/hungarian-iso-8859-2.inc.php
share/phpmyadmin/lang/hungarian-utf-8.inc.php
share/phpmyadmin/lang/indonesian-iso-8859-1.inc.php
share/phpmyadmin/lang/indonesian-utf-8.inc.php
share/phpmyadmin/lang/italian-iso-8859-1.inc.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/lang/italian-iso-8859-15.inc.php
share/phpmyadmin/lang/italian-utf-8.inc.php
share/phpmyadmin/lang/japanese-euc.inc.php
share/phpmyadmin/lang/japanese-sjis.inc.php
share/phpmyadmin/lang/japanese-utf-8.inc.php
share/phpmyadmin/lang/korean-euc-kr.inc.php
share/phpmyadmin/lang/korean-utf-8.inc.php
share/phpmyadmin/lang/latvian-utf-8.inc.php
share/phpmyadmin/lang/latvian-windows-1257.inc.php
share/phpmyadmin/lang/lithuanian-utf-8.inc.php
share/phpmyadmin/lang/lithuanian-windows-1257.inc.php
share/phpmyadmin/lang/malay-iso-8859-1.inc.php
share/phpmyadmin/lang/malay-utf-8.inc.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/lang/mongolian-utf-8.inc.php
share/phpmyadmin/lang/norwegian-iso-8859-1.inc.php
share/phpmyadmin/lang/norwegian-utf-8.inc.php
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
share/phpmyadmin/lang/persian-utf-8.inc.php
share/phpmyadmin/lang/persian-windows-1256.inc.php
share/phpmyadmin/lang/polish-iso-8859-2.inc.php
share/phpmyadmin/lang/polish-utf-8.inc.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/lang/polish-windows-1250.inc.php
share/phpmyadmin/lang/portuguese-iso-8859-1.inc.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/lang/portuguese-iso-8859-15.inc.php
share/phpmyadmin/lang/portuguese-utf-8.inc.php
share/phpmyadmin/lang/romanian-iso-8859-1.inc.php
share/phpmyadmin/lang/romanian-utf-8.inc.php
share/phpmyadmin/lang/russian-cp-866.inc.php
share/phpmyadmin/lang/russian-koi8-r.inc.php
share/phpmyadmin/lang/russian-utf-8.inc.php
share/phpmyadmin/lang/russian-windows-1251.inc.php
share/phpmyadmin/lang/serbian_cyrillic-utf-8.inc.php
share/phpmyadmin/lang/serbian_cyrillic-windows-1251.inc.php
share/phpmyadmin/lang/serbian_latin-utf-8.inc.php
share/phpmyadmin/lang/serbian_latin-windows-1250.inc.php
share/phpmyadmin/lang/slovak-iso-8859-2.inc.php
share/phpmyadmin/lang/slovak-utf-8.inc.php
share/phpmyadmin/lang/slovak-windows-1250.inc.php
share/phpmyadmin/lang/slovenian-iso-8859-2.inc.php
share/phpmyadmin/lang/slovenian-utf-8.inc.php
share/phpmyadmin/lang/slovenian-windows-1250.inc.php
share/phpmyadmin/lang/spanish-iso-8859-1.inc.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/lang/spanish-iso-8859-15.inc.php
share/phpmyadmin/lang/spanish-utf-8.inc.php
share/phpmyadmin/lang/swedish-iso-8859-1.inc.php
share/phpmyadmin/lang/swedish-utf-8.inc.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/lang/tatarish-iso-8859-9.inc.php
share/phpmyadmin/lang/tatarish-utf-8.inc.php
share/phpmyadmin/lang/thai-tis-620.inc.php
share/phpmyadmin/lang/thai-utf-8.inc.php
share/phpmyadmin/lang/turkish-iso-8859-9.inc.php
share/phpmyadmin/lang/turkish-utf-8.inc.php
share/phpmyadmin/lang/ukrainian-utf-8.inc.php
share/phpmyadmin/lang/ukrainian-windows-1251.inc.php
share/phpmyadmin/left.php
share/phpmyadmin/libraries/Config.class.php
share/phpmyadmin/libraries/Theme.class.php
share/phpmyadmin/libraries/Theme_Manager.class.php
share/phpmyadmin/libraries/auth/config.auth.lib.php
share/phpmyadmin/libraries/auth/cookie.auth.lib.php
share/phpmyadmin/libraries/auth/http.auth.lib.php
share/phpmyadmin/libraries/blowfish.php
share/phpmyadmin/libraries/bookmark.lib.php
share/phpmyadmin/libraries/charset_conversion.lib.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/libraries/check_user_privileges.lib.php
share/phpmyadmin/libraries/common.lib.php
share/phpmyadmin/libraries/config.default.php
share/phpmyadmin/libraries/database_interface.lib.php
share/phpmyadmin/libraries/db_config.lib.php
share/phpmyadmin/libraries/db_details_common.inc.php
share/phpmyadmin/libraries/db_details_db_info.inc.php
share/phpmyadmin/libraries/db_details_links.inc.php
share/phpmyadmin/libraries/db_table_exists.lib.php
share/phpmyadmin/libraries/dbg/profiling.php
share/phpmyadmin/libraries/dbg/setup.php
share/phpmyadmin/libraries/dbi/mysql.dbi.lib.php
share/phpmyadmin/libraries/dbi/mysqli.dbi.lib.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/libraries/display_create_database.lib.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/libraries/display_create_table.lib.php
share/phpmyadmin/libraries/display_export.lib.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/libraries/display_import.lib.php
share/phpmyadmin/libraries/display_select_lang.lib.php
share/phpmyadmin/libraries/display_tbl.lib.php
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
share/phpmyadmin/libraries/display_tbl_links.lib.php
share/phpmyadmin/libraries/engines/bdb.lib.php
share/phpmyadmin/libraries/engines/berkeleydb.lib.php
share/phpmyadmin/libraries/engines/binlog.lib.php
share/phpmyadmin/libraries/engines/innobase.lib.php
share/phpmyadmin/libraries/engines/innodb.lib.php
share/phpmyadmin/libraries/engines/memory.lib.php
share/phpmyadmin/libraries/engines/merge.lib.php
share/phpmyadmin/libraries/engines/mrg_myisam.lib.php
share/phpmyadmin/libraries/engines/myisam.lib.php
share/phpmyadmin/libraries/engines/ndbcluster.lib.php
share/phpmyadmin/libraries/export/csv.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/libraries/export/htmlexcel.php
share/phpmyadmin/libraries/export/htmlword.php
share/phpmyadmin/libraries/export/latex.php
share/phpmyadmin/libraries/export/pdf.php
share/phpmyadmin/libraries/export/sql.php
share/phpmyadmin/libraries/export/xls.php
share/phpmyadmin/libraries/export/xml.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/libraries/file_listing.php
share/phpmyadmin/libraries/footer.inc.php
share/phpmyadmin/libraries/footer_custom.inc.php
share/phpmyadmin/libraries/fpdf/README
- Update from 2.6.1-rc1 to 2.6.1-pl1 - Addresses known security issues as well as numerious other changes - ok'ed tron@ > ---------------------- > phpMyAdmin - Changelog > ---------------------- > > $Id: ChangeLog,v 2.871.2.21 2005/02/24 01:20:35 lem9 Exp $ > $Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $ > > 2005-02-23 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/auth/cookie.auth.lib.php: bug1149373, error when > blowfish_secret is empty > ### 2.6.1-pl1 released > > 2005-02-23 Alexander M. Turek <me (at) derrabus.de> > * libraries/grab_globals.lib.php: More hotfixes against bug1149381. > * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets > (cp932 and eucjpms) that will be introduced with MySQL 5.0.3. > > 2005-02-22 Alexander M. Turek <me (at) derrabus.de> > * libraries/grab_globals.lib.php: Hotfix against bug1149381 and parts > of bug1149383. > > 2005-02-07 Alexander M. Turek <me (at) derrabus.de> > * libraries/mcrypt.lib.php: bug1117907 ("wrong parameter count" with > php 4.1.x). > > 2005-02-03 Alexander M. Turek <me (at) derrabus.de> > * tbl_addfield.php: bug1040682 (adding field with collation). > > 2005-01-29 Alexander M. Turek <me (at) derrabus.de> > * lang/japanese-utf-8.inc.php: bug1111855 ("Undefined index" when using > the Janapese language file under MySQL 4.1. > > 2005-01-28 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/dbi/mysqli.dbi.lib.php: bug1111706, call to undefined > function PMA_reloadNavigation(). A failed connection was not properly > detected > > 2005-01-23 Marc Delisle <lem9 (at) users.sourceforge.net> > * tbl_query_box.php: bug1107937, undefined $fields_list > * lang/estonian: Update thanks to Alvar Soome - finsoft. > ### 2.6.1 released > > 2005-01-23 Michal Cihar <michal (at) cihar.com> > * export.php: Back to Content-Type application/x-bzip2 on bzip2 export > (bug1106652). > > 2005-01-23 Alexander M. Turek <me (at) derrabus.de> > * libraries/sqlparser.data.php: Added some keywords. > > 2005-01-22 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/bookmark.lib.php: bug1103289, num_rows and MYSQL_USE_RESULT, > and fix a typo "boommark" > * lang/galician: Updated, thanks to Xosé Calvo. > * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). > > 2005-01-17 Michal Cihar <michal (at) cihar.com> > * lang/czech: Fix typos (translation1103785). > > 2005-01-16 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/common.lib.php: bug1103201, wrong treatment of MySQL error > 1060 in the logic for error 1062 > > 2005-01-11 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/dbi/mysqli.dbi.lib.php: bug1076213, headers sent > on invalid login > > 2005-01-10 Michal Cihar <michal (at) cihar.com> > * lang/czech: Fix typo (translation1099459). > > 2005-01-10 Olivier Mueller <om (at) omnis.ch> > * README: copyright, we're in 2005 > > 2005-01-09 Marc Delisle <lem9 (at) users.sourceforge.net> > * lang/danish: Updated, thanks to AlleyKat - dk_alleykat. > * lang/catalan update, thanks to Xavier Navarro (xavin). > * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000) > * lang/dutch: Updates, thanks to Ivo Teel. > * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy. > * lang/galician: Updated, thanks to Xosé Calvo. > * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). > ### 2.6.1-rc2 released > > 2005-01-07 Marc Delisle <lem9 (at) users.sourceforge.net> > * tbl_addfield.php: bug1082680, undefined $field_charset when adding > a FLOAT field in MySQL 4.1.x > > 2005-01-07 Michal Cihar <michal (at) cihar.com> > * Documentation.html, tbl_change.php, tbl_properties.inc.php, > libraries/functions.js, libraries/tbl_change.js, > libraries/keyhandler.js: Use Option key for Safari for moving (bug > 1094137), move key handler function to separate file so we have only > one, make movement work correctly in vertical display of properties. > * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1 > (bug1097593). > > 2005-01-06 Marc Delisle <lem9 (at) users.sourceforge.net> > * tbl_change.php: removed old PHP3-workaround that caused problems > with field names like '000' > > 2005-01-05 Michal Cihar <michal (at) cihar.com> > * tbl_properties_operations.php: Fix changning table parameters if it has > no auto increment (bug1096246). > > 2005-01-04 Alexander M. Turek <me (at) derrabus.de> > * lang/german-*.inc.php: > - Updates and small corrections; > - Synchronized translation with the German MySQL documentation. > > 2005-01-03 Michal Cihar <michal (at) cihar.com> > * export.php: Use standardised mime types and use content encoding for > gzip/bzip2. I hope this will fix double gzip compression as in bug > 1094649. > > 2005-01-01 Michal Cihar <michal (at) cihar.com> > * tbl_alter.php: Don't try to set collation for non text fields (bug > 1094109). > * sql.php: Do not forget reloading when launching multiple queries (bug > 1090818). > > 2004-12-30 Marc Delisle <lem9 (at) users.sourceforge.net> > * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). > * lang/norwegian: Update, thanks to Sven-Erik Andersen > * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). > > 2004-12-30 Michal Cihar <michal (at) cihar.com> > * libraries/fpdf/ufpdf.php: Fix some warnings. > > 2004-12-29 Michal Cihar <michal (at) cihar.com> > * libraries/export/sql.php: Fix typo. > * server_databases.php: Use same sort order as in left frame (bug > 1087244), allow sorting even if not showing stats. > * pdf_schema.php, libraries/fpdf/fpdf.php, libraries/fpdf/ufpdf.php, > libraries/fpdf/font/FreeSans*: Added support for PDF output in utf-8, > uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a > bit modified FPDF class. (bug1046051) > * Documentation.html: Added info about UFPDF library. > * lang/czech, lang/english: Improved some texts, also bug1009667. > > 2004-12-28 Michal Cihar <michal (at) cihar.com> > * libraries/tbl_move_copy.php: Fix constraints copying (bug1085900). > * config.inc.php, lang/*, libraries/common.lib.php, > libraries/config_import.lib.php, libraries/display_export.lib.php, > libraries/export/sql.php: Support for selecting SQL export compatibility > (RFE1060040). > * libraries/tbl_change.js: Faster navigation in calendar (RFE1090315). > * mult_submits.inc.php, tbl_row_delete.php: Fix % escaping (bug1082954). > * read_dump.php: Fix database name extraction from use statement (bug > 1084777). > * css/phpmyadmin.css.php, libraries/common.lib.php: Disabled theme manager > still allows to select theme in configuration (bug1084712). > * tbl_replace.php: Remove unused code. > * main.php, lang/*, libraries/string.lib.php: Added warnings about > mbstring - one to disable function overloading and one for requesting > mbstring for multibyte charsets (bugs 1063149 and 1063821). > * tbl_change.php, tbl_replace.php, lang/*, libraries/common.lib.php: > Support for editing next entry (when numeric primary key) (RFE1074906). > > 2004-12-26 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/database_interface.lib.php: bug1085647, wrong parameters > for strpos(), thanks to Meithar - meithar > * libraries/select_server.lib.php, bug1073056, unable to submit selected server, > thanks to jamaz - jamaz > * tbl_change.php: bug1090608, undefined variable, thanks to peterinsb > * scripts/upgrade_tables_mysql_4_1_2+.sql: bug1084426, misleading comments > * tbl_create.php: bug1085494, illegal length value for LONGTEXT, thanks to mjec > > 2004-12-16 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/blowfish.php: bug1085997, undefined variables, > patch thanks to Chandrakumar Muthaiah - sudhach > > 2004-12-14 Alexander M. Turek <me (at) derrabus.de> > * libraries/sqlparser.data.php: Added keywords NAMES and VIEW. > > 2004-12-13 Michal Cihar <michal (at) cihar.com> > * libraries/tbl_change.js: Do not catch Alt and Shift keys (bug1082315). > * libraries/export/sql.php: Do not duplicate constraints when exporting > multiple databases (bug1084459).
2005-02-24 18:26:03 +01:00
share/phpmyadmin/libraries/fpdf/font/FreeSans.ctg.z
share/phpmyadmin/libraries/fpdf/font/FreeSans.php
share/phpmyadmin/libraries/fpdf/font/FreeSans.z
share/phpmyadmin/libraries/fpdf/font/FreeSansBold.ctg.z
share/phpmyadmin/libraries/fpdf/font/FreeSansBold.php
share/phpmyadmin/libraries/fpdf/font/FreeSansBold.z
share/phpmyadmin/libraries/fpdf/font/courier.php
share/phpmyadmin/libraries/fpdf/font/helvetica.php
share/phpmyadmin/libraries/fpdf/font/helveticab.php
share/phpmyadmin/libraries/fpdf/font/helveticabi.php
share/phpmyadmin/libraries/fpdf/font/helveticai.php
share/phpmyadmin/libraries/fpdf/font/symbol.php
share/phpmyadmin/libraries/fpdf/font/tahoma.php
share/phpmyadmin/libraries/fpdf/font/tahomab.php
share/phpmyadmin/libraries/fpdf/font/times.php
share/phpmyadmin/libraries/fpdf/font/timesb.php
share/phpmyadmin/libraries/fpdf/font/timesbi.php
share/phpmyadmin/libraries/fpdf/font/timesi.php
share/phpmyadmin/libraries/fpdf/font/zapfdingbats.php
share/phpmyadmin/libraries/fpdf/fpdf.php
- Update from 2.6.1-rc1 to 2.6.1-pl1 - Addresses known security issues as well as numerious other changes - ok'ed tron@ > ---------------------- > phpMyAdmin - Changelog > ---------------------- > > $Id: ChangeLog,v 2.871.2.21 2005/02/24 01:20:35 lem9 Exp $ > $Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $ > > 2005-02-23 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/auth/cookie.auth.lib.php: bug1149373, error when > blowfish_secret is empty > ### 2.6.1-pl1 released > > 2005-02-23 Alexander M. Turek <me (at) derrabus.de> > * libraries/grab_globals.lib.php: More hotfixes against bug1149381. > * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets > (cp932 and eucjpms) that will be introduced with MySQL 5.0.3. > > 2005-02-22 Alexander M. Turek <me (at) derrabus.de> > * libraries/grab_globals.lib.php: Hotfix against bug1149381 and parts > of bug1149383. > > 2005-02-07 Alexander M. Turek <me (at) derrabus.de> > * libraries/mcrypt.lib.php: bug1117907 ("wrong parameter count" with > php 4.1.x). > > 2005-02-03 Alexander M. Turek <me (at) derrabus.de> > * tbl_addfield.php: bug1040682 (adding field with collation). > > 2005-01-29 Alexander M. Turek <me (at) derrabus.de> > * lang/japanese-utf-8.inc.php: bug1111855 ("Undefined index" when using > the Janapese language file under MySQL 4.1. > > 2005-01-28 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/dbi/mysqli.dbi.lib.php: bug1111706, call to undefined > function PMA_reloadNavigation(). A failed connection was not properly > detected > > 2005-01-23 Marc Delisle <lem9 (at) users.sourceforge.net> > * tbl_query_box.php: bug1107937, undefined $fields_list > * lang/estonian: Update thanks to Alvar Soome - finsoft. > ### 2.6.1 released > > 2005-01-23 Michal Cihar <michal (at) cihar.com> > * export.php: Back to Content-Type application/x-bzip2 on bzip2 export > (bug1106652). > > 2005-01-23 Alexander M. Turek <me (at) derrabus.de> > * libraries/sqlparser.data.php: Added some keywords. > > 2005-01-22 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/bookmark.lib.php: bug1103289, num_rows and MYSQL_USE_RESULT, > and fix a typo "boommark" > * lang/galician: Updated, thanks to Xosé Calvo. > * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). > > 2005-01-17 Michal Cihar <michal (at) cihar.com> > * lang/czech: Fix typos (translation1103785). > > 2005-01-16 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/common.lib.php: bug1103201, wrong treatment of MySQL error > 1060 in the logic for error 1062 > > 2005-01-11 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/dbi/mysqli.dbi.lib.php: bug1076213, headers sent > on invalid login > > 2005-01-10 Michal Cihar <michal (at) cihar.com> > * lang/czech: Fix typo (translation1099459). > > 2005-01-10 Olivier Mueller <om (at) omnis.ch> > * README: copyright, we're in 2005 > > 2005-01-09 Marc Delisle <lem9 (at) users.sourceforge.net> > * lang/danish: Updated, thanks to AlleyKat - dk_alleykat. > * lang/catalan update, thanks to Xavier Navarro (xavin). > * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000) > * lang/dutch: Updates, thanks to Ivo Teel. > * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy. > * lang/galician: Updated, thanks to Xosé Calvo. > * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). > ### 2.6.1-rc2 released > > 2005-01-07 Marc Delisle <lem9 (at) users.sourceforge.net> > * tbl_addfield.php: bug1082680, undefined $field_charset when adding > a FLOAT field in MySQL 4.1.x > > 2005-01-07 Michal Cihar <michal (at) cihar.com> > * Documentation.html, tbl_change.php, tbl_properties.inc.php, > libraries/functions.js, libraries/tbl_change.js, > libraries/keyhandler.js: Use Option key for Safari for moving (bug > 1094137), move key handler function to separate file so we have only > one, make movement work correctly in vertical display of properties. > * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1 > (bug1097593). > > 2005-01-06 Marc Delisle <lem9 (at) users.sourceforge.net> > * tbl_change.php: removed old PHP3-workaround that caused problems > with field names like '000' > > 2005-01-05 Michal Cihar <michal (at) cihar.com> > * tbl_properties_operations.php: Fix changning table parameters if it has > no auto increment (bug1096246). > > 2005-01-04 Alexander M. Turek <me (at) derrabus.de> > * lang/german-*.inc.php: > - Updates and small corrections; > - Synchronized translation with the German MySQL documentation. > > 2005-01-03 Michal Cihar <michal (at) cihar.com> > * export.php: Use standardised mime types and use content encoding for > gzip/bzip2. I hope this will fix double gzip compression as in bug > 1094649. > > 2005-01-01 Michal Cihar <michal (at) cihar.com> > * tbl_alter.php: Don't try to set collation for non text fields (bug > 1094109). > * sql.php: Do not forget reloading when launching multiple queries (bug > 1090818). > > 2004-12-30 Marc Delisle <lem9 (at) users.sourceforge.net> > * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). > * lang/norwegian: Update, thanks to Sven-Erik Andersen > * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). > > 2004-12-30 Michal Cihar <michal (at) cihar.com> > * libraries/fpdf/ufpdf.php: Fix some warnings. > > 2004-12-29 Michal Cihar <michal (at) cihar.com> > * libraries/export/sql.php: Fix typo. > * server_databases.php: Use same sort order as in left frame (bug > 1087244), allow sorting even if not showing stats. > * pdf_schema.php, libraries/fpdf/fpdf.php, libraries/fpdf/ufpdf.php, > libraries/fpdf/font/FreeSans*: Added support for PDF output in utf-8, > uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a > bit modified FPDF class. (bug1046051) > * Documentation.html: Added info about UFPDF library. > * lang/czech, lang/english: Improved some texts, also bug1009667. > > 2004-12-28 Michal Cihar <michal (at) cihar.com> > * libraries/tbl_move_copy.php: Fix constraints copying (bug1085900). > * config.inc.php, lang/*, libraries/common.lib.php, > libraries/config_import.lib.php, libraries/display_export.lib.php, > libraries/export/sql.php: Support for selecting SQL export compatibility > (RFE1060040). > * libraries/tbl_change.js: Faster navigation in calendar (RFE1090315). > * mult_submits.inc.php, tbl_row_delete.php: Fix % escaping (bug1082954). > * read_dump.php: Fix database name extraction from use statement (bug > 1084777). > * css/phpmyadmin.css.php, libraries/common.lib.php: Disabled theme manager > still allows to select theme in configuration (bug1084712). > * tbl_replace.php: Remove unused code. > * main.php, lang/*, libraries/string.lib.php: Added warnings about > mbstring - one to disable function overloading and one for requesting > mbstring for multibyte charsets (bugs 1063149 and 1063821). > * tbl_change.php, tbl_replace.php, lang/*, libraries/common.lib.php: > Support for editing next entry (when numeric primary key) (RFE1074906). > > 2004-12-26 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/database_interface.lib.php: bug1085647, wrong parameters > for strpos(), thanks to Meithar - meithar > * libraries/select_server.lib.php, bug1073056, unable to submit selected server, > thanks to jamaz - jamaz > * tbl_change.php: bug1090608, undefined variable, thanks to peterinsb > * scripts/upgrade_tables_mysql_4_1_2+.sql: bug1084426, misleading comments > * tbl_create.php: bug1085494, illegal length value for LONGTEXT, thanks to mjec > > 2004-12-16 Marc Delisle <lem9 (at) users.sourceforge.net> > * libraries/blowfish.php: bug1085997, undefined variables, > patch thanks to Chandrakumar Muthaiah - sudhach > > 2004-12-14 Alexander M. Turek <me (at) derrabus.de> > * libraries/sqlparser.data.php: Added keywords NAMES and VIEW. > > 2004-12-13 Michal Cihar <michal (at) cihar.com> > * libraries/tbl_change.js: Do not catch Alt and Shift keys (bug1082315). > * libraries/export/sql.php: Do not duplicate constraints when exporting > multiple databases (bug1084459).
2005-02-24 18:26:03 +01:00
share/phpmyadmin/libraries/fpdf/ufpdf.php
share/phpmyadmin/libraries/get_foreign.lib.php
share/phpmyadmin/libraries/grab_globals.lib.php
share/phpmyadmin/libraries/header.inc.php
share/phpmyadmin/libraries/header_custom.inc.php
share/phpmyadmin/libraries/header_http.inc.php
share/phpmyadmin/libraries/header_meta_style.inc.php
share/phpmyadmin/libraries/header_printview.inc.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/libraries/import.lib.php
share/phpmyadmin/libraries/import/README
share/phpmyadmin/libraries/import/csv.php
share/phpmyadmin/libraries/import/ldi.php
share/phpmyadmin/libraries/import/sql.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/libraries/information_schema_relations.lib.php
share/phpmyadmin/libraries/ip_allow_deny.lib.php
share/phpmyadmin/libraries/kanji-encoding.lib.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/libraries/left_header.inc.php
share/phpmyadmin/libraries/mcrypt.lib.php
share/phpmyadmin/libraries/mult_submits.inc.php
share/phpmyadmin/libraries/mysql_charsets.lib.php
share/phpmyadmin/libraries/ob.lib.php
share/phpmyadmin/libraries/plugin_interface.lib.php
share/phpmyadmin/libraries/read_dump.lib.php
share/phpmyadmin/libraries/relation.lib.php
share/phpmyadmin/libraries/relation_cleanup.lib.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/libraries/sanitizing.lib.php
share/phpmyadmin/libraries/select_lang.lib.php
share/phpmyadmin/libraries/select_server.lib.php
share/phpmyadmin/libraries/server_common.inc.php
share/phpmyadmin/libraries/server_links.inc.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/libraries/session.inc.php
share/phpmyadmin/libraries/sql_query_form.lib.php
share/phpmyadmin/libraries/sqlparser.data.php
share/phpmyadmin/libraries/sqlparser.lib.php
share/phpmyadmin/libraries/sqlvalidator.class.php
share/phpmyadmin/libraries/sqlvalidator.lib.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/libraries/storage_engines.lib.php
share/phpmyadmin/libraries/string.lib.php
share/phpmyadmin/libraries/tbl_indexes.lib.php
share/phpmyadmin/libraries/tbl_move_copy.php
share/phpmyadmin/libraries/tbl_properties.inc.php
share/phpmyadmin/libraries/tbl_properties_common.php
share/phpmyadmin/libraries/tbl_properties_links.inc.php
share/phpmyadmin/libraries/tbl_properties_table_info.inc.php
share/phpmyadmin/libraries/tbl_replace_fields.inc.php
share/phpmyadmin/libraries/transformations.lib.php
share/phpmyadmin/libraries/transformations/README
share/phpmyadmin/libraries/transformations/TEMPLATE
share/phpmyadmin/libraries/transformations/TEMPLATE_MIMETYPE
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
share/phpmyadmin/libraries/transformations/application_octetstream__download.inc.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/libraries/transformations/application_octetstream__hex.inc.php
share/phpmyadmin/libraries/transformations/global.inc.php
share/phpmyadmin/libraries/transformations/image_jpeg__inline.inc.php
share/phpmyadmin/libraries/transformations/image_jpeg__link.inc.php
share/phpmyadmin/libraries/transformations/image_png__inline.inc.php
share/phpmyadmin/libraries/transformations/text_plain__dateformat.inc.php
share/phpmyadmin/libraries/transformations/text_plain__external.inc.php
share/phpmyadmin/libraries/transformations/text_plain__formatted.inc.php
share/phpmyadmin/libraries/transformations/text_plain__imagelink.inc.php
share/phpmyadmin/libraries/transformations/text_plain__link.inc.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/libraries/transformations/text_plain__sql.inc.php
share/phpmyadmin/libraries/transformations/text_plain__substr.inc.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/libraries/unzip.lib.php
share/phpmyadmin/libraries/url_generating.lib.php
share/phpmyadmin/libraries/zip.lib.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/license.php
share/phpmyadmin/main.php
share/phpmyadmin/pdf_pages.php
share/phpmyadmin/pdf_schema.php
share/phpmyadmin/phpinfo.php
share/phpmyadmin/querywindow.php
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/readme.php
share/phpmyadmin/scripts/convertcfg.pl
share/phpmyadmin/scripts/create_tables.sql
share/phpmyadmin/scripts/create_tables_mysql_4_1_2+.sql
share/phpmyadmin/scripts/upgrade_tables_mysql_4_1_2+.sql
share/phpmyadmin/server_binlog.php
share/phpmyadmin/server_collations.php
share/phpmyadmin/server_databases.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/server_engines.php
share/phpmyadmin/server_export.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/server_import.php
share/phpmyadmin/server_privileges.php
share/phpmyadmin/server_processlist.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/server_sql.php
share/phpmyadmin/server_status.php
share/phpmyadmin/server_variables.php
share/phpmyadmin/sql.php
share/phpmyadmin/tbl_addfield.php
share/phpmyadmin/tbl_alter.php
share/phpmyadmin/tbl_change.php
share/phpmyadmin/tbl_create.php
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/tbl_import.php
share/phpmyadmin/tbl_indexes.php
share/phpmyadmin/tbl_move_copy.php
share/phpmyadmin/tbl_printview.php
share/phpmyadmin/tbl_properties.php
share/phpmyadmin/tbl_properties_export.php
share/phpmyadmin/tbl_properties_operations.php
share/phpmyadmin/tbl_properties_structure.php
share/phpmyadmin/tbl_relation.php
share/phpmyadmin/tbl_replace.php
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/tbl_row_action.php
share/phpmyadmin/tbl_select.php
share/phpmyadmin/themes.php
share/phpmyadmin/themes/darkblue_orange/css/theme_left.css.php
share/phpmyadmin/themes/darkblue_orange/css/theme_print.css.php
share/phpmyadmin/themes/darkblue_orange/css/theme_right.css.php
share/phpmyadmin/themes/darkblue_orange/img/arrow_ltr.png
share/phpmyadmin/themes/darkblue_orange/img/arrow_rtl.png
share/phpmyadmin/themes/darkblue_orange/img/asc_order.png
share/phpmyadmin/themes/darkblue_orange/img/b_bookmark.png
share/phpmyadmin/themes/darkblue_orange/img/b_browse.png
share/phpmyadmin/themes/darkblue_orange/img/b_calendar.png
share/phpmyadmin/themes/darkblue_orange/img/b_comment.png
share/phpmyadmin/themes/darkblue_orange/img/b_dbstatistics.png
share/phpmyadmin/themes/darkblue_orange/img/b_deltbl.png
share/phpmyadmin/themes/darkblue_orange/img/b_docs.png
share/phpmyadmin/themes/darkblue_orange/img/b_docsql.png
share/phpmyadmin/themes/darkblue_orange/img/b_drop.png
share/phpmyadmin/themes/darkblue_orange/img/b_edit.png
share/phpmyadmin/themes/darkblue_orange/img/b_empty.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/darkblue_orange/img/b_engine.png
share/phpmyadmin/themes/darkblue_orange/img/b_export.png
share/phpmyadmin/themes/darkblue_orange/img/b_firstpage.png
share/phpmyadmin/themes/darkblue_orange/img/b_ftext.png
share/phpmyadmin/themes/darkblue_orange/img/b_help.png
share/phpmyadmin/themes/darkblue_orange/img/b_home.png
share/phpmyadmin/themes/darkblue_orange/img/b_import.png
share/phpmyadmin/themes/darkblue_orange/img/b_index.png
share/phpmyadmin/themes/darkblue_orange/img/b_info.png
share/phpmyadmin/themes/darkblue_orange/img/b_insrow.png
share/phpmyadmin/themes/darkblue_orange/img/b_lastpage.png
share/phpmyadmin/themes/darkblue_orange/img/b_minus.png
share/phpmyadmin/themes/darkblue_orange/img/b_newdb.png
share/phpmyadmin/themes/darkblue_orange/img/b_newtbl.png
share/phpmyadmin/themes/darkblue_orange/img/b_nextpage.png
share/phpmyadmin/themes/darkblue_orange/img/b_pdfdoc.png
share/phpmyadmin/themes/darkblue_orange/img/b_plus.png
share/phpmyadmin/themes/darkblue_orange/img/b_prevpage.png
share/phpmyadmin/themes/darkblue_orange/img/b_primary.png
share/phpmyadmin/themes/darkblue_orange/img/b_print.png
share/phpmyadmin/themes/darkblue_orange/img/b_props.png
share/phpmyadmin/themes/darkblue_orange/img/b_relations.png
share/phpmyadmin/themes/darkblue_orange/img/b_save.png
share/phpmyadmin/themes/darkblue_orange/img/b_sbrowse.png
share/phpmyadmin/themes/darkblue_orange/img/b_sdb.png
share/phpmyadmin/themes/darkblue_orange/img/b_search.png
share/phpmyadmin/themes/darkblue_orange/img/b_selboard.png
share/phpmyadmin/themes/darkblue_orange/img/b_select.png
share/phpmyadmin/themes/darkblue_orange/img/b_sql.png
share/phpmyadmin/themes/darkblue_orange/img/b_sqldoc.png
share/phpmyadmin/themes/darkblue_orange/img/b_sqlhelp.png
share/phpmyadmin/themes/darkblue_orange/img/b_tblanalyse.png
share/phpmyadmin/themes/darkblue_orange/img/b_tblexport.png
share/phpmyadmin/themes/darkblue_orange/img/b_tblimport.png
share/phpmyadmin/themes/darkblue_orange/img/b_tblops.png
share/phpmyadmin/themes/darkblue_orange/img/b_tbloptimize.png
share/phpmyadmin/themes/darkblue_orange/img/b_tipp.png
share/phpmyadmin/themes/darkblue_orange/img/b_unique.png
share/phpmyadmin/themes/darkblue_orange/img/b_usradd.png
share/phpmyadmin/themes/darkblue_orange/img/b_usrcheck.png
share/phpmyadmin/themes/darkblue_orange/img/b_usrdrop.png
share/phpmyadmin/themes/darkblue_orange/img/b_usredit.png
share/phpmyadmin/themes/darkblue_orange/img/b_usrlist.png
share/phpmyadmin/themes/darkblue_orange/img/b_view.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/darkblue_orange/img/b_views.png
share/phpmyadmin/themes/darkblue_orange/img/bd_browse.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/darkblue_orange/img/bd_deltbl.png
share/phpmyadmin/themes/darkblue_orange/img/bd_drop.png
share/phpmyadmin/themes/darkblue_orange/img/bd_empty.png
share/phpmyadmin/themes/darkblue_orange/img/bd_firstpage.png
share/phpmyadmin/themes/darkblue_orange/img/bd_ftext.png
share/phpmyadmin/themes/darkblue_orange/img/bd_index.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/darkblue_orange/img/bd_insrow.png
share/phpmyadmin/themes/darkblue_orange/img/bd_lastpage.png
share/phpmyadmin/themes/darkblue_orange/img/bd_nextpage.png
share/phpmyadmin/themes/darkblue_orange/img/bd_prevpage.png
share/phpmyadmin/themes/darkblue_orange/img/bd_primary.png
share/phpmyadmin/themes/darkblue_orange/img/bd_sbrowse.png
share/phpmyadmin/themes/darkblue_orange/img/bd_select.png
share/phpmyadmin/themes/darkblue_orange/img/bd_unique.png
Update "phpmyadmin" package to version 2.7.0pl1. Changes since version 2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-09 14:49:21 +01:00
share/phpmyadmin/themes/darkblue_orange/img/error.ico
share/phpmyadmin/themes/darkblue_orange/img/item.png
share/phpmyadmin/themes/darkblue_orange/img/item_ltr.png
share/phpmyadmin/themes/darkblue_orange/img/item_rtl.png
share/phpmyadmin/themes/darkblue_orange/img/logo_left.png
share/phpmyadmin/themes/darkblue_orange/img/logo_right.png
share/phpmyadmin/themes/darkblue_orange/img/php_sym.png
share/phpmyadmin/themes/darkblue_orange/img/pma_logo2.png
share/phpmyadmin/themes/darkblue_orange/img/s_asc.png
share/phpmyadmin/themes/darkblue_orange/img/s_asci.png
share/phpmyadmin/themes/darkblue_orange/img/s_attention.png
share/phpmyadmin/themes/darkblue_orange/img/s_cancel.png
share/phpmyadmin/themes/darkblue_orange/img/s_cancel2.png
share/phpmyadmin/themes/darkblue_orange/img/s_db.png
share/phpmyadmin/themes/darkblue_orange/img/s_desc.png
share/phpmyadmin/themes/darkblue_orange/img/s_error.png
share/phpmyadmin/themes/darkblue_orange/img/s_error2.png
share/phpmyadmin/themes/darkblue_orange/img/s_fulltext.png
share/phpmyadmin/themes/darkblue_orange/img/s_host.png
share/phpmyadmin/themes/darkblue_orange/img/s_info.png
share/phpmyadmin/themes/darkblue_orange/img/s_lang.png
share/phpmyadmin/themes/darkblue_orange/img/s_loggoff.png
share/phpmyadmin/themes/darkblue_orange/img/s_notice.png
share/phpmyadmin/themes/darkblue_orange/img/s_okay.png
share/phpmyadmin/themes/darkblue_orange/img/s_partialtext.png
share/phpmyadmin/themes/darkblue_orange/img/s_passwd.png
share/phpmyadmin/themes/darkblue_orange/img/s_process.png
share/phpmyadmin/themes/darkblue_orange/img/s_really.png
share/phpmyadmin/themes/darkblue_orange/img/s_reload.png
share/phpmyadmin/themes/darkblue_orange/img/s_rights.png
share/phpmyadmin/themes/darkblue_orange/img/s_status.png
share/phpmyadmin/themes/darkblue_orange/img/s_tbl.png
share/phpmyadmin/themes/darkblue_orange/img/s_theme.png
share/phpmyadmin/themes/darkblue_orange/img/s_vars.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/darkblue_orange/img/s_views.png
share/phpmyadmin/themes/darkblue_orange/img/s_warn.png
share/phpmyadmin/themes/darkblue_orange/img/spacer.png
share/phpmyadmin/themes/darkblue_orange/img/tbl_header.png
share/phpmyadmin/themes/darkblue_orange/img/tbl_th.png
share/phpmyadmin/themes/darkblue_orange/info.inc.php
share/phpmyadmin/themes/darkblue_orange/layout.inc.php
share/phpmyadmin/themes/darkblue_orange/screen.png
share/phpmyadmin/themes/original/css/theme_left.css.php
share/phpmyadmin/themes/original/css/theme_print.css.php
share/phpmyadmin/themes/original/css/theme_right.css.php
share/phpmyadmin/themes/original/img/arrow_ltr.png
share/phpmyadmin/themes/original/img/arrow_rtl.png
share/phpmyadmin/themes/original/img/asc_order.png
share/phpmyadmin/themes/original/img/b_bookmark.png
share/phpmyadmin/themes/original/img/b_browse.png
share/phpmyadmin/themes/original/img/b_calendar.png
share/phpmyadmin/themes/original/img/b_comment.png
share/phpmyadmin/themes/original/img/b_dbstatistics.png
share/phpmyadmin/themes/original/img/b_deltbl.png
share/phpmyadmin/themes/original/img/b_docs.png
share/phpmyadmin/themes/original/img/b_docsql.png
share/phpmyadmin/themes/original/img/b_drop.png
share/phpmyadmin/themes/original/img/b_edit.png
share/phpmyadmin/themes/original/img/b_empty.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/original/img/b_engine.png
share/phpmyadmin/themes/original/img/b_export.png
share/phpmyadmin/themes/original/img/b_firstpage.png
share/phpmyadmin/themes/original/img/b_ftext.png
share/phpmyadmin/themes/original/img/b_help.png
share/phpmyadmin/themes/original/img/b_home.png
share/phpmyadmin/themes/original/img/b_import.png
share/phpmyadmin/themes/original/img/b_index.png
share/phpmyadmin/themes/original/img/b_info.png
share/phpmyadmin/themes/original/img/b_insrow.png
share/phpmyadmin/themes/original/img/b_lastpage.png
share/phpmyadmin/themes/original/img/b_minus.png
share/phpmyadmin/themes/original/img/b_newdb.png
share/phpmyadmin/themes/original/img/b_newtbl.png
share/phpmyadmin/themes/original/img/b_nextpage.png
share/phpmyadmin/themes/original/img/b_pdfdoc.png
share/phpmyadmin/themes/original/img/b_plus.png
share/phpmyadmin/themes/original/img/b_prevpage.png
share/phpmyadmin/themes/original/img/b_primary.png
share/phpmyadmin/themes/original/img/b_print.png
share/phpmyadmin/themes/original/img/b_props.png
share/phpmyadmin/themes/original/img/b_relations.png
share/phpmyadmin/themes/original/img/b_save.png
share/phpmyadmin/themes/original/img/b_sbrowse.png
share/phpmyadmin/themes/original/img/b_sdb.png
share/phpmyadmin/themes/original/img/b_search.png
share/phpmyadmin/themes/original/img/b_selboard.png
share/phpmyadmin/themes/original/img/b_select.png
share/phpmyadmin/themes/original/img/b_sql.png
share/phpmyadmin/themes/original/img/b_sqldoc.png
share/phpmyadmin/themes/original/img/b_sqlhelp.png
share/phpmyadmin/themes/original/img/b_tblanalyse.png
share/phpmyadmin/themes/original/img/b_tblexport.png
share/phpmyadmin/themes/original/img/b_tblimport.png
share/phpmyadmin/themes/original/img/b_tblops.png
share/phpmyadmin/themes/original/img/b_tbloptimize.png
share/phpmyadmin/themes/original/img/b_tipp.png
share/phpmyadmin/themes/original/img/b_unique.png
share/phpmyadmin/themes/original/img/b_usradd.png
share/phpmyadmin/themes/original/img/b_usrcheck.png
share/phpmyadmin/themes/original/img/b_usrdrop.png
share/phpmyadmin/themes/original/img/b_usredit.png
share/phpmyadmin/themes/original/img/b_usrlist.png
share/phpmyadmin/themes/original/img/b_view.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/original/img/b_views.png
share/phpmyadmin/themes/original/img/bd_browse.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/original/img/bd_deltbl.png
share/phpmyadmin/themes/original/img/bd_drop.png
share/phpmyadmin/themes/original/img/bd_empty.png
share/phpmyadmin/themes/original/img/bd_firstpage.png
share/phpmyadmin/themes/original/img/bd_ftext.png
share/phpmyadmin/themes/original/img/bd_index.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/original/img/bd_insrow.png
share/phpmyadmin/themes/original/img/bd_lastpage.png
share/phpmyadmin/themes/original/img/bd_nextpage.png
share/phpmyadmin/themes/original/img/bd_prevpage.png
share/phpmyadmin/themes/original/img/bd_primary.png
share/phpmyadmin/themes/original/img/bd_sbrowse.png
share/phpmyadmin/themes/original/img/bd_select.png
share/phpmyadmin/themes/original/img/bd_unique.png
Update to 2.6.4-rc1 Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 19:09:31 +02:00
share/phpmyadmin/themes/original/img/error.ico
share/phpmyadmin/themes/original/img/item.png
share/phpmyadmin/themes/original/img/item_ltr.png
share/phpmyadmin/themes/original/img/item_rtl.png
share/phpmyadmin/themes/original/img/logo_left.png
share/phpmyadmin/themes/original/img/logo_right.png
share/phpmyadmin/themes/original/img/php_sym.png
share/phpmyadmin/themes/original/img/pma_logo2.png
share/phpmyadmin/themes/original/img/s_asc.png
share/phpmyadmin/themes/original/img/s_asci.png
share/phpmyadmin/themes/original/img/s_attention.png
share/phpmyadmin/themes/original/img/s_cancel.png
share/phpmyadmin/themes/original/img/s_cancel2.png
share/phpmyadmin/themes/original/img/s_db.png
share/phpmyadmin/themes/original/img/s_desc.png
share/phpmyadmin/themes/original/img/s_error.png
share/phpmyadmin/themes/original/img/s_error2.png
share/phpmyadmin/themes/original/img/s_fulltext.png
share/phpmyadmin/themes/original/img/s_host.png
share/phpmyadmin/themes/original/img/s_info.png
share/phpmyadmin/themes/original/img/s_lang.png
share/phpmyadmin/themes/original/img/s_loggoff.png
share/phpmyadmin/themes/original/img/s_notice.png
share/phpmyadmin/themes/original/img/s_okay.png
share/phpmyadmin/themes/original/img/s_partialtext.png
share/phpmyadmin/themes/original/img/s_passwd.png
share/phpmyadmin/themes/original/img/s_process.png
share/phpmyadmin/themes/original/img/s_really.png
share/phpmyadmin/themes/original/img/s_reload.png
share/phpmyadmin/themes/original/img/s_rights.png
share/phpmyadmin/themes/original/img/s_status.png
share/phpmyadmin/themes/original/img/s_tbl.png
share/phpmyadmin/themes/original/img/s_theme.png
share/phpmyadmin/themes/original/img/s_vars.png
Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2: - MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04 14:55:16 +02:00
share/phpmyadmin/themes/original/img/s_views.png
share/phpmyadmin/themes/original/img/s_warn.png
share/phpmyadmin/themes/original/img/spacer.png
share/phpmyadmin/themes/original/img/vertical_line.png
share/phpmyadmin/themes/original/info.inc.php
share/phpmyadmin/themes/original/layout.inc.php
share/phpmyadmin/themes/original/screen.png
share/phpmyadmin/transformation_overview.php
share/phpmyadmin/transformation_wrapper.php
share/phpmyadmin/translators.html
share/phpmyadmin/user_password.php
@dirrm share/phpmyadmin/themes/original/img
@dirrm share/phpmyadmin/themes/original/css
@dirrm share/phpmyadmin/themes/original
@dirrm share/phpmyadmin/themes/darkblue_orange/img
@dirrm share/phpmyadmin/themes/darkblue_orange/css
@dirrm share/phpmyadmin/themes/darkblue_orange
@dirrm share/phpmyadmin/themes
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
@dirrm share/phpmyadmin/scripts
@dirrm share/phpmyadmin/libraries/transformations
@dirrm share/phpmyadmin/libraries/import
@dirrm share/phpmyadmin/libraries/fpdf/font
@dirrm share/phpmyadmin/libraries/fpdf
@dirrm share/phpmyadmin/libraries/export
@dirrm share/phpmyadmin/libraries/engines
@dirrm share/phpmyadmin/libraries/dbi
@dirrm share/phpmyadmin/libraries/dbg
@dirrm share/phpmyadmin/libraries/auth
@dirrm share/phpmyadmin/libraries
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
@dirrm share/phpmyadmin/lang
@dirrm share/phpmyadmin/js
- update to 2.5.7-pl1 - ok'ed tron@/wiz@/snj@ ---------------------- phpMyAdmin - Changelog ---------------------- 2004-06-30 Marc Delisle <lem9@users.sourceforge.net> * left.php: fix against security alert, thanks to Garvin * Documentation.html: FAQ 8.2 for security alert ### 2.5.7-pl1 released 2004-06-30 Alexander M. Turek <me@derrabus.de> * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits. 2004-06-09 Alexander M. Turek <me@derrabus.de> ### 2.5.7 released 2004-06-08 Alexander M. Turek <me@derrabus.de> * server_privileges.php: typo. * Documentation.html, translators.html: Updated from HEAD. 2004-06-07 Alexander M. Turek <me@derrabus.de> * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called "Engine" in MySQL 4.1.2. * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page latin1_spanish_ci (introduced with MySQL 4.1.2) is now described correctly. * lang/french-*: Updates. * scripts/create-release.sh, README: Merged all HEAD changes. 2004-06-07 Michal Cihar <michal@cihar.com> * libraries/export/sql.php: Fix handling of multi column foreign keys. * libraries/common.lib.php: When only_db matches no database, do not show any. * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8. * export.php: Fixed syntax error. 2004-06-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, big numbers data entry, thanks to Dmitry (yrtimd) * server_privileges.php: password error when copying a user * server_privileges.php: copying a user with table privs 2004-04-02 Alexander M. Turek <me@derrabus.de> * lang/german-*.inc.php: Fixed a typo. 2004-03-10 Michal Cihar <michal@cihar.com> * export.php: Correctly report error when export fails, fix buffer length counting, fix error detection. 2004-03-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: floating point digit * libraries/sqlparser.lib.php: GRANT...TO 2004-03-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace_fields.php: invalid escaping of + in ENUM 2004-03-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6 released 2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de> * libraries/common.lib.php: Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: memory eater, thanks to xuefer 2004-02-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: mult_submits.inc.php should not be called twice 2004-02-18 Marc Delisle <lem9@users.sourceforge.net> * export.php: undefined variable $save_filename 2004-02-15 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.6-rc2 released 2004-02-15 Alexander M. Turek <onehotminute@derrabus.de> * config.inc.php, libraries/config_import.lib.php: Added missing Arabic Windows-1256 charset to the default value of $cfg['AvailableCharsets']. * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD). 2004-02-14 Alexander M. Turek <thewall@derrabus.de> * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for (Undefined function: mysql_get_client_info() ); bug is already fixed in HEAD branch because of the new DBI libraries. 2004-02-13 Alexander M. Turek <resist@derrabus.de> * libraries/common.lib.php: (PMA chokes on undefined parser functions if one of the very first queries fails. 2004-02-11 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: password not copied * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php: execute stored bookmarks when user is different 2004-02-08 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/dutch update, thanks to Ivo Teel * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2004-02-05 Alexander M. Turek <chaos@derrabus.de> * Documentation.html: Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-04 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: (was a typo) 2004-02-03 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: NULL default value of DATETIME field 2004-02-02 Marc Delisle <lem9@users.sourceforge.net> * export.php: security fix, thanks to Cedric Cochin for the advisory ### 2.5.6-rc1 released * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de> * libraries/mysql_charsets.lib.php: Use PMA_backquote(). 2004-01-30 Alexander M. Turek <stormfront@derrabus.de> * lang/german-*.inc.php: Updates. 2004-01-29 Marc Delisle <lem9@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin) * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2004-01-27 Marc Delisle <lem9@users.sourceforge.net> * main.php: MySQL version check before server choice 2004-01-25 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php: broken row highlighting * libraries/display_tbl.lib.php: bad sort link 2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de> * Documentation.html: Changed my email address. * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings; - Include MySQL version in SQL printview headers. * header.inc.php: Avoid sending headers twice. 2004-01-14 Marc Delisle <lem9@users.sourceforge.net> * mult_submits.inc.php: dropping a field with the multi-submit mechanism removes all internal relations of a table, patch thanks to Joosep-Georg Järvemaa (j-georg) 2004-01-12 Marc Delisle <lem9@users.sourceforge.net> * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro). 2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de> * libraries/sqlparser.lib.php: Support for _charset syntax. 2004-01-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS 2004-01-07 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php, /display_tbl_links.lib.php: SHOW errors 2004-01-06 Alexander M. Turek <therising@derrabus.de> * libraries/charset_conversion.lib.php: Skip charset conversion code if input charset and output charset are the same. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de> * browse_foreigners.php, tbl_change.php: Sort key/value pairs as discussed . Made foreigner window resizable. * libraries/functions.js: Reverted row marker patch. * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php, libraries/functions.js: Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 Alexander M. Turek <rumors@derrabus.de> * tbl_properties_operations.php: Changing a table's charset changed the charset of all fields (MySQL >= 4.1.1). 2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de> * libraries/config_import.lib.php: Added missing compatibility code for $cfg['RecodingEngine']. 2004-01-02 Alexander M. Turek <wecantdance@derrabus.de> * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: MySQL collations are now parsed and highlighted. * libraries/export/sql.php: Include charset / collation information in db export. 2004-01-02 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: debug code still in place, thanks to Matthias Fichtner (mfichtner) * browse_foreigners.php: paging does not work; obey RepeatCells=0 * libraries/display_tbl.lib.php: SHOW FIELDS 2003-12-30 Michal Cihar <happynewyer@cihar.com> * lang/czech: Updated. * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/. 2003-12-30 Alexander M. Turek <facevalue@derrabus.de> * config.inc.php, db_details_common.php, db_details_structure.php, tbl_properties_operations.php, css/phpmyadmin.css.php, libraries/common.lib.php, libraries/config_import.lib.php, libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php: - SQL parser detected the character set "binary" as column attribute; - MySQL charsets are now parsed and highlighted - Note: the SQL parser library now has to be included AFTER having connected to the MySQL server; - The default charset of a database may now be changed; - Ensured that the user's connection is used for setting and retreiving charset information. * libraries/defines.lib.php: typo. 2003-12-30 Marc Delisle <lem9@users.sourceforge.net> * tbl_select.php: dropdowns in search page 2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de> * db_details_structure.php, libraries/mysql_charsets.lib.php: - display database collation (MySQL >= 4.1.1); - list collations of all tables. * tbl_properties_strcuture, tbl_properties_table_info.php: - Changed "Charset" label to "Collation" because it fits better; - The column collations weren't displayed with MySQL 5.0. * libraries/sqlparser.data.php: New reserved words: - COLLATE (since MySQL 4.1.0); - RETURN (since MySQL 5.0.0). 2003-12-28 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5 released 2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de> * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha. 2003-12-25 Marc Delisle <lem9@users.sourceforge.net> * db_details_qbe.php: error when generating joins * Documentation.html: FAQ 6.22: default bookmark execution 2003-12-23 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes * db_datadict.php, db_printview.php: printing on non-IE browser 2003-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-12-18 Marc Delisle <lem9@users.sourceforge.net> * tbl_relation.php: do not destroy foreign key references to another db (still cannot enter via phpMyAdmin this kind of references) * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-12-17 Michal Cihar <ilovetranslations@cihar.com> * lang/sync_lang.sh: Fix generation of translation, when source is in utf-8. * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for noticing this. 2003-12-16 Marc Delisle <lem9@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). 2003-12-15 Garvin Hicking <me@supergarv.de> * tbl_replace.php: Check all required array indizes for multi-row edit 2003-12-15 Marc Delisle <lem9@users.sourceforge.net> * read_dump.php: Go & Bookmark problem when the query has a character like "+" in it 2003-12-13 Marc Delisle <lem9@users.sourceforge.net> * tbl_query_box.php, ldi_table.php: maximum upload size * tbl_change.php: max BLOB upload size 2003-12-12 Marc Delisle <lem9@users.sourceforge.net> * db_details.php, libraries/common.lib.php, lang/*: new feature to display the maximum upload size TODO: detect if upload succeeded 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de> * export.php: Fixed Regex * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, libraries/transformations/application_octetstream__download.inc.php: Added a new transformation to download blob/binary field contents with customized filenames. Needed two minor tweeks to the general system. 2003-12-11 Michal Cihar <imreallyaway@cihar.com> * libraries/export/sql.php: Fix moving foreign key definition on Windows. 2003-12-11 Marc Delisle <lem9@users.sourceforge.net> * tbl_replace.php: missing number of rows for Affected rows and Inserted rows; wrong message for insert ids * libraries/display_tbl.lib.php: SHOW DATABASES 2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de> * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php: Updated character sets overview for MySQL 4.1.1. * db_create.php, main.php: Ability to specify a default character set for a new database. * libraries/sqlparser.lib.php. 2003-12-11 Garvin Hicking <me@supergarv.de> * header_printview.inc.php: show number of rows in printview * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested by lem9) 2003-12-10 Garvin Hicking <me@supergarv.de> * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's end. * db_details_structure.php: Bug 857315 - short open tag fixed 2003-12-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.data.php: FORCE INDEX * main.php: backquotes on the wildcard dbname when no controluser is defined * db_datadict.php: ENUMs and data dictionary, thanks to Andrew Weiner (landreww) for the report and fix 2003-12-09 Garvin Hicking <embatag@supergarv.de> * tbl_change.php: Fixed (not displaying default values) * lang/german*: Translations * left.php: Escape single quotes in single-table cases as well 2003-12-08 Marc Delisle <lem9@users.sourceforge.net> * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org) 2003-12-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.5-rc1 released 2003-12-06 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: updates, thanks to Finn Sorensen (alleyman01) 2003-12-05 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: fixed a typo, and added some isset for a new check 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de> * libraries/transformations/text_plain__dateformat.inc.php: Use <dfn>-Tag to display original data to not waste display clarity by using hyperlinks. Original implementation also failed when using customized options. 2003-12-04 Marc Delisle <lem9@users.sourceforge.net> * lang/estonian: Updated, thanks to Alvar Soome (finsoft). * libraries/transformations/text_plain__dateformat.inc.php: patch 845690: show real data before transformation * left.php: put a workaround in place 2003-12-04 Garvin Hicking <grinch@supergarv.de> * browse_foreigner.php, mult_submits.inc.php, tbl_change.php, tbl_replace.php, tbl_replace_fields.php, tbl_row_delete, libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Multi row edit via checkboxes in browse mode is now available. This means, you can edit multiple records at once now. * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed (un)nullify() function * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php: Made checkbox/edit/delete fields smaller 2003-12-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: the constant used to check if the transformation function is included no longer exists * libraries/transformations/: replaced "include" by "require_once" * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog). * lang/danish: updates, thanks to Finn Sorensen (alleyman01) * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de> * main.php: Fixed one remaining preg_match 2003-11-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: sort order and aliases 2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de> * Almost every file: - Replaced all include / require commands by require_once where possible; - Further php 4.1+ optimizations; - footer.inc.php now automatically stops the script execution; - Coding standards. * config.inc.php: Don't include select_lang.lib.php here. * libraries/common.lib.php: Backwards compatibility. * libraries/common.lib.php, libraries/defines.lib.php, libraries/defines_php.lib.php, libraries/defines_mysql.lib.php, scripts/create-release.sh: defines.lib.php was included twice. For optimization reasons I moved all the code that is independent from the MySQL connection out of defines.lib into defines_php.lib. To point out the (new) meanings of the files I renamed defines.lib.php to defines_mysql.lib.php while defines_php.lib.php is now known as defines.lib.php. 2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com> * lang/check_lang.sh: Cleanup. * lang/sort_lang.sh: Cleanup. * lang/czech: Better translated some strings. 2003-11-26 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: update, thanks to Ossama Khayat (okhayat) * lang/hindi: update, thanks to Girish Nair (girish_nair) * lang/slovak: Updated, thanks to Lubos Klokner (erkac). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de> * translators.html: Changed email of Hindi translator, again. * badwords.txt: File is obsolete. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de> * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php, tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php, tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php, libraries/display_tbl.lib.php, libraries/grab_globals.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php: Reverted some obfuscated regular expressions to their working eregi-versions to not break stuff. Removed unneccessary reset() calls, replaced some more while(list()) constructs. * libraries/transformations/overview.php, libraries/transformations/global.inc.php, libraries/common.lib.php, libraries/display_tbl.lib.php, libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php, ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php: - When stored transformations have '.php3' ending, automagically assume '.php' now. - Use 's' RegEx Pattern modifier for certain situations where '.' should also include linebreaks. 2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de> * lang/german-*.inc.php: Updates. * lang/english-*.inc.php: Sortation. 2003-11-24 Marc Delisle <lem9@users.sourceforge.net> * tbl_rename.php: give an error if the new table name has a dot in its name, to avoid doing our automatic relation-table renames 2003-11-24 Michal Cihar <nijel@users.sourceforge.net> * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). * css/phpmyadmin.css.php: Make server selection in left frame same size as on other places. * main.php: One more regex escaping fix. * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002). * translators.html: Updated email for Hindi translator. 2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: while (list() = each()) is not always as bad as one might think ;-p 2003-11-22 Garvin Hicking <me@supergarv.de> * ./*: More PHP3-compatibility removal, see 2003-11-20. 2003-11-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_operations.php: display "Add constraints" only if there are foreign keys in current table * libraries/common.lib.php: revert back to previous logic at line 1108 because of regex problem (when only_db is used) 2003-11-21 Marc Delisle <lem9@users.sourceforge.net> * tbl_move_copy.php: typo about constraints 2003-11-21 Michal Cihar <nijel@users.sourceforge.net> * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. 2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net> * server_databases.php, server_processlist.php, server_status.php, server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code. * README: Updated requirements. * scripts/create-release.sh: Create Documentation.txt when building the distribution kits. * Documentation.txt, scripts/updatedocs.sh: Romoved. 2003-11-20 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php: Show message about failing upload in all cases, removed some PHP compatibility code. * libraries/export/sql.php: More older PHP cleanup. * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. * server_databases.php: Add correct parameters to left frame to keep server choice, language, etc. * libraries/config_import.lib.php, config.inc.php, db_details.php, tbl_query_box.php, Documentation: Allow changing of default queries * Documentation.html: Valid XHTML again. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). 2003-11-20 Garvin Hicking <me@supergarv.de> * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*, libraries/transformations/overview.php, libraries/*.php (work in progress) Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes: - Replaced "while (list() = each())" calls by foreach loops. - Removed PHP3-compatibility code - Removed calls to $HTTP_*_VARS (using $_* now). - Replaced some TAB-characters with whitespace - Removed PHP4 < 4.1.0 compatibility code - Removed MySQL < 3.23.32 compatibility code - Replaced "for ($i=0; $i <= count(); $i++)" loops to "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better performance - Replace calls to eregi*/split functions to their preg* counterparts for faster and binary-safe operation - Replace regex-Calls to simple string functions where possible (speedup) - Replace calls to substr($string, X, 1) to $string{X} 2003-11-19 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php: first group of headers was offset by one column to the left 2003-11-19 Michal Cihar <nijel@users.sourceforge.net> * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * lang/portuguese: Updated, thanks to António Raposo (cfmsoft). * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza). 2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore. * Documentation.html: Modified requirements. * server_collations.php: Replaced obsolete "while (list() = each())" calls by foreach loops. * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions. 2003-11-18 Marc Delisle <lem9@users.sourceforge.net> * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter for the product name * main.php: new warnings for old PHP or MySQL versions 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php: Can kill more proceses. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * almost EVERYTHING: The big rename from php3 to php. 2003-11-18 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for files.inc.php on homepage. 2003-11-17 Marc Delisle <lem9@users.sourceforge.net> * lang/french: update * lang/turkish update, thanks to Bora Alioglu * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php3: not only TEXT but also any ...TEXT field types can have a FULLTEXT index 2003-11-13 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: undefined variable dblist_full when renaming a table 2003-11-13 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix export of foreign keys. * libraries/export/sql.php3, libraries/config_import.lib.php3, libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Allow delayed inserts. * libraries/export/sql.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, lang/*, config.inc.php3: Support for creating UPDATE and REPLACE statements in export. * lang/remove_message.sh: Checks for parameter count. 2003-11-12 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/latex.php3: Fixed LaTeX output. * libraries/export/latex.php3: Unique fields are bold. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de> * libraries/display_tbl.lib.php3: Added more secure checks for each'ing on arrays built by the query analyzer. * libraries/display_tbl.lib.php3: Fixed - Colspan for repeated headers were wrong since introduction of multi-row delete. 2003-11-10 Marc Delisle <lem9@users.sourceforge.net> * scripts/extchg.sh: generator.sh was not converted 2003-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php3, tbl_replace_fields.php3, Documentation.html: now (if using PHP4) users can enter NULL in a field and get the string NULL and not a NULL value. For a real NULL value they must use the Null checkbox. 2003-11-06 Marc Delisle <lem9@users.sourceforge.net> * New italian doc (partial) in pma_localized_docs * lang/estonian: Updated, thanks to Alvar Soome (finsoft). 2003-11-06 Garvin Hicking <me@supergarv.de> * sql.php3, libraries/display_tbl.lib.php3: Display linked values in printview. Display relation- related features (comments, MIME-transformations) in printview. Fix empty table rows in vertical display (kept Mozilla from displaying borders in this printmode). Adjusted layout a tiny-weeny bit to let the comments of a field fit the whole space. * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE, Documentation.html: Propagate current MIME-type to plugin functions. Thanks for noticing (again), Thiemo Maettig. :) * libraries/common.lib.php3, Documentation.html, config.inc.php3: Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in the left frame. The '*' character can be used to fill in all remaining characters. See Documentation for details. thanks to Xuefer for suggestions. 2003-11-06 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/xml.php3: Add xml header with encoding information. 2003-11-05 Garvin Hicking <me@supergarv.de> * libraries/common.lib.php3, footer.inc.php3: Do not store queries with errors in history, also when coming from the database SQL tab. * libraries/common.lib.php3: The MySQL-error messages are now put inside a <code> HTML-container, not <pre>. This allows wordwrapping to hide vertical scrollbars. Linebreak/Whitespace formatting has been altered to preserve those. * libraries/transformations/text_plain__dateformat.inc.php3: Remove obsolete code, thanks to Thiemo Maettig! * Documentation.html, libraries/display_tbl.lib.php3, libraries/transformations/*: The $meta field information is now passed to the transformation plugins to allow future (and easier) usage of field information (zerofill/unsigned/not_null/...). 2003-11-04 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: added known limitation in FAQ 3.10 about selecting homonyms on a table without primary key 2003-11-04 Garvin Hicking <me@supergarv.de> * Documentation.html: Added known limitation about ANSI-mode * libraries/transformations/text_plain__dateformat.inc.php3: Now allow more timestamps. Minor modification of a patch submitted by anonymous poster. Thanks! 2003-11-03 Garvin Hicking <me@supergarv.de> * Documentation.html, tbl_row_delete.php3, libraries/display_tbl.lib.php3: Fixed "Execute stored bookmark". Also made some minor tweaks to make PHP-Transformations with forms working again. Added a limitation notice on that to FAQ 3.8. Added an image to this action. * libraries/display_tbl.lib.php3: Made multi-row delete working for vertical browse mode. When executing a multi-row delete, keep the last used display mode and other options. * Documentation.html: Adjusted link to the link-section of our homepage. Fixed typo. 2003-11-03 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime 2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Grammar. * config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/display_export.lib.php3, libraries/export/csv.php3, lang/*.inc.php3: (Excel v.X does not import 'CSV for Excel' exports). 2003-11-02 Marc Delisle <lem9@users.sourceforge.net> * lang/arabic: big update, thanks to Ossama Khayat (okhayat) * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). 2003-11-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/relation.lib.php3: quotes added 2003-10-31 Marc Delisle <lem9@users.sourceforge.net> * lang/romanian: Updated, thanks to Valics Lehel. * tbl_relation.php3: add backquotes around table and field names in queries for InnoDB foreign keys; however, in current MySQL 4.0.16 version, a blank character in a field name is not accepted by InnoDB 2003-10-27 Marc Delisle <lem9@users.sourceforge.net> * querywindow.php3: js errors in SQL-history, thanks to Jenik Kaspar (jenix) 2003-10-26 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_tbl.lib.php3: undefined $sql_order * querywindow.php3: cosmetic change: added &nbsp; for better display in Iconic 'both' mode 2003-10-24 Michal Cihar <nijel@users.sourceforge.net> * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). * lang/serbian: utf-8 translations contained no strings, regenerated. * lang/other: Added missing strings. * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if it makes sense. 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20. * libraries/export/sql.php3. libraries/export/latex.php3, libraries/display_export.lib.php3, export.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to supress dates in SQL dump separately. * lang/add_message.sh: Fail if no message specified. * lang/add_message_file.sh: Fail if no file specified. * libraries/display_export.lib.php3: Added ugly hack to allow switching export options in Opera. * db_details_structure.php3, lang/*: Show also overhead, allow to check all tables with overhead at once (JS only). * footer.inc.php3: Try to update history in table only if configured so. 2003-10-21 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard, thanks to Chris Walsh (chriswalshaz) * libraries/display_tbl.lib.php3: undefined $url_query * tbl_relation.php3: Bug 827340: Relation view should display also non-unique keys as possible choices for foreign keys 2003-10-20 Michal Cihar <nijel@users.sourceforge.net> * Documentation, config.inc.php3, tbl_change.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Make default functions configurable. 2003-10-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts * libraries/functions.js: scratchboard and paper size * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). ### 2.5.4 released 2003-10-17 Marc Delisle <lem9@users.sourceforge.net> * browse_foreigners.php3: PMA_jsFormat() needed on alert() * tbl_query_box.php3, libraries/bookmark.lib.php3: bookmarks not configured 2003-10-16 Michal Cihar <nijel@users.sourceforge.net> * libraries/zip.lib.php3: Calculate offset progressively. * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. * lang/italian: Updated, thanks to Pietro Danesi (danone). * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis). * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken. * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. * Documentation: Changed my email and credits. * libraries/defines_php.lib.php3: Output buffering is not available in php 3. 2003-10-15 Marc Delisle <lem9@users.sourceforge.net> * lang/russian-windows-1251: wrong charset 2003-10-14 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: sometimes db privileges are not shown 2003-10-12 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: FAQ 6.21 needed clarification 2003-10-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: better fix * tbl_select.php3: escape single quotes in table Search page 2003-10-10 Marc Delisle <lem9@users.sourceforge.net> * footer.inc.php3: undefined function PMA_setHistory() 2003-10-10 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Fix PMA_getTableContentOld. * left.php3: Konqueror 3 and Opera 7 works with tree view. * scripts/create-release.sh: Generate MD5 sums. * Documentation, config.inc.php3, scripts/create_tables.sql: Change default phpMyAdmin table names from PMA_* to pma_*. 2003-10-07 Marc Delisle <lem9@users.sourceforge.net> * lang/russian*: updated, thanks to Artyom Rabzonov 2003-10-07 Michal Cihar <nijel@users.sourceforge.net> * Documentation: Another hint for creating primary/unique keys. 2003-10-06 Marc Delisle <lem9@users.sourceforge.net> * lang/slovak: Updated, thanks to Lubos Klokner (erkac). 2003-10-06 Michal Cihar <nijel@users.sourceforge.net> * tbl_replace.php3: Do not include query in redirect url if too long. 2003-10-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/grab_globals.lib.php3: protect POST variables against cookies of the same name * libraries/display_tbl.lib.php3: the multi-row delete icon should not be displayed in all cases 2003-10-01 Marc Delisle <lem9@users.sourceforge.net> * lang/slovenian update, thanks to Kositer Uros * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). * libraries/export/sql.php3: Undefined index/offset * lang/turkish update, thanks to Bora Alioglu 2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net> * translators.html: Better link. 2003-09-30 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.4-rc1 released 2003-09-29 Michal Cihar <nijel@users.sourceforge.net> * lang/czech: Updated. * config.inc.php3, db_details_importdocsql.php3, db_details_structure.php3, libraries/config_import.lib.php3: You now need to explicitely enable docSQL support ($cfg['docSQLDir']). * Documentation: Documented above and support for compressed dumps. * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3, read_dump.php3, tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash. 2003-09-28 Marc Delisle <lem9@users.sourceforge.net> * lang/albanian: Updated, thanks to Laurent Dhima (laurenti). * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/chinese_big5: Updated, thanks to Siu Sun (siusun). * new lang: bosnian, thanks to Samir Kobiljak 2003-09-27 Marc Delisle <lem9@users.sourceforge.net> * tbl_row_delete.php3, mult_submits.inc.php3, libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3: RFE 810270: multi-row delete in browse mode * lang/catalan: Updated, thanks to Xavier Navarro (xavin). * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). 2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net> * tbl_indexes.php3: (Icons for index table). * lang/persian-*.inc.php3, lang/sync_lang.sh, libraries/select_lang.lib.php3, translators.html: New Persian language files, thanks to Parham Ghaffarian. * libraries/select_lang.lib.php3: Removed a dublicate entry. * translators.html: I'm back. :-) * lang/english.inc.php3: Resorted strings. 2003-09-26 Garvin Hicking <me@supergarv.de> * left.php3: Fixed display of '__protected__' subgroup in non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty. 2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net> * libraries/function.js: (Opera 7.20 messes up row markers), thanks to Michael Johnson (redbeardc). * server_privileges.php3: Fixed (Password not kept when modifying user). 2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net> * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel. 2003-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php3: we need to analyze the query to get the true column name in case of aliases * libraries/common.lib.php3: final 1.0 version of Safari does not need reduced font size 2003-09-20 Marc Delisle <lem9@users.sourceforge.net> * pdf_schema.php3: the "Show color" only removed color on arrows, now removes all the color because of printing problems on black&white printers, thanks to Kelley Lingerfelt (rebelkell) 2003-09-19 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php3: could not delete a user 2003-09-19 Michal Cihar <nijel@users.sourceforge.net> * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition with older php. 2003-09-18 Michal Cihar <nijel@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php3: Improved functionality when more than one cookie auth is being used. 2003-09-18 Garvin Hicking <me@supergarv.de> * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: - Add bookmark option to query window/tab to bookmark any statement. 2003-09-17 Garvin Hicking <me@supergarv.de> * querywindow.php3: Display 'edit' button to alter entries from SQL query history, not execute them immediately. * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected. * server_databases.php3: Refresh left frame when selecting a DB of server_databases.php3 2003-09-17 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3, libraries/read_dump.lib.php3: Error message when file can not be read. * tbl_query_box.php3: Do not require any variables in query window. * lang/*, libraries/export/sql.php3: Export separately constraints, so they don't cause troubles on import. * Documentation, config.inc.php3, left.php3, main.php3, lang/*, libraries/common.lib.php3, libraries/config_import.lib.php3, libraries/auth/cookie.auth.lib.php3, libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth into cookie auth, new config variable for enabling this $cfg['AllowArbitraryServer']. * db_details.php3, tbl_change.php3, tbl_query_box.php3, libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3, libraries/config_import.lib.php3: Allow compressing large SQL dumps - they are compressed by smaller chunks and send to browser. * tbl_properties_operations.php3: Remove '; InnoDB free:' part from comment including references. 2003-09-16 Marc Delisle <lem9@users.sourceforge.net> * sql.php3: (js disabled and user removes the row limit from the Show [30] rows) 2003-09-16 Garvin Hicking <me@supergarv.de> * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate: It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new one. Keep old function for any future use. 2003-09-15 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php3, db_details_structure.php3: in Table view, "Select" becomes "Search" to denote more clearly was this sub-page is about 2003-09-15 Michal Cihar <nijel@users.sourceforge.net> * libraries/export/sql.php3: Avoid freeing failed result. 2003-09-14 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify FAQ 6.20 about which privileges are assigned to users after an upgrade to MySQL 4, and their effect on seeing all the databases. 2003-09-12 Garvin Hicking <me@supergarv.de> * lang/*, sql.php3, libraries/bookmark.lib.php3: (Bookmarks for all users) * lang/german*: Update * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion not working on PHP < 4.0.3 2003-09-12 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish update, thanks to Bora Alioglu * libraries/display_tbl.lib.php3: (undefined $prev_index) and add "Sort" tooltip to each column header 2003-09-11 Michal Cihar <nijel@users.sourceforge.net> * read_dump.php3: Add also limit to size, not only to pieces, because of extended inserts. 2003-09-10 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: clarify about InnoDB support * libraries/sqlparser.lib.php3: BINARY as an operator; : SELECT * FROM mytable LIMIT 0,-1 * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_fields, so modify PMA_mysql_list_fields to use SELECT * FROM db.table LIMIT 1 (Thanks to Peter Beckman (ooglek)) 2003-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/mysql_wrappers.lib.php3: wrong results coming from mysql_list_tables, so modify PMA_mysql_list_tables to use SHOW TABLES FROM 2003-09-09 Michal Cihar <nijel@users.sourceforge.net> * tbl_relation.php3: Avoid message about not array variable when no InnoDB relations used. * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by indexes. * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy). * lang/dutch: Updated, thanks to nobody :-). 2003-09-08 Michal Cihar <nijel@users.sourceforge.net> * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation, config.inc.php3, libraries/auth/arbitrary.auth.lib.php3, libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary server. 2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net> * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific privileges). 2003-09-07 Marc Delisle <lem9@users.sourceforge.net> ### 2.5.3 released
2004-08-07 13:31:14 +02:00
@dirrm share/phpmyadmin/css
@dirrm share/phpmyadmin
@dirrm share/examples/phpmyadmin
@dirrm share/doc/phpmyadmin