Needs work
Project:
Default Content
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2018 at 08:49 UTC
Updated:
27 Jan 2025 at 12:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
larowlanI'm in support of this feature, and would welcome patches.
Comment #3
ciss commentedShould this change be made transparently, without breaking the existing API?
Comment #4
ciss commentedComment #5
kevinfunkImporter::importContent now has a parameter of folder instead of module.
Comment #6
kevinfunkComment #8
berdir$module is still used in the event and tests would need to be updated too.
Comment #9
duncancm commentedIncremental improvements. Importer::importContent accepts a generic $source which could be a module name or folder path. Also bypass the event dispatchers if importing from a folder source.
Comment #10
duncancm commentedFixed patch comment id.
Comment #11
duncancm commentedActually fixed patch comment id.
Comment #12
kevinfunkThanks @duncancm. I think using
$sourceis a better idea. I was getting errors with #11 so I updated the event dispatchers to use$source.Comment #13
kevinfunkRe-roll