Downloads

Modules

Base

Documentation

Version

Download

Islandora Repository

7.x-1.3

Download

Solution Packs

Documentation

Version

Download

Solution Pack Audio

7.x-1.3

Download
Solution Pack Basic Image

7.x-1.3

Download
Solution Pack Book

7.x-1.3

Download
Solution Pack Collection

7.x-1.3

Download
Solution Pack Compound7.x-1.3Download
Solution Pack Large Image

7.x-1.3

Download
Solution Pack Newspaper7.x-1.3Download
Solution Pack PDF

7.x-1.3

Download

Solution Pack Video

7.x-1.3

Download 

Solution Pack Web ARChive7.x-1.3Download

Tools & Dependencies

Documentation

Version

Download

Islandora BagIt7.x-1.3

Download

Islandora Batch7.x-1.3Download

Islandora Bookmark

7.x-1.3

Download
Islandora Book Batch7.x-1.3Download
 Islandora Checksum7.x-1.3Download
Islandora Checksum Checker7.x-1.3Download
 Islandora FITS7.x-1.3Download
 Islandora Image Annotation7.x-1.3Download

Islandora Internet Archive Book Viewer

7.x-1.3Download

Islandora Importer

7.x-1.3

Download

Islandora JWPlayer

7.x-1.3

Download

Islandora MARCXML

7.x-1.3

Download

Islandora OAI

7.x-1.3

Download

Islandora OCR

7.x-1.3

Download

Islandora OpenSeadragon

7.x-1.3

Download

Islandora Paged Content

7.x-1.3

Download
Islandora PREMIS7.x-1.3Download
Islandora Simple Workflow7.x-1.3Download
Islandora XACML Editor7.x-1.3Download
Islandora XML Sitemap7.x-1.3Download
Islandora XML Forms7.x-1.3Download


Search

Documentation

Version

Download

Islandora Solr Facet Pages7.x-1.3Download
Islandora Solr Metadata7.x-1.3Download

Islandora Solr Search

7.x-1.3

Download

Islandora Sync

DocumentationVersionDownload
Islandora Sync7.x-1.3Download

Islandora Scholar

DocumentationVersionDownload
Islandora Scholar7.x-1.3Download

 

Other Requirements

Documentation

Version

Download

Drupal Filter

7.x-1.3

Github
Tuque1.3Download
PHP Lib7.x-1.3Download

Objective Forms

7.x-1.3

Download

Release Notes

New Modules

Islandora Sync

Allows for the creation of Drupal nodes from Fedora content, to better leverage Drupal modules

Islandora Solr Metadata

New and improved metadata display

Web Archive Solution Pack

Store and manage your WARC files

Islandora Checksum

Adds Checksumming to Islandora objects

Checksum Checker

Adds automated re-checking of Islandora Checksums

Islandora PREMIS

PREMIS support in Islandora

Islandora BagIt

Export bags in Islandora

Islandora XML Sitemaps

Expose your Islandora content to search engines via a sitemap. Works especially well with Google Scholar.

Islandora Scholar

A suite of modules to turn Islandora into an institutional repository

Image Annotation Solution Pack

Create and store annotations on standard image formats

Unsupported  Modules

IP Embargo

This tool from Islandora 7.x-1.2 allowed site admins to limit object access by IP range. It has been removed from the 7.x-1.3 release due to known issue conflicts with how other modules use hooks.

Solr Views

This module does not respect the latest changes in how security is handled, so users may get search results that they are not authorized to see.

Supported Versions

Islandora has been tested with the following versions of major dependencies:

Known Issues

The following issues are known to still be active in the 7.x-1.3 release.

Improvements

The following improvements have been documented in the 7.x-1.3 release.

Bug Fixes

The following bugs have been fixed and tested.

Deprecated

The following functions, constants, and variables are in 7.x-1.3, but will be removed from 7.x very soon!

 Functions

Islandora

Islandora Bookmark

Islandora Solr Search

Islandora Solution Pack Collection

Constants

Islandora

Islandora Paged Content

Islandora Solution Pack Collection

Islandora Scholar


Islandora Solr Search

Islandora XACML Editor

Islandora XML Forms

Variables

 $islandora_object['DC']

$ grep -R --color -n "islandora_object\['DC'\]" .
./islandora/theme/theme.inc:140:  if (isset($islandora_object['DC']) && islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora/theme/theme.inc:141:    $dc_object = DublinCore::importFromXMLString($islandora_object['DC']->content);
./islandora/theme/theme.inc:461:  if (islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora/theme/theme.inc:463:      $dc = $islandora_object['DC']->content;
./islandora/theme/theme.inc:478:  if (islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora/theme/theme.inc:480:      $dc = $islandora_object['DC']->content;
./islandora/islandora.module:1127:    $dc = $islandora_object['DC']->content;
./islandora_solution_pack_large_image/islandora_large_image.module:171:  if (isset($islandora_object['DC']) && islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora_solution_pack_large_image/islandora_large_image.module:173:      $dc = $islandora_object['DC']->content;
./islandora_solution_pack_audio/islandora_audio.module:140:    if (isset($islandora_object['DC']) && islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora_solution_pack_audio/islandora_audio.module:141:      $dc = $islandora_object['DC']->content;
./islandora_solution_pack_pdf/theme/theme.inc:29:    if (isset($islandora_object['DC']) && islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora_solution_pack_pdf/theme/theme.inc:30:      $dc = $islandora_object['DC']->content;
./islandora_solution_pack_collection/theme/theme.inc:23:    $dc = $islandora_object['DC']->content;
./islandora_solution_pack_collection/theme/theme.inc:85:    $dc = $islandora_object['DC']->content;
./islandora_solution_pack_image/islandora_basic_image.module:128:  if (islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora_solution_pack_image/islandora_basic_image.module:130:      $dc = $islandora_object['DC']->content;

Contacts

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

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

Islandora.ca: for general information and updates about the project.

community@islandora.ca: for questions and comments.

License

Islandora operates under a GNU license.