Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
{div:class=noprint|style=} {panel:title=On this page:}{toc}{panel}{div} Islandora 11.3.1 was released on January 10th, 2012. The following release notes cover both this minor release and the full 11.3.0 release (December 20th, 2011). h2. New and Changed Features To test-drive a live demo of the new Islandora release, complete with the new features listed below, please visit the [Islandora Sandbox|http://sandbox.islandora.ca] (Username: admin \| Password: islandora). h3. Collection Manager The Collection Manager is now a separate, optional module. However, in most cases you will want to enable this module in order to perform important functions, such as creating and managing collections. h3. Batch Ingest The Batch Ingest tool is a separate, optional module. This tool, which was originally added in Islandora 11.2, allows you to upload a ZIP file containing a number of audio, basic image, large image, or PDF files. These files may optionally include associated XML metadata files - if you choose not to include such files, basic metadata records will be created using the filenames as titles. Each object created via batch ingest will have both DC and MODS Datastreams. h3. Book Module The book module has been expanded to include book and page management functions. You can access the book management options under the 'Manage This Book' tab. The following functions are available: * Collection Membership: You can associate this book with additional collections. If the book is a member of more than one collection you can delete additional associations one at a time until the book belongs to only a single collection. * View Metadata: This fieldset displays the available DC metadata for the book. * Update Derived Datastreams: Here, you can refresh the OCR process for the book, reprocess the pages to create a new set of derived images, or regenerate the PDF for the entire book. * Manage Current Datastreams: This fieldset allows you to view and manage the Datastreams associated with the book object. * Permanently Delete This Book: Finally, you can delete the book and all associated pages. You can access the page management functions by first clicking the new 'Pages' tab while viewing a book object; this will display thumbnails of each page. Click on an individual page to view it, then click the Manage This Page Object tab to bring up a list of page management functions: * View Metadata: This fieldset displays the available metadata for the page (in most cases this will be brief). * Update Derived Datastreams: Here, you can refresh the OCR process for this particular page and/or reprocess the page to create a new set of derived images. * Manage Current Datastreams: This fieldset allows you to view and manage the Datastreams associated with this particular page. * Add Additional Datastreams: You can manually add relevant Datastreams by using the functions in this fieldset. * Permanently Delete This Page: Finally, you can delete the page itself, while leaving the rest of the book intact. h3. Namespaces The default collections created by the Solution Packs now all use the 'islandora' namespace. If you are upgrading from the Islandora 11.2 release, this will create a new Book Collection with the PID 'islandora:bookCollection'. Your old collections will not be affected in any way by the new collection. h3. Solr Our Solr interface has some new features for developers. We now have an optional sort field - the default Solr sort field is 'score'; this is normally the best choice, but it can now be overridden by any stored, unique, untokenized field (except Date). If you wish to sort by date, use a copyfield in your schema to create a string. Snippets may now be selected in the Solr admin interface. The default list view will now return snippets if a suitable field is selected. If you'd like to harvest snippets for a custom view you'll find the snippets results within the 'highlighting' array of the response object. Of interest to developers - we now trigger module_invoke_all from the IslandoraSolrQueryProcessor, allowing your configuration module to make any customization to your query before its run against the solr's lucene index. Params and filters can be added or removed at this stage.   h2. Downloads [Islandora Repository|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora-11.3.1.tar.gz] \| [Documentation|ISLANDORA:Islandora] [Batch Ingest|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_batch_ingest-11.3.1.tar.gz] \| [Documentation|Batch Ingest] [Collection Manager|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_collection_manager-11.3.1.tar.gz] \| [Documentation|Collection Manager] [Harvester|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_harvester-11.3.1.tar.gz] \| [Documentation|Harvester] [Solr|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_solr_search-11.3.1.tar.gz] \| [Documentation|Chapter 9 - Enabling Indexing & Searching with Solr] [Audio Solution Pack|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_solution_pack_audio-11.3.1.tar.gz] \| [Documentation|Audio Solution Pack] [Books Solution Pack|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_solution_pack_book-11.3.1.tar.gz] \| [Documentation|Books Solution Pack] [Basic Image Solution Pack|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_solution_pack_image-11.3.1.tar.gz] \| [Documentation|Basic Image Solution Pack] [Large Image Solution Pack|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_solution_pack_large_image-11.3.1.tar.gz] \| [Documentation|ISLANDORA112:Large Image Solution Pack] [PDF Solution Pack|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_solution_pack_pdf-11.3.1.tar.gz] \| [Documentation|PDF Solution Pack] [XML Forms|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_xml_forms-11.3.1.tar.gz] \| [Documentation|Chapter 10 - Enabling Form Creation with the XML Forms Modules] *Dependencies* [Content Model Forms|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_content_model_forms-11.3.1.tar.gz] \| [Documentation|Content Model Forms] [Objective Forms|http://islandora.ca/sites/islandora.ca/files/11.3.1/objective_forms-11.3.1.tar.gz] \| [Documentation|Objective Forms] [PHP Lib|http://islandora.ca/sites/islandora.ca/files/11.3.1/php_lib-11.3.1.tar.gz] \| [Documentation|PHP Lib] [Tabs|http://islandora.ca/sites/islandora.ca/files/11.3.1/tabs-11.3.1.tar.gz] \| [Documentation|Tabs] *Development* [Microservices|http://islandora.ca/sites/islandora.ca/files/11.3.1/islandora_microservices-11.3.1.tar.gz] \| [Documentation|https://github.com/bwoodhead/islandora_microservices] {note}This module is still being developed for future microservices implementations. It is not functional in its current state. Please see the GitHub documentation for more information. {note} h2. Improvements {jiraissues:url=
Div
Wiki Markup
style
float:right
classnoprint
Panel
titleOn this page:
Table of Contents

New and Changed Features

Video Solution Pack (Beta)

A beta version of the new Video Solution Pack is being released with Islandora 12.1.0. This solution pack will ingest a video file, convert it to MKV (archival format), MP4 and OGG (derivative formats). The video will be displayed using the JW Player in either MP4 or OGG format (depending on the browser being used). Details and installation notes can be found in the Video Solution Pack section. Information on the required dependencies is in Chapter 12 - Installing Solution Pack Dependencies.

Note

Please ensure that your video files are in a format supported by FFmpeg and that all required libraries are installed.

Collection Manager

The Collection Manager now includes the following features:

  • Migrate Members: This new fieldset allows you to select any or all members of the current collection and migrate them to another existing collection in the repository.
  • Delete Members of This Collection: You can now delete any or all members of the current collection by selecting them from a list.

Harvester

The Harvester module has been improved to allow more flexibility in labeling column headers. In the previous version, column headers needed to map directly to DC metadata (e.g. dc:title, dc:subject, etc.). The new version of the Harvester will accept the following header formats (using dc.title as an example):

  • dc.title
  • dc:title
  • title

Capitalization will also be ignored.

Solr

The Solr module now includes the following features:

  • Extended Advanced Search: This new search block (enabled via the Islandora Extended Search module) provides additional advanced Solr search options. Any configuration options in the Solr Configuration panel will apply to this block as well.
  • Display Switch: If more than one Primary Display Profile has been enabled in the Solr Configuration you can switch between these display profiles dynamically after conducting a search. Simply enable the 'Islandora Display Switch' block and click the desired display profile to switch to it.
  • Default Query: This option in the Solr Configuration panel allows you to specify a default query to browse results when no explicit query is provided.
  • Base Filters: Another option in the Solr Configuration panel - this allows you to append base filters (fq) to all user queries.
  • Wildcard Searching: You can now use a wildcard ( * ) when conducting Solr searches.

Technical Metadata

Technical metadata for basic and large images is now being extracted via EXIFTool. This metadata can be found in the list of Datastreams under Detailed List of Content.

Book Module

The Book Solution Pack is undergoing a major upgrade, including a new viewer and additional management functionality. This new version will be released as a separate download in a few weeks. It will be fully documented at that time.

Downloads

Most modules have been updated for this release, but any that have not been updated will retain their version from the last release (6.x-11.3.1). They have been provided in this list, but if you already have the 6.x-11.3.1 version installed you need not replace it. 

Modules

Component

Version

Documentation

Islandora Repository

6.x-12.1.0

Link

Batch Ingest

6.x-12.1.0

Link

Collection Manager

6.x-12.1.0

Link

Harvester

6.x-12.1.0

Link

Solr

6.x-12.1.0

Link

Audio Solution Pack

6.x-12.1.0

Link

Books Solution Pack

6.x-11.3.1

Link

Basic Image Solution Pack

6.x-12.1.0

Link

Large Image Solution Pack

6.x-12.1.0

Link

PDF Solution Pack

6.x-12.1.0

Link

Video Solution Pack

6.x-12.1.0

Link

XML Forms

6.x-12.1.0

Link

Dependencies

Component

Version

Documentation

Content Model Forms

6.x-12.1.0

Link

Objective Forms

6.x-12.1.0

Link

PHP Lib

6.x-12.1.0

Link

Tabs

6.x-11.3.1

Link

Other Files

Component

Version

Documentation

Drupal Filter

6.x-12.1.0

Link

Islandora Image Viewer

6.x-12.1.0

Link

Improvements

Jira Issues
columnstype,key,summary,priority
anonymoustrue
urlhttps://jira.duraspace.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+Islandora+AND+issuetype+%3D+Improvement+AND+fixVersion+%3D+

...

%226.x-12.1.0%22+ORDER+BY+priority+DESC%2C+summary+ASC%2C+key+DESC&tempMax=1000

...

Bug Fixes

Jira Issues
columnstype,key,summary,priority

...

anonymous

...

true
urlhttps://jira.duraspace.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+Islandora+AND+issuetype+%3D+Bug+AND+fixVersion+%3D+

...

%226.x-12.1.0%22+

...

ORDER+BY+priority+DESC%2C+summary+ASC%2C+key+DESC&tempMax=1000

...

Known Issues

Unable to Add Content in IE7

Issues with Default Collection Query/XSLT View

When installing fedora_repository and it's children modules fedora_repository may fail while the children are installed

Large image solution pack, Servlet Filter, APIA Auth, Djatoka = Password Prompt

Contacts

Google Developers Group: For support, feedback, and bug reports.

Google Users Group: For user-related issues and information.

License

Islandora operates under a GNU license.