JojoVes
c36f7d9978
Replace deprecated 'context' condition annotation with 'context_definitions' ( #925 )
...
There was a cleanup done for this deprecation in https://github.com/Islandora/islandora/pull/764
before the 'NodeReferencedByNode' condition was made, then the deprecated annotation must have
just been missed in reviewing https://github.com/Islandora/islandora/pull/808 .
2 years ago
Adam
fe7e450a51
Index `field_weight`'s value. ( #924 )
2 years ago
Alexander O'Neill
4f4e661e38
Merge pull request #918 from Islandora/issues-917-ocr-action-defaults
...
Updating default config for GenerateOCRDerivative.php
2 years ago
Adam
6f2955b061
Avoid ::referencedEntities() call when it is not expected to exist. ( #923 )
2 years ago
Rosie Le Faive
cefee615c0
Warn re. tiffs and jp2s in image file derivatives. ( #921 )
...
* Warn re. tiffs and jp2s in image file derivatives.
* Update wording.
2 years ago
Jordan Dukart
4ec340744c
Merge pull request #922 from rosiel/update-deps
...
Update deps
2 years ago
Rosie Le Faive
12e28f1284
Sort dependencies.
2 years ago
Rosie Le Faive
b326d967a6
Update dependencies.
2 years ago
Nigel Banks
dfa095951e
Merge pull request #892 from rosiel/update-image-file-derivs
...
Fix multi-file media to allow image fields only on image derivatives.
2 years ago
Nigel Banks
f780c69556
Merge pull request #908 from rosiel/add-form-improvements-2
...
Add (media/child) form improvements 2
2 years ago
Nigel Banks
db31d1438d
Merge pull request #920 from rosiel/infinite-derivs
...
Avoid Infinite Derivatives.
2 years ago
Nigel Banks
f63dce64ce
Merge pull request #912 from rosiel/fix-checksum-view
...
Filehash Fixes and improve checksum view
2 years ago
Rosie Le Faive
7df45a083a
Use new syntax for filehash.
2 years ago
Rosie Le Faive
665abfbd6c
phpcs.
2 years ago
Rosie Le Faive
41f8710122
Use a proper exception.
2 years ago
Jordan Dukart
5472f6d7e1
Merge pull request #916 from rosiel/fix-iiif
...
Fix errors when OCR field not set.
2 years ago
dannylamb
f86f2bedb1
Updating default config for GenerateOCRDerivative.php
2 years ago
Jordan Dukart
33965b4ca6
Merge pull request #911 from rosiel/eva
...
Upgrade the EVA to 3.0.
2 years ago
Rosie Le Faive
0b7f12d3ba
No infinite derivatives.
2 years ago
Rosie Le Faive
b47d37b1b6
Fix errors when OCR field not set.
2 years ago
Jordan Dukart
023b24b5d3
Merge pull request #905 from shriram1056/dev
...
Delete content node along with its media and file
2 years ago
shriram1056
ee85472dc8
minor changes and post_update for delete_media_and_files
2 years ago
Rosie Le Faive
6c582a8702
Permit newer version of migrate_plus.
...
This version has PHP 8.1 support.
2 years ago
Jason Hildebrand
f71f6dc2e8
Fix warning by checking whether key is set. ( #909 )
...
* Fix warning by checking whether key is set.
* Adjust plugin check in integer-weight views hook.
2 years ago
Jason Hildebrand
5f4a6ab3ae
Eliminate warnings when using NodeHasMediaUse views filter. ( #914 )
2 years ago
Rosie Le Faive
def4fda5b6
Include original hash, and re-hash.
2 years ago
Rosie Le Faive
541620493b
Updates settings and view for filehash^2.
2 years ago
shriram1056
e15b6322ff
fixed log message
2 years ago
shriram1056
48b5333b2d
skip entity types protected by entity integrity reference and updated test cases for toggle feature
2 years ago
Rosie Le Faive
74dcfd0fa4
Improve wording on multi-file derivative Action forms.
2 years ago
Rosie Le Faive
72eaaf659a
Add Image fields only to Image derivative code.
...
Co-authored-by: @ajstanley <alanjarlathstanley@gmail.com>
2 years ago
Rosie Le Faive
4bed36dede
Revert "Allowing Image fields for multi-file media ( #860 )"
...
This reverts commit a297796f47
.
2 years ago
Rosie Le Faive
b0c43accb8
Upgrade the EVA to 3.0.
2 years ago
shriram
5c24c19018
added feature toggle for the behavior
2 years ago
shriram
9b58fc9ecb
added islandora.libraries.yml
2 years ago
shriram
ef1f36f283
Updated test cases to include file deletion
2 years ago
shriram
7ef1afffa2
delete media with files and translations
2 years ago
Rosie Le Faive
386ba0ceb1
Detect access before showing manage links.
2 years ago
Rosie Le Faive
7eebb65c2b
Clarify wording and add manage link.
2 years ago
Rosie Le Faive
e3c7e6edda
Document the add members and add media pages.
2 years ago
Adam
3f7ca2ca10
Fix/batch upload children, with validation according to default widget ( #896 )
...
* Add ctools, prior to using it.
* Fix up all the dependency references.
... before the colon is the project name, so should only be "drupal" for
modules shipped in core.
* Some more together.
* Decent progress... getting things actually rendering...
... bit of refactoring stuff making a mess.
* More worky.
... as in, basically functional. Still needs coding standards pass, and
testing with more/all types of content.
* Coding standards, and warning of validation issues.
* Pull the batch out to a separate service.
* Something of namespacing the child-specific batch...
... 'cause need to slap together a media-specific batch similarly?
* All together, I think...
Both the child-uploading, and media-uploading forms.
* It is not necessary to explicitly mark the files as permanent.
* Further generalizing...
... no longer necessarily trying to load files, where files might not
be present (for non-file media... oEmbed things?).
* Adjust class comment.
* Get rid of the deprecation flags.
* Remove unused constant.
... is defined instead at the "FileSelectionForm" level, accidentally
left it here from intermediate implementation state.
* Pass the renderer along, with the version constraint.
* Add update hook to enable ctools in sites where it may not be.
... as it's now required.
* Cover ALL the exits.
* Refine message.
* Excessively long line in comment...
... whoops.
* Bump spec up to allow ctools 4.
Gave it a run through here, and seemed to work fine; however, ctools'
project page still seems to suggest the 3 major version should be
preferred... but let's allow 4, if people are using or want to test it
out?
* Fix undefined "count" index.
2 years ago
shriram
fd5c38a107
added test cases for deleting node with media
2 years ago
shriram
5bd2cdd851
check if the entity is a node
2 years ago
shriram
3602bb441b
fixed failing coding standard checks
2 years ago
shriram
33ce9e4e13
list media associated with a Islandora object
2 years ago
Willow Gillingham
bdbef45baa
Merge pull request #897 from Islandora/hocr
...
Add hOCR option to Text Extraction Media Attachment action and IIIF Manifest
2 years ago
Alexander O'Neill
2e4780163e
Add check for falsity in IIIF Manifest along with 'isset()'
2 years ago
shriram
aa3c71893e
delete media associated with an islandora object
2 years ago
Jared Whiklo
0948436395
Unset pseudo field in display modes automatically ( #899 )
...
* Unset pseudo field in display modes automatically
* Clear the correct cache and fix coder issues
2 years ago
Mark Jordan
ca1d9f6f60
Issue #2170 : Sort "manage members" View results by field_weight ( #900 )
2 years ago