[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 1be9bf: Remove div#functionConfirmModal from footer.twig

2024-05-24 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1be9bfef3f132dec34d5db4b94c199ca5fcf0241
https://github.com/phpmyadmin/phpmyadmin/commit/1be9bfef3f132dec34d5db4b94c199ca5fcf0241
Author: Maurício Meneghini Fauth 
Date: 2024-05-22 (Wed, 05 May 2024) -03:00

Changed paths: 
M resources/js/src/modules/functions.ts
M resources/templates/footer.twig
M src/Controllers/JavaScriptMessagesController.php
M tests/unit/FooterTest.php
D resources/templates/modals/function_confirm.twig

Log Message:
---
Remove div#functionConfirmModal from footer.twig

Creates div#functionConfirmModal when needed instead of including the
template for every request.

Signed-off-by: Maurício Meneghini Fauth 

Commit: a163d7585613c07fe7648cec8a54240a7d8477a6
https://github.com/phpmyadmin/phpmyadmin/commit/a163d7585613c07fe7648cec8a54240a7d8477a6
Author: Maurício Meneghini Fauth 
Date: 2024-05-22 (Wed, 05 May 2024) -03:00

Changed paths: 
M resources/js/src/modules/indexes.ts
M resources/templates/footer.twig
M tests/unit/FooterTest.php
D resources/templates/modals/add_index.twig

Log Message:
---
Remove div#addIndexModal from footer.twig

Creates div#addIndexModal when needed instead of including the
template for every request.

Signed-off-by: Maurício Meneghini Fauth 

Commit: 50e5350f621359580e185df86cce85f4584ffc94
https://github.com/phpmyadmin/phpmyadmin/commit/50e5350f621359580e185df86cce85f4584ffc94
Author: Maurício Meneghini Fauth 
Date: 2024-05-22 (Wed, 05 May 2024) -03:00

Changed paths: 
M resources/js/src/modules/page_settings.ts
M resources/templates/footer.twig
M tests/unit/FooterTest.php
D resources/templates/modals/page_settings.twig

Log Message:
---
Remove div#pageSettingsModal from footer.twig

Creates div#pageSettingsModal when needed instead of including the
template for every request.

Signed-off-by: Maurício Meneghini Fauth 

Commit: 4adf5a4cadee3ee7a65fe00901bac0b466b94b24
https://github.com/phpmyadmin/phpmyadmin/commit/4adf5a4cadee3ee7a65fe00901bac0b466b94b24
Author: Maurício Meneghini Fauth 
Date: 2024-05-22 (Wed, 05 May 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M resources/templates/footer.twig
M src/Console.php
M src/Footer.php
M src/Header.php
M src/ResponseRenderer.php
M tests/unit/ConsoleTest.php
M tests/unit/FooterTest.php
M tests/unit/HeaderTest.php
M tests/unit/ResponseRendererTest.php

Log Message:
---
Remove isAjax from Header and Footer classes

The header and footer will always be empty when the request is ajax, so
only the content part is necessary.

Signed-off-by: Maurício Meneghini Fauth 

Commit: e4375c250d3477f4dc530ac0547a3f26ae8afb97
https://github.com/phpmyadmin/phpmyadmin/commit/e4375c250d3477f4dc530ac0547a3f26ae8afb97
Author: Maurício Meneghini Fauth 
Date: 2024-05-23 (Thu, 05 May 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M resources/templates/base.twig
M src/Footer.php
M src/Header.php
M tests/unit/FooterTest.php
M tests/unit/HeaderTest.php
D resources/templates/footer.twig
D resources/templates/header.twig

Log Message:
---
Merge header.twig and footer.twig into base.twig

Signed-off-by: Maurício Meneghini Fauth 

Commit: 61e5dfa19f4185d5958004aaad345ff3ccdeaccb
https://github.com/phpmyadmin/phpmyadmin/commit/61e5dfa19f4185d5958004aaad345ff3ccdeaccb
Author: Maurício Meneghini Fauth 
Date: 2024-05-24 (Fri, 05 May 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M resources/js/src/modules/functions.ts
M resources/js/src/modules/indexes.ts
M resources/js/src/modules/page_settings.ts
M resources/templates/base.twig
M src/Console.php
M src/Controllers/JavaScriptMessagesController.php
M src/Footer.php
M src/Header.php
M src/ResponseRenderer.php
M tests/unit/ConsoleTest.php
M tests/unit/FooterTest.php
M tests/unit/HeaderTest.php
M tests/unit/ResponseRendererTest.php
D resources/templates/footer.twig
D resources/templates/header.twig
D resources/templates/modals/add_index.twig
D resources/templates/modals/function_confirm.twig
D resources/templates/modals/page_settings.twig

Log Message:
---
Merge pull request #19176 from MauricioFauth/footer-modals

Merge header.twig and footer.twig into base.twig

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


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] cd6250: Make AddKeyController extends AbstractIndexController

2024-05-24 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cd62509cb32d43490c8ed5e5dcf9cc2f4db57f5e
https://github.com/phpmyadmin/phpmyadmin/commit/cd62509cb32d43490c8ed5e5dcf9cc2f4db57f5e
Author: Maurício Meneghini Fauth 
Date: 2024-05-22 (Wed, 05 May 2024) -03:00

Changed paths: 
M app/services_controllers.php
M phpstan-baseline.neon
M psalm-baseline.xml
M resources/templates/table/structure/display_structure.twig
M src/Controllers/Table/Structure/AbstractIndexController.php
M src/Controllers/Table/Structure/AddIndexController.php
M src/Controllers/Table/Structure/AddKeyController.php
M src/Controllers/Table/Structure/FulltextController.php
M src/Controllers/Table/Structure/SpatialController.php
M src/Controllers/Table/Structure/UniqueController.php
M src/Query/Generator.php
M src/Table/Indexes.php

Log Message:
---
Make AddKeyController extends AbstractIndexController

Refactors Table\Structure\AddKeyController class to extends
Table\Structure\AbstractIndexController and to remove the dependency on
the Sql\SqlController class.

This helps with the response handling.

Signed-off-by: Maurício Meneghini Fauth 

Commit: 1a356d894ffd1bd2499a65e4edd1ead9c700f345
https://github.com/phpmyadmin/phpmyadmin/commit/1a356d894ffd1bd2499a65e4edd1ead9c700f345
Author: Maurício Meneghini Fauth 
Date: 2024-05-22 (Wed, 05 May 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Controllers/Database/Structure/AddPrefixTableController.php
M src/Controllers/Database/Structure/CentralColumns/AddController.php
M src/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php
M src/Controllers/Database/Structure/CentralColumns/RemoveController.php
M src/Controllers/Database/Structure/CopyTableController.php
M src/Controllers/Database/Structure/CopyTableWithPrefixController.php
M src/Controllers/Database/Structure/DropTableController.php
M src/Controllers/Database/Structure/EmptyTableController.php
M src/Controllers/Export/ExportController.php
M src/Controllers/Export/TablesController.php
M src/Controllers/Table/ChangeRowsController.php
M src/Controllers/Table/ExportRowsController.php
M src/Controllers/Table/IndexesController.php
M src/Controllers/Table/ReplaceController.php
M src/Controllers/Table/Structure/CentralColumnsAddController.php
M src/Controllers/Table/Structure/CentralColumnsRemoveController.php
M src/Controllers/Table/Structure/PartitioningController.php
M src/Controllers/Table/Structure/PrimaryController.php
M src/Controllers/Table/Structure/SaveController.php
M src/Controllers/View/CreateController.php

Log Message:
---
Use the return of the called controller instead of null

Signed-off-by: Maurício Meneghini Fauth 

Commit: d2060c56d5c913d58a0ef79efc9ad839873374f6
https://github.com/phpmyadmin/phpmyadmin/commit/d2060c56d5c913d58a0ef79efc9ad839873374f6
Author: Maurício Meneghini Fauth 
Date: 2024-05-22 (Wed, 05 May 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Controllers/BrowseForeignersController.php
M src/Controllers/CheckRelationsController.php
M src/Controllers/CollationConnectionController.php
M src/Controllers/ColumnController.php
M src/Controllers/Console/Bookmark/AddController.php
M src/Controllers/Console/Bookmark/RefreshController.php
M src/Controllers/Database/CentralColumns/PopulateColumnsController.php
M src/Controllers/Database/CentralColumnsController.php
M src/Controllers/Database/DataDictionaryController.php
M src/Controllers/Database/DesignerController.php
M src/Controllers/Database/EventsController.php
M src/Controllers/Database/ExportController.php
M src/Controllers/Database/ImportController.php
M src/Controllers/Database/MultiTableQuery/QueryController.php
M src/Controllers/Database/MultiTableQuery/TablesController.php
M src/Controllers/Database/MultiTableQueryController.php
M src/Controllers/Database/PrivilegesController.php
M src/Controllers/Database/RoutinesController.php
M src/Controllers/Database/SearchController.php
M src/Controllers/Database/SqlAutoCompleteController.php
M src/Controllers/Database/SqlController.php
M src/Controllers/Database/SqlFormatController.php
M src/Controllers/Database/Structure/AddPrefixController.php
M src/Controllers/Database/Structure/AddPrefixTableController.php
M src/Controllers/Database/Structure/CentralColumns/AddController.php
M src/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php
M src/Controllers/Database/Structure/CentralColumns/RemoveController.php
M src/Controllers/Database/Structure/ChangePrefixFormController.php
M src/Controllers/Database/Structure/CopyFormController.php
M src/Controllers/Database/Structure/CopyTableController.php
M src/Controllers/Database/Structure/CopyTableWithPrefixController.php
M src/Controllers/Database/Structure/DropFormController.php
M src/Controllers/Database/Structure/DropTableController.php
M src/Controllers/Database/Structure/EmptyFormController.php
M src/Controllers/Database/Structure/EmptyTableController.php
M