📄 changelog
字号:
common EOL there now (bug #1577590).2006-10-14 Marc Delisle <lem9@users.sourceforge.net> * export.php, db_details_export.php: bug #1541189, views are not displayed in export list; However I'm still not sure what should be done if a user only chooses a view. In the past we ensured to avoid exporting data from a view because it would create redundant data in the export file2006-10-13 Marc Delisle <lem9@users.sourceforge.net> * css/phpmyadmin.css.php: bug #1517428, some IE 6 versions have problems loading CSS when zlip.output_compression is on, thanks to Juergen Wind * db_details_export.php: select all tables by default to reflect the default export behavior2006-10-13 Michal Čihař <michal@cihar.com> * Documentation.html: Mention wiki. * scripts/create-release.sh: Readd snapshot support. * libraries/cleanup.lib.php, libraries/common.lib.php: Move cleanup to separate function (bug #1569123). * changelog.php: Switch to subversion. * main.php: - Mention wiki. - Switch to subversion. * libraries/export/csv.php: Fix cvs/csv typo (bug #1583509). * ChangeLog, libraries/sqlvalidator.class.php: Use HeadURL instead of Source keyword. * scripts/setup.php, libraries/sqlparser.lib.php: Remove last CVS mentions.2006-10-12 Marc Delisle <lem9@users.sourceforge.net> * tbl_change.php: bug #1566219, automated timestamp values2006-10-12 Michal Čihař <michal@cihar.com> * Documentation.html: Change CVS instructions to SVN. * scripts/create-release.sh: Switch to SVN: - use svn instead of cvs - remove chmod (we can have correct permissions in svn) - some cleanup - use export and thus remove need for removing files - fix help instructions to contain correct version - CHANGE: you have to prepend "tags" or "branches" to tag or branch specification * */.cvsignore: Removed, this is now stored in svn:ignore property (use svn propget/propset to work with them). * many files: Fix permissions.2006-10-11 Marc Delisle <lem9@users.sourceforge.net> ### Migration to Subversion2006-10-10 Michal Čihař <michal@cihar.com> * lang/german: Fix typo (translation #1467138). * libraries/import.lib.php: Correctly fail if file is too short (bug #1574340). * libraries/db_table_exists.lib.php: Fix displaying of entered query. * libraries/common.lib.php: Check for sent headers, provide backtrace in this case. * libraries/export/excel.php: Fix MIME type and extension to state before plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm). * libraries/sqlparser.lib.php: Fix parsing of CHAR column type (bug #1573502).2006-10-09 Michal Čihař <michal@cihar.com> * lang/german: Fix typo (translation #1570611).2006-10-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php: bug #1562533, problems with unbuffered queries * Documentation.html: FontFamily, FontFamilyFixed * themes/original/layout.inc.php: bug #1564409, default FontFamily2006-10-07 Marc Delisle <lem9@users.sourceforge.net> * scripts/create-release.sh: use lang-cleanup.sh from the kit, list all files, and allow non-anonymous access2006-10-06 Marc Delisle <lem9@users.sourceforge.net> * libraries/database_interface.lib.php, bug #1568341, last part of the fix to avoid problems on Windows servers, thanks to Juergen Wind2006-10-06 Michal Čihař <michal@cihar.com> * scripts/lang-cleanup.sh: Script for removing not installed languages from libraries/select_lang.lib.php. * scripts/create-release.sh: Make it better :-): - Create 7z archives - Make compression list configurable - Allow to define which kits to build - Call scripts/lang-cleanup.sh to remove not wanted languages - Do not login to cvs if already logged in2006-10-05 Marc Delisle <lem9@users.sourceforge.net> * scripts/create-release.sh: starting changes for new kits TODO: - trimming of libraries/select_lang.lib.php in the kit - 7zip - remove gzip ?2006-10-04 Michal Čihař <michal@cihar.com> * Documentation.html: Fixes thanks to Matt LaPlante - cyberdog3k. - Fix Wikipedia URLs (patch #1568498). - Fix duplicate ids (patch #1568504). * tbl_replace.php, libraries/config.default.php: Add support for UTC_DATE, UTC_TIME and UTC_TIMESTAMP functions, based on patch #1563585, thanks to Alexander Schuch - ci-dev. * tbl_alter.php: Fix order of includes (bug #1569277).2006-10-03 Marc Delisle <lem9@users.sourceforge.net> ### 2.9.0.2 released from MAINT_2_9_02006-10-03 Michal Čihař <michal@cihar.com> * scripts/setup.php: Sync token name, move it's definition to one place (bug #1569612). * libraries/auth/signon.auth.lib.php: Sync token name.2006-10-01 Marc Delisle <lem9@users.sourceforge.net> ### 2.9.0.1 released from MAINT_2_9_0 * libraries/database_interface.lib.php: bug #1568341, case sensitivity in database names * tbl_relation.php: trap error 1452 when adding a foreign key and a constraint fails * libraries/export/sql.php: bug #1550690, wrong export of constraints, thanks to Robert Vock2006-09-29 Marc Delisle <lem9@users.sourceforge.net> * libraries/database_interface.lib.php, bug #1566904, typo in require, thanks to Björn Wiberg - bwiberg. * libraries/grab_globals.lib.php: fix attack via _FILES, thanks to Stefan Esser * libraries/common.lib.php, /session.inc.php, /url_generating.lib.php: security fixes (announcement will come later), thanks to Sebastian Mendel and Stefan Esser * lang/danish: Updated, thanks to AlleyKat - dk_alleykat2006-09-27 Marc Delisle <lem9@users.sourceforge.net> * libraries/.htaccess: remove potential vulnerability (allow from none), thanks to Michael Heimpold2006-09-23 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php: bug #1519859, avoid overflow on 64-bit machines2006-09-22 Marc Delisle <lem9@users.sourceforge.net> * libraries/tbl_properties_links.inc.php: bug #1560152, after renaming a table the navigation does not work2006-09-22 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/ob.lib.php: refactored * left.php: cleanup * js/navigation.js: *new* JavaScript from left.php2006-09-21 Sebastian Mendel <cybot_tm@users.sourceforge.net> * libraries/PMA_List.class.php: new PMA_List class * libraries/PMA_List_Database.class.php, left.php, libraries\common.lib.php: moved some more code into class, some documentation improvements2006-09-20 Marc Delisle <lem9@users.sourceforge.net> ### 2.9.0 released from QA_2_92006-09-20 Sebastian Mendel <cybot_tm@users.sourceforge.net> * export.php, left.php, libraries\Table.class.php, libraries\common.lib.php, libraries\database_interface.lib.php, libraries\dbi\mysql.dbi.lib.php, libraries\dbi\mysqli.dbi.lib.php, libraries\sql_query_form.lib.php, querywindow.php, server_databases.php, server_export.php, tbl_properties_operations.php: replaced $dblist with new PMA_List_Database class * libraries\database_interface.lib.php: added error reporting if dblist retrieval from information_schema fails * left.php: remember navigation frame width2006-09-19 Marc Delisle <lem9@users.sourceforge.net> * Documentation.html, libraries/footer.inc.php, libraries/dbg/profiling.php: remove profiling feature due to licensing issues (non GPL code)2006-09-18 Michal Čihař <michal@cihar.com> * scripts/setup.php: Add phpdoc header comment. * libraries/db_config.lib.php: Removed unused file.2006-09-15 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php libraries/Config.class.php: rename a function borrowed from Moodle to avoid double definition when PMA is called by Moodle * lang/finnish: Update, thanks to Yoneh - yoneh. * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.2006-09-14 Michal Čihař <michal@cihar.com> * db_details_structure.php: Fix table footer when MySQL does not support collations (bug #1554885, patch #1557269, thanks to Isaac Bennetch - ibennetch).2006-09-12 Marc Delisle <lem9@users.sourceforge.net> * libraries/config.default.php, libraries/export/sql.php: bug #1556934, sql compatibility mode on export2006-09-11 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/sql.php: bug #1555760, export default parameter broken2006-09-09 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php: bug #1554166, magic_quotes_runtime2006-09-08 Marc Delisle <lem9@users.sourceforge.net> * lang/check_lang.sh: ignore differences in doc_lang * lang/italian: Update, thanks to Rebe - rebeluca. ### 2.9.0-rc1 released from QA_2_9 * querywindow.php: bug #1549824, SQL history and quote escaping2006-09-07 Marc Delisle <lem9@users.sourceforge.net> * lang/turkish: update, thanks to Burak Yavuz - bourock2006-08-30 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php: bug #1542865, themes not switching when ThemePerServer is true2006-08-30 Michal Čihař <michal@cihar.com> * libraries/common.lib.php, lang/*: Internationalise link to MySQL documentation when translation exists, this needs to be defined in language file (RFE #1547130). * lang/belarusian_latin-utf-8.inc.php: Fix charset information. * scripts/setup.php: Add link to wiki explaining configuration options.2006-08-29 Michal Čihař <michal@cihar.com> * lang/croatian: Updated, thanks to Renato Pavicic - babalui.2006-08-28 Michal Čihař <michal@cihar.com> * config.sample.inc.php, Documentation.html: Add minimal sample configuration, so that lazy people won't copy libraries/config.default.php (RFE #1544570).2006-08-27 Marc Delisle <lem9@users.sourceforge.net> * themes/*/layout.inc.php: patch #1523543, possibility of vertical solid line between frames, thanks to Juergen Wind2006-08-26 Marc Delisle <lem9@users.sourceforge.net> * db_operations.php: bug #1544799, undefined variable on db copy * libraries/common.lib.php: bug #1544734, error messages link outdated, thanks to René Leonhardt * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik. * libraries/tbl_properties.inc.php: bug #1543996, wrong link for message, thanks to GerardW2006-08-24 Michal Čihař <michal@cihar.com> * Documentation.html, libraries/config.default.php, libraries/auth/signon.auth.lib.php, scripts/signon.php, scripts/setup.php: Add single signon authentication method (patch #1545366, patch #1541379, patch #1531302 and RFE #1031391). * libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php: Add support for LogoutURL.2006-08-22 Marc Delisle <lem9@users.sourceforge.net> * scripts/setup.php: bug #1536112, better fix (in case of register_globals enabled), thanks to Michal ### 2.8.2.3 released from MAINT_2_8_2 * scripts/setup.php: bug #1544692, version 2.8.2.3 breaks setup.php on a server with register_globals enabled, thanks to Juergen Wind ### 2.8.2.4 released from MAINT_2_8_22006-08-21 Marc Delisle <lem9@users.sourceforge.net> * libraries/common.lib.php, libraries/auth/cookie.auth.lib.php: bug #1542875, Cookie auth on IIS2006-08-20 Marc Delisle <lem9@users.sourceforge.net> * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.2006-08-18 Marc Delisle <lem9@users.sourceforge.net> * libraries/export/pdf.php: do not display BLOBs on PDF export * lang/brazilian-portuguese: update, thanks to thedarkness * lang/catalan update, thanks to Xavier Navarro (xavin)2006-08-16 Marc Delisle <lem9@users.sourceforge.net> * libraries/sqlparser.lib.php: sorting on column header2006-08-16 Michal Čihař <michal@cihar.com> * libraries/export/htmlexcel.php: Fix charset header of exported HTML/XLS file (bug #1541100).2006-08-15 Sebastian Mendel <cybot_tm@users.sourceforge.net> * lang/german: Updated2006-08-14 Michal Čihař <michal@cihar.com> * scripts/setup.php: Improve readibility (patch #1539976), thanks to Isaac Bennetch - ibennetch. * lang/czech: Updated.2006-08-14 Marc Delisle <lem9@users.sourceforge.net> * tbl_properties_structure.php: more complete check before showing
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -