Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1be9bfef3f132dec34d5db4b94c199ca5fcf0241 https://github.com/phpmyadmin/phpmyadmin/commit/1be9bfef3f132dec34d5db4b94c1... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-22 (Wed, 05 May 2024) -03:00
Changed paths: M resources/js/src/modules/functions.ts M resources/templates/footer.twig M src/Controllers/JavaScriptMessagesController.php M tests/unit/FooterTest.php D resources/templates/modals/function_confirm.twig
Log Message: ----------- Remove div#functionConfirmModal from footer.twig
Creates div#functionConfirmModal when needed instead of including the template for every request.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: a163d7585613c07fe7648cec8a54240a7d8477a6 https://github.com/phpmyadmin/phpmyadmin/commit/a163d7585613c07fe7648cec8a54... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-22 (Wed, 05 May 2024) -03:00
Changed paths: M resources/js/src/modules/indexes.ts M resources/templates/footer.twig M tests/unit/FooterTest.php D resources/templates/modals/add_index.twig
Log Message: ----------- Remove div#addIndexModal from footer.twig
Creates div#addIndexModal when needed instead of including the template for every request.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 50e5350f621359580e185df86cce85f4584ffc94 https://github.com/phpmyadmin/phpmyadmin/commit/50e5350f621359580e185df86cce... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-22 (Wed, 05 May 2024) -03:00
Changed paths: M resources/js/src/modules/page_settings.ts M resources/templates/footer.twig M tests/unit/FooterTest.php D resources/templates/modals/page_settings.twig
Log Message: ----------- Remove div#pageSettingsModal from footer.twig
Creates div#pageSettingsModal when needed instead of including the template for every request.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 4adf5a4cadee3ee7a65fe00901bac0b466b94b24 https://github.com/phpmyadmin/phpmyadmin/commit/4adf5a4cadee3ee7a65fe00901ba... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-22 (Wed, 05 May 2024) -03:00
Changed paths: M psalm-baseline.xml M resources/templates/footer.twig M src/Console.php M src/Footer.php M src/Header.php M src/ResponseRenderer.php M tests/unit/ConsoleTest.php M tests/unit/FooterTest.php M tests/unit/HeaderTest.php M tests/unit/ResponseRendererTest.php
Log Message: ----------- Remove isAjax from Header and Footer classes
The header and footer will always be empty when the request is ajax, so only the content part is necessary.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: e4375c250d3477f4dc530ac0547a3f26ae8afb97 https://github.com/phpmyadmin/phpmyadmin/commit/e4375c250d3477f4dc530ac0547a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-23 (Thu, 05 May 2024) -03:00
Changed paths: M psalm-baseline.xml M resources/templates/base.twig M src/Footer.php M src/Header.php M tests/unit/FooterTest.php M tests/unit/HeaderTest.php D resources/templates/footer.twig D resources/templates/header.twig
Log Message: ----------- Merge header.twig and footer.twig into base.twig
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 61e5dfa19f4185d5958004aaad345ff3ccdeaccb https://github.com/phpmyadmin/phpmyadmin/commit/61e5dfa19f4185d5958004aaad34... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-24 (Fri, 05 May 2024) -03:00
Changed paths: M psalm-baseline.xml M resources/js/src/modules/functions.ts M resources/js/src/modules/indexes.ts M resources/js/src/modules/page_settings.ts M resources/templates/base.twig M src/Console.php M src/Controllers/JavaScriptMessagesController.php M src/Footer.php M src/Header.php M src/ResponseRenderer.php M tests/unit/ConsoleTest.php M tests/unit/FooterTest.php M tests/unit/HeaderTest.php M tests/unit/ResponseRendererTest.php D resources/templates/footer.twig D resources/templates/header.twig D resources/templates/modals/add_index.twig D resources/templates/modals/function_confirm.twig D resources/templates/modals/page_settings.twig
Log Message: ----------- Merge pull request #19176 from MauricioFauth/footer-modals
Merge header.twig and footer.twig into base.twig