📄 changelog
字号:
* tbl_select.php: bug #1490569, search with LIKE on numeric fields * libraries/import.lib.php: support display of HANDLER statement results * libraries/header.inc.php, libraries/auth/http.auth.lib.php, /cookie.auth.lib.php, removed header_custom.inc.php: patch #1502453, unnecessary disk access, thanks to Juergen Wind (windkiel) * libraries/footer.inc.php, libraries/auth/http.auth.lib.php, /cookie.auth.lib.php, removed footer_custom.inc.php: applied the same optimization2006-06-08 Marc Delisle <lem9@users.sourceforge.net> * libraries/header.inc.php: bug #1501891, undefined PMA_isSuperuser() when the default server is 02006-06-06 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html: various fixes, thanks to Cedric Corazza2006-06-02 Marc Delisle <lem9@users.sourceforge.net> * libraries/auth/cookie.auth.lib.php: for auth_type='cookie', avoid showing the "cookies must be enabled" message if they are enabled * Documentation.html: requirements: web browser with cookies enabled * libraries/header.inc.php: show message about cookies also when auth_type = http or config2006-05-31 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php: bug #1498108, support twice the separator in db name, thanks to Sylvain Derosiaux2006-05-30 Marc Delisle <lem9@users.sourceforge.net> * lang/french*: updates * querywindow.php: $is_superuser was not defined * sql.php: bug #1490422, lost connection to MySQL server (SELECT DISTINCT)2006-05-30 Michal Čihař <michal@cihar.com> * libraries/export/sql.php: Fix handling of backquotes (bug #1497239). * libraries/export/xml.php: Fix export to XML (bug #1497239). * libraries/plugin_interface.lib.php: Show that plugin has no option if it has only hidden inputs. * sql.php: Do not compare db if not defined. * server_binlog.php, server_processlist.php: No need to grab all results to memory. * libraries/export/htmlexcel.php: Fix extension (bug #1497239). * libraries/export/csv.php: Handle correctly AUTO (bug #1497239). * lang/*: Remove obsolete messages, add missing ones. * lang/czech: Updated. * libraries/session.inc.php: Remove unused code. * libraries/Table.class.php, libraries/select_lang.lib.php, lang/*: Add todo translations (bug #1436564).2006-05-29 Michal Čihař <michal@cihar.com> * lang/galician: Update, thanks to Xosé Calvo - xosecalvo. * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool. * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik. * lang/italian: Update, thanks to Rebe - rebeluca. * lang/estonian: Update, thanks to Marko Ellermaa - uhuu. * lang/finnish: Update, thanks to Yoneh - yoneh. * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog. * lang/czech: Update.2006-05-29 Marc Delisle <lem9@users.sourceforge.net> * main.php: bug #1496881, CVS link broken in main.php2006-05-26 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: bug #1451426, edit breaks protected BLOB field, changes it from NULL to empty string2006-05-23 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php, tbl_replace.php: bug #1438999, updating a multi-table view2006-05-21 Marc Delisle <lem9@users.sourceforge.net> * import.php, lang/*: bug #1467804, replaced strNothingToImport by strNoDataReceived2006-05-20 Marc Delisle <lem9@users.sourceforge.net> ### 2.8.1 released from MAINT_2_8_12006-05-19 Marc Delisle <lem9@users.sourceforge.net> * db_details_structure.php: indicate on the Sum line that storage type and collation are the default values2006-05-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/check_user_privileges.lib.php, /database_interface.lib.php, /db_details_links.inc.php, /server_common.inc.php, /header.inc.php: bug #1490193 and code simplification2006-05-17 Marc Delisle <lem9@users.sourceforge.net> * server_privileges.php: bug #1478812, Add user (password containing a backslash); also minor optimization2006-05-15 Marc Delisle <lem9@users.sourceforge.net> * libraries/Table.class.php: bug #1475949, removing the default value2006-05-15 Michal Čihař <michal@cihar.com> * scripts/setup.php: Compatibility with security tokens (bug #1488453). * scripts/setup.php: Fix detection of writable config (bug #1488447). * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php, themes/darkblue_orange/css/theme_right.css.php, themes/original/css/theme_right.css.php: Not so wide login form (RFE #1445541). * import.php, export.php: Increase magic contstant to avoid problems with compression of some specific data (bug #1477029).2006-05-14 Michal Čihař <michal@cihar.com> * libraries/common.lib.php: Fix reading database list with MySQL wildcards (bug #1487613). * changelog.php: There is no reason to make bug uppercase.2006-05-14 Marc Delisle <lem9@users.sourceforge.net> * libraries/import.lib.php: bug #1482841, support USE statement in the import file2006-05-12 Marc Delisle <lem9@users.sourceforge.net> ### 2.8.0.4 released from MAINT_2_8_02006-05-12 Michal Čihař <michal@cihar.com> * libraries/footer.inc.php: Escape user input to avoid XSS. * libraries/common.lib.php, libraries/url_generating.lib.php: Better handle other URL separator than & (bug #1487365).2006-05-06 Michal Čihař <michal@cihar.com> * Documentation.html: Describe better regullar expressions in hide_db (patch #1482049, thanks to Isaac Bennetch - ibennetch).2006-05-05 Michal Čihař <michal@cihar.com> * libraries/export/sql.php: Fix UPDATE export with extended inserts enabled (bug #1482103), fix export type selection. * libraries/select_lang.lib.php: Use GET and POST explicitely as cookies can override values in REQUEST (bug #1481584). * lang/czech: Updated.2006-05-03 Michal Čihař <michal@cihar.com> * Documentation.html: Document OpenDocument export and various fixes.2006-05-02 Michal Čihař <michal@cihar.com> * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape user input (CVE-2006-2031). * server_databases.php: Fix path to image (needs to be lower case). * libraries/common.lib.php: Use htmlspecialchars instead of htmlentities, it doesn't break utf-8.2006-04-28 Michal Čihař <michal@cihar.com> * Documentation.html, main.php, libraries/config.default.php: Possibility to hide creating of database from main (RFE #1370100). * Documentation.html, main.php, libraries/left_header.inc.php: Customizable link under left logo (RFE #1111599). * libraries/export/htmlword.php: Fix including column names. * libraries/export/latex.php: Add missing crlf, remove unused code. * libraries/export/ods.php: Use correct charset. * libraries/export/odt.php, lang/*, libraries/config.default.php: Add Open Document Text export (RFE #1068007). * libraries/opendocument.lib.php: Add document metainformation. * libraries/opendocument.lib.php, libraries/export/ods.php, libraries/export/odt.php: Include styles.xml in Open Document, now it can be opened in KOffice, Gnumeric and OpenOffice.org.2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net> * db_printview.php: fixed bug 'no tables found', refactored * tbl_change.php, tbl_indexes.php: removed table formating, done in css2006-04-27 Michal Čihař <michal@cihar.com> * Documentation.html, libraries/config.default.php, libraries/auth/cookie.auth.lib.php: Logout from all servers by default (RFE #1370874). * sql.php: Show results of REPLACE as affected as it contains both deleted and inserted rows count (bug #1475765). * libraries/common.lib.php: Better detection of duplicate rows (bug #1477500). * libraries/display_tbl.lib.php: Do not check for VIEW if no table name (eg. SELECT 1) (bug #1473484). * libraries/import/sql.php: Do not strip MySQL conditional statements in comments (patch #1459782, thanks to unconed - unconed). * Documentation.html: Various fixes in documentation, mostly grammmar (patch #1453198, thanks to Isaac Bennetch - ibennetch). * lang/*: Remove *font_family. * Documentation.html, import.php, querywindow.php, js/functions.js, libraries/header.inc.php, libraries/import.lib.php: Improve functionality of limiting DROP DATABASE (bug #1456082). * libraries/language.lib.php, libraries/common.lib.php, libraries/database_interface.lib.php, libraries/select_lang.lib.php: Reload language file after switch to utf-8 translation (bug #1442605). * tbl_properties_operations.php, libraries/tbl_properties_table_info.inc.php: Allow to set PACK_KEYS to DEFAULT (bug #1440966).2006-04-26 Michal Čihař <michal@cihar.com> * libraries/plugin_interface.lib.php: - Display information that there are no settings. - Be more verbose on error. - Drop tables used for layout. - Add support for groupping options. - Support for forcing one of two bool/bgroups. - Add documentation. - Support for localised texts in defaults. * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php, themes/original/css/theme_right.css.php: New style for non table forms used in plugins. * libraries/config.default.php, libraries/display_export.lib.php, libraries/export/*: Convert export to plugin architecture, so that plugins are independant piece of code (RFE #1325937). * db_operations.php, tbl_properties_operations.php, libraries/Table.class.php: Adapt to changes in export. * export.php, libraries/export/*: Use plugins for extension and MIME type. * libraries/export/ods.php, libraries/opendocument.lib.php, libraries/config.default.php, lang/*: Export to OASIS OpenDocument Spreadsheet (RFE #1068007). * lang/czech: Update. * export.php, libraries/plugin_interface.lib.php, libraries/export/*: Allow forcing of export to file, it makes no sense to display PDF in textarea ;-). * libraries/display_export.lib.php: Reinclude table selection (bug #1477226). * libraries/auth/cookie.auth.lib.php: Remove unused function. * libraries/auth/cookie.auth.lib.php, Documentation.html, libraries/config.default.php: Allow configuration of cookie storage on client (RFE #1095227). * server_privileges.php, lang/*: Create database for newly created user (RFE #479640).2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net> * themes/*: updated themes; fixed bug #1452131 Fonts too large; fixed bug #1446211 Colors hardcoded in theme css files; * libraries/Theme_Manager.class.php: search themes on every script start * libraries/Theme_Manager.class.php, libraries/Theme.class.php: use fallback (original) css file if not found in current theme (no need to include unchanged files into theme, f. e. print.css)2006-04-25 Michal Čihař <michal@cihar.com> * libraries/common.lib.php: Make cookie login form work with token protection. * libraries/auth/cookie.auth.lib.php: Do not include empty values. * changelog.php: Generate proper XHTML, make URLs clickable.2006-04-25 Sebastian Mendel <cybot_tm@users.sourceforge.net> * db_details_qbe.php, db_printview.php, libraries/display_tbl.lib.php, css/phpmyadmin.css.php, js/functions.js, pdf_pages.php, pdf_schema.php, server_binlog.php, server_variables.php, tbl_change.php, transformation_overview.php: style upgrade * changelog.php: replaced php short open tag2006-04-24 Michal Čihař <michal@cihar.com> * main.php: Fix logout link (bug #1474694).2006-04-21 Michal Čihař <michal@cihar.com> * libraries/import/csv.php: Fix importing files without trailing new line (bug #1473944). * Documentation.html: Document problems with PMA_blowfish on clusters of different architectures (bug #1470912). * Documentation.html: Document LoginCookieValidity (bug #1473357).2006-04-20 Michal Čihař <michal@cihar.com> * index.php: Check target against goto_whitelist. * libraries/url_generating.lib.php, libraries/session.inc.php, libraries/common.lib.php: Protect against external links which could perform any action (CVE-2006-1804). * changelog.php: Link to CAN/CVE security issues, highlight releases, fix email links, link releases to tags in CVS.2006-04-13 Marc Delisle <lem9@users.sourceforge.net> * server_databases.php: need brackets for correct calculation of page2006-04-13 Sebastian Mendel <cybot_tm@users.sourceforge.net> * server_databases.php, libraries/database_interface.lib.php: disable table stats for MySQL 5 by default * server_databases.php: use new functionality of PMA_DBI_get_databases_full() to limit display * libraries/database_interface.lib.php: - extended PMA_DBI_get_databases_full() to allow limiting and sorting - added new function PMA_DBI_get_databases_count() * libraries/config.default.php: added new paramter to limit maximum displayed databases * sql.php: - fixed bug #1469469 cyclic redirect with sql.php as default table-page - re-use already existing code * changelog.php: link also js, html, pl, and sh files, FAQ entries and contributors to their sf.ne
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -