Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: d65d0b220c5ea605670d3f005c08d1013633ca6b https://github.com/phpmyadmin/phpmyadmin/commit/d65d0b220c5ea605670d3f005c08... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-07-27 (Sat, 07 July 2024) -03:00
Changed paths: M resources/js/global.d.ts M resources/js/src/database/events.ts M resources/js/src/database/multi_table_query.ts M resources/js/src/database/operations.ts M resources/js/src/database/routines.ts M resources/js/src/database/search.ts M resources/js/src/database/structure.ts M resources/js/src/designer/history.ts M resources/js/src/designer/move.ts M resources/js/src/export.ts M resources/js/src/export_output.ts M resources/js/src/import.ts M resources/js/src/main.ts M resources/js/src/makegrid.ts M resources/js/src/modules/console.ts M resources/js/src/modules/functions.ts M resources/js/src/modules/functions/event-loader.ts M resources/js/src/modules/functions/handleCreateViewModal.ts M resources/js/src/modules/indexes.ts M resources/js/src/normalization.ts M resources/js/src/replication.ts M resources/js/src/server/databases.ts M resources/js/src/server/privileges.ts M resources/js/src/server/status/monitor.ts M resources/js/src/sql.ts M resources/js/src/table/change.ts M resources/js/src/table/chart.ts M resources/js/src/table/find_replace.ts M resources/js/src/table/operations.ts M resources/js/src/table/select.ts M resources/js/src/table/structure.ts M resources/js/src/table/zoom_search.ts M resources/js/src/transformations/sql_editor.ts M resources/js/src/triggers.ts M resources/templates/database/events/index.twig M resources/templates/sql/bookmark.twig M resources/templates/table/operations/index.twig M src/Html/Generator.php M tests/javascript/functions.test.ts M tests/unit/Controllers/Database/EventsControllerTest.php
Log Message: ----------- Remove the Functions JS global object
Exports each function individually and removes the Functions global object.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 7039a1f7658fa13ed2f37cf36b57ebe796262857 https://github.com/phpmyadmin/phpmyadmin/commit/7039a1f7658fa13ed2f37cf36b57... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-07-31 (Wed, 07 July 2024) -03:00
Changed paths: M resources/js/global.d.ts M resources/js/src/database/events.ts M resources/js/src/database/multi_table_query.ts M resources/js/src/database/operations.ts M resources/js/src/database/routines.ts M resources/js/src/database/search.ts M resources/js/src/database/structure.ts M resources/js/src/designer/history.ts M resources/js/src/designer/move.ts M resources/js/src/export.ts M resources/js/src/export_output.ts M resources/js/src/import.ts M resources/js/src/main.ts M resources/js/src/makegrid.ts M resources/js/src/modules/console.ts M resources/js/src/modules/functions.ts M resources/js/src/modules/functions/event-loader.ts M resources/js/src/modules/functions/handleCreateViewModal.ts M resources/js/src/modules/indexes.ts M resources/js/src/normalization.ts M resources/js/src/replication.ts M resources/js/src/server/databases.ts M resources/js/src/server/privileges.ts M resources/js/src/server/status/monitor.ts M resources/js/src/sql.ts M resources/js/src/table/change.ts M resources/js/src/table/chart.ts M resources/js/src/table/find_replace.ts M resources/js/src/table/operations.ts M resources/js/src/table/select.ts M resources/js/src/table/structure.ts M resources/js/src/table/zoom_search.ts M resources/js/src/transformations/sql_editor.ts M resources/js/src/triggers.ts M resources/templates/database/events/index.twig M resources/templates/sql/bookmark.twig M resources/templates/table/operations/index.twig M src/Html/Generator.php M tests/javascript/functions.test.ts M tests/unit/Controllers/Database/EventsControllerTest.php
Log Message: ----------- Merge pull request #19241 from MauricioFauth/function-global-removal
Remove the Functions JS global object