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

Readded: Small Fix for mediaupload problems caused by missing metadata #1596

Open
wants to merge 403 commits into
base: dev/php8
Choose a base branch
from

Conversation

CGitPrinz
Copy link
Contributor

This was a hotfix we needed for our big rollout. There is a better solution, but it requires to rewrite some of the logic in this function (app/helpers/gisHelpers.php: caGISminutesToSignedDecimal)

The upload process of media/files works fine, but when clicking on "Save", we got errors because of missing metadata from those specific images, that are probably needed

collectiveaccess and others added 30 commits January 15, 2021 15:10
…ation() that prevents linking of newly imported representations to their subject record
type_name_* prematurely set for listing sets by user
Localize select options for display settings
Quick fix for Set list by user headings
…ighlight-user-headings-to-help-read-the-listing

Set list by user: highlight user headings to help read the listing
using brackets doesn't work for PHP 8, throws deprecation warning in PHP 7.4
use [] instead of {} for getting character
Bring bracket back into its commented-out block
Localize the default text in required_field_marker, for instances where show_required_field_marker is set to 1.

The text to be translated would not be picked up if maintained verbatim  (that is, _t((Required)) would not be localized at runtime for some reason tied to the use of parenthesis). Not knowing the escape rules (if any), I've cowardly moved the string to square brackets, with _t([Required]) working as expected. Installs using the default string will notice a change from (Required) to [Required]. Hope it helps anyway.
collectiveaccess and others added 29 commits January 24, 2023 23:49
patch Chenhall importer with 1.8 backport
"borrowed from" should be "borrowed by"
…ategories for authorities (person and org) and portraits (person and deity). searching on English label
Update docx_results.php : missing field names in the docx export
Update docx_results.php : missing field names in the docx export
Removed duplicate relationship types from dacs_heritage.xml
added several new Nomisma classes for information service, refining c…
…rst level of places

Replacing : ca_places_locations_hierarchy_browser_hide_root
By : ca_places_hierarchy_browser_hide_root
Change ca_places_locations_hierarchy_browser_hide_root to hide the fi…
Corrected display format for Creator column
Fixing typo in global resourcespace information service settings variable.
…ToCorrectDocumentationOnProfiles

Correct the installer link to documentation about profiles
Enabled client-side caching in the IIIF service.
fixes media-upload when certain meta-data from EXIF is missing
@goetzk
Copy link
Contributor

goetzk commented Oct 6, 2024

@CGitPrinz you are trying to merge to dev/php8 from a fork of master. you'll need to rebase/retarget your PR so the CA team can merge it.

That said, a quick look at the commits in this changeset suggests c6e86b7 is the only change so they may be able to cherry pick that one directly from your repo if they're willing.

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.