Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 69efbbc82a0110a02c10bb0c4076976eec15b62f
https://github.com/phpmyadmin/phpmyadmin/commit/69efbbc82a0110a02c10bb0c407…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-04-03 (Thu, 04 April 2025) -03:00
Changed paths:
M resources/js/global.d.ts
M resources/js/src/makegrid.ts
Log Message:
-----------
Remove .noSelect() jQuery plugin
It works as a polyfil for the user-select CSS property. Can be safely
replaced by the user-select-none class from Bootstrap.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 7c28e8e5ba16670d9b2a60547e7334c7466da706
https://github.com/phpmyadmin/phpmyadmin/commit/7c28e8e5ba16670d9b2a60547e7…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-04-03 (Thu, 04 April 2025) -03:00
Changed paths:
M resources/js/global.d.ts
M resources/js/src/makegrid.ts
Log Message:
-----------
Merge pull request #19660 from MauricioFauth/noSelect-jquery-plugin-removal
Remove .noSelect() jQuery plugin
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c52edb3e073741bae12d3f4fc731edb672a9111a
https://github.com/phpmyadmin/phpmyadmin/commit/c52edb3e073741bae12d3f4fc73…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-03-30 (Sun, 03 March 2025) -03:00
Changed paths:
A src/Indexes/Index.php
A src/Indexes/IndexColumn.php
A tests/unit/Indexes/IndexColumnTest.php
A tests/unit/Indexes/IndexTest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Database/DataDictionaryController.php
M src/Controllers/Operations/TableController.php
M src/Controllers/Table/IndexRenameController.php
M src/Controllers/Table/IndexesController.php
M src/Controllers/Table/RelationController.php
M src/Controllers/Table/Structure/SaveController.php
M src/Controllers/Table/StructureController.php
M src/CreateAddField.php
M src/Database/Designer/Common.php
M src/Dbal/DatabaseInterface.php
M src/Display/Results.php
M src/Normalization.php
M src/Plugins/Schema/TableStats.php
M src/Sql.php
M src/Table/Indexes.php
M src/Table/Maintenance.php
M src/Table/Table.php
M tests/unit/Controllers/Table/IndexRenameControllerTest.php
M tests/unit/Controllers/Table/IndexesControllerTest.php
M tests/unit/Controllers/Table/StructureControllerTest.php
M tests/unit/DatabaseInterfaceTest.php
M tests/unit/Table/IndexesTest.php
D src/Index.php
D src/IndexColumn.php
D tests/unit/IndexColumnTest.php
D tests/unit/IndexTest.php
Log Message:
-----------
Move indexes classes to the Indexes namespace
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 8dce3ac0c6f641224d52016c5b87c21c7f895e6f
https://github.com/phpmyadmin/phpmyadmin/commit/8dce3ac0c6f641224d52016c5b8…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-03-31 (Mon, 03 March 2025) -03:00
Changed paths:
A src/Indexes/Index.php
A src/Indexes/IndexColumn.php
A tests/unit/Indexes/IndexColumnTest.php
A tests/unit/Indexes/IndexTest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Database/DataDictionaryController.php
M src/Controllers/Operations/TableController.php
M src/Controllers/Table/IndexRenameController.php
M src/Controllers/Table/IndexesController.php
M src/Controllers/Table/RelationController.php
M src/Controllers/Table/Structure/SaveController.php
M src/Controllers/Table/StructureController.php
M src/CreateAddField.php
M src/Database/Designer/Common.php
M src/Dbal/DatabaseInterface.php
M src/Display/Results.php
M src/Normalization.php
M src/Plugins/Schema/TableStats.php
M src/Sql.php
M src/Table/Indexes.php
M src/Table/Maintenance.php
M src/Table/Table.php
M tests/unit/Controllers/Table/IndexRenameControllerTest.php
M tests/unit/Controllers/Table/IndexesControllerTest.php
M tests/unit/Controllers/Table/StructureControllerTest.php
M tests/unit/DatabaseInterfaceTest.php
M tests/unit/Table/IndexesTest.php
D src/Index.php
D src/IndexColumn.php
D tests/unit/IndexColumnTest.php
D tests/unit/IndexTest.php
Log Message:
-----------
Merge pull request #19652 from MauricioFauth/indexes
Move indexes classes to the Indexes namespace