Mark Jordan

Results 231 comments of Mark Jordan

Agreed. There's a [cookbook entry](https://github.com/MarcusBarnes/mik/wiki/Cookbook:-Removing-.Thumbs.db-files-from-a-directory) for dealing with this, and the [iipqa](https://github.com/mjordan/iipqa) can detect them, but MIK should skip them. There are equivalent unwanted files on Macs, so we should...

The REST Ingester skips these: https://github.com/mjordan/islandora_rest_ingester/blob/master/includes/Ingester.php#L30

We should test whether they show up in Windows, e.g., the files are written by OSX but if you run MIK Windows using that input, they might show up. I...

We should be able to write PHPUnit tests for this feature pretty easily.

@MarcusBarnes We've got about 900,000 JPEG datastreams, so I'll check this. Checking one of the 900,000 or page objects we migrated from CONTENTdm, I notice that the JPEG datastream doesn't...

How about documenting how to change a DSID in the CRUD README, and then in the MIK cookbook entry, point out that documentation and contextualize it for the JPEG/JPG issue?

From what I can tell, the [OAI-PMH spec](https://www.openarchives.org/OAI/2.0/openarchivesprotocol.htm#SelectiveHarvestingandSets) only allows for a single setSpec per request ([more here](https://www.openarchives.org/OAI/2.0/openarchivesprotocol.htm#Set)). I'd have to think about how to implement allowing multiple setSpec values...

Potentially related issue: #248.

@whikloj can you give an example value for ['LOGGING']['path_to_log']? Would it be something like "/path_to/my/logs"? The main `mik` script already does define a relative path to `problem_records.log`: https://github.com/MarcusBarnes/mik/blob/master/mik#L192-L199 Is that...

I've started work on the [Islandora Import Package QA Tool](https://github.com/mjordan/iipqa) as a more robust replacement for check_files.php.