-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIR-1198 Support validation of PDF/A documents #900
Merged
kkrebs
merged 7 commits into
2023.06.x
from
issues/MIR-1198-support-validation-of-pdf-a-documents
Feb 13, 2024
Merged
MIR-1198 Support validation of PDF/A documents #900
kkrebs
merged 7 commits into
2023.06.x
from
issues/MIR-1198-support-validation-of-pdf-a-documents
Feb 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yagee-de
approved these changes
Oct 11, 2023
sebhofmann
requested changes
Oct 23, 2023
mir-module/src/main/resources/xsl/metadata/mir-pdf-errorbox.xsl
Outdated
Show resolved
Hide resolved
Antoniafriedrich
force-pushed
the
issues/MIR-1198-support-validation-of-pdf-a-documents
branch
from
November 14, 2023 13:35
cd80af0
to
ee0172b
Compare
sebhofmann
approved these changes
Jan 16, 2024
kkrebs
requested changes
Feb 7, 2024
MIR.Workflow.Menu=false | ||
MIR.Workflow.Box=false | ||
MIR.Workflow.Menu=true | ||
MIR.Workflow.Box=true | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should not be active per default. We can change this in main branch but not in current release branch.
Visualizes the validation errors of PDF/A files as errorbox
removed unnecessary diffs
fixed changes from last commit
deleted unnecessary variable
removed unwanted changes
Antoniafriedrich
force-pushed
the
issues/MIR-1198-support-validation-of-pdf-a-documents
branch
from
February 8, 2024 09:30
fbcd1a1
to
88fa120
Compare
kkrebs
approved these changes
Feb 13, 2024
kkrebs
deleted the
issues/MIR-1198-support-validation-of-pdf-a-documents
branch
February 13, 2024 14:23
yagee-de
added a commit
that referenced
this pull request
Mar 1, 2024
* 2023.06.x: MIR-1274 rely solely on information configured in classifications for genre to DINI type mapping Fix changed deprecated api of commons compress MIR-1260 Allow to generate svg image indicating file type (#927) MIR-1279 ensure usage of properly escaped file paths MIR-1280 Links from details page to name identifier based name search not working (#959) MCR-2945 make user attributes searchable MIR-1278 Split 'mir.accesskey.setInfo' into multiple i18n keys to avoid invalid xml during transformation (#955) MIR-1281 Changed English value for mir.accesskey.setOnUser MIR-1261 add missing permission MIR-1275 add property to enable METS editor menu entry in action menu (#951) MIR-1277 redirect back to frontpage after login MIR-1198 Support validation of PDF/A documents (#900) MIR-1273 Updated text in i18n 'mir.accesskey.setInfo' MIR-1272 Allow general and role based exclusion of facets (#949) MIR-1268 use correct selector MIR-1265 remove active_file class from old main file only for the modified derivate MIR-1271 add missing import MIR-1270 reintroduce support for facets with SOLR field names differing from the classification name MIR-1264 allow for slashes in OpenAIRE project ids MIR-1158 Translation of Action and File menu in metadata view is missing
sebhofmann
added a commit
that referenced
this pull request
Apr 4, 2024
This reverts commit 95a2b61 until the validation frequency is improved
sebhofmann
added a commit
that referenced
this pull request
Apr 8, 2024
yagee-de
added a commit
that referenced
this pull request
Apr 26, 2024
* 2023.06.x: MIR-1288 add acl for displaying submitted document (#980) MIR-1302 update to current pica2mods release 2.10 MIR-1300 encode directory path as well MIR-1304 Revert "MIR-1198 Support validation of PDF/A documents (#900)" (#995) MIR-1301 fix wrong path to pica stylesheet MIR-1291 Added property #MCR.Access.Strategy.CreatorAnyStatePermissions=read-history and use acl to determine access right as of MyCoRe-Org/mycore#2110 MIR-1296 Do not allow to select current document as relatedItem MIR-1285 Display realname rather than uid of user after login (#971) MIR-1295 Get text for state badge from classification (#983) MIR-1294 wrong include in mycoreobject-datacite-mir.xsl MIR-1292 MIR-1293 Updated template datacite2mods.xsl to support ORCID ids given by url (#977) MIR-1289 Cancel button redirects to $RequestURL in editor-derivate.xed MIR-1288 allow listing of submitted documents for current user MIR-1284 use Xalan for mycoreobject-compress MIR-1280 Links from details page to name identifier based name search not working (#959)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Visualizes the validation errors of PDF/A files as errorbox
Link to jira.
Requires MyCoRe-Org/mycore#1967