
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 8e94ba3a40e98830ee71e1ab3b6aa647499bc6ab https://github.com/phpmyadmin/phpmyadmin/commit/8e94ba3a40e98830ee71e1ab3b6a... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-27 (Mon, 27 Nov 2017) Changed paths: M themes/original/css/common.css.php M themes/original/css/navigation.css.php M themes/pmahomme/css/codemirror.css.php M themes/pmahomme/css/common.css.php M themes/pmahomme/css/enum_editor.css.php M themes/pmahomme/css/gis.css.php M themes/pmahomme/css/icons.css.php M themes/pmahomme/css/jqplot.css.php M themes/pmahomme/css/navigation.css.php M themes/pmahomme/css/pmd.css.php M themes/pmahomme/css/resizable-menu.css.php M themes/pmahomme/css/rte.css.php Log Message: ----------- Use generic PHPMYADMIN define to avoid CSS exection It should work pretty much same, but we really don't care which of these is set for rendering the css. Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2bc8afea5f47d0d409163754698ad13487410158 https://github.com/phpmyadmin/phpmyadmin/commit/2bc8afea5f47d0d409163754698a... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-27 (Mon, 27 Nov 2017) Changed paths: M libraries/classes/DatabaseInterface.php M libraries/common.inc.php Log Message: ----------- Move storage zeroconfig to the DBI post connect This way it is executed only when needed. Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0f797215702cf117fb24a104bd285007b5b7e3ac https://github.com/phpmyadmin/phpmyadmin/commit/0f797215702cf117fb24a104bd28... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-27 (Mon, 27 Nov 2017) Changed paths: M libraries/classes/DatabaseInterface.php Log Message: ----------- Remove not needed param from DatabaseInterface::postConnect It is called only for user link, so there is no need to make that parameter. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 73f428e568e1646fe2436bef8f2be6bb40744fcb https://github.com/phpmyadmin/phpmyadmin/commit/73f428e568e1646fe2436bef8f2b... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-27 (Mon, 27 Nov 2017) Changed paths: M libraries/common.inc.php Log Message: ----------- Remove hack for navigation and server switching It is not really used with current navigation, so this code has no use for years. Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d3f9075165236b363c188e8d4ce1adf5a1e6c7b7 https://github.com/phpmyadmin/phpmyadmin/commit/d3f9075165236b363c188e8d4ce1... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-27 (Mon, 27 Nov 2017) Changed paths: M libraries/common.inc.php Log Message: ----------- Load user preferences at one place Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/738f52724223...d3f907516523