Melissa Anez
520d1de93c
Update field.storage.node.field_display_hints.yml ( #152 )
5 years ago
Melissa Anez
fef6b30eab
Add in-form help text for Media Use field on the four standard media types ( #150 )
...
* Update field.field.media.image.field_media_use.yml
* Update field.field.media.audio.field_media_use.yml
* Update field.field.media.file.field_media_use.yml
* Update field.field.media.video.field_media_use.yml
5 years ago
Mark Jordan
a956f5a4a9
Work on #1199 . ( #149 )
5 years ago
Melissa Anez
2e0d66f6b1
Update CONTRIBUTING.md ( #148 )
5 years ago
Mark Jordan
d65e25f59c
Create a Context Condition that detects the namespace in the PID field ( #147 )
5 years ago
Mark Jordan
9bb4635cfa
Adds a Context Condition that tests a node's parent ( #146 )
5 years ago
Mark Jordan
f17b5d44e6
Adds a Context Condition to detect the MIME type of the media ( #145 )
5 years ago
Seth Shaw
7f3ce9f092
change cardinality ( #143 )
5 years ago
dannylamb
9af957f4e3
Refactoring URL generation into util functions ( #144 )
...
* Refactoring URL generation into util functions
* Coding standards
* Ignoring schema errors on media.settings in functional tests
* Missed tests in submodules
5 years ago
Seth Shaw
53d977e434
Breadcrumbs sub-module ( #132 )
...
* initial commit
* break looped chains
* add depthLimit and includeSelf configuration
* clean up configuration
* breadcrumb tests
* enable tests in travis
* fix travis tests
5 years ago
Jared Whiklo
2c59657761
use common testing scripts ( #142 )
5 years ago
dannylamb
e3446c046b
Pointing to dev instead of ^1.0
5 years ago
dannylamb
533dead54e
Prepare for next development iteration
6 years ago
dannylamb
28c74495c8
Adding describes url to messages and enforcing language neutrality in a few more places.
6 years ago
dannylamb
629cab8c7c
Removing all occurences of access field
6 years ago
dannylamb
23b431a3e8
Getting rid of islandora_defaults dependency
6 years ago
dannylamb
d291dbca8d
Pinning to 1.0.0
6 years ago
dannylamb
2aa45758aa
Tweaking config
6 years ago
dannylamb
b16bc2d989
Update composer.json
6 years ago
dannylamb
578ab47fd9
Forcing urls in event messages to be language neutral as well ( #141 )
6 years ago
Jared Whiklo
ba806fd719
Switch @value to @id ( #140 )
6 years ago
Jared Whiklo
a6c89adbbe
Set default settings ( #138 )
6 years ago
dannylamb
b250b01a4e
Revert "Simpler upload form to link media and node in one shot" ( #139 )
...
* Revert "Simpler upload form to link media and node in one shot (#135 )"
This reverts commit 845efd3520
.
* Coder
6 years ago
dannylamb
8e02b05b7a
Swapping file and media urls in jsonld ( #136 )
6 years ago
dannylamb
ea2236ab31
Forcing flysystem downloads to be language neutral ( #137 )
...
* Forcing flysystem downloads to be language neutral
* Coder....
6 years ago
dannylamb
845efd3520
Simpler upload form to link media and node in one shot ( #135 )
6 years ago
dannylamb
6956a85d3c
Respecting jsonld module configuration for ?_format=jsonld ( #134 )
...
* Respecting jsonld module configuration for ?_format=jsonld
* Using 0.2.0 of jsonld
6 years ago
dannylamb
8fbf5163dc
Only adding rdf:type to the first entry in the jsonld graph ( #131 )
...
* Only adding rdf:type to the first entry in the jsonld graph
* Whitespace
* Searching for entity in graph instead of assuming it's the first
6 years ago
dannylamb
37f9a36607
Adding model for Digital Documents (e.g. pdf) ( #130 )
6 years ago
Jared Whiklo
4a7507ca84
Allow multiple view modes ( #129 )
6 years ago
dannylamb
b4b8fe1e12
Media Fedora Uri Pseudo-Fields ( #126 )
...
* Getting media fedora uris in the pseudo field as well
* Same tests, less code
6 years ago
dannylamb
43b971cdf6
Slideshow image formatter ( #127 )
...
* Custom image formatter with URL to node instead of media
* Tests
6 years ago
dannylamb
f3644dca17
Config for external content ( #125 )
6 years ago
Jared Whiklo
a82f80f3ea
Display Fedora URI in Drupal ( #124 )
...
* Make a pseudo field we can use
* coder
* Fix config and coder for root level
* Default to empty array
* Add tests and clean up some deprecations
* Form validation of Gemini URI before bundle selection.
* Coder
* Add functional test for Islandora Settings
6 years ago
dannylamb
a209d3c1ca
Adding media to the EntityBundle condition ( #123 )
6 years ago
Seth Shaw
be09b4340a
Bumps composer versions as per Issue 1052 ( #122 )
...
* update migrate plugins
* update prepopulate module
6 years ago
Mark Jordan
64d2ff0d0e
Work on https://github.com/Islandora-CLAW/CLAW/issues/1014 . ( #113 )
...
* Work on https://github.com/Islandora-CLAW/CLAW/issues/1014 .
* Fix coding style.
* Use $scheme, not 'fedora'.
6 years ago
Seth Shaw
fb1802b27d
Make JWT Expiry configurable - Issue 1030 ( #116 )
...
* Make JWT expiry configurable using Islandora Core Setting form.
* coding standards
6 years ago
dannylamb
92df5dc173
Missing a fclose :S ( #120 )
6 years ago
Seth Shaw
f7f143754e
Modifies Guzzle client handler to generate a new JWT for each request. ( #119 )
6 years ago
J Hunt
2bfefc2bdf
Fix typos. ( #121 )
6 years ago
J Hunt
9e0a2e546c
#1028 Fix member of, media of prepopulate via URL query ( #117 )
6 years ago
Natkeeran
96634a3de8
specific service file path format is needed! ( #115 )
6 years ago
Natkeeran
e11363b0cf
islandora_audio plugin module ( #114 )
...
* islandora_audio plugin module
* changes requested by Danny
6 years ago
dannylamb
c002215cdb
Seting chullo dependency to an actual version and not dev-master ( #111 )
6 years ago
dannylamb
661e3f8580
Adding rdf mapping for islandora_display ( #109 )
...
👍
6 years ago
Seth Shaw
57070658ac
Add tests for the `EntityBundle` and `JsonldAlterTypeReaction` plugins (Issue 992) ( #110 )
...
* EntityBundleTest WIP
* don't use route parameters to identify entity
* give taxonomy permissions and fix 'Hello World!' NOT in output
* WIP JsonldTypeAlterReactionTest
* working JsonldTypeAlterReactionTest
- remove buggy FieldUiTestTrait
- use schema:Organization for test predicate
- remove commented-out code
- add assertTrue for successful @type modification
* restore media type comment
6 years ago
dannylamb
0d4d45b8c8
Linked agents ( #105 )
...
* Features export for https://github.com/Islandora-CLAW/CLAW/issues/905
* removing islandora_demo as a dependency
6 years ago
Seth Shaw
4c41a64631
Allow JSON-LD @Type to be configurable based on a specified Content Entity field ( #107 )
...
* new EntityBundle condition and JsonldTypeAlterReaction
* coding standards and removed logger notice
* add description to formbuilder
* support referenced entities that include a field_external_uri
6 years ago
Seth Shaw
9c1b702d42
Add userid option to migrate:import ( #108 )
...
* add userid option to migrate:import
* coding standards
6 years ago