
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1e9e14d23b0abc0863504d8963bb6d14570e98d8 https://github.com/phpmyadmin/phpmyadmin/commit/1e9e14d23b0abc0863504d8963bb... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M doc/config.rst M doc/setup.rst M libraries/Config.php M libraries/common.inc.php M libraries/config.default.php M libraries/config/ServerConfigChecks.php M libraries/config/messages.inc.php M libraries/config/setup.forms.php M libraries/core.lib.php M test/libraries/PMA_SetupIndex_test.php Log Message: ----------- Remove ForceSSL configuration directive In most setups we simply do not have enough information to decide whether user has come through HTTPS or not leading to infinite redirects. Anyway this is better to handle at web server side together with setting HSTS headers. Issue #11412, #11883 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6da017fcfc4143abb3270c14686426d35b45c52d https://github.com/phpmyadmin/phpmyadmin/commit/6da017fcfc4143abb3270c146864... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M test/bootstrap-dist.php M test/classes/ConfigTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/MenuTest.php M test/libraries/common/PMA_getDbLink_test.php M test/libraries/core/PMA_fatalError_test.php M test/libraries/core/PMA_headerLocation_test.php M test/libraries/core/PMA_warnMissingExtension_test.php Log Message: ----------- Load vendor_config just once at testsuite startup Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/0d8085c070ba...6da017fcfc41