Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1cbfdbb795a4a46ff029e30774c58b674247c4b0 https://github.com/phpmyadmin/phpmyadmin/commit/1cbfdbb795a4a46ff029e30774c5... Author: Maximilian Krög <maxi_kroeg@web.de> Date: 2026-08-09 (Sun, 08 August 2026) +02:00 Changed paths: M resources/js/table/change.ts M resources/js/table/select.ts M resources/templates/modals/gis_editor.twig M resources/templates/table/search/index.twig M resources/templates/table/zoom_search/index.twig M src/Controllers/Table/ChangeController.php Log Message: ----------- Fix opening gis editor from search view There is one event listener added in change.ts and one in select.ts, but there should only be one active at a time. Signed-off-by: Maximilian Krög <maxi_kroeg@web.de> Commit: 96d5c685ea27752ef138b635c1f5e8e19df0979c https://github.com/phpmyadmin/phpmyadmin/commit/96d5c685ea27752ef138b635c1f5... Author: Maximilian Krög <maxi_kroeg@web.de> Date: 2026-08-09 (Sun, 08 August 2026) +02:00 Changed paths: M resources/templates/table/search/index.twig M resources/templates/table/zoom_search/index.twig Log Message: ----------- Fix copying of final editor data when opened from search view HTML form elements cannot be nested, the inner form element was silently stripped out of the dom which mean it could not be found when searching for its id. Signed-off-by: Maximilian Krög <maxi_kroeg@web.de> Commit: 9e4dc5b5f41f198d674ab554b7e8892256cb1953 https://github.com/phpmyadmin/phpmyadmin/commit/9e4dc5b5f41f198d674ab554b7e8... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-09-14 (Mon, 09 September 2026) -03:00 Changed paths: M resources/js/table/change.ts M resources/js/table/select.ts M resources/templates/modals/gis_editor.twig M resources/templates/table/search/index.twig M resources/templates/table/zoom_search/index.twig M src/Controllers/Table/ChangeController.php Log Message: ----------- Merge pull request #20413 from MoonE/gis-editor-form Fix Gis editor form in search view