Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Check if container extension is installed #11

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

extcode
Copy link
Contributor

@extcode extcode commented Mar 19, 2024

Related: #7

@extcode extcode requested a review from justusmoroni March 19, 2024 10:52
Copy link

what-the-diff bot commented Mar 19, 2024

PR Summary

  • Addition of Utility Class
    The Rootline.php file was updated with a new utility class ExtensionManagementUtility from TYPO3\CMS\Core\Utility. This enhancement should optimize code functionality.

  • Creating New Configuration Files
    Six new TypoScript and TSconfig configuration files have been added into the Tests/Fixtures/base_example/Configuration directory. These configurations relate to content elements like images, extensions like responsive images, rendering, backend layouts, and general setup. All these files are crucial for extending functionalities and user interface improvements within the app.

  • Inclusion of Resources and Templates
    Two files were introduced in the Tests/Fixtures/base_example/Resources/Private directory under Partials/FluidStyledContent/Media and Templates/FluidStyledContent. They're HTML files dealing with image content. They likely service as templates for rendering image-related content.

  • Test Fixtures and Base Test
    0colDatabase.php and BaseTest.php files were added under Tests/Fixtures/base_example/Test/Fixtures and Tests/Functional directories respectively. The 0colDatabase.php file helps test the application's database-related functionalities while the BaseTest.php provides a foundational test setup for the app.

  • Package Dependencies
    A new composer.json file has been included in the Tests/Fixtures/base_example directory. This is fundamental for documenting and managing dependencies (external code libraries) needed by the application.

@justusmoroni justusmoroni enabled auto-merge (squash) March 19, 2024 11:13
@justusmoroni justusmoroni disabled auto-merge March 19, 2024 11:14
@justusmoroni justusmoroni merged commit 445ccfd into main Mar 19, 2024
12 checks passed
@justusmoroni justusmoroni deleted the task/7/check_if_container_extension_is_installed branch March 19, 2024 11:14
justusmoroni added a commit that referenced this pull request Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants