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

[FEATURE] TYPO3 13.1 compatibility #18

Merged
merged 16 commits into from
Jun 10, 2024
Merged

[FEATURE] TYPO3 13.1 compatibility #18

merged 16 commits into from
Jun 10, 2024

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    285deac View commit details
    Browse the repository at this point in the history
  2. [!!!][TASK] Move new content wizard TSconfig

    The config is moved to the new default location
    Configuration/page.tsconfig where it is automatically loaded by TYPO3.
    The deprecated call to addPageTSConfig() is removed.
    astehlik committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e5a90db View commit details
    Browse the repository at this point in the history
  3. [!!!][TASK] Make MediaType a native Enum

    The Enumeration class of TYPO3 is deprecated.
    astehlik committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    def0cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    459d186 View commit details
    Browse the repository at this point in the history
  5. [TASK] Fix type errors in tests

    Also: remove usage of deprecated getMockForAbstractClass().
    astehlik committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    031eb98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a64bb2 View commit details
    Browse the repository at this point in the history
  7. [TASK] Replace failing setLanguageOverlayMode() call

    Use setLanguageAspect() instead.
    astehlik committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    73214f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    938dbf4 View commit details
    Browse the repository at this point in the history
  9. [TASK] Make Acceptance tests work with TYPO3 13

    Rename Backend suite to Application.
    
    Add Page tree code from TYPO3 code because the code in the
    testing framework does not work any more.
    
    Adjust base URL because new environment is accessible at default
    HTTP port and directly at the base URL and not at
    /typo3temp/var/tests/acceptance
    astehlik committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    c2904df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1f7d26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    480f911 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    690e329 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c886127 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    74e2218 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4057479 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7b3df35 View commit details
    Browse the repository at this point in the history