Skip to content
Snippets Groups Projects
  1. Jun 22, 2018
  2. Jun 11, 2018
  3. Jun 09, 2018
  4. Jun 08, 2018
  5. Jun 01, 2018
  6. May 25, 2018
  7. May 22, 2018
  8. May 15, 2018
  9. May 14, 2018
  10. May 13, 2018
  11. May 10, 2018
  12. Apr 24, 2018
  13. Apr 19, 2018
  14. Apr 17, 2018
  15. Apr 06, 2018
  16. Apr 05, 2018
  17. Apr 04, 2018
  18. Mar 29, 2018
  19. Mar 22, 2018
  20. Mar 21, 2018
  21. Mar 19, 2018
  22. Mar 13, 2018
  23. Mar 10, 2018
  24. Mar 06, 2018
    • Helmut Hummel's avatar
      [BUGFIX] Unset internal properties of processed file on delete · 3d313c7e
      Helmut Hummel authored
      When a processed file is deleted because it needs reprocessing, set the
      internal deleted property to true and unset its properties as well, as
      they are stale anyway.
      
      This is important as in the later processing it is checked whether the
      current object is persisted (which it is not anymore) and an SQL update
      is triggered, which then fails leading to another processing run in
      subsequent requests.
      
      When unsetting the internal properties a new row will be inserted
      in the same request.
      
      Resolves: #80359
      Releases: 7.6, 8.7, master
      Change-Id: I39eec59ed4ac071883ff97eab7018d1ede92fb95
      Reviewed-on: https://review.typo3.org/53506
      
      
      Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
      Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
      3d313c7e
  25. Mar 05, 2018
  26. Mar 02, 2018
  27. Mar 01, 2018
  28. Feb 28, 2018