Skip to content

0.3.0

Compare
Choose a tag to compare
@rosiel rosiel released this 06 Mar 14:56
· 187 commits to main since this release
eb7007f

What's Changed

  • Add more allowed video formats to video media. by @rosiel in #59
    • To implement, add desired video formats. The ones included in #59 seem to work.
  • Fix orphaned media view filter. by @rosiel in #62
    • To implement:
    • In the "Media" view, remove the exposed "Media of" filter which didn't work as expected.
    • Then create a new filter that uses "ID (Content)". Expose this filter to visitors, and make it a "Grouped filter". Set it as "Optional" and use Widget Type: Select. Under "Relationship", select the existing "field_media_of: Content" relationship.
    • Configure one "Grouping" where the operator is "is empty".
    • When working correctly, if you delete a node and do not delete its media, this should find those media.
  • Newspaper issues accordian view by @Natkeeran in #60
  • Update to use packagist for views_nested_details. by @rosiel in #65.
    • This tidies the composer.json file.
  • oai-pmh mods representation (attempt 2) by @Natkeeran in #61
  • Don't show block title, and map linked agent to DC. by @rosiel in #67
    • The previous commit showed the block title for the OAI-PMH item links blocks. This hides the block title.
    • There was also no RDF mapping for linked agents so this adds that. (For context, the JSONLD mapping, which is based on the RDF mappings, also includes a hook which the Controlled Access Terms module uses to populate the "typed relation" / "relator predicates" for typed relation fields. However OAI-PMH uses the raw RDF mapping, which had no predicate for DC. An effect of this is that the JSON-LD for each object will have duplicate statements for each linked agent: one with dcterms:contributor and one with the appropriate relator term.

Full Changelog: 0.2.0...0.3.0

Composer.lock diff

Production Changes From To Compare
consolidation/output-formatters 4.2.3 4.2.4 ...
islandora/views_nested_details NEW 1.0.0-beta1