forked from Islandora/islandora
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Content modeling overhaul (Islandora#86)
* Derivatives * Working through testing * Coding standards. Responding to @whikloj's review * Patching up existing tests * Baaad merge * No longer requiring Content-Disposition for media updates since we're updating the file in place. * Went a bit deeper than I thought. Small refactor on MediaSourceServcie * Fiiinnnnaaaalllllllllyyyyyyyy * Shuffling things around for islandora_image tests * Altering view and form modes using context * Coding standards * Features * updating feature * updating feature * Derivatives and RDF * Terms flushing to Fedora, split out openseadragon functionality * Updating dependencies * Touching up after testing a fresh deploy * More config updates * Updating features * s/field_memberof/field_member_of * Coding standards and tests * take that phpcpd * coding standards * Adding pcdm#fileOf to the rdf mappings for media. * Getting rid of swap file * Updated README. Shuffled config round into two features, one for core and one as a demo * Coder * too good to be true * maybe this? * Cleaning up cruft and no longer removing teaser mode when uninstalling the demo feature * Missed the services yml * Re-export after testing * mimetypo * Re-re-re-re-re-exported * Changing to dc on terms rdf mapping so title shows up in Fedora
- Loading branch information
1 parent
6e4815e
commit a1987ae
Showing
211 changed files
with
9,585 additions
and
2,393 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
config/install/core.entity_form_display.media.tn.default.yml
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
config/install/core.entity_form_display.media.tn.inline.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
config/install/core.entity_view_display.media.tn.content.yml
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
config/install/core.entity_view_display.media.tn.default.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
enforced: | ||
module: | ||
- islandora | ||
module: | ||
- media | ||
id: delete_media | ||
label: 'Delete media' | ||
type: media | ||
plugin: delete_media | ||
configuration: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
enforced: | ||
module: | ||
- islandora | ||
module: | ||
- media | ||
id: delete_media_and_file | ||
label: 'Delete media and file(s)' | ||
type: media | ||
plugin: delete_media_and_file | ||
configuration: { } |
Oops, something went wrong.