Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7547341beeb4795d399d063696a7d1a2da08a748
https://github.com/phpmyadmin/phpmyadmin/commit/7547341beeb4795d399d063696a7d1a2da08a748
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00

Changed paths: 
M app/services_controllers.php
M psalm-baseline.xml
M resources/js/src/modules/functions/config.ts
M resources/js/src/modules/navigation.ts
M src/Routing/Routes.php
M tests/unit/Routing/RoutesTest.php
D src/Controllers/Config/GetConfigController.php

Log Message:
-----------
Remove GetConfigController class

This is only used to get the NavigationWidth config value, and the same
value is stored in a data attribute. So this removes an unnecessary HTTP
request.

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: 6482dfa28bd56d515f482b008b194a516646fe1b
https://github.com/phpmyadmin/phpmyadmin/commit/6482dfa28bd56d515f482b008b194a516646fe1b
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00

Changed paths: 
M resources/js/src/modules/functions/config.ts
M resources/js/src/modules/navigation.ts
M src/Controllers/Config/SetConfigController.php

Log Message:
-----------
Change SetConfigController to only set NavigationWidth

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: adc834f1aeff3aa3fd925371f82d062fc63d33d0
https://github.com/phpmyadmin/phpmyadmin/commit/adc834f1aeff3aa3fd925371f82d062fc63d33d0
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00

Changed paths: 
A src/Controllers/Navigation/UpdateNavWidthConfigController.php
A tests/unit/Controllers/Navigation/UpdateNavWidthConfigControllerTest.php
M app/services_controllers.php
M psalm-baseline.xml
M resources/js/src/modules/functions/config.ts
M src/Routing/Routes.php
M tests/unit/Routing/RoutesTest.php
D src/Controllers/Config/SetConfigController.php

Log Message:
-----------
Move SetConfigController to Controller\Navigation namespace

Changes the route to /navigation/update-width.

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: d4cdfbe2eb1f5944fed743f9e7c7b28306389e8a
https://github.com/phpmyadmin/phpmyadmin/commit/d4cdfbe2eb1f5944fed743f9e7c7b28306389e8a
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00

Changed paths: 
A resources/js/src/modules/navigation/updateNavigationWidthConfig.ts
M resources/js/src/modules/navigation.ts
D resources/js/src/modules/functions/config.ts

Log Message:
-----------
Rename functions/config.ts to navigation/updateNavigationWidthConfig.ts

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: b2a3e41f1e9ce42d1ee3f07a91f476029987799f
https://github.com/phpmyadmin/phpmyadmin/commit/b2a3e41f1e9ce42d1ee3f07a91f476029987799f
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00

Changed paths: 
A resources/js/src/modules/navigation/updateNavigationWidthConfig.ts
A src/Controllers/Navigation/UpdateNavWidthConfigController.php
A tests/unit/Controllers/Navigation/UpdateNavWidthConfigControllerTest.php
M app/services_controllers.php
M psalm-baseline.xml
M resources/js/src/modules/navigation.ts
M src/Routing/Routes.php
M tests/unit/Routing/RoutesTest.php
D resources/js/src/modules/functions/config.ts
D src/Controllers/Config/GetConfigController.php
D src/Controllers/Config/SetConfigController.php

Log Message:
-----------
Merge pull request #19087 from MauricioFauth/navigation-config-handling

Remove Config\(G|S)etConfigController controllers

_______________________________________________
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net

Reply via email to