Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 357680474eeda00850d2a8e397b40b7d6b55420c
https://github.com/phpmyadmin/phpmyadmin/commit/357680474eeda00850d2a8e397b…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-04-04 (Tue, 04 April 2023) +01:00
Changed paths:
M libraries/classes/ConfigStorage/Relation.php
M test/classes/AbstractTestCase.php
M test/classes/ConfigStorage/RelationTest.php
M test/classes/Controllers/Console/Bookmark/AddControllerTest.php
M test/classes/Controllers/Export/Template/CreateControllerTest.php
M test/classes/Controllers/Export/Template/LoadControllerTest.php
M test/classes/Controllers/Table/RecentFavoriteControllerTest.php
M test/classes/Controllers/Table/ReplaceControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/Database/CentralColumnsTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Display/ResultsTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportLatexTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportTexytextTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/SqlQueryFormTest.php
M test/classes/SystemDatabaseTest.php
M test/classes/Table/ColumnsDefinitionTest.php
M test/classes/Tracking/TrackerTest.php
M test/classes/Tracking/TrackingCheckerTest.php
M test/classes/Tracking/TrackingTest.php
M test/classes/TransformationsTest.php
M test/classes/UserPreferencesTest.php
Log Message:
-----------
Memoize Relation
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: 5837fb699f22b43ff14e2de6c6310c528dc40ee1
https://github.com/phpmyadmin/phpmyadmin/commit/5837fb699f22b43ff14e2de6c63…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-04 (Tue, 04 April 2023) -03:00
Changed paths:
M libraries/classes/ConfigStorage/Relation.php
M test/classes/AbstractTestCase.php
M test/classes/ConfigStorage/RelationTest.php
M test/classes/Controllers/Console/Bookmark/AddControllerTest.php
M test/classes/Controllers/Export/Template/CreateControllerTest.php
M test/classes/Controllers/Export/Template/LoadControllerTest.php
M test/classes/Controllers/Table/RecentFavoriteControllerTest.php
M test/classes/Controllers/Table/ReplaceControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/Database/CentralColumnsTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Display/ResultsTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportLatexTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportTexytextTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/SqlQueryFormTest.php
M test/classes/SystemDatabaseTest.php
M test/classes/Table/ColumnsDefinitionTest.php
M test/classes/Tracking/TrackerTest.php
M test/classes/Tracking/TrackingCheckerTest.php
M test/classes/Tracking/TrackingTest.php
M test/classes/TransformationsTest.php
M test/classes/UserPreferencesTest.php
Log Message:
-----------
Merge pull request #18322 from kamil-tekiela/Memoize-Relation
Memoize Relation
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3e9f32beada1c4767513c264c66b62e0bc170802
https://github.com/phpmyadmin/phpmyadmin/commit/3e9f32beada1c4767513c264c66…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-04 (Tue, 04 April 2023) -03:00
Changed paths:
M js/global.d.ts
M js/src/chart.ts
M js/src/error_report.ts
M js/src/makegrid.ts
M js/src/modules/ajax.ts
M js/src/modules/console.ts
M js/src/modules/functions.ts
M js/src/modules/functions/config.ts
M js/src/modules/functions/getImageTag.ts
M js/src/modules/functions/ignorePhpErrors.ts
M js/src/modules/functions/refreshMainContent.ts
M js/src/modules/indexes.ts
M js/src/normalization.ts
M js/src/server/status/monitor.ts
M js/src/sql.ts
M js/src/table/change.ts
M webpack.config.cjs
Log Message:
-----------
Add default value for optional arguments in JS functions
Fixes TS2554 and TS2555 TypeScript errors.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3f26fa5cd0a59f8eefe62d3089cd61635ec5e297
https://github.com/phpmyadmin/phpmyadmin/commit/3f26fa5cd0a59f8eefe62d3089c…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-04 (Tue, 04 April 2023) -03:00
Changed paths:
M .eslintrc.json
M js/src/chart.ts
M js/src/codemirror/addon/lint/sql-lint.ts
M js/src/database/central_columns.ts
M js/src/database/events.ts
M js/src/database/multi_table_query.ts
M js/src/database/operations.ts
M js/src/database/query_generator.ts
M js/src/database/routines.ts
M js/src/database/search.ts
M js/src/database/structure.ts
M js/src/database/triggers.ts
M js/src/datetimepicker.ts
M js/src/designer/database.ts
M js/src/designer/history.ts
M js/src/designer/init.ts
M js/src/designer/move.ts
M js/src/designer/page.ts
M js/src/drag_drop_import.ts
M js/src/error_report.ts
M js/src/export.ts
M js/src/gis_data_editor.ts
M js/src/import.ts
M js/src/jqplot/plugins/jqplot.byteFormatter.ts
M js/src/jquery.sortable-table.ts
M js/src/makegrid.ts
M js/src/menu_resizer.ts
M js/src/modules/ajax-message.ts
M js/src/modules/ajax.ts
M js/src/modules/common.ts
M js/src/modules/config.ts
M js/src/modules/console.ts
M js/src/modules/cross_framing_protection.ts
M js/src/modules/functions.ts
M js/src/modules/functions/checkNumberOfFields.ts
M js/src/modules/functions/createProfilingChart.ts
M js/src/modules/functions/escape.ts
M js/src/modules/functions/event-loader.ts
M js/src/modules/functions/formatDateTime.ts
M js/src/modules/functions/getImageTag.ts
M js/src/modules/functions/getJsConfirmCommonParam.ts
M js/src/modules/functions/handleCreateViewModal.ts
M js/src/modules/functions/handleRedirectAndReload.ts
M js/src/modules/functions/ignorePhpErrors.ts
M js/src/modules/functions/isStorageSupported.ts
M js/src/modules/functions/refreshMainContent.ts
M js/src/modules/git-info.ts
M js/src/modules/indexes.ts
M js/src/modules/indexes/checkIndexName.ts
M js/src/modules/keyhandler.ts
M js/src/modules/navigation.ts
M js/src/modules/navigation/event-loader.ts
M js/src/modules/page_settings.ts
M js/src/modules/sql-highlight.ts
M js/src/normalization.ts
M js/src/replication.ts
M js/src/server/databases.ts
M js/src/server/plugins.ts
M js/src/server/privileges.ts
M js/src/server/status/monitor.ts
M js/src/server/status/processes.ts
M js/src/server/status/queries.ts
M js/src/server/status/sorter.ts
M js/src/server/status/variables.ts
M js/src/server/user_groups.ts
M js/src/server/variables.ts
M js/src/setup/scripts.ts
M js/src/shortcuts_handler.ts
M js/src/sql.ts
M js/src/table/change.ts
M js/src/table/chart.ts
M js/src/table/find_replace.ts
M js/src/table/gis_visualization.ts
M js/src/table/operations.ts
M js/src/table/relation.ts
M js/src/table/select.ts
M js/src/table/structure.ts
M js/src/table/zoom_plot_jqplot.ts
M js/src/transformations/image_upload.ts
M js/src/u2f.ts
M js/src/webauthn.ts
M test/javascript/sql.test.ts
Log Message:
-----------
Add some new-line rules for TS files
Improves readability of the code.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8b841d22ca8bba4d0c132c959317cfb6eb3939f8
https://github.com/phpmyadmin/phpmyadmin/commit/8b841d22ca8bba4d0c132c95931…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-03 (Mon, 04 April 2023) -03:00
Changed paths:
M js/src/designer/history.ts
M js/src/designer/move.ts
M js/src/gis_data_editor.ts
M js/src/import.ts
M js/src/makegrid.ts
M js/src/modules/functions.ts
M js/src/modules/functions/checkNumberOfFields.ts
M js/src/modules/functions/createProfilingChart.ts
M js/src/modules/sql-highlight.ts
M js/src/server/status/monitor.ts
M js/src/server/status/queries.ts
M js/src/sql.ts
M js/src/table/change.ts
M js/src/table/chart.ts
M js/src/table/gis_visualization.ts
M js/src/table/select.ts
M js/src/table/zoom_plot_jqplot.ts
M test/javascript/sql.test.ts
M webpack.config.cjs
Log Message:
-----------
Access JS globals from window object
Fixes TS2304 errors.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>