📄 changelog
字号:
* libraries/import/sql.php: Fix hang on unclosed quoted string (bug #1402270).2006-01-10 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending semi-colon, generates a SHOW KEYS FROM no table name2006-01-09 Michal Čihař <michal@cihar.com> * import.php: Work on 10MB chunks if no memory limit is set (bug #1399477).2006-01-07 Marc Delisle <lem9@users.sourceforge.net> * sql.php: bug #1395590 Safari Bookmark query fieldset float problem, thanks to Ryan Schmidt * libraries/common.lib.php: bug #1397749, Safari: space before PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt * server_privileges.php: bug #1398018, Safari fieldset float issue in privileges screens, thanks to Ryan Schmidt * libraries/Config.class.php: bug #1398931, incorrect detection of PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt2006-01-06 Marc Delisle <lem9@users.sourceforge.net> * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all columns as Null Yes * pdf_schema.php: display PDF schema did not work (missing dot)2006-01-04 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: since we use DROP USER, some options to remove a user did not work under MySQL 4.1.x (only mode 2 worked), so I remove them from the dialog. Thanks to Ken Stanley for the bug report. * server_status.php: patch #1395031, not proper URL encoding, adapted from proposed solution by Matt LaPlante, thanks2006-01-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/display_create_table.lib.php: bug #1389868, Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt2006-01-01 Michal Čihař <michal@cihar.com> * libraries/Config.class.php: Do not check permissions on Windows, it seems to be broken anyway.2006-01-01 Marc Delisle <lem9@users.sourceforge.net> * libraries/transformations.lib.php: remove some PHP3 compatibility code2005-12-31 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php: bug #1388167, deleting a row in a table without a primary key, handle correctly is_js_confirmed2005-12-30 Marc Delisle <lem9@users.sourceforge.net> * server_databases.php: bug #1388135, IE and dropping databases * librairies/mult_submits.inc.php: strong warning for DROP DATABASE * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes (MySQL 5.x) * libraries/Config.class.php: patch #1392181, typo, thanks to Luis Mirabal - normannormal2005-12-27 Marc Delisle <lem9@users.sourceforge.net> * main.php, libraries/check_user_privileges.lib.php: - reenable a non-privileged user to change his password - display the Reload MySQL link only if user has proper rights * Documentation.html: bug #1389582, unclosed code tag, thanks to Isaac Bennetch2005-12-25 Michal Čihař <michal@cihar.com> * libraries/import.lib.php, libraries/import/sql.php: Handle correctly dumps with commented out commands (eg. from mysqldump).2005-12-22 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, libraries/common.lib.php: bug #1381856, Cannot edit a table having 40 columns * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference to PMA_setCookie, thanks to Isaac Bennetch * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug: cannot change a value for a nullable field2005-12-21 Marc Delisle <lem9@users.sourceforge.net> * lang/danish: Updated, thanks to AlleyKat - dk_alleykat * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu> * tbl_properties_operations.php, libraries/tbl_properties.inc.php: bug #1349262, mismatch between PMA and MySQL about Storage Engine and table type * server_status.php, lang/*: bug #1348249, add a warning hint about the possibility of some counters being overrun (stats from MySQL server)2005-12-20 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php: does not return to correct page after the creation of a bookmark * libraries/display_create_table.lib.php: bug #1376314, detection of privileges to create a table (fix for MySQL 4.0.x case) * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php: bug #1385974, cannot un-null a value2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net> * db_details_importdocsql.php, db_operations.php, libraries\relation.lib.php, libraries\relation_cleanup.lib.php libraries\tbl_move_copy.php, libraries\transformations.lib.php pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php: added database name to relation querys2005-12-17 Marc Delisle <lem9@users.sourceforge.net> * libraries/url_generating.lib.php: problem with accented table names2005-12-16 Michal Čihař <michal@cihar.com> * Documentation.html, libraries/common.lib.php, libraries/config.default.php, libraries/database_interface.lib.php: Add support for hiding databases (RFE #1372865). * Documentation.html, export.php, import.php, libraries/config.default.php: Configurable memory limit (RFE #1373904).2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/Config.class.php: - added check is_readable for user config file - check config file also on wakeup (bug #1376522) * libraries/Config.class.php, libraries/common.lib.php: fixed handling of https and $cfg['ForceSSL'] (bug #1379491) * left.php, js/function.js: fixed undeclared javascript variables * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)2005-12-14 Michal Čihař <michal@cihar.com> * libraries/config.default.php, Documentation.html: Transliterate invalid chars by default (RFE #1380255). * left.php: Resurrect database link in light frame (bug #1373804). * index.php, js/querywindow.js: Move navigation frame to right for rtl languages.2005-12-13 Michal Čihař <michal@cihar.com> * querywindow.php: Fix query history displaying (bug #1374639).2005-12-12 Michal Čihař <michal@cihar.com> * scripts/setup.php: Use same format of version file as in upgrade.pl.2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/common.inc.php, libraries/grab_globals.inc.php: preprare removal of grab_globals: - moved stuff from grab_globals into common.inc.php - check/init global required variables like: $lang, $server, $db, $table, $convcharset, $goto, $back, $sql_query - introduced $goto-whitelist - PEAR coding standard * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php, libraries/relation.lib.php, scripts/setup.php: - check magic_quotes only once in common.inc.php * css/phpmyadmin.css.php, tbl_properties_operations.php: styled table operations dialog * db_search.php: revised * libraries/common.inc.php: fixed high ascii char2005-12-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/tbl_properties_links.inc.php: bug #1375752, wrong page after insert (losing many URL parameters)2005-12-11 Michal Čihař <michal@cihar.com> * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating as for setup.php, this one is autogenerated so there is no need for more manual steps. * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php: Drop <base href=".." />, it should not be needed at all. * lang/czech: Update.2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/database_interface.lib.php::PMA_DBI_get_columns_full(): - forgot debug code - correct result for non MySQL 52005-12-10 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues * Documentation.html: anchors and formatting cleanup, thanks to Cédric Corazza * libraries/relation.lib.php: bug #1370785, error browsing a table under PHP 4 when no controluser is defined but a pmadb is defined2005-12-09 Michal Čihař <michal@cihar.com> * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for CGI (inspired by patch #1375495). * Documentation.html: Clarify http auth description. * scripts/setup.php: Show available version information even when using CVS version. * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/dbi: PMA_DBI_free_result() now accepts more than one resource to be freed * libraries/database_interface.lib.php: - some comments, PEAR coding standard - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result(); - added PMA_DBI_get_columns_full() - PMA_DBI_fetch_result() now accepts an array as $key parameter for multidimensional arrays (returns: $result[key1][key2][key3] = $row) - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()2005-12-08 Marc Delisle <lem9@users.sourceforge.net> * scripts/setup.php: Typos * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()2005-12-08 Michal Čihař <michal@cihar.com> * tbl_change.php: Fix XHTML and thus action selection behavior (bug #1376391). * lang/czech: Fix typo. * tbl_select.php, libraries/display_tbl.lib.php, tbl_properties_operations.php, tbl_indexes.php, db_operations.php, server_privileges.php, server_binlog.php: Fix XHTML. * tbl_properties_export.php: Fix output before headers. * Documentation.html: Add commands how to setup config dir, note about changing permissions. * scripts/setup.php: Show Save and Load buttons disabled if saving not available. * libraries/Config.class.php: Refuse to load config file with world writable permissions, refuse to work with existing config dir. * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script if auth with default values fails. * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER array (bug #1370414). * libraries/sql_query_form.lib.php: Require bookmark code when we use it. * libraries/export/sql.php: Backquote database name (RFE#1376336). * libraries/plugin_interface.lib.php, import.php, libraries/display_import.lib.php, libraries/import/*: Generic plugin infrastructure and use it in import (needed for RFE#1325937), work in progress.2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/tbl_move_copy.php: added PMA_table_rename() * tbl_properties_common.php, libraries/tbl_properties_links.inc.php: moved table related output after possible table changes * libraries/tbl_properties_table_info.inc.php: added some comments and made some code more readable * tbl_properties_operations.php: complete revise (xhtml output, fieldsets, forms merged) * tbl_rename.php: removed, deprecated by function PMA_table_rename() * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php, pdf_schema.php: removed PMA_isInto(), deprecated by in_array() * libraries\mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php, tbl_import.php, tbl_properties.php, tbl_properties_structure.php, tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php tbl_relation.php: moved tbl_properties_common.php into libraries * libraries\common.lib.php, libraries\tbl_properties_common.php, libraries\tbl_properties_links.inc.php, tbl_properties_operations.php: global init of $GLOBALS['url_params']2005-12-07 Michal Čihař <michal@cihar.com> * lang/*: Unused messages cleanup, add missing ones. * lang/sync_lang.sh: Less verbose output to allow quick overview. * lang/czech: Update. * lang/galician: Update, thanks to Xose Calvo - xosecalvo.2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/Config.class.php: clear old config values * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new * libraries/engines/myisam|bdb|berkeleydb.lib.php: - PEAR coding standard - added comments - added more status variables * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php: - added PMA_StorageEngine::getMysqlHelpPage() * server_engines.php: - display link to mysql manual for specific engine * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php: arrange innodb buffer pool tables side by side * css/phpmyadmin.css.php, server_collations.php: - use style classes - PMA_NO_VARIABLES_IMPORT * server_variables.php: - use style classes - format numbers - display only global variables that differs from local/session - use PMA_DBI_fetch_result() - PMA_NO_VARIABLES_IMPORT * js/querywindows.js: - added setTable() - set empty table on db change (bug #1375387) * left.php: removed unsused javascript event * index.php, left.php, libraries/sql_query_form.lib.php: syncronize id and name attribute for frame tags but keep IE sending querywindow form to the correct window (bug #1374757, #1364470, #1297985)2005-12-06 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php: bug #1374236, sorting order * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on login panel not propagated
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -