Joe Corall
8cc7c83770
Update build-2.x.yml
12 months ago
Joe Corall
c926bc40d0
this can;t be it
12 months ago
Joe Corall
41bad9baed
localhost -> 127.0.0.1
12 months ago
Joe Corall
fa36a29b28
back to selenium
12 months ago
Joe Corall
ad8151ab20
Switch to chromedriver
12 months ago
Joe Corall
370eb3e7c2
host.docker.internal
12 months ago
Joe Corall
477ed14e34
use host.docker.internal
12 months ago
Joe Corall
e62bab6fad
print logs
12 months ago
Joe Corall
3141f41411
set drupal base url to localhost
12 months ago
Joe Corall
0a97d8a1fc
fix add-hosts flag
12 months ago
Joe Corall
3e8813d25b
add selenium as a service
12 months ago
Joe Corall
8d40c4cb3e
Fail tests on failure
12 months ago
Joe Corall
2e9ae0784c
Move environment variables into the env block
12 months ago
Joe Corall
df9c6a59d0
Escape quotes
12 months ago
Joe Corall
f539d7c754
Enable functional javascript tests
12 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>
12 months ago
Alexander O'Neill
089a3654ba
Merge pull request #1007 from rosiel/2.x
...
Test on PHP 8.3 and Drupal 10.3
1 year ago
Rosie Le Faive
263666f5fc
Remove new_storage_type from form part 2.
1 year ago
Rosie Le Faive
95c2d6c0c9
Syntax.
1 year ago
Rosie Le Faive
cde2c133e1
Update tests for D10.3's new field selector form.
1 year ago
Rosie Le Faive
a2c31fcaad
@adam-vessey's fix for drupalGet headers.
1 year ago
Rosie Le Faive
9ed3637339
Update islandora.module ( #1008 )
1 year ago
Rosie Le Faive
13bc15ea43
Last attempt to not pass translatables as button labels.
1 year ago
Rosie Le Faive
9f2277fc51
Exclude PHP 8.3 with Drupal 10.1.
1 year ago
Rosie Le Faive
89261c17ae
Add some forgotten translateable markup.
1 year ago
Rosie Le Faive
3784def287
Tests use strings not translateable markup to select interface buttons.
1 year ago
Rosie Le Faive
e30cdbf681
Update testing drupal and php versions
1 year 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
Alan Stanley
28174c3ce4
Change to Boolean logic ( #999 )
1 year ago
ajstanley
4404dff246
reverting accidental commit
1 year ago
ajstanley
c93c1ff940
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.
2 years ago
Annie Oelschlager
58d1b37f11
Merge pull request #982 from Islandora/rosiel-patch-1
...
Specify fetch-depth during mirroring to gitlab.
2 years ago
Rosie Le Faive
76eb4717a2
Specify fetch-depth during mirroring to gitlab.
2 years ago