Skip to content
Snippets Groups Projects
  1. Jul 20, 2020
  2. Jul 17, 2020
  3. Jul 16, 2020
  4. Jul 15, 2020
  5. Jul 13, 2020
  6. Jul 10, 2020
    • Andreas Fernandez's avatar
      [FEATURE] Introduce wrapper for sessionStorage · 9bba6b16
      Andreas Fernandez authored
      TYPO3 now ships a new module acting as wrapper for `sessionStorage`. It
      behaves similar to `localStorage`, except that the stored data is dropped
      after the browser session has ended.
      
      Resolves: #91738
      Releases: master
      Change-Id: I221ac1ea7b8a8a24b8490d7ddf55b92775e37d81
      9bba6b16
  7. Jul 09, 2020
    • Helmut Hummel's avatar
      [BUGFIX] Always merge results from empty tabs · c7b262f4
      Helmut Hummel authored
      When rendering child elements of a tabs, not only
      the rendered HTML is collected from these child elements,
      but also hidden fields HTML, assets and a lot more.
      
      Therefore it is crucial to merge the child results regardless
      of whether the "html" property is empty.
      
      Releases: master, 10.4, 9.5
      Resolves: #91636
      Relates: #89094
      Change-Id: If169bd6486d3001466464462b29788b94fbb0943
      c7b262f4
    • Benni Mack's avatar
      [!!!][TASK] Remove various deprecated arguments and methods · eb0d4528
      Benni Mack authored
      This change removes deprecated functionality:
      
      - ReferenceIndex->updateIndex() is now either ProgressListenerInterface or null
      - ExtensionManagementUtility->findService() expects an array as third argument
      - BasicFileUtility->setFileExtensionPermissions() removed
      - GeneralUtility->callUserFunction now expects object or null as third argument
      - DataMapper->__construct does not expect $query to be set anymore
      - ObjectAccess->setProperty - fourth argument removed
      
      Resolves: #91613
      Related: #91473
      Releases: master
      Change-Id: I39fa30f84201b0ed837f6ac0e6d27e1ddb15376d
      eb0d4528
  8. Jul 07, 2020
    • stiffes's avatar
      [BUGFIX] Handle null values correctly to avoid PHP errors · 25871186
      stiffes authored
      The new RteHtmlParser->transformTextForPersistence() method
      expects a string value. Before this patch the given value
      was simply passed without checking its type or casting it.
      
      However, if "null" is handed in (by e.g. a translated record which
      expects null), null is now kept.
      
      Resolves: #91749
      Releases: master, 10.4
      Change-Id: I9db872ca73dcf2bbfc2ac2d0b67d45ca3ffd4c5e
      25871186
    • Andreas Fernandez's avatar
      [BUGFIX] Use URI of current request for referrer check · 07331b4b
      Andreas Fernandez authored
      Instead of generating the URL to the backend login, the URI of the
      current request is now used for the referrer check in backend login.
      This fixes a redirect issue with password recovery links opened via
      email.
      
      The anchor-based reload detection has been replaced with a
      localStorage-based solution as browsers don't trigger a new request if
      the target location is already loaded, but only an achor is appended to
      the URL.
      
      Resolves: #91442
      Releases: master, 10.4, 9.5
      Change-Id: I577bdd8ce75c94f864852f812c0b8ad66f0d5634
      07331b4b
  9. Jun 30, 2020
  10. Jun 29, 2020
  11. Jun 26, 2020
  12. Jun 22, 2020
  13. Jun 21, 2020
  14. Jun 20, 2020
  15. Jun 19, 2020
  16. Jun 14, 2020
  17. Jun 09, 2020
  18. Jun 08, 2020
  19. Jun 07, 2020
  20. Jun 05, 2020