[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 36a77f: Force a full page reload for top menu links

Maurício Meneghini Fauth mauricio at fauth.dev
Sun Feb 26 19:58:10 CET 2023


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 36a77f7476f6364a5e2dc60af766f799d6bc0c6e
https://github.com/phpmyadmin/phpmyadmin/commit/36a77f7476f6364a5e2dc60af766f799d6bc0c6e
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-02-26 (Sun, 02 February 2023) -03:00

Changed paths: 
M templates/database/multi_table_query/form.twig
M templates/database/qbe/index.twig
M templates/preferences/header.twig
M templates/server/privileges/subnav.twig
M templates/server/status/base.twig
M templates/table/find_replace/index.twig
M templates/table/page_with_secondary_tabs.twig
M templates/table/search/index.twig
M templates/table/zoom_search/index.twig
M templates/top_menu.twig
M test/selenium/ServerSettingsTest.php
M test/selenium/Table/CreateTest.php
M test/selenium/Table/OperationsTest.php
M test/selenium/TestBase.php

Log Message:
-----------
Force a full page reload for top menu links

Each page is a different page, so it makes more sense to do a full page
reload instead of using AJAX to load the main content.

This also avoid some possible issues with broken event handlers and
not properly loaded pages.

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: 54941a2e1b2938920dd1d3663126eed885388cd7
https://github.com/phpmyadmin/phpmyadmin/commit/54941a2e1b2938920dd1d3663126eed885388cd7
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-02-26 (Sun, 02 February 2023) -03:00

Changed paths: 
M templates/database/multi_table_query/form.twig
M templates/database/qbe/index.twig
M templates/preferences/header.twig
M templates/server/privileges/subnav.twig
M templates/server/status/base.twig
M templates/table/find_replace/index.twig
M templates/table/page_with_secondary_tabs.twig
M templates/table/search/index.twig
M templates/table/zoom_search/index.twig
M templates/top_menu.twig
M test/selenium/ServerSettingsTest.php
M test/selenium/Table/CreateTest.php
M test/selenium/Table/OperationsTest.php
M test/selenium/TestBase.php

Log Message:
-----------
Merge pull request #18136 from MauricioFauth/top-menu-full-reload

Force a full page reload for top menu links



More information about the Git mailing list