Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 524a39f63da58ca43aa17f70209aba3030bb03db https://github.com/phpmyadmin/phpmyadmin/commit/524a39f63da58ca43aa17f70209a... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-05-22 (Thu, 05 May 2025) -03:00
Changed paths: A public/js/.gitignore M .eslintignore M bin/internal/check-release-excludes.sh M docs/faq.rst M resources/js/src/gis_data_editor.ts M resources/js/src/modules/ajax.ts M resources/templates/scripts.twig M resources/templates/setup/base.twig M tests/unit/ScriptsTest.php M webpack.config.cjs D public/js/dist/.gitignore D public/js/vendor/.gitignore
Log Message: ----------- Build JS files into public/js instead of public/js/dist
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 01e4a87bbdb01634c19fdf8b3ac293632ac30580 https://github.com/phpmyadmin/phpmyadmin/commit/01e4a87bbdb01634c19fdf8b3ac2... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-05-22 (Thu, 05 May 2025) -03:00
Changed paths: A resources/js/codemirror/addon/lint/sql-lint.ts A resources/js/console.ts A resources/js/database/central_columns.ts A resources/js/database/events.ts A resources/js/database/multi_table_query.ts A resources/js/database/operations.ts A resources/js/database/query_generator.ts A resources/js/database/routines.ts A resources/js/database/search.ts A resources/js/database/structure.ts A resources/js/database/tracking.ts A resources/js/datetimepicker.ts A resources/js/designer/config.ts A resources/js/designer/database.ts A resources/js/designer/history.ts A resources/js/designer/init.ts A resources/js/designer/move.ts A resources/js/designer/objects.ts A resources/js/designer/page.ts A resources/js/drag_drop_import.ts A resources/js/error_report.ts A resources/js/export.ts A resources/js/export_output.ts A resources/js/gis_data_editor.ts A resources/js/home.ts A resources/js/import.ts A resources/js/jquery.sortable-table.ts A resources/js/main.ts A resources/js/makegrid.ts A resources/js/menu_resizer.ts A resources/js/modules/ajax-message.ts A resources/js/modules/ajax.ts A resources/js/modules/chart.ts A resources/js/modules/common.ts A resources/js/modules/config.ts A resources/js/modules/console.ts A resources/js/modules/console/config.ts A resources/js/modules/cross_framing_protection.ts A resources/js/modules/functions.ts A resources/js/modules/functions/adjustTotals.ts A resources/js/modules/functions/chartByteFormatter.ts A resources/js/modules/functions/checkNumberOfFields.ts A resources/js/modules/functions/createProfilingChart.ts A resources/js/modules/functions/escape.ts A resources/js/modules/functions/event-loader.ts A resources/js/modules/functions/formatDateTime.ts A resources/js/modules/functions/getImageTag.ts A resources/js/modules/functions/getJsConfirmCommonParam.ts A resources/js/modules/functions/handleCreateViewModal.ts A resources/js/modules/functions/handleRedirectAndReload.ts A resources/js/modules/functions/ignorePhpErrors.ts A resources/js/modules/functions/isStorageSupported.ts A resources/js/modules/functions/mainMenuResizerCallback.ts A resources/js/modules/functions/refreshMainContent.ts A resources/js/modules/git-info.ts A resources/js/modules/indexes.ts A resources/js/modules/indexes/checkIndexName.ts A resources/js/modules/indexes/checkIndexType.ts A resources/js/modules/keyhandler.ts A resources/js/modules/navigation.ts A resources/js/modules/navigation/event-loader.ts A resources/js/modules/navigation/updateNavigationWidthConfig.ts A resources/js/modules/page_settings.ts A resources/js/modules/sql-highlight.ts A resources/js/modules/themes-manager.ts A resources/js/multi_column_sort.ts A resources/js/normalization.ts A resources/js/ol.mjs A resources/js/replication.ts A resources/js/server/databases.ts A resources/js/server/plugins.ts A resources/js/server/privileges.ts A resources/js/server/status/monitor.ts A resources/js/server/status/processes.ts A resources/js/server/status/queries.ts A resources/js/server/status/variables.ts A resources/js/server/user_groups.ts A resources/js/server/variables.ts A resources/js/setup/scripts.ts A resources/js/shortcuts_handler.ts A resources/js/sql.ts A resources/js/table/change.ts A resources/js/table/chart.ts A resources/js/table/find_replace.ts A resources/js/table/gis_visualization.ts A resources/js/table/operations.ts A resources/js/table/relation.ts A resources/js/table/select.ts A resources/js/table/structure.ts A resources/js/table/tracking.ts A resources/js/table/zoom_search.ts A resources/js/transformations/image_upload.ts A resources/js/transformations/json.ts A resources/js/transformations/json_editor.ts A resources/js/transformations/sql_editor.ts A resources/js/transformations/xml.ts A resources/js/transformations/xml_editor.ts A resources/js/triggers.ts A resources/js/u2f.ts A resources/js/validator-messages.ts A resources/js/webauthn.ts M bin/internal/check-release-excludes.sh M docs/faq.rst M jest.config.cjs M package.json M resources/js/global.d.ts M tests/javascript/functions.test.ts M tsconfig.json M webpack.config.cjs D resources/js/src/codemirror/addon/lint/sql-lint.ts D resources/js/src/console.ts D resources/js/src/database/central_columns.ts D resources/js/src/database/events.ts D resources/js/src/database/multi_table_query.ts D resources/js/src/database/operations.ts D resources/js/src/database/query_generator.ts D resources/js/src/database/routines.ts D resources/js/src/database/search.ts D resources/js/src/database/structure.ts D resources/js/src/database/tracking.ts D resources/js/src/datetimepicker.ts D resources/js/src/designer/config.ts D resources/js/src/designer/database.ts D resources/js/src/designer/history.ts D resources/js/src/designer/init.ts D resources/js/src/designer/move.ts D resources/js/src/designer/objects.ts D resources/js/src/designer/page.ts D resources/js/src/drag_drop_import.ts D resources/js/src/error_report.ts D resources/js/src/export.ts D resources/js/src/export_output.ts D resources/js/src/gis_data_editor.ts D resources/js/src/home.ts D resources/js/src/import.ts D resources/js/src/jquery.sortable-table.ts D resources/js/src/main.ts D resources/js/src/makegrid.ts D resources/js/src/menu_resizer.ts D resources/js/src/modules/ajax-message.ts D resources/js/src/modules/ajax.ts D resources/js/src/modules/chart.ts D resources/js/src/modules/common.ts D resources/js/src/modules/config.ts D resources/js/src/modules/console.ts D resources/js/src/modules/console/config.ts D resources/js/src/modules/cross_framing_protection.ts D resources/js/src/modules/functions.ts D resources/js/src/modules/functions/adjustTotals.ts D resources/js/src/modules/functions/chartByteFormatter.ts D resources/js/src/modules/functions/checkNumberOfFields.ts D resources/js/src/modules/functions/createProfilingChart.ts D resources/js/src/modules/functions/escape.ts D resources/js/src/modules/functions/event-loader.ts D resources/js/src/modules/functions/formatDateTime.ts D resources/js/src/modules/functions/getImageTag.ts D resources/js/src/modules/functions/getJsConfirmCommonParam.ts D resources/js/src/modules/functions/handleCreateViewModal.ts D resources/js/src/modules/functions/handleRedirectAndReload.ts D resources/js/src/modules/functions/ignorePhpErrors.ts D resources/js/src/modules/functions/isStorageSupported.ts D resources/js/src/modules/functions/mainMenuResizerCallback.ts D resources/js/src/modules/functions/refreshMainContent.ts D resources/js/src/modules/git-info.ts D resources/js/src/modules/indexes.ts D resources/js/src/modules/indexes/checkIndexName.ts D resources/js/src/modules/indexes/checkIndexType.ts D resources/js/src/modules/keyhandler.ts D resources/js/src/modules/navigation.ts D resources/js/src/modules/navigation/event-loader.ts D resources/js/src/modules/navigation/updateNavigationWidthConfig.ts D resources/js/src/modules/page_settings.ts D resources/js/src/modules/sql-highlight.ts D resources/js/src/modules/themes-manager.ts D resources/js/src/multi_column_sort.ts D resources/js/src/normalization.ts D resources/js/src/ol.mjs D resources/js/src/replication.ts D resources/js/src/server/databases.ts D resources/js/src/server/plugins.ts D resources/js/src/server/privileges.ts D resources/js/src/server/status/monitor.ts D resources/js/src/server/status/processes.ts D resources/js/src/server/status/queries.ts D resources/js/src/server/status/variables.ts D resources/js/src/server/user_groups.ts D resources/js/src/server/variables.ts D resources/js/src/setup/scripts.ts D resources/js/src/shortcuts_handler.ts D resources/js/src/sql.ts D resources/js/src/table/change.ts D resources/js/src/table/chart.ts D resources/js/src/table/find_replace.ts D resources/js/src/table/gis_visualization.ts D resources/js/src/table/operations.ts D resources/js/src/table/relation.ts D resources/js/src/table/select.ts D resources/js/src/table/structure.ts D resources/js/src/table/tracking.ts D resources/js/src/table/zoom_search.ts D resources/js/src/transformations/image_upload.ts D resources/js/src/transformations/json.ts D resources/js/src/transformations/json_editor.ts D resources/js/src/transformations/sql_editor.ts D resources/js/src/transformations/xml.ts D resources/js/src/transformations/xml_editor.ts D resources/js/src/triggers.ts D resources/js/src/u2f.ts D resources/js/src/validator-messages.ts D resources/js/src/webauthn.ts
Log Message: ----------- Move resources/js/src to resources/js
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: a39a8d29ea951951fe17032ddc7725fafd28ea12 https://github.com/phpmyadmin/phpmyadmin/commit/a39a8d29ea951951fe17032ddc77... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-05-22 (Thu, 05 May 2025) -03:00
Changed paths: M bin/internal/check-release-excludes.sh M resources/js/gis_data_editor.ts M resources/js/global.d.ts M resources/js/table/gis_visualization.ts M src/Controllers/Table/GisVisualizationController.php M webpack.config.cjs D resources/js/ol.mjs
Log Message: ----------- Import OpenLayers directly and remove resources/js/ol.mjs
The OpenLayers code is extracted into the public/js/vendor/openlayers/openlayers.js file.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 3eb9ac92a34f37ec377a493bce5a6dd5a12f750d https://github.com/phpmyadmin/phpmyadmin/commit/3eb9ac92a34f37ec377a493bce5a... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-05-22 (Thu, 05 May 2025) -03:00
Changed paths: M package.json M resources/js/database/events.ts M resources/js/database/routines.ts M resources/js/database/structure.ts M resources/js/global.d.ts M resources/js/makegrid.ts M resources/js/modules/ajax-message.ts M resources/js/modules/functions.ts M resources/js/modules/navigation/event-loader.ts M resources/js/server/privileges.ts M resources/js/server/status/monitor.ts M resources/js/sql.ts M resources/js/triggers.ts M resources/templates/setup/base.twig M src/Header.php M tests/unit/HeaderTest.php M webpack.config.cjs M yarn.lock
Log Message: ----------- Import Bootstrap directly using Webpack
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 166b7a18ea5ecf467a1d5aaae99e6a480d9652bc https://github.com/phpmyadmin/phpmyadmin/commit/166b7a18ea5ecf467a1d5aaae99e... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-05-24 (Sat, 05 May 2025) -03:00
Changed paths: A public/js/.gitignore A resources/js/codemirror/addon/lint/sql-lint.ts A resources/js/console.ts A resources/js/database/central_columns.ts A resources/js/database/events.ts A resources/js/database/multi_table_query.ts A resources/js/database/operations.ts A resources/js/database/query_generator.ts A resources/js/database/routines.ts A resources/js/database/search.ts A resources/js/database/structure.ts A resources/js/database/tracking.ts A resources/js/datetimepicker.ts A resources/js/designer/config.ts A resources/js/designer/database.ts A resources/js/designer/history.ts A resources/js/designer/init.ts A resources/js/designer/move.ts A resources/js/designer/objects.ts A resources/js/designer/page.ts A resources/js/drag_drop_import.ts A resources/js/error_report.ts A resources/js/export.ts A resources/js/export_output.ts A resources/js/gis_data_editor.ts A resources/js/home.ts A resources/js/import.ts A resources/js/jquery.sortable-table.ts A resources/js/main.ts A resources/js/makegrid.ts A resources/js/menu_resizer.ts A resources/js/modules/ajax-message.ts A resources/js/modules/ajax.ts A resources/js/modules/chart.ts A resources/js/modules/common.ts A resources/js/modules/config.ts A resources/js/modules/console.ts A resources/js/modules/console/config.ts A resources/js/modules/cross_framing_protection.ts A resources/js/modules/functions.ts A resources/js/modules/functions/adjustTotals.ts A resources/js/modules/functions/chartByteFormatter.ts A resources/js/modules/functions/checkNumberOfFields.ts A resources/js/modules/functions/createProfilingChart.ts A resources/js/modules/functions/escape.ts A resources/js/modules/functions/event-loader.ts A resources/js/modules/functions/formatDateTime.ts A resources/js/modules/functions/getImageTag.ts A resources/js/modules/functions/getJsConfirmCommonParam.ts A resources/js/modules/functions/handleCreateViewModal.ts A resources/js/modules/functions/handleRedirectAndReload.ts A resources/js/modules/functions/ignorePhpErrors.ts A resources/js/modules/functions/isStorageSupported.ts A resources/js/modules/functions/mainMenuResizerCallback.ts A resources/js/modules/functions/refreshMainContent.ts A resources/js/modules/git-info.ts A resources/js/modules/indexes.ts A resources/js/modules/indexes/checkIndexName.ts A resources/js/modules/indexes/checkIndexType.ts A resources/js/modules/keyhandler.ts A resources/js/modules/navigation.ts A resources/js/modules/navigation/event-loader.ts A resources/js/modules/navigation/updateNavigationWidthConfig.ts A resources/js/modules/page_settings.ts A resources/js/modules/sql-highlight.ts A resources/js/modules/themes-manager.ts A resources/js/multi_column_sort.ts A resources/js/normalization.ts A resources/js/replication.ts A resources/js/server/databases.ts A resources/js/server/plugins.ts A resources/js/server/privileges.ts A resources/js/server/status/monitor.ts A resources/js/server/status/processes.ts A resources/js/server/status/queries.ts A resources/js/server/status/variables.ts A resources/js/server/user_groups.ts A resources/js/server/variables.ts A resources/js/setup/scripts.ts A resources/js/shortcuts_handler.ts A resources/js/sql.ts A resources/js/table/change.ts A resources/js/table/chart.ts A resources/js/table/find_replace.ts A resources/js/table/gis_visualization.ts A resources/js/table/operations.ts A resources/js/table/relation.ts A resources/js/table/select.ts A resources/js/table/structure.ts A resources/js/table/tracking.ts A resources/js/table/zoom_search.ts A resources/js/transformations/image_upload.ts A resources/js/transformations/json.ts A resources/js/transformations/json_editor.ts A resources/js/transformations/sql_editor.ts A resources/js/transformations/xml.ts A resources/js/transformations/xml_editor.ts A resources/js/triggers.ts A resources/js/u2f.ts A resources/js/validator-messages.ts A resources/js/webauthn.ts M .eslintignore M bin/internal/check-release-excludes.sh M docs/faq.rst M jest.config.cjs M package.json M resources/js/global.d.ts M resources/templates/scripts.twig M resources/templates/setup/base.twig M src/Controllers/Table/GisVisualizationController.php M src/Header.php M tests/javascript/functions.test.ts M tests/unit/HeaderTest.php M tests/unit/ScriptsTest.php M tsconfig.json M webpack.config.cjs M yarn.lock D public/js/dist/.gitignore D public/js/vendor/.gitignore D resources/js/src/codemirror/addon/lint/sql-lint.ts D resources/js/src/console.ts D resources/js/src/database/central_columns.ts D resources/js/src/database/events.ts D resources/js/src/database/multi_table_query.ts D resources/js/src/database/operations.ts D resources/js/src/database/query_generator.ts D resources/js/src/database/routines.ts D resources/js/src/database/search.ts D resources/js/src/database/structure.ts D resources/js/src/database/tracking.ts D resources/js/src/datetimepicker.ts D resources/js/src/designer/config.ts D resources/js/src/designer/database.ts D resources/js/src/designer/history.ts D resources/js/src/designer/init.ts D resources/js/src/designer/move.ts D resources/js/src/designer/objects.ts D resources/js/src/designer/page.ts D resources/js/src/drag_drop_import.ts D resources/js/src/error_report.ts D resources/js/src/export.ts D resources/js/src/export_output.ts D resources/js/src/gis_data_editor.ts D resources/js/src/home.ts D resources/js/src/import.ts D resources/js/src/jquery.sortable-table.ts D resources/js/src/main.ts D resources/js/src/makegrid.ts D resources/js/src/menu_resizer.ts D resources/js/src/modules/ajax-message.ts D resources/js/src/modules/ajax.ts D resources/js/src/modules/chart.ts D resources/js/src/modules/common.ts D resources/js/src/modules/config.ts D resources/js/src/modules/console.ts D resources/js/src/modules/console/config.ts D resources/js/src/modules/cross_framing_protection.ts D resources/js/src/modules/functions.ts D resources/js/src/modules/functions/adjustTotals.ts D resources/js/src/modules/functions/chartByteFormatter.ts D resources/js/src/modules/functions/checkNumberOfFields.ts D resources/js/src/modules/functions/createProfilingChart.ts D resources/js/src/modules/functions/escape.ts D resources/js/src/modules/functions/event-loader.ts D resources/js/src/modules/functions/formatDateTime.ts D resources/js/src/modules/functions/getImageTag.ts D resources/js/src/modules/functions/getJsConfirmCommonParam.ts D resources/js/src/modules/functions/handleCreateViewModal.ts D resources/js/src/modules/functions/handleRedirectAndReload.ts D resources/js/src/modules/functions/ignorePhpErrors.ts D resources/js/src/modules/functions/isStorageSupported.ts D resources/js/src/modules/functions/mainMenuResizerCallback.ts D resources/js/src/modules/functions/refreshMainContent.ts D resources/js/src/modules/git-info.ts D resources/js/src/modules/indexes.ts D resources/js/src/modules/indexes/checkIndexName.ts D resources/js/src/modules/indexes/checkIndexType.ts D resources/js/src/modules/keyhandler.ts D resources/js/src/modules/navigation.ts D resources/js/src/modules/navigation/event-loader.ts D resources/js/src/modules/navigation/updateNavigationWidthConfig.ts D resources/js/src/modules/page_settings.ts D resources/js/src/modules/sql-highlight.ts D resources/js/src/modules/themes-manager.ts D resources/js/src/multi_column_sort.ts D resources/js/src/normalization.ts D resources/js/src/ol.mjs D resources/js/src/replication.ts D resources/js/src/server/databases.ts D resources/js/src/server/plugins.ts D resources/js/src/server/privileges.ts D resources/js/src/server/status/monitor.ts D resources/js/src/server/status/processes.ts D resources/js/src/server/status/queries.ts D resources/js/src/server/status/variables.ts D resources/js/src/server/user_groups.ts D resources/js/src/server/variables.ts D resources/js/src/setup/scripts.ts D resources/js/src/shortcuts_handler.ts D resources/js/src/sql.ts D resources/js/src/table/change.ts D resources/js/src/table/chart.ts D resources/js/src/table/find_replace.ts D resources/js/src/table/gis_visualization.ts D resources/js/src/table/operations.ts D resources/js/src/table/relation.ts D resources/js/src/table/select.ts D resources/js/src/table/structure.ts D resources/js/src/table/tracking.ts D resources/js/src/table/zoom_search.ts D resources/js/src/transformations/image_upload.ts D resources/js/src/transformations/json.ts D resources/js/src/transformations/json_editor.ts D resources/js/src/transformations/sql_editor.ts D resources/js/src/transformations/xml.ts D resources/js/src/transformations/xml_editor.ts D resources/js/src/triggers.ts D resources/js/src/u2f.ts D resources/js/src/validator-messages.ts D resources/js/src/webauthn.ts
Log Message: ----------- Merge pull request #19712 from MauricioFauth/js-vendor-bundle
Import OpenLayers and Bootstrap directly using Webpack