Lucas van Schaik
|
ee425d2c1f
|
Revert "Comment too long"
This reverts commit aba5052308 .
|
2 years ago |
Rosie Le Faive
|
bb06d8143c
|
Update Crayfish Commons dependency
|
2 years ago |
Jordan Dukart
|
c721f9ba07
|
Reset contexts before evaluation. (#932)
* Reset contexts before evaluation.
* Only reset when Islandora's ContextProviders are being used.
|
2 years ago |
Jordan Dukart
|
db85922765
|
Merge pull request #928 from seth-shaw-asu/issue-927
fix for deprecated Symfony Event class
|
2 years ago |
Lucas van Schaik
|
b89da473f1
|
Be consistent with context module, issue 3177007
|
2 years ago |
Lucas van Schaik
|
aba5052308
|
Comment too long
|
2 years ago |
Lucas van Schaik
|
a409d402aa
|
Make sure that the action is appropriate: either system or with same entity type
|
2 years ago |
Lucas van Schaik
|
4250109c63
|
Check if conditions exist before applying contexts to them
|
2 years ago |
Lucas van Schaik
|
87f475d81c
|
Check if action is appropriate for entity before executing
|
2 years ago |
Lucas van Schaik
|
74755f8074
|
Implement solution for drupal issues 3089660 and 3045666
|
2 years ago |
Seth Shaw
|
b57f8ff64d
|
fix for deprecated Symfony Event class
|
2 years ago |
Ant Brown
|
2794f01164
|
Fix deprecated File::url(), use createFileUrl() instead (#855)
* islandora.tokens.inc
* See https://www.drupal.org/node/3019830
Co-authored-by: Ant Brown <ant@catalyst.net.nz>
|
2 years ago |
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 |