Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: edc4a0d41f34053244ea1cd8c67774b6b653c3f6
https://github.com/phpmyadmin/phpmyadmin/commit/edc4a0d41f34053244ea1cd8c67…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-05 (Wed, 04 April 2023) -03:00
Changed paths:
M js/src/modules/git-info.ts
M webpack.config.cjs
Log Message:
-----------
Add new variable for version up to date message
Fixes error TS2740 reported by TypeScript.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: f5a5983bc1a9752834dd8ad58ea1b52575c86196
https://github.com/phpmyadmin/phpmyadmin/commit/f5a5983bc1a9752834dd8ad58ea…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-05 (Wed, 04 April 2023) -03:00
Changed paths:
M .eslintrc.json
M js/global.d.ts
M js/src/chart.ts
M js/src/designer/history.ts
M js/src/designer/init.ts
M js/src/error_report.ts
M js/src/gis_data_editor.ts
M js/src/modules/config.ts
M js/src/modules/console.ts
M js/src/modules/functions.ts
M js/src/modules/navigation.ts
M js/src/sql.ts
M js/src/table/change.ts
M js/src/table/gis_visualization.ts
M js/src/validator-messages.ts
Log Message:
-----------
Declare some js globals as Window properties
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
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