Skip to content
Snippets Groups Projects
  1. Mar 12, 2024
  2. Feb 28, 2024
  3. Feb 23, 2024
  4. Feb 20, 2024
  5. Feb 15, 2024
  6. Feb 13, 2024
  7. Feb 09, 2024
  8. Feb 08, 2024
    • ronaldtebrake's avatar
      Remove our custom views bulk operations callback, causing several issues · c36d50a0
      ronaldtebrake authored
      After updating to views_bulk_operations 4.2.6, we noticed the actual selection wasn't updating anymore correctly
      this blocked the bulk operations action button. On top of that we have a selection message which talks about members
      but this callback is used for every bulk operations, including content and more. We need beter ways of fixing it.
      So instead we deprecate this callback, and move to ViewsBulkOperationsController's variant.
      c36d50a0
  9. Feb 07, 2024
  10. Feb 05, 2024
    • ronaldtebrake's avatar
      Error suppression for file_mdm exif metadata issues. · aa441f3e
      ronaldtebrake authored and Vinicius Pereira's avatar Vinicius Pereira committed
      Although this needs to have a fix upstream (see related issue) it seems that's far from available. The attached patch is the one from the merge request from the linked issue made by the maintainer, which isn't ideal just removing it, but considering it's the maintainers choice for now perhaps our best bet especially as it's linked to the issue in the contrib module, which makes it easier for us to track it's progress.
      
      Manual testing (and the fact it returns NULL on error) seems like there isn't much of a downside to suppress the error for now, alternatively if this stays open for long without an upstream fix we could decide to change the log level to warning perhaps. But the fact of the matter is that these images are coming from user input and we have no way of helping them fix the metadata of the image, nor can they do it themselves, it's just an issue with the modules interpretation of it.
      aa441f3e
  11. Jan 31, 2024
  12. Jan 30, 2024
  13. Jan 29, 2024
  14. Jan 26, 2024
  15. Jan 25, 2024
Loading