Skip to content
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

Fix/value annotation resource #1997

Closed

Conversation

Daniel-KM
Copy link
Contributor

The resource value annotations use the same template than resource values, so it should pass the resource too.

By the way, there is an important missing feature about value annotation : there is no template, so the user should select the properties and the datatype one by one. Most of the time, it's only one or two properties, but it should be listed somewhere, so it can be filled in one click.

So is it better I improve the module Advanced Resource Template for that or to push request here to avoid a future re-implementation, because it is probably something people will want later.

As for many other things, is there a way to know what will be inside the core and what will remain in the modules to avoid to develop the same thing multiple times with subtle variants?

zerocrates and others added 30 commits March 26, 2021 17:21
(fix omeka#1657)

(cherry picked from commit 4aeca55)
(fix omeka#1659)

(cherry picked from commit 384af74)
(cherry picked from commit b48976e)
Since we use it fairly extensively in the internals, we need to check
for its presence more or less immediately to avoid just having a fatal
PHP error instead.

(cherry picked from commit 2a76cf2)
(cherry picked from commit da1a732)
Co-authored-by: Daniel Berthereau <Daniel.git@Berthereau.net>
(cherry picked from commit c1172b7)
(cherry picked from commit 9f8c338)
(cherry picked from commit 7cf6b87)
(fix omeka#1685)

(cherry picked from commit ca4052c)
The detach process used in batch edit/create is pretty brittle,
especially in "synchronous" or in-process contexts where many more
entities are loaded before the batch edit begins, so the results are
less predictable. Typical "bad" results are Doctrine errors about
duplicates or encountering "new" un-persisted entities through a
relationship.

The detach also serves very little purpose in this
context, as it's only there to improve performance _between_ multiple
batches, and the in-process edits only do a single batch.

This commit adds a new request option for batch edits and creates,
"detachEntity", defaulted to true, and has the controllers for the
in-process batch updates set it to false.

(omeka#1690)

(cherry picked from commit 578dd20)
(cherry picked from commit d87e21c)
(cherry picked from commit 9b1389e)
Version 3.1.0
(cherry picked from commit 5dece9e)
(cherry picked from commit 5c9694b)
kimisgold and others added 24 commits May 19, 2022 17:12
(cherry picked from commit 82dea04)
We used to use "mpeg" which was the name of the ImageMagick coder being
used, but they've changed it to "video." "mp4" is supported by both old
and new versions.

(fix omeka#1841)

(cherry picked from commit dc9fe51)
Revoke misleading user create/batch privileges.

(fix omeka#1856)

(cherry picked from commit 71c2d6c)
(cherry picked from commit 78a02889e97ec082c0879142177ca911726225d4)
We use this with the external IM thumbnailer, and the Imagick equivalent
exists (but it's poorly/non documented). Using flatten is linked to
unwanted inverted-color output when given CMYK input on some servers.

(cherry picked from commit 6d1c4c1)
@Daniel-KM Daniel-KM force-pushed the fix/value_annotation_resource branch 2 times, most recently from 31511fb to c923506 Compare February 3, 2023 10:18
@Daniel-KM
Copy link
Contributor Author

Sorry, the commit was passed against master instead of develop and I can't change it here.

@zerocrates
Copy link
Member

Probably best to just make a new PR against develop with the single commit at issue here, and we'll close this one.

@Daniel-KM Daniel-KM closed this Feb 6, 2023
@Daniel-KM Daniel-KM deleted the fix/value_annotation_resource branch February 14, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants