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

WIP TYPO3 12 Compatibility #11

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open

WIP TYPO3 12 Compatibility #11

wants to merge 64 commits into from

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    00de0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c813669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1e7558 View commit details
    Browse the repository at this point in the history
  4. [TASK] Use PhpStan 1.8+

    andreaswolf committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    51bd5c8 View commit details
    Browse the repository at this point in the history
  5. [TASK] Add Rector

    andreaswolf committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7003d3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d87cd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90a219e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca99f90 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    419e569 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    9e71f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51fb9cc View commit details
    Browse the repository at this point in the history
  3. [TASK] Move Extbase mapping

    Riiiad committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fe9879a View commit details
    Browse the repository at this point in the history
  4. [TASK] Fix integer value bug

    Riiiad committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b279428 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    ae9b39b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c33ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f571a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06b10f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e72137 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fe2b30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    134fe46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dc4a34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a44664b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0df72c3 View commit details
    Browse the repository at this point in the history
  11. [TASK] Remove Slots

    Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ce35ab5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a847a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    646903a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76b29ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d3ccfad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ad5a54e View commit details
    Browse the repository at this point in the history
  17. [TASK] Fix Pagination styling

    Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1ecaa7f View commit details
    Browse the repository at this point in the history
  18. [TASK] Fix CGL Violations

    Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    89c17a1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    db4f3b7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f94eb6c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    be93e42 View commit details
    Browse the repository at this point in the history
  22. [TASK] Add missing property

    Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2a44f2d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    60225ec View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b92846e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dfa57c3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    493c8c0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e726cd0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2b81a0a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    85b9f6d View commit details
    Browse the repository at this point in the history
  30. [TASK] Move inject methods to the top

    To have a quick overview, the inject methods for repositories where
    moved to the top of the class. This allows a faster view of how the
    dependencies are injected
    calien666 authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9159f54 View commit details
    Browse the repository at this point in the history
  31. [TASK] clean-up ddev config

    * Remove phpmyadmin dependency
    * Remove auto-generated config files
    calien666 authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    241da79 View commit details
    Browse the repository at this point in the history
  32. [TASK] Update git config

    calien666 authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    366cb5e View commit details
    Browse the repository at this point in the history
  33. [TASK] Refactor view var assignment

    calien666 authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6168e77 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    399cbc2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    162a85b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e4129db View commit details
    Browse the repository at this point in the history
  37. [TASK] Add makefile for rendering documentation locally

    Philipp Kuhlmay authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fabfecc View commit details
    Browse the repository at this point in the history
  38. [TASK] Set version of extension to 0.10 and update typo3 dependencies

    Philipp Kuhlmay authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0429679 View commit details
    Browse the repository at this point in the history
  39. [DOCS] Update and fix documentation

    Philipp Kuhlmay authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1554064 View commit details
    Browse the repository at this point in the history
  40. [TASK] Update Readme - remove old ddev commands and set correct image…

    … sizes
    Philipp Kuhlmay authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6bf75e5 View commit details
    Browse the repository at this point in the history
  41. [TASK] Fix rector config

    Philipp Kuhlmay authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    825b5c8 View commit details
    Browse the repository at this point in the history
  42. [TASK] Add PHP Doc Comment for throwing an exception in PollControlle…

    …r::publishAction
    Philipp Kuhlmay authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    03c4a49 View commit details
    Browse the repository at this point in the history
  43. [BUGFIX] Hide pagination when there is only one page to be displayed

    Philipp Kuhlmay authored and Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bf8a0d2 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8f8875b View commit details
    Browse the repository at this point in the history
  45. [TASK] Add gihub actions

    Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d0cbee9 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c2576cf View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    911b57e View commit details
    Browse the repository at this point in the history
  48. [TASK] Correct return types, properties and parameters

    Resolve PHPStan reported issues till level 5 as preperation for future upgrades
    Riiiad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    95558ac View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e373a80 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    7885983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76378c View commit details
    Browse the repository at this point in the history