Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 064e5eef0a806413f8cc76ad435931b1cf7af16a
https://github.com/phpmyadmin/phpmyadmin/commit/064e5eef0a806413f8cc76ad435…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-06-28 (Fri, 06 June 2019) -03:00
Changed paths:
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Template.php
M scripts/generate-twig-cache
M templates/database/structure/body_for_table_summary.twig
M templates/table/structure/display_structure.twig
M templates/table/structure/display_table_stats.twig
M test/classes/Controllers/Server/CollationsControllerTest.php
D libraries/classes/Twig/CharsetsExtension.php
Log Message:
-----------
Use Collation value object when possible
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 6b6d5ecd2c18f5aad51e54c525c564b40e526dc1
https://github.com/phpmyadmin/phpmyadmin/commit/6b6d5ecd2c18f5aad51e54c525c…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-06-28 (Fri, 06 June 2019) -03:00
Changed paths:
A test/classes/Charsets/CollationTest.php
M libraries/classes/Charsets.php
M libraries/classes/Charsets/Collation.php
M test/classes/CharsetsTest.php
Log Message:
-----------
Move Charsets::getCollationDescr to Collation and make it private
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e99f3ace5c59e18c1fb3ef645a1b7bc25429d508
https://github.com/phpmyadmin/phpmyadmin/commit/e99f3ace5c59e18c1fb3ef645a1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-06-28 (Fri, 06 June 2019) -03:00
Changed paths:
A test/classes/Stubs/DbiDummy.php
M libraries/classes/DatabaseInterface.php
M scripts/generate-twig-cache
M test/bootstrap-dist.php
M test/bootstrap-phpstan.php
M test/classes/CharsetsTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/TableTest.php
D libraries/classes/Dbi/DbiDummy.php
Log Message:
-----------
Move DbiDummy extension to the test directory
DbiDummy extension is only used for testing purposes
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>