Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 6909ef45b32cd847541621442e171b7db66ea689 https://github.com/phpmyadmin/phpmyadmin/commit/6909ef45b32cd847541621442e17... Author: Kamil Tekiela tekiela246@gmail.com Date: 2025-01-22 (Wed, 01 January 2025) +00:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Column.php M src/ConfigStorage/Relation.php M src/Controllers/Table/FindReplaceController.php M src/Controllers/Table/SearchController.php M src/Controllers/Table/Structure/ChangeController.php M src/Controllers/Table/StructureController.php M src/Controllers/Table/ZoomSearchController.php M src/Database/CentralColumns.php M src/Database/Designer/Common.php M src/Dbal/DatabaseInterface.php M src/InsertEdit.php M src/Normalization.php M src/Plugins/Export/ExportSql.php M src/Query/Generator.php M src/SqlQueryForm.php M src/Tracking/Tracker.php M tests/unit/ConfigStorage/RelationTest.php M tests/unit/Controllers/Table/SqlControllerTest.php M tests/unit/Controllers/Table/StructureControllerTest.php M tests/unit/Database/CentralColumnsTest.php M tests/unit/Database/SearchTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/InsertEditTest.php M tests/unit/NormalizationTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Query/GeneratorTest.php M tests/unit/Tracking/TrackerTest.php D src/ColumnFull.php
Log Message: ----------- Merge ColumnFull & Column
Signed-off-by: Kamil Tekiela tekiela246@gmail.com
Commit: c756e7e4247ca698d4628620d41f26e045cb4fc7 https://github.com/phpmyadmin/phpmyadmin/commit/c756e7e4247ca698d4628620d41f... Author: Kamil Tekiela tekiela246@gmail.com Date: 2025-01-22 (Wed, 01 January 2025) +00:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Table/Table.php
Log Message: ----------- Refactor Table::getColumns()
Signed-off-by: Kamil Tekiela tekiela246@gmail.com
Commit: 0ef93625967571680f6f00f16f87eb42ad00828a https://github.com/phpmyadmin/phpmyadmin/commit/0ef93625967571680f6f00f16f87... Author: Kamil Tekiela tekiela246@gmail.com Date: 2025-01-22 (Wed, 01 January 2025) +00:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M tests/unit/ConfigStorage/RelationTest.php M tests/unit/Controllers/BrowseForeignersControllerTest.php M tests/unit/Controllers/ColumnControllerTest.php M tests/unit/Controllers/Import/ImportControllerTest.php M tests/unit/Controllers/Sql/EnumValuesControllerTest.php M tests/unit/Controllers/Sql/SetValuesControllerTest.php M tests/unit/Controllers/Table/CreateControllerTest.php M tests/unit/Controllers/Table/FindReplaceControllerTest.php M tests/unit/Controllers/Table/GetFieldControllerTest.php M tests/unit/Controllers/Table/SearchControllerTest.php M tests/unit/Controllers/Table/ZoomSearchControllerTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/InsertEditTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Query/GeneratorTest.php M tests/unit/SqlTest.php M tests/unit/Stubs/DbiDummy.php M tests/unit/Table/ColumnsDefinitionTest.php M tests/unit/Table/TableTest.php
Log Message: ----------- Adjust tests
Signed-off-by: Kamil Tekiela tekiela246@gmail.com
Commit: 4858e7912d0017bda6ddf2501d783630fc8ffe51 https://github.com/phpmyadmin/phpmyadmin/commit/4858e7912d0017bda6ddf2501d78... Author: MaurĂcio Meneghini Fauth mauricio@mfauth.net Date: 2025-01-24 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Column.php M src/ConfigStorage/Relation.php M src/Controllers/Table/FindReplaceController.php M src/Controllers/Table/SearchController.php M src/Controllers/Table/Structure/ChangeController.php M src/Controllers/Table/StructureController.php M src/Controllers/Table/ZoomSearchController.php M src/Database/CentralColumns.php M src/Database/Designer/Common.php M src/Dbal/DatabaseInterface.php M src/InsertEdit.php M src/Normalization.php M src/Plugins/Export/ExportSql.php M src/Query/Generator.php M src/SqlQueryForm.php M src/Table/Table.php M src/Tracking/Tracker.php M tests/unit/ConfigStorage/RelationTest.php M tests/unit/Controllers/BrowseForeignersControllerTest.php M tests/unit/Controllers/ColumnControllerTest.php M tests/unit/Controllers/Import/ImportControllerTest.php M tests/unit/Controllers/Sql/EnumValuesControllerTest.php M tests/unit/Controllers/Sql/SetValuesControllerTest.php M tests/unit/Controllers/Table/CreateControllerTest.php M tests/unit/Controllers/Table/FindReplaceControllerTest.php M tests/unit/Controllers/Table/GetFieldControllerTest.php M tests/unit/Controllers/Table/SearchControllerTest.php M tests/unit/Controllers/Table/SqlControllerTest.php M tests/unit/Controllers/Table/StructureControllerTest.php M tests/unit/Controllers/Table/ZoomSearchControllerTest.php M tests/unit/Database/CentralColumnsTest.php M tests/unit/Database/SearchTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/InsertEditTest.php M tests/unit/NormalizationTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Query/GeneratorTest.php M tests/unit/SqlTest.php M tests/unit/Stubs/DbiDummy.php M tests/unit/Table/ColumnsDefinitionTest.php M tests/unit/Table/TableTest.php M tests/unit/Tracking/TrackerTest.php D src/ColumnFull.php
Log Message: ----------- Merge pull request #19532 from kamil-tekiela/Merge-ColumnFull-&-Column
Merge ColumnFull & Column