Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 54afeca51a27b2e3abfeee19a64c39674849d681
https://github.com/phpmyadmin/phpmyadmin/commit/54afeca51a27b2e3abfeee19a64…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: d570ad5a38378db01c5942ac0dde027fcdb8f8a9
https://github.com/phpmyadmin/phpmyadmin/commit/d570ad5a38378db01c5942ac0dd…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 443e4289c39d9e40a779507cc5381dac5db39ce1
https://github.com/phpmyadmin/phpmyadmin/commit/443e4289c39d9e40a779507cc53…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 4f574e53c39e770767e35c9a955695c017ddcbe4
https://github.com/phpmyadmin/phpmyadmin/commit/4f574e53c39e770767e35c9a955…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 71690531af0ce01256284301ab019b4f37c2be80
https://github.com/phpmyadmin/phpmyadmin/commit/71690531af0ce01256284301ab0…
Author: Maurício Meneghini Fauth <mauricio(a)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
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a1d1ab85cb705ddba5b0af0201d1943ee71b8415
https://github.com/phpmyadmin/phpmyadmin/commit/a1d1ab85cb705ddba5b0af0201d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-01-11 (Mon, 01 January 2021) -03:00
Changed paths:
A js/src/database/events.js
A js/src/database/routines.js
A js/src/database/triggers.js
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/TriggersController.php
M libraries/classes/Controllers/LintController.php
M libraries/classes/Controllers/Table/TriggersController.php
D js/src/rte.js
Log Message:
-----------
Split rte.js into routines.js, triggers.js and events.js
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>