Skip to content
Snippets Groups Projects
  1. Feb 26, 2024
  2. Feb 25, 2024
  3. Feb 24, 2024
  4. Feb 23, 2024
  5. Feb 22, 2024
  6. Feb 21, 2024
  7. Feb 20, 2024
  8. Feb 19, 2024
  9. Feb 17, 2024
  10. Feb 16, 2024
    • Christian Kuhn's avatar
      [TASK] Clean up DataHandler · 80f79343
      Christian Kuhn authored
      Some cleanup of the class with obvious things:
      
      * Add ConnectionPool, CacheManager and runtime cache as
        property, created in __construct(), can be DI later.
      * Remove unused getResourceFactory(), remove
        getCacheManager() and getRuntimeCache() since they
        are properties now.
      * Add type hints to most properties: Those that can be
        set without headaches since DH would crash if they'd
        not be of that type, or other obvious reasons.
      * Turn a protected magic-string property into a constant
        and add another related constant to avoid a magic-string
        in code.
      * Add a series of method return types: Obvious ones where
        the method clearly can't return something else.
      * Minor comment spelling improvements.
      
      Change-Id: I117548d2ed44236208063774680079578e8392b5
      Resolves: #103135
      Releases: main
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83019
      
      
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      Reviewed-by: Stefan Bürk <stefan...
      80f79343
  11. Feb 15, 2024
  12. Feb 13, 2024
  13. Feb 10, 2024
  14. Feb 09, 2024
  15. Feb 07, 2024
  16. Feb 05, 2024