diff --git a/ChangeLog b/ChangeLog index adb5ca764d..2e43a0ca80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,14 +14,18 @@ phpMyAdmin - ChangeLog + rfe #1410 Added support for AES_ENCRYPT for blob fields 4.0.2.0 (not yet released) +- bug #3902 Cannot browse when table name contains keyword "call" + center loading indicator for navigation refresh, related to bug #3920 - bug #3925 Table sorting in navigation panel is case-sensitive -- bug #3915 Import of CSV file (Replace table data with file) with duplicate -values +- bug #3915 Import of CSV file (Replace table data with file) with duplicate values +- bug #3907 undefined variables, function parameter problems - bug #3898 Structure not refreshed after column drop - bug #3926 View is not updatable +- bug #3919 PropertiesIconic not honored +- bug #3930 Databases to choose for specific privileges show up escaped +- bug #3910 Export database with empty table as a php array, does not produce valid PHP -4.0.1.0 (not yet released) +4.0.1.0 (2013-05-14) - bug #3879 Import broken for CSV using LOAD DATA - bug #3889 When login fails and error display is active, login data is displayed - bug #3890 [import] Web server upload directory import fails diff --git a/changelog.php b/changelog.php index 9dc60b6a1a..c216c7fe3d 100644 --- a/changelog.php +++ b/changelog.php @@ -11,7 +11,8 @@ */ require 'libraries/common.inc.php'; -$response = PMA_Response::getInstance()->disable(); +$response = PMA_Response::getInstance(); +$response->disable(); $filename = CHANGELOG_FILE; diff --git a/doc/config.rst b/doc/config.rst index d9087ca87d..3922716e04 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1022,6 +1022,33 @@ Generic settings This setting can be adjusted by your vendor. +.. config:option:: $cfg['VersionCheckProxyUrl'] + + :type: string + :default: "" + + The url of the proxy to be used when retrieving the information about + the latest version of phpMyAdmin. You need this if the server where + phpMyAdmin is installed does not have direct access to the internet. + The format is: "hostname:portnumber" + +.. config:option:: $cfg['VersionCheckProxyUser'] + + :type: string + :default: "" + + The username for authenticating with the proxy. By default, no + authentication is performed. If a username is supplied, Basic + Authentication will be performed. No other types of authentication + are currently supported. + +.. config:option:: $cfg['VersionCheckProxyPass'] + + :type: string + :default: "" + + The password for authenticating with the proxy. + .. config:option:: $cfg['MaxDbList'] :type: integer diff --git a/import.php b/import.php index a81d716812..b877414436 100644 --- a/import.php +++ b/import.php @@ -36,6 +36,7 @@ $post_params = array( 'local_import_file' ); +// TODO: adapt full list of allowed parameters, as in export.php foreach ($post_params as $one_post_param) { if (isset($_POST[$one_post_param])) { $GLOBALS[$one_post_param] = $_POST[$one_post_param]; diff --git a/index.php b/index.php index ecd1991b8c..13dc858e40 100644 --- a/index.php +++ b/index.php @@ -209,7 +209,7 @@ echo ''; if ($server > 0) { echo '