The last submitted patch, 13: default_content-decouple-importer-2951076-13.patch, failed testing. View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- First commit to issue fork.
The Importer service is coupled to only import from modules.
This is problematic because if we would like to build a user interface that imports from a uploaded .zip we cannot do that without creating a new Importer service (which would literally just be a huge code duplicate).
Change Importer::importContent to accept a path instead of a module, alternatively:
Add a new method allowing to import content from a given path.
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The last submitted patch, 13: default_content-decouple-importer-2951076-13.patch, failed testing.
View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.