Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1e5fbd57fc1d019086ad5791a445a4ea8f94320e https://github.com/phpmyadmin/phpmyadmin/commit/1e5fbd57fc1d019086ad5791a445... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-01-28 (Thu, 01 January 2021) -03:00
Changed paths: A libraries/classes/Twig/AssetExtension.php M libraries/classes/BrowseForeigners.php M libraries/classes/Command/CacheWarmupCommand.php M libraries/classes/Controllers/Database/CentralColumnsController.php M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Controllers/Database/ImportController.php M libraries/classes/Controllers/Database/MultiTableQueryController.php M libraries/classes/Controllers/Database/PrivilegesController.php M libraries/classes/Controllers/Database/QueryByExampleController.php M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/Database/TrackingController.php M libraries/classes/Controllers/GisDataEditorController.php M libraries/classes/Controllers/ImportController.php M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Controllers/Server/DatabasesController.php M libraries/classes/Controllers/Server/ImportController.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/Server/Status/MonitorController.php M libraries/classes/Controllers/SqlController.php M libraries/classes/Controllers/Table/DeleteController.php M libraries/classes/Controllers/Table/GisVisualizationController.php M libraries/classes/Controllers/Table/ImportController.php M libraries/classes/Controllers/Table/PrivilegesController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/StructureController.php M libraries/classes/Controllers/Table/TrackingController.php M libraries/classes/Database/CentralColumns.php M libraries/classes/Database/Designer.php M libraries/classes/Database/MultiTableQuery.php M libraries/classes/Display/Results.php M libraries/classes/Header.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/AuthenticationPlugin.php M libraries/classes/Server/Privileges.php M libraries/classes/Sql.php M libraries/classes/Template.php M libraries/classes/Tracking.php M phpstan-baseline.neon M scripts/console M templates/database/central_columns/main.twig M templates/database/designer/database_tables.twig M templates/database/designer/main.twig M templates/database/events/index.twig M templates/database/privileges/index.twig M templates/database/structure/check_all_tables.twig M templates/database/tracking/tables.twig M templates/display/results/table.twig M templates/gis_data_editor_form.twig M templates/import.twig M templates/import/javascript.twig M templates/javascript/variables.twig M templates/login/header.twig M templates/select_all.twig M templates/server/binlog/index.twig M templates/server/databases/index.twig M templates/server/privileges/users_overview.twig M templates/server/status/monitor/index.twig M templates/table/gis_visualization/gis_visualization.twig M templates/table/privileges/index.twig M templates/table/structure/display_structure.twig M templates/table/tracking/main.twig M test/classes/Controllers/JavaScriptMessagesControllerTest.php M test/classes/Server/PrivilegesTest.php M test/classes/TrackingTest.php
Log Message: ----------- Create Twig\AssetExtension and image Twig function
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ed450da99340a55a0b309fe0b83f6de02e9afb13 https://github.com/phpmyadmin/phpmyadmin/commit/ed450da99340a55a0b309fe0b83f... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-01-28 (Thu, 01 January 2021) -03:00
Changed paths: A libraries/classes/Twig/AssetExtension.php M libraries/classes/BrowseForeigners.php M libraries/classes/Command/CacheWarmupCommand.php M libraries/classes/Controllers/Database/CentralColumnsController.php M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Controllers/Database/ImportController.php M libraries/classes/Controllers/Database/MultiTableQueryController.php M libraries/classes/Controllers/Database/PrivilegesController.php M libraries/classes/Controllers/Database/QueryByExampleController.php M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/Database/TrackingController.php M libraries/classes/Controllers/GisDataEditorController.php M libraries/classes/Controllers/ImportController.php M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Controllers/Server/DatabasesController.php M libraries/classes/Controllers/Server/ImportController.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/Server/Status/MonitorController.php M libraries/classes/Controllers/SqlController.php M libraries/classes/Controllers/Table/DeleteController.php M libraries/classes/Controllers/Table/GisVisualizationController.php M libraries/classes/Controllers/Table/ImportController.php M libraries/classes/Controllers/Table/PrivilegesController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/StructureController.php M libraries/classes/Controllers/Table/TrackingController.php M libraries/classes/Database/CentralColumns.php M libraries/classes/Database/Designer.php M libraries/classes/Database/MultiTableQuery.php M libraries/classes/Display/Results.php M libraries/classes/Header.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/AuthenticationPlugin.php M libraries/classes/Server/Privileges.php M libraries/classes/Sql.php M libraries/classes/Template.php M libraries/classes/Tracking.php M phpstan-baseline.neon M scripts/console M templates/database/central_columns/main.twig M templates/database/designer/database_tables.twig M templates/database/designer/main.twig M templates/database/events/index.twig M templates/database/privileges/index.twig M templates/database/structure/check_all_tables.twig M templates/database/tracking/tables.twig M templates/display/results/table.twig M templates/gis_data_editor_form.twig M templates/import.twig M templates/import/javascript.twig M templates/javascript/variables.twig M templates/login/header.twig M templates/select_all.twig M templates/server/binlog/index.twig M templates/server/databases/index.twig M templates/server/privileges/users_overview.twig M templates/server/status/monitor/index.twig M templates/table/gis_visualization/gis_visualization.twig M templates/table/privileges/index.twig M templates/table/structure/display_structure.twig M templates/table/tracking/main.twig M test/classes/Controllers/JavaScriptMessagesControllerTest.php M test/classes/Server/PrivilegesTest.php M test/classes/TrackingTest.php
Log Message: ----------- Merge pull request #16600 from mauriciofauth/asset-ext
Create Twig\AssetExtension and image Twig function