Sebastian Meyer
Sebastian Meyer
Could you please add the following lines to `.github/codeql.yml` in order to exempt GridStack and Verovio from automated quality checks? ``` - Resources/Public/JavaScript/Gridstack - Resources/Public/JavaScript/Verovio ```
OK, now there are more errors visible formerly hidden by a faulty documentation: There are some cases of calls to non-existing methods and/or properties across multiple files. The reason is,...
OK, almost there! ;) Only 4 files still have issues: * [x] `Classes/Common/DocumentAnnotation.php`, line 23: This needs a class docBlock * [x] `Classes/Common/MetsDocument.php`, line 284: The `@see` reference doesn't make...
I think the right approach here would be to not handle maintenance tasks like purging invalid resumption tokens in an action controller at all. Instead, this should be implemented as...
Currently there is a funded project at UB Mannheim and SLUB Dresden with the goal of integrating Kitodo with OCR-D. Part of the project is a tool for the DFG-Viewer/Kitodo.Presentation...
Votes: 2
No, currently there is no such option.
What's the benefit of annotated tags over lightweight tags? Tags are currently set when preparing a new release. This is automated by GitHub as part of the release workflow and...
There is a preliminary fix in #1339, but this only fixes non-hierarchical metadata. See this for details: https://github.com/kitodo/kitodo-presentation/blob/5240b16ea8557eea21f5a75b49fd4eade8ae044d/Classes/Controller/MetadataController.php#L172-L179
If I see this correctly all of this was introduced with the two-level metadata feature. So I again tag @chrizzor to please fix this.