Alan Stanley
48d9194262
Update IslandoraUtils.php
...
Tweaked PHPDocs
7 months ago
Alan Stanley
1bca617d4f
Update IslandoraUtils.php
...
Fixed PHPDoc
7 months ago
ajstanley
108fa6f9a9
fixed test
8 months ago
ajstanley
29c11b63de
codered
8 months ago
ajstanley
4f363f7a6d
abstracted media and file deletion
8 months ago
ajstanley
03293d8d2e
abstracted media and file deletion
8 months ago
Alan Stanley
c8827f6501
Merge branch 'Islandora:2.x' into 2.x
8 months ago
Aron Novak
c80769580c
Do not have a fatal error on a missing action ( #1014 )
8 months 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>
8 months 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>
8 months ago
Alexander O'Neill
089a3654ba
Merge pull request #1007 from rosiel/2.x
...
Test on PHP 8.3 and Drupal 10.3
9 months ago
Rosie Le Faive
263666f5fc
Remove new_storage_type from form part 2.
9 months ago
Rosie Le Faive
95c2d6c0c9
Syntax.
9 months ago
Rosie Le Faive
cde2c133e1
Update tests for D10.3's new field selector form.
9 months ago
Rosie Le Faive
a2c31fcaad
@adam-vessey's fix for drupalGet headers.
9 months ago
Rosie Le Faive
9ed3637339
Update islandora.module ( #1008 )
9 months ago
Rosie Le Faive
13bc15ea43
Last attempt to not pass translatables as button labels.
10 months ago
Rosie Le Faive
9f2277fc51
Exclude PHP 8.3 with Drupal 10.1.
10 months ago
Rosie Le Faive
89261c17ae
Add some forgotten translateable markup.
10 months ago
Rosie Le Faive
3784def287
Tests use strings not translateable markup to select interface buttons.
10 months ago
Rosie Le Faive
e30cdbf681
Update testing drupal and php versions
10 months 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.
1 year 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>
1 year ago
ajstanley
f3b52111b2
Merge branch '2.x' of https://github.com/Islandora/islandora into 2.x
1 year ago
Alan Stanley
28174c3ce4
Change to Boolean logic ( #999 )
1 year ago
Rosie Le Faive
11c889b222
remove accidental newline
1 year ago
Rosie Le Faive
91032cebc2
Merge branch '2.x' into 2.x
1 year ago
ajstanley
4404dff246
reverting accidental commit
1 year ago
ajstanley
c93c1ff940
change to Boolean logic
1 year ago
ajstanley
ee0c49fea5
Change to Boolean logic
1 year ago
ajstanley
b65881625a
change to Boooean logic
1 year ago
ajstanley
c149781da0
Merge branch '2.x' of https://github.com/Islandora/islandora into 2.x
1 year ago
Seth Shaw
c6341649ca
Use FileUrlGeneratorInterface ( #996 )
...
* Use FileUrlGeneratorInterface
* Use FileUrlGeneratorInterface
1 year ago
Annie Oelschlager
4630439760
Merge pull request #986 from rosiel/coi
...
Add COI integration to islandora settings form.
1 year ago
Rosie Le Faive
056695c79c
8.2 deprecations from tests ( #995 )
1 year ago
Rosie Le Faive
4b2b9b221b
Fix tests ( #991 )
1 year 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
1 year 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
1 year 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.
1 year ago
Rosie Le Faive
2c91dc6f58
syntax.
1 year ago
Rosie Le Faive
16617a9dd7
Composer suggest COI.
1 year ago
Rosie Le Faive
c05236ac8c
Add COI integration to IIIF module.
1 year ago
Rosie Le Faive
6cfaca36e7
Update src/Form/IslandoraSettingsForm.php
...
Co-authored-by: Adam <adam.vessey@gmail.com>
1 year ago
Rosie Le Faive
f077af677b
Add COI integration to islandora settings form.
1 year ago
Adam
572ffcf2e1
Fix up typo. ( #984 )
1 year ago
Alexander O'Neill
f7a77820d3
Merge pull request #980 from rosiel/issue-975
...
Declare httpClient variable.
1 year ago
Annie Oelschlager
58d1b37f11
Merge pull request #982 from Islandora/rosiel-patch-1
...
Specify fetch-depth during mirroring to gitlab.
1 year ago
Rosie Le Faive
76eb4717a2
Specify fetch-depth during mirroring to gitlab.
1 year ago
Annie Oelschlager
e2ec673017
Merge pull request #971 from rosiel/media-redirect
...
Add media save redirect.
1 year ago
Rosie Le Faive
d6e07491d2
UI text improvement.
1 year ago