Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 12c79d6a602aaaa983f98b579dfbeda5da1a9970
https://github.com/phpmyadmin/phpmyadmin/commit/12c79d6a602aaaa983f98b579df…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-14 (Fri, 07 July 2023) -03:00
Changed paths:
M ChangeLog
M doc/setup.rst
M package.json
M yarn.lock
Log Message:
-----------
Bump Node.js minimum version to 12
This version was already required by dependencies since 5.2.0.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 96ec170157fda0c8e0cc44950ea91a1b49f85682
https://github.com/phpmyadmin/phpmyadmin/commit/96ec170157fda0c8e0cc44950ea…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-07 (Fri, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Navigation/Navigation.php
M libraries/classes/Navigation/NavigationTree.php
M libraries/classes/Navigation/Nodes/Node.php
M libraries/classes/Navigation/Nodes/NodeDatabase.php
M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M test/classes/Navigation/NavigationTreeTest.php
M test/classes/Navigation/NodeFactoryTest.php
M test/classes/Navigation/Nodes/NodeColumnContainerTest.php
M test/classes/Navigation/Nodes/NodeColumnTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Navigation/Nodes/NodeDatabaseTest.php
M test/classes/Navigation/Nodes/NodeEventContainerTest.php
M test/classes/Navigation/Nodes/NodeEventTest.php
M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
M test/classes/Navigation/Nodes/NodeFunctionTest.php
M test/classes/Navigation/Nodes/NodeIndexContainerTest.php
M test/classes/Navigation/Nodes/NodeIndexTest.php
M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
M test/classes/Navigation/Nodes/NodeProcedureTest.php
M test/classes/Navigation/Nodes/NodeTableContainerTest.php
M test/classes/Navigation/Nodes/NodeTableTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
M test/classes/Navigation/Nodes/NodeTriggerTest.php
M test/classes/Navigation/Nodes/NodeViewContainerTest.php
M test/classes/Navigation/Nodes/NodeViewTest.php
Log Message:
-----------
Extract dependency on Relation from the Node classes
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1608885a0e38d39342858c06fd436adcb3e0866f
https://github.com/phpmyadmin/phpmyadmin/commit/1608885a0e38d39342858c06fd4…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-07 (Fri, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Navigation/Navigation.php
M libraries/classes/Navigation/NavigationTree.php
M libraries/classes/Navigation/Nodes/Node.php
M libraries/classes/Navigation/Nodes/NodeDatabase.php
M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M test/classes/Navigation/NavigationTreeTest.php
M test/classes/Navigation/NodeFactoryTest.php
M test/classes/Navigation/Nodes/NodeColumnContainerTest.php
M test/classes/Navigation/Nodes/NodeColumnTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Navigation/Nodes/NodeDatabaseTest.php
M test/classes/Navigation/Nodes/NodeEventContainerTest.php
M test/classes/Navigation/Nodes/NodeEventTest.php
M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
M test/classes/Navigation/Nodes/NodeFunctionTest.php
M test/classes/Navigation/Nodes/NodeIndexContainerTest.php
M test/classes/Navigation/Nodes/NodeIndexTest.php
M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
M test/classes/Navigation/Nodes/NodeProcedureTest.php
M test/classes/Navigation/Nodes/NodeTableContainerTest.php
M test/classes/Navigation/Nodes/NodeTableTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
M test/classes/Navigation/Nodes/NodeTriggerTest.php
M test/classes/Navigation/Nodes/NodeViewContainerTest.php
M test/classes/Navigation/Nodes/NodeViewTest.php
Log Message:
-----------
Merge pull request #18524 from MauricioFauth/node-relation-dep-removal
Extract dependency on Relation from the Node classes
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b0604623d85ad48941de783d26d5bfc1c87a4286
https://github.com/phpmyadmin/phpmyadmin/commit/b0604623d85ad48941de783d26d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-06 (Thu, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Config/PageSettings.php
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Database/SqlController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/NavigationController.php
M libraries/classes/Controllers/Server/ExportController.php
M libraries/classes/Controllers/Server/ImportController.php
M libraries/classes/Controllers/Server/SqlController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/ChangeController.php
M libraries/classes/Controllers/Table/ExportController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/Controllers/Table/SqlController.php
M libraries/classes/Controllers/Table/Structure/PartitioningController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Navigation/Navigation.php
M libraries/services.php
M libraries/services_controllers.php
M test/classes/Config/PageSettingsTest.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Table/ChangeControllerTest.php
M test/classes/Controllers/Table/ExportControllerTest.php
M test/classes/Controllers/Table/ImportControllerTest.php
M test/classes/Controllers/Table/ReplaceControllerTest.php
M test/classes/Controllers/Table/SqlControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
Log Message:
-----------
Extract PageSettings dependency from controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 71493cb88966870b57bcdbe68890e52210712fb8
https://github.com/phpmyadmin/phpmyadmin/commit/71493cb88966870b57bcdbe6889…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-05 (Wed, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Template.php
M templates/columns_definitions/column_attributes.twig
M templates/database/routines/execute_form.twig
M templates/display/results/table.twig
M templates/indexes.twig
M templates/login/footer.twig
M templates/menu/breadcrumbs.twig
M templates/navigation/item_unhide_dialog.twig
M templates/server/privileges/privileges_table.twig
M templates/server/select/index.twig
M templates/server/status/advisor/index.twig
M templates/sql/bookmark.twig
M templates/table/chart/tbl_chart.twig
M templates/table/gis_visualization/gis_visualization.twig
M templates/table/structure/display_partitions.twig
M test/classes/Display/ResultsTest.php
Log Message:
-----------
Enable Twig's `strict_variables` option in dev env
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 0b305847878a667c458448d6339c77d5f632ba1d
https://github.com/phpmyadmin/phpmyadmin/commit/0b305847878a667c458448d6339…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-06 (Thu, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Template.php
M templates/columns_definitions/column_attributes.twig
M templates/database/routines/execute_form.twig
M templates/display/results/table.twig
M templates/indexes.twig
M templates/login/footer.twig
M templates/menu/breadcrumbs.twig
M templates/navigation/item_unhide_dialog.twig
M templates/server/privileges/privileges_table.twig
M templates/server/select/index.twig
M templates/server/status/advisor/index.twig
M templates/sql/bookmark.twig
M templates/table/chart/tbl_chart.twig
M templates/table/gis_visualization/gis_visualization.twig
M templates/table/structure/display_partitions.twig
M test/classes/Display/ResultsTest.php
Log Message:
-----------
Merge pull request #17029 from MauricioFauth/twig-strict-variables
Enable Twig's `strict_variables` option in dev env