Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 54afeca51a27b2e3abfeee19a64c39674849d681 https://github.com/phpmyadmin/phpmyadmin/commit/54afeca51a27b2e3abfeee19a64c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-01-12 (Tue, 01 January 2021) -03:00
Changed paths: M js/src/database/structure.js M libraries/classes/Controllers/JavaScriptMessagesController.php M templates/database/structure/check_all_tables.twig
Log Message: ----------- Replace jQuery UI dialog with Bootstrap's modal
Replaces "make consistent with central list" confirmation dialog written with jQuery UI with Bootstrap's modal component.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d570ad5a38378db01c5942ac0dde027fcdb8f8a9 https://github.com/phpmyadmin/phpmyadmin/commit/d570ad5a38378db01c5942ac0dde... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-01-12 (Tue, 01 January 2021) -03:00
Changed paths: M js/src/database/structure.js M libraries/classes/Controllers/JavaScriptMessagesController.php M templates/database/structure/check_all_tables.twig
Log Message: ----------- Replace db structure bulk action dialog with a modal
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 443e4289c39d9e40a779507cc5381dac5db39ce1 https://github.com/phpmyadmin/phpmyadmin/commit/443e4289c39d9e40a779507cc538... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-01-12 (Tue, 01 January 2021) -03:00
Changed paths: M js/src/server/user_groups.js M libraries/classes/Server/UserGroups.php M templates/server/user_groups/user_groups.twig M test/classes/Server/UserGroupsTest.php
Log Message: ----------- Replace user groups jQuery UI's dialog with a modal
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 4f574e53c39e770767e35c9a955695c017ddcbe4 https://github.com/phpmyadmin/phpmyadmin/commit/4f574e53c39e770767e35c9a9556... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-01-12 (Tue, 01 January 2021) -03:00
Changed paths: M js/src/error_report.js M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/ErrorHandler.php M libraries/classes/ErrorReport.php M libraries/classes/Footer.php M phpstan-baseline.neon M templates/error/report_form.twig M templates/footer.twig M test/classes/ErrorReportTest.php M themes/bootstrap/scss/_common.scss M themes/metro/scss/_common.scss M themes/original/scss/_common.scss M themes/pmahomme/scss/_common.scss
Log Message: ----------- Replace error report jquery-ui's dialog with a modal
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 71690531af0ce01256284301ab019b4f37c2be80 https://github.com/phpmyadmin/phpmyadmin/commit/71690531af0ce01256284301ab01... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-01-12 (Tue, 01 January 2021) -03:00
Changed paths: M js/src/database/structure.js M js/src/error_report.js M js/src/server/user_groups.js M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/ErrorHandler.php M libraries/classes/ErrorReport.php M libraries/classes/Footer.php M libraries/classes/Server/UserGroups.php M phpstan-baseline.neon M templates/database/structure/check_all_tables.twig M templates/error/report_form.twig M templates/footer.twig M templates/server/user_groups/user_groups.twig M test/classes/ErrorReportTest.php M test/classes/Server/UserGroupsTest.php M themes/bootstrap/scss/_common.scss M themes/metro/scss/_common.scss M themes/original/scss/_common.scss M themes/pmahomme/scss/_common.scss
Log Message: ----------- Merge pull request #16524 from mauriciofauth/jquery-ui-dialog
Replace jQuery UI dialog with Bootstrap's modal