Mark Jordan

Results 68 issues of Mark Jordan

include_migrated_from_uri setting in CONTENTdm to MODS metadata parser uses a hard-coded hostname, and the form of the MODS element created is specific to SFU's requirements. We have a pattern already...

enhancement

If the XML within an `` element uses a namespace prefix, PHP's DOM complains. We should allow the addition of namespaces to the MODS XML files in the [METADATA_PARSER] sections...

feature request

We have marked a couple of PHPUnit tests for CSV Compound toolchain and input validators as 'skipped'. We need to figure out why they aren't working as intended. Related issue...

house cleaning

I want to batch load people entities into Islandora. Scholar's CSV entity importer seems to come with a lot of [caveats](https://wiki.duraspace.org/display/ISLANDORA/Entities+Solution+Pack) and AFAICT you can't load thumbnails using it. I've...

enhancement

https://github.com/Islandora-CLAW/CLAW/issues/452 asks whether we can use Drupal 8's migration API to batch ingest content into CLAW. I've got an MIK toolchain that harvests content from 7.x using OAI-PMH and writes...

enhancement

For example, you only want object for JPEG images, not PNG. Will be useful in Islandora 7.x -> CLAW toolchain (#463).

enhancement

When MIK can't find the input CSV file, it pukes something like this out to the user: ``` Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileObject::__construct(M:\Le Soleil\Missing issues from VPL\Missing...

bug

We should document a solution to the problem caused by #452. Datastream CRUD is capable of doing this. Maybe a good Cookbook entry?

documentation

`"squizlabs/php_codesniffer":"~2.3",` is currently in the `"require"` section of composer.json. It should be in the `"require-dev"` section.

house cleaning

We have a metadata manipulator that [adds a UUID element to MODS](https://github.com/MarcusBarnes/mik/wiki/Metadata-manipulator:-AddUuidToMods) generated via mappings-based metadata parsers. I would like to add UUIDs to MODS generated using the Templated parser.

feature request