📄 changelog
字号:
* libraries/import.lib.php: Do not overwrite error message from import in case of single SQL query is being executed. * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD DATA (bug #1363532). * lang/*: Remove unused messages. * main.php, libraries/display_select_lang.lib.php, libraries/auth/cookie.auth.lib.php: Common code for language selection form. * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php: Show native names of languages (RFE #1342726). * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension. * Documentation.html, config.default.php, libraries/common.lib.php: Configurable default connection collation (RFE #1025969). * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use fieldsets on login form (RFE #1364546), use notice box for cookie information. * libraries/display_select_lang.lib.php, libraries/auth/cookie.auth.lib.php: Use fieldset for language selection. * main.php, libraries/left_header.inc.php, libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php: Functionalised server selection and use it in cookie auth (RFE #1362727). * libraries/common.lib.php: Do not complain if config file is not present, as we can still work in this case (bug #1364647). * lang/*: Added missing $strInvalidServerHostname. * libraries/auth/cookie.auth.lib.php: Move error message on top of page. * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth. * header.inc.php: Remove unused code. * Documentation.html, tbl_properties.inc.php, transformation_overview.php, libraries/transformations/overview.php (deleted): Move transformation overview out of libraries folder. * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php, header.inc.php, index.php, pdf_pages.php, querywindow.php, tbl_change.php, tbl_properties.inc.php, libraries/display_tbl_links.lib.php, test/theme.php: Move javascript stuff out of libraries folder. * libraries/.htaccess: Deny access to libraries folder over HTTP. * Documentation.html: Recommend disabling access to libraries folder. * libraries/display_export.lib.php, lang/*: Better description for filename format (RFE #1362423). * Documentation.html, index.php: Add target parameter to index.php to allow direct jump to any script. * libraries/auth/cookie.auth.lib.php: Remember selected page when login time outs. * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*, libraries/common.lib.php: Add link for duplicating current frameset (RFE #1165206). * config.default.php, sql.php, Documentation.html: Allow browse page to be default (RFE #1228013). * db_details_structure.php, left.php, tbl_properties_links.php: Do not pass default query to sql.php as it is not needed right now. * tbl_change.php, tbl_printview.php, tbl_properties.inc.php, tbl_properties_structure.php, libraries/display_tbl.lib.php, libraries/export/htmlword.php, libraries/export/latex.php: Use native MySQL comments when applicable (RFE #1362923).2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net> * added test/theme.php: for testing themes * phpinfo.php: - respect only $GLOBALS['cfg']['ShowPhpInfo'] - minimum include * libraries/common.lib.php - merged two server array checks - dont exit if user config loading failed - dont exit with invalid server index - use file_get_contents() or file() if not present - removed wrong error message - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it2005-11-21 Michal Čihař <michal@cihar.com> * libraries/import/sql.php: Fix query splitting in some cases (reported by Marc). * libraries/common.lib.php, lang/*: Translate message that has been ignored for 2.7.0 release. * libraries/common.lib.php: Make code more redable, default to MySQL 5.0 documentation as it is latest stable version. * main.php, libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug #1362671). * index.php: Avoid XSS on HTTP_HOST.2005-11-20 Marc Delisle <lem9@users.sourceforge.net> ### 2.7.0-rc1 released * many files: $dbh becomes $controllink for better contrast with $userlink2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/common.lib.php::PMA_showMySQLDocu() - undefined constant (if server connection fails) * libraries/select_theme.lib.php - undefined variable (if server connection fails)2005-11-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/database_interface.lib.php: initialize in case there are no databases (MySQL < 5.0)2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net> * server_databases.php: - require_once common.lib.php BEFORE ANYTHING else - unified style, removed tables - removed superuser check for dbstats * css/phpmyadmin.css.php: - small improvements * themes/darkblue_orange/css/* - fixed font sizes * lang/english-*: small improvements * tbl_properties_structure.php - do not truncate rowcount and next autoindex * /* - common.lib.php should REALLY REALLY and ALWAYS be the first include - no other calls to grab_gloabls.lib.php * fixed minimum_common for css files * header.inc.php: missing ; after " * libraries/function.js::pdfPaperSize() - function does not always return a vlaue - undeclared variables * libraries/display_export.lib.php - use superscript tag for comment * server_links.inc.php - require_once server_common.inc.php2005-11-17 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: patch #1353283, thanks to Isaac Bennetch * lang/finnish: update, thanks to Jouni Kahkonen * lang/belarusian updates, thanks to Jaska Zedlik2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/grab_globals.lib.php: just to be sure: - clean/empty $GLOBALS with $variables_whitelist - unset some vars after use - check all superglobals that could be imported by register_globals=on for GLOBALS key (not only _REQUEST and _FILES ) - added $import_blacklist - added variables starting with pma_, numeric or containing spaces - *REVERT* do not prevent import pma_* - rewrote PMA_gpc_extract() - use $import_blacklist - documentation * libraries/common.lib.php, libraries/mysql_charsets.lib.php, libraries/select_lang.php: keep the global space clean - unset variables after use - commented out some never used variables * main.php, libraries/common.lib.php, libraries/dbi/*: - added $GLOBALS['PMA_errors'] array * libraries/database_interface.lib.php, libraries/dbi/*: fall back to alternative mysql extension if selected fails and switch to error.php if this fails too - moved loading of extension out of libraries/dbi/* into libraries/database_interface.lib.php * libraries/sanitizing.lib.php: dont use deprecated tags * lang/german-*: fixed $strCantLoad2005-11-16 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php: missing menu tabs * Documentation.html, config.default.php, footer.inc.php, querywindow.php, tbl_query_box.php, libraries/common.lib.php, libraries/left_header.inc.php, libraries/sql_query_form.lib.php: new Query Window behavior2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net> * added missing themes/darkblue_orange/img/error.ico * themes/darkblue_orange/css/theme_right.css.php - wrong error.ico * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*, themes/*/img/frm_linevrlt.png - removed2005-11-15 Michal Čihař <michal@cihar.com> * css/phpmyadmin.css.php: Do not use common header file, as there is nothing common at all. * libraries/header_http.inc.php: Allways send text/html content type. * libraries/db_table_exists.lib.php, libraries/header_http.inc.php, transformation_wrapper.php: Use define rather than variable for conditional paths. * libraries/display_create_database.lib.php: Add label for create database input.2005-11-14 Michal Čihař <michal@cihar.com> * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net> * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php: bug #1342683 Wrong URL to error.ico * libraries/tooltip.js::pmaTooltip(): - no return value (not always returns a value) - additional check - undefined variable docY * libraries/left_header.inc.php - added class icon * display_tbl.lib.php, libraries/display_tbl_links.lib.php: - added class icon to images - fixed select all rows - removed arrow_ltr/rtl.png for vertical display - cleaned up php code and html output * css/phpmyadmin.css.php: - removed space arround form elements2005-11-13 Michal Čihař <michal@cihar.com> * Documentation.html, config.default.php, main.php, server_links.inc.php, server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser condition from showing php info. * lang/czech: Small improvements.2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net> * db_details_structure.php: wrong js function call * libraries/functions.js - removed deprecated function setCheckboxesRange() - rewrote setCheckboxes() libraries/server_privilegs.js - removed setCheckboxes() header.inc.php: include functions.js for server_privilegs.php server_privilegs.php - bug #1353437 Table/Column privileges brokeness new in HEAD - fixed proper display fo yes/no for column/table specific rights - fixed row selection - make use of javascript:un/markAllRows() - adapted layout like db, table and row lists * lang/german: fixed translation2005-11-11 Marc Delisle <lem9@users.sourceforge.net> * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog. * lang/finnish: update, thanks to Jouni Kahkonen2005-11-10 Marc Delisle <lem9@users.sourceforge.net> * libraries/session.inc.php, Documentation.html: bug #1352479, warn if PHP does not support session * server_privileges.php: bug #1353435, selecting users to drop is broken and bug #1353437, undefined index while editing a user2005-11-10 Michal Čihař <michal@cihar.com> * scripts/create-release.sh: = is correct for comparsion in shell. * server_privileges.php: Revert fix for #1353437, there are wrong data and not displaying of it, fix bad display of table privileges.2005-11-09 Marc Delisle <lem9@users.sourceforge.net> * pdf_pages.php: bug #1245891, too large scaling in PDF schema * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion) * tbl_properties.inc.php: superscript 1 for Length/Values2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net> * server_databases.php, mysql_charsets-lib.php: bug #1351743 undefined function: pma_getservercollation() * database_interface.lib.php: added PMA_DBI_get_default_engine() * db_details_structure.php: - fixed display issues - display default engine in footer * libraries/common.lib.php: added PMA_getDbLink * libraries/display_create_table.lib.php: use fieldset * server_privilegs.php, libraries/server_privilegs.js: - db with only table specific rights where not displayed if there was not at least one db with db specfic rights - javascript errors * function.js, db_details_structure.php, tbl_properties_structure.php, display_tbl.lib.php, server_databases.php: - added js:markAllRows(), js:unMarkAllRows() - check/uncheck all rows now sets mark color for this rows2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net> * Documentation.html, browse_foreigners.php, error.php, header_printview.inc.php, index.php, left.php, translators.html, libraries/header_meta_style.inc.php, scripts/decode_bug.php: fixed/added favicon * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab2005-11-07 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_links.php: undefined variable $db_is_information_schema ### 2.7.0-beta1 released2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/display_tbl.lib.php: bug #985399 MIME-based in print view / need to select the pk * db_details_db_info.php: Undefined variable: db_is_information_schema * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER2005-11-06 Marc Delisle <lem9@users.sourceforge.net> * lang/norwegian: Update, thanks to Sven-Erik Andersen2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -