Alan Stanley
a98abd3d3c
Merge 2833d15f9f into b8f0b9c966
2 years ago
Alan Stanley
2833d15f9f
Type hint
2 years ago
Alan Stanley
48d9194262
Update IslandoraUtils.php
...
Tweaked PHPDocs
2 years ago
Alan Stanley
1bca617d4f
Update IslandoraUtils.php
...
Fixed PHPDoc
2 years ago
Rosie Le Faive
b8f0b9c966
Allow NodeHasMediaUse view filter to work on views with node relationships. ( #1010 )
...
* Adjust addition of where clause.
* Bit of other paranoia with aliases.
* Dependency injection in NodeHasMediaUse views filter.
---------
Co-authored-by: Adam Vessey <adam@discoverygarden.ca>
2 years ago
Akanksha Singh
da47bcfb08
Node has Parent context does not explicitly check if the field exists. ( #1019 )
...
* Check that the field exists on node
* Early exit with disabled check
2 years ago
ajstanley
108fa6f9a9
fixed test
2 years ago
Rosie Le Faive
5e958a5e10
Allow application/xml in OCR Action.
2 years ago
ajstanley
29c11b63de
codered
2 years ago
ajstanley
4f363f7a6d
abstracted media and file deletion
2 years ago
ajstanley
03293d8d2e
abstracted media and file deletion
2 years ago
Rosie Le Faive
3902cce0ac
Allow filehash 3 ( #1016 )
2 years ago
Alan Stanley
c8827f6501
Merge branch 'Islandora:2.x' into 2.x
2 years ago
Aron Novak
c80769580c
Do not have a fatal error on a missing action ( #1014 )
2 years ago
Adam
54206de712
Fix Functional Javascript CI tests ( #1004 )
...
* Fixup js tests
* Move MINK env var into phpunit for easier local testing
* Fix xpath for 10.3
---------
Co-authored-by: Joe Corall <jjc223@lehigh.edu>
2 years ago
Joe Corall
9b2661696d
Add hOCR functionality ( #1006 )
...
* Add hOCR functionality
* Fix wording in Islandora IIIF View Style config form.
* Islandora IIIF: Attempt to fix broken config schema.
* Islandora IIIF: Remove labels from config schema.
* Islandora IIIF: Add labels to config schema items.
* Update IIIFManifest.php
* Move to memorized term lookup, instead of polluting method call.
* Deal explicitly with URIs, instead of attempting to put the entity in config.
* hocr Islandora IIIF: Add missing null check.
---------
Co-authored-by: Alexander O'Neill <alexander@born-digital.com>
Co-authored-by: Alexander O'Neill <aloneill@gmail.com>
Co-authored-by: Rosie Le Faive <lefaive@gmail.com>
Co-authored-by: Adam Vessey <adam@discoverygarden.ca>
2 years ago
Alexander O'Neill
089a3654ba
Merge pull request #1007 from rosiel/2.x
...
Test on PHP 8.3 and Drupal 10.3
2 years ago
Rosie Le Faive
263666f5fc
Remove new_storage_type from form part 2.
2 years ago
Rosie Le Faive
95c2d6c0c9
Syntax.
2 years ago
Rosie Le Faive
cde2c133e1
Update tests for D10.3's new field selector form.
2 years ago
Rosie Le Faive
a2c31fcaad
@adam-vessey's fix for drupalGet headers.
2 years ago
Rosie Le Faive
9ed3637339
Update islandora.module ( #1008 )
2 years ago
Rosie Le Faive
13bc15ea43
Last attempt to not pass translatables as button labels.
2 years ago
Rosie Le Faive
9f2277fc51
Exclude PHP 8.3 with Drupal 10.1.
2 years ago
Rosie Le Faive
89261c17ae
Add some forgotten translateable markup.
2 years ago
Rosie Le Faive
3784def287
Tests use strings not translateable markup to select interface buttons.
2 years ago
Rosie Le Faive
e30cdbf681
Update testing drupal and php versions
2 years ago
Rosie Le Faive
3065c87874
Remove Feature-ness of Islandora Core Feature. ( #968 )
...
* Remove Feature-ness of Islandora Core Feature.
* Remove features bundle config.
* Remove from composer.json.
* Remove dependency on Features UI.
* Rename install dir to optional.
* Update text_extraction_defaults and remove 'fim' from workflows.
2 years ago
Alan Stanley
d0e0c29921
Issue 1000 ( #1001 )
...
* Change to Boolean logic
* added forward slash to path
* Made Viewer display configurable
---------
Co-authored-by: Rosie Le Faive <lefaive@gmail.com>
2 years ago
ajstanley
f3b52111b2
Merge branch '2.x' of https://github.com/Islandora/islandora into 2.x
2 years ago
Alan Stanley
28174c3ce4
Change to Boolean logic ( #999 )
2 years ago
Rosie Le Faive
11c889b222
remove accidental newline
2 years ago
Rosie Le Faive
91032cebc2
Merge branch '2.x' into 2.x
2 years ago
ajstanley
4404dff246
reverting accidental commit
2 years ago
ajstanley
c93c1ff940
change to Boolean logic
2 years ago
ajstanley
ee0c49fea5
Change to Boolean logic
2 years ago
ajstanley
b65881625a
change to Boooean logic
2 years ago
ajstanley
c149781da0
Merge branch '2.x' of https://github.com/Islandora/islandora into 2.x
2 years ago
Seth Shaw
c6341649ca
Use FileUrlGeneratorInterface ( #996 )
...
* Use FileUrlGeneratorInterface
* Use FileUrlGeneratorInterface
2 years ago
Annie Oelschlager
4630439760
Merge pull request #986 from rosiel/coi
...
Add COI integration to islandora settings form.
2 years ago
Rosie Le Faive
056695c79c
8.2 deprecations from tests ( #995 )
2 years ago
Rosie Le Faive
4b2b9b221b
Fix tests ( #991 )
2 years ago
Joe Corall
f29fef2bac
Do not render the pdf_url metatag if there is no value ( #985 )
...
* Do not render the pdf_url metatag if there is no value
* Always return a string
2 years ago
Adam
095e0ecf67
Update to use the new hook. ( #992 )
...
`hook_field_widget_WIDGET_TYPE_form_alter()` was deprecated in Drupal 9.2.0 and removed in Drupal 10; however, it was what this functionality was using.
It has been replaced with
`hook_field_widget_single_element_WIDGET_TYPE_form_alter()`.
See: https://www.drupal.org/node/3180429
2 years ago
Rosie Le Faive
d5556f445d
Add PHP 8.2 <strike>and Drupal 10.2</strike> to testing matrix ( #987 )
...
* Add PHP 8.2 and Drupal 10.2 to testing matrix
* Use `name` key when creating test content type.
* Remove `gemini_url` from schema.
* Remove gemini_url from islandora.settings.yml
* Update OcrTextFormatter.php
* Remove Drupal 10.2 from matrix, known fail.
2 years ago
Rosie Le Faive
2c91dc6f58
syntax.
2 years ago
Rosie Le Faive
16617a9dd7
Composer suggest COI.
2 years ago
Rosie Le Faive
c05236ac8c
Add COI integration to IIIF module.
2 years ago
Rosie Le Faive
6cfaca36e7
Update src/Form/IslandoraSettingsForm.php
...
Co-authored-by: Adam <adam.vessey@gmail.com>
2 years ago
Rosie Le Faive
f077af677b
Add COI integration to islandora settings form.
2 years ago