dannylamb
8b7caa9e8c
Fixes JSONLD endpoint fail for Extracted Text ( #768 )
...
* wrapping string in array for case where there's no rdf mapping
* Adding rdf mapping for extracted text
5 years ago
J Hunt
dd47b16be9
#1475 Check derivative_term instead of source_term ( #766 )
...
Co-authored-by: Jonathan Hunt <git@huntdesign.co.nz>
5 years ago
dannylamb
e9bea0d697
Using context_definitions annotation instead of the deprecated contex… ( #764 )
5 years ago
dannylamb
c89ff9f16d
No longer double negating conditions ( #763 )
5 years ago
Jared Whiklo
2a1024c19a
Catch Flysystem exceptions and report ( #762 )
5 years ago
Eli Zoller
9b6a701a4a
version a replaced file
5 years ago
Nick Ruest
6d54ff9d0c
warn->warning - fix for https://github.com/Islandora/documentation/issues/1308 ( #758 )
5 years ago
dannylamb
0d9019bb6d
Injecting interfaces instead of actual classes ( #750 )
5 years ago
Rosemary Le Faive
a0c0b06763
Change condition name to be explicitly a node condition. ( #753 )
5 years ago
dannylamb
93a84c620e
Updating language
5 years ago
dannylamb
e417b0a84c
Filtering out terms that don't have external uris from the autocomplete
5 years ago
dannylamb
f8dd584390
Coding standards
5 years ago
dannylamb
12dfcf7be3
Using Authority Link fields in addition to field_external_uri
5 years ago
dannylamb
b8abc327b0
Adding OR logic to NodeHasTerm and ilk
5 years ago
dannylamb
20477e814a
Add submodules to CI testing ( #749 )
...
* Add submodules to CI testing
* Forgot a quote
* Fixing tests
5 years ago
Natkeeran
63a035fd91
Fedora url ( #742 )
...
* fedora url
* save the config value
* form validation for fedora url
* get fedora_url from default settings.php
* travis syntax cleanup
5 years ago
Seth Shaw
31faef8841
Add userid option to migrate:rollback ( #741 )
...
* add userid to migrate:rollback
* make local functions protected
5 years ago
dannylamb
00b9006c8b
Versioning ( #733 )
5 years ago
dannylamb
a8e44c5010
Forgot a comma at the end of an array entry
5 years ago
dannylamb
1e0b98e50a
Drupal uri predicate ( #729 )
...
* Switch the label and summary of contextReaction map_uri_predicate.
* Switch config form to Self-reference predicate.
* Rename files to JsonldSelfReference... .
* Coding standards.
5 years ago
dannylamb
d151235246
README template conformation
5 years ago
dannylamb
3e4a4360dc
Cleaning up README (and some awful form text)
5 years ago
Mark Jordan
58598232b5
Work on #1270 . ( #164 )
...
* Work on #1270 .
* Remove cruft.
* Remove more cruft.
* Removed extra comma.
* Changed 'context' to 'context_definitions'.
* Added additional Context Condition, MediaIsIslandoraMedia.
* Removed the node_is_islandora_object and media_is_islandora_media Conditions from the core block placement UI.
5 years ago
Debbie Flitner
2a3b556a9e
Issue 1290 fix ( #176 )
...
* Issue 1290 fix
* Add additional line of comment to reduce line length
5 years ago
dannylamb
9c65bfc155
Moving half the config over to islandora_defaults to remove that tric… ( #173 )
...
* Moving half the config over to islandora_defaults to remove that tricky dependency
* Putting in the handling of null weights that got lost in the shuffle
5 years ago
Seth Shaw
d45f948017
Integer-based weight drag-n-drop (Issue 1262) ( #171 )
...
* add integer_weight_selector
* test integer weight drag-n-drop
* move reorder_children view to core
5 years ago
Alan Stanley
93e55991a0
method check for remote videos ( #162 )
...
* method check for remote videos
* merged upstream changes
* fixed syntax
5 years ago
dannylamb
e0d70b6059
Allowing NodeHasTerm to check for multiple tags using AND logic ( #167 )
5 years ago
Jared Whiklo
c3fa84500e
Hide media and members tabs on non-Islandora objects. ( #160 )
...
* Use custom access to test type of node
* Also hide Members tab
* Separate permission for node fields
* Check for correct field
* Add phpdoc and make both fields required.
* Remove whitespace
5 years ago
dannylamb
310481be34
Remove duplicate media delete action ( #153 )
...
* Removing duplicate delete media action
* Torching test
* Update hook
* Coding standards
5 years ago
Seth Shaw
f6252999ae
Node Is Published Condition ( #151 )
...
* Create NodeIsPublished.php
* fix partial commit
* phpcbf
* fix constructors
5 years ago
Mark Jordan
a956f5a4a9
Work on #1199 . ( #149 )
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
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
dannylamb
28c74495c8
Adding describes url to messages and enforcing language neutrality in a few more places.
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
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
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