Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 30, 2020
  3. Jun 29, 2020
  4. Jun 26, 2020
  5. Jun 22, 2020
  6. Jun 21, 2020
  7. Jun 20, 2020
  8. Jun 19, 2020
  9. Jun 14, 2020
  10. Jun 09, 2020
  11. Jun 08, 2020
  12. Jun 07, 2020
  13. Jun 05, 2020
  14. Jun 04, 2020
  15. Jun 03, 2020
  16. Jun 02, 2020