Jordan Dukart
1a13b3e713
Merge pull request #873 from seth-shaw-unlv/multiple-parents
...
Multiple breadcrumb parent fields
3 years ago
Seth Shaw
e1428bb13a
PR recommendations; clarify max-depth config
3 years ago
Seth Shaw
73d0d66402
maxDepth counting should start at 1, not zero
3 years ago
Seth Shaw
9c283ea0c0
add breadcrumbs form; fix includeSelf error
3 years ago
Seth Shaw
ed0979f97c
make breadcrumbs referenceField an array
3 years ago
Alexander O'Neill
f6fa77984b
Islandora Image schema inherits from parent.
3 years ago
Alexander O'Neill
11bc7886ea
Update islandora_image schema to fix failing test.
3 years ago
Alexander O'Neill
52d3df1462
Suppress 'Schema incomplete' error in Functional test.
3 years ago
Alexander O'Neill
92d5a7fbbd
Fix Coder errors in IIIF views style plugin.
3 years ago
Jared Whiklo
d8d101e571
Ensure we can connect to the JMS Broker everytime ( #868 )
3 years ago
Alexander O'Neill
71b1cb5d64
Add try() wrapper to IIIF manifest title generate function.
3 years ago
Alexander O'Neill
e9f9aad49c
Set IIIF Manifest title based on content title.
3 years ago
Simon Hieu Mai
a04a72c483
The "Node has ancestor" condition shouldn't be required ( #867 )
3 years ago
Jordan Dukart
e0152eaa8c
Per step not job. ( #866 )
3 years ago
Jordan Dukart
a7e4c1659e
Add ancestor helper and condition. ( #865 )
...
* Add ancestor condition.
* Move the ancestors to the utils helper, re-work the builder.
* Use the config option as opposed to hard coding.
* Handle a looping scenario (a > b > c > a).
3 years ago
Ant Brown
bd98028f00
Fill in blanks for IntegerWeightSelector (Islandora#2065) ( #863 )
...
Authored-by: Ant Brown <ant@catalyst.net.nz>
3 years ago
Jordan Dukart
4c439d4817
Ensure node exists before using it. ( #864 )
3 years ago
Jordan Dukart
6d752e479e
Merge pull request #862 from Islandora/jsonld-cache-tags
...
Add check for cache tags in JSON-LD alter hook.
3 years ago
Alexander O'Neill
4c08d5a274
islandora:862 Remove white space at end of line causing failing tests.
3 years ago
Alexander O'Neill
ac749ce3b5
Fix syntax error.
3 years ago
Alexander O'Neill
f7287be012
islandora:862 Add Use statement to go with last commit.
3 years ago
Alexander O'Neill
9c8193b75a
islandora:862 Incorporate PR review suggestion
...
Co-authored-by: Jordan Dukart <jordan@discoverygarden.ca>
3 years ago
Islandora Foundation Community
081183bc71
Update README.md
3 years ago
Alexander O'Neill
20f7ebb332
Maintain backward compatibility with File Hash v. 1.x
...
Use valid license string per composer validate.
3 years ago
Alexander O'Neill
1a61b17875
Update to File Hash 2.x due to failing tests.
...
See https://www.drupal.org/project/filehash/issues/3271137
3 years ago
Alexander O'Neill
2199336446
Add further check to jsonld context cacheability to avoid white screen.
3 years ago
Alexander O'Neill
7709425358
Add check for cache tags in JSON-LD alter hook.
3 years ago
Jared Whiklo
c1aa0a5f2f
Update testing ( #861 )
...
* Update Github Actions to test more
3 years ago
Seth Shaw
90d6795172
Purge Migrate Tools (Issue 1994) ( #859 )
...
* Update composer.json
* purge migrate_tools instead
3 years ago
Alan Stanley
4f45cb8c06
added additional iiif config exception ( #857 )
3 years ago
Jordan Dukart
adbfea79a4
Check if the cue has changed before updating the HTML. ( #853 )
3 years ago
Seth Shaw
01f22b717f
Explicitly close fedora flysystem connections ( #852 )
...
* Explicitly close fedora flysystem connections
* fixing tests
3 years ago
Rosie Le Faive
e9448b0b00
Continue branch renaming.
3 years ago
Rosie Le Faive
4b9493210e
Start fixing branches to semver.
3 years ago
Jared Whiklo
2923a1a8b9
Add missing use statement ( #851 )
3 years ago
Adam
05c0d1cc58
Make messages persistent by default. ( #840 )
3 years ago
Adam
d800748653
Event-based STOMP header generation ( #839 )
...
* More flexible headers for STOMP messages, theoretically.
* Lower the priority of the base implementation.
* More context.
* Add in the "aud" claim.
... ensure we're dealing with our tokens.
* Rectify the other base class.
* Remove some chaff intro'd from merge conflicts.
* Return after failing to find the "aud" claim.
* Permissively allow without the "aud" claim...
... _could_ roll more conditionally, with some state set during an update
hook; however, seems like unnecessary complexity.
* Couple of coding standards things.
* Add the use of the class back in.
3 years ago
Seth Shaw
588760b57d
Issues 1888 & 1886: fix broken islandora_core_feature_update_8001 ( #850 )
...
* fix broken islandora_core_feature_update_8001
* issue-1886: fix undefined variable
fixes https://github.com/Islandora/documentation/issues/1888 and fixes https://github.com/Islandora/documentation/issues/1886
3 years ago
Rosie Le Faive
9ada5d678f
Add day as valid interval for JWT ( #848 )
3 years ago
Rosie Le Faive
aa94c9afa5
Add "Documentation" section to pull request template ( #846 )
...
* Update PULL_REQUEST_TEMPLATE.md
* fix spelling.
3 years ago
dannylamb
714d9b632f
Preparing for next deveopment iteration
3 years ago
dannylamb
b53ba8e62c
Setting 2.0.0 dependency
3 years ago
Nigel Banks
0c0dd67334
Allow page view derived Advanced Search blocks on any page ( #843 )
...
* Allow page view derived Advanced Search blocks on any page
Allows the Advanced Search block to be used on pages
where its corresponding view is not present. Now it
will redirect to the route associated with the view
it was generated from.
This is not valid for Advanced Search blocks that
are derived from non-page based views, as there is
no known location in which to redirect the query.
* Fix for undefined index warning.
* Documented Exposed form style settings requirement for Advanced Search.
3 years ago
Willow Gillingham
4a20d4b5e4
Islandora tokens 1171 pt2 ( #845 )
...
* moved PDF URL token from controlled_access_terms for #1171
* include reference to Media and File classes
* an empty line for travis
* download url using the islandora_utils getDownloadUrl method
3 years ago
Alan Stanley
d291c628bd
Merge pull request #842 from asulibraries/audio_notracks_hotfix_1871
...
check audio textTracks before trying to use them for #1871
3 years ago
dannylamb
75215caabb
Less gemini ( #841 )
...
* Delete system.action.index_file_in_fedora.yml
* Delete system.action.delete_file_from_fedora.yml
* update hook
3 years ago
Willow Gillingham
52033e8788
check that there are audio textTracks before trying to use them for #1871
3 years ago
dannylamb
85dae5c9d8
Reverting test for packagist auto-updating
3 years ago
dannylamb
daebe15c59
Update README.md
3 years ago
dannylamb
77bf39b2bc
Update README.md
3 years ago