* Switch the label and summary of contextReaction map_uri_predicate.
* Switch config form to Self-reference predicate.
* Rename files to JsonldSelfReference... .
* Coding standards.
* 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.
* 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
* Add a manifest label, and width/height of image per https://iiif.io/api/presentation/validator/service/
* try fetching image metadata from IIIF before using Drupal's settings
* Move $mime_type into scope
* Initial implementation of a REST Export serializer for IIIF Manifests
* Coding standards
* Pass full URL to IIIF
* Basic implementation of manifest per https://iiif.io/api/presentation/2.1/#manifest
* Remove unused variable
* Remove dependency for OSD, add config variable for IIIF server
* Update settings.yml
* Fix key name
* fix schema/settings issue
* Broaden approach of discovering file/image fields
* 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
* Fix applies when viewing a node's tab
* remove logging message used during dev
* clarify note about getRawParameters
* update build to use getRawParameters
* use dependency injection for node storage
* TRAVIS!