Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: e8c5ba4f80479e9043ad01e688094db1192c30a4 https://github.com/phpmyadmin/phpmyadmin/commit/e8c5ba4f80479e9043ad01e68809... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-11-12 (Tue, 11 November 2019) -03:00
Changed paths: A templates/message.twig M js/ajax.js M js/database/central_columns.js M js/database/operations.js M js/error_report.js M js/export.js M js/functions.js M js/import.js M js/indexes.js M js/makegrid.js M js/messages.php M js/microhistory.js M js/server/databases.js M js/server/privileges.js M js/server/status/monitor.js M js/sql.js M js/table/operations.js M js/table/structure.js M libraries/classes/Config/PageSettings.php M libraries/classes/Controllers/ErrorReportController.php M libraries/classes/Error.php M libraries/classes/Message.php M libraries/classes/Util.php M templates/components/error_message.twig M templates/login/twofactor/invalid.twig M templates/login/twofactor/key-https-warning.twig M templates/preferences/autoload.twig M templates/preferences/forms/main.twig M templates/server/status/status/index.twig M templates/server/status/variables/index.twig M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/ErrorTest.php M test/classes/MessageTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/Database/StructureTest.php M test/selenium/Database/TriggersTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/ServerSettingsTest.php M test/selenium/Table/BrowseTest.php M test/selenium/Table/InsertTest.php M test/selenium/Table/OperationsTest.php M test/selenium/Table/StructureTest.php M test/selenium/TrackingTest.php M themes/bootstrap/scss/_common.scss M themes/bootstrap/scss/printview.scss M themes/metro/scss/_common.scss M themes/metro/scss/_variables.scss M themes/original/scss/_common.scss M themes/original/scss/_variables.scss M themes/pmahomme/scss/_common.scss M themes/pmahomme/scss/_variables.scss M themes/pmahomme/scss/printview.scss
Log Message: ----------- Convert Messages to Bootstrap Alerts
Replaces Messages custom styles with a Bootstrap Alerts theme
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 9ef0d4b20989031bce70217895a21195e1aa815d https://github.com/phpmyadmin/phpmyadmin/commit/9ef0d4b20989031bce70217895a2... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-11-12 (Tue, 11 November 2019) -03:00
Changed paths: A templates/message.twig M js/ajax.js M js/database/central_columns.js M js/database/operations.js M js/error_report.js M js/export.js M js/functions.js M js/import.js M js/indexes.js M js/makegrid.js M js/messages.php M js/microhistory.js M js/server/databases.js M js/server/privileges.js M js/server/status/monitor.js M js/sql.js M js/table/operations.js M js/table/structure.js M libraries/classes/Config/PageSettings.php M libraries/classes/Controllers/ErrorReportController.php M libraries/classes/Error.php M libraries/classes/Message.php M libraries/classes/Util.php M templates/components/error_message.twig M templates/login/twofactor/invalid.twig M templates/login/twofactor/key-https-warning.twig M templates/preferences/autoload.twig M templates/preferences/forms/main.twig M templates/server/status/status/index.twig M templates/server/status/variables/index.twig M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/ErrorTest.php M test/classes/MessageTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/Database/StructureTest.php M test/selenium/Database/TriggersTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/ServerSettingsTest.php M test/selenium/Table/BrowseTest.php M test/selenium/Table/InsertTest.php M test/selenium/Table/OperationsTest.php M test/selenium/Table/StructureTest.php M test/selenium/TrackingTest.php M themes/bootstrap/scss/_common.scss M themes/bootstrap/scss/printview.scss M themes/metro/scss/_common.scss M themes/metro/scss/_variables.scss M themes/original/scss/_common.scss M themes/original/scss/_variables.scss M themes/pmahomme/scss/_common.scss M themes/pmahomme/scss/_variables.scss M themes/pmahomme/scss/printview.scss
Log Message: ----------- Merge pull request #15564 from mauriciofauth/bootstrap-alerts
Convert Messages to Bootstrap Alerts