Problem/Motivation

As seen in #2547125: D7 file migration should allow selecting public/private/all files, it's necessary for the d7_file source plugin to pull information about the file system out of the destination plugin's configuration. This is, in @mikeryan's words, horrifying.

Proposed Resolution

Pass source_base_path in the d7_file source's configuration.

Remaining Tasks

SOP. Patch, test, review, commit.

API Changes

None.

Data Model Changes

Not sure if this counts, but the d7_file plugin's configuration schema may include new configuration options.

Comments

phenaproxima created an issue. See original summary.

quietone’s picture

Issue tags: +migrate-d7-d8

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

mikeryan’s picture