Skip to content
Snippets Groups Projects

Resolve #3437974 "Drupal 10.3 imagestyledownloadcontrollerdeliver"

2 unresolved threads

Closes #3437974

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
90 90 [
91 91 '_controller' => 'Drupal\remote_stream_wrapper\Controller\RemoteImageStyleDownloadController::deliver',
92 92 'scheme' => $scheme,
93 'required_derivative_scheme' => 'public',
  • added 1 commit

    • 2786fbf9 - Get the site default file scheme from config

    Compare with previous version

  • 90 102 [
    91 103 '_controller' => 'Drupal\remote_stream_wrapper\Controller\RemoteImageStyleDownloadController::deliver',
    92 104 'scheme' => $scheme,
    105 'required_derivative_scheme' => $this->configFactory->get('system.file')->get('default_scheme'),
  • K Widholm
  • Dave Reid
  • Dave Reid added 1 commit

    added 1 commit

    • 0895b113 - Fetch default scheme outside of the loop of remote schemes.

    Compare with previous version

  • Dave Reid added 1 commit

    added 1 commit

    • 324fa111 - Update tests to use a newly created image style instead of a default config one.

    Compare with previous version

  • This looks great! Thank you Dave.

  • Dave Reid added 7 commits

    added 7 commits

    • b7d6f776 - 1 commit from branch project:2.x
    • 90426639 - Issue #3437974 by jrglasgow: Drupal 10.3 ImageStyleDownloadController::deliver signature change
    • af6cdb71 - Set required_derivative_scheme route configuration
    • bc03ca7c - Update image style test for webp conversion
    • 0a991c89 - Get the site default file scheme from config
    • 958fab8d - Fetch default scheme outside of the loop of remote schemes.
    • a1303d01 - Update tests to use a newly created image style instead of a default config one.

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading