Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ec4706f659eb30091005378a91906b32c1d8827a
https://github.com/phpmyadmin/phpmyadmin/commit/ec4706f659eb30091005378a919…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-14 (Wed, 06 June 2023) -03:00
Changed paths:
M public/themes/bootstrap/scss/_codemirror.scss
M public/themes/metro/scss/_codemirror.scss
M public/themes/pmahomme/scss/_codemirror.scss
Log Message:
-----------
Fix codemirror colors for the Bootstrap theme
Remove Metro and Pmahomme codemirror colors as they were not used.
Related to https://github.com/phpmyadmin/phpmyadmin/issues/18368.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1aa82212764ec85a957cecadd428abbc5e5ff273
https://github.com/phpmyadmin/phpmyadmin/commit/1aa82212764ec85a957cecadd42…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-13 (Tue, 06 June 2023) -03:00
Changed paths:
A libraries/classes/Application.php
A test/classes/ApplicationTest.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/DbTableExists.php
M libraries/classes/Export.php
M libraries/classes/Footer.php
M libraries/classes/Menu.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Plugins/TwoFactor/WebAuthn.php
M libraries/classes/Table/Indexes.php
M psalm-baseline.xml
M public/index.php
M public/setup/index.php
D libraries/classes/Common.php
D test/classes/CommonTest.php
Log Message:
-----------
Rename the Common class to Application
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 951c965d6e44d1ae20fc38e6972b92ce6e33fe11
https://github.com/phpmyadmin/phpmyadmin/commit/951c965d6e44d1ae20fc38e6972…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-13 (Tue, 06 June 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/services.php
M psalm-baseline.xml
M public/index.php
M public/setup/index.php
M test/classes/ApplicationTest.php
Log Message:
-----------
Change Application static methods to instance methods
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1b7fbb9806d5a4b6bb0e81d0a591a8e2e4c85ae5
https://github.com/phpmyadmin/phpmyadmin/commit/1b7fbb9806d5a4b6bb0e81d0a59…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-14 (Wed, 06 June 2023) -03:00
Changed paths:
A libraries/classes/Application.php
A test/classes/ApplicationTest.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/DbTableExists.php
M libraries/classes/Export.php
M libraries/classes/Footer.php
M libraries/classes/Menu.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Plugins/TwoFactor/WebAuthn.php
M libraries/classes/Table/Indexes.php
M libraries/services.php
M psalm-baseline.xml
M public/index.php
M public/setup/index.php
D libraries/classes/Common.php
D test/classes/CommonTest.php
Log Message:
-----------
Merge pull request #18496 from MauricioFauth/common-class
Rename the Common class to Application