Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here are the release notes for the most recent version of Islandora, as well as links to the appropriate Github repositories. Islandora is released twice a year. Rather than waiting for the release, some institutions prefer to run closer to the most recent code, where bugs might be fixed or new features added. If you encounter a bug in the release (there are always known issues), it's a good idea to review the Github repository for that module to see if a fix has been submitted. Islandora runs a continuous integration testing framework, which means that new code for Islandora is always tested before being merged. 

Note
Do not mix and match different versions of modules.

Downloads

Modules

Base

Documentation

Version

Download

Islandora Repository

7.x-1.4

Download

...

...

...

Search

Documentation

Version

Download

Islandora Solr Facet PagesMetadata7.x-1.4Download
Islandora Solr MetadataFacet Pages7.x-1.4Download
Islandora Solr Views7.x-1.4Download

Islandora

...

...

DocumentationVersionDownload
Islandora Sync

7.x-1.4

Download

Islandora Scholar

DocumentationVersionDownload
Islandora Scholar7.x-1.4Download

 

Other Requirements

Release Notes

New Modules

Islandora Solr Views

...

Exposes Islandora Solr search results into a Drupal view.

Islandora Video.js

An Islandora viewer module using Video.js.

Unsupported Modules

Islandora Sync

Sync data between Drupal and Fedora Commons.

Supported Versions

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

  • Fedora 3.5, 3.6.2, 3.7.0
  • GSearch 2.6.2
  • Solr 3.6.2, 4.2.0
  • PHP 5.3.3, 5.4, 5.5
  • Djatoka 1.1
  • Java (Oracle) 6,7 (Djatoka requires Sun/Oracle Java)

...

Jira
serverDuraSpace JIRA
columnstype,key,summary,priority
maximumIssues20
jqlQueryproject = Islandora ISLANDORA AND issuetype = Bug AND fixVersion = " 7.x-1.4 " AND status = Open in (Open, "In Progress", Reopened) ORDER BY due ASC, priority DESC, summary created ASC , key DESC
serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5

...

Jira
serverDuraSpace JIRA
columnstype,key,summary,priority
maximumIssues20
jqlQueryproject = Islandora ISLANDORA AND issuetype = Improvement AND resolution="fixed" in (Improvement, "New Feature") AND resolution in (Fixed, "Ready for Test", "Ready for Release", Answered, Done) AND fixVersion = " 7.x-1.4 " ORDER BY priority DESC, summary ASC, key DESC
serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5

...

Jira
serverDuraSpace JIRA
columnstype,key,summary,priority
maximumIssues20
jqlQueryproject = Islandora ISLANDORA AND issuetype = Bug AND fixVersion = " 7.x-1.4 " AND status = Closed OR project = Islandora AND issuetype = Bug AND fixVersion = "7.x-1.4" AND status = Resolved ORDER BY priority DESC, summary ASC, key DESC in (Resolved, Closed) ORDER BY due ASC, priority DESC, created ASC
serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5

...

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

  Functions

Islandora

Islandora Bookmark

Islandora Solr Search

Islandora Solution Pack Collection

...

Islandora

islandora.module

Code Block
languagephp
define('DS_COMP_STREAM', ISLANDORA_DS_COMP_STREAM);
define('FEDORA_VIEW_OBJECTS', ISLANDORA_VIEW_OBJECTS);
define('FEDORA_METADATA_EDIT', ISLANDORA_METADATA_EDIT);
define('FEDORA_ADD_DS', ISLANDORA_ADD_DS);
define('FEDORA_INGEST', ISLANDORA_INGEST);
define('FEDORA_PURGE', ISLANDORA_PURGE);
define('FEDORA_MANAGE_PROPERTIES', ISLANDORA_MANAGE_PROPERTIES);

Islandora Paged Content

islandora_paged_content.module

Code Block
languagephp
define('ISLANDORA_EDIT_OCR', ISLANDORA_PAGED_CONTENT_EDIT_OCR);

Islandora Solution Pack Collection

islandora_basic_collection.module

Code Block
languagephp
define('CREATE_CHILD_COLLECTION', ISLANDORA_BASIC_COLLECTION_CREATE_CHILD_COLLECTION);
define('MANAGE_COLLECTION_POLICY', ISLANDORA_BASIC_COLLECTION_MANAGE_COLLECTION_POLICY);
define('MIGRATE_COLLECTION_MEMBERS', ISLANDORA_BASIC_COLLECTION_MIGRATE_COLLECTION_MEMBERS);

...

includes/ingest.form.inc

Code Block
languagephp
define('FAKE_PID', ISLANDORA_BASIC_COLLECTION_FAKE_PID);

Islandora Scholar

modules/exporter/citation_exporter.module

Code Block
languagephp
define('SESSION_CITATION_EXPORTER_INDEX', CITATION_EXPORTER_INDEX_SESSION);
define('MENU_CITATION_EXPORTER_EXPORT', CITATION_EXPORTER_EXPORT_MENU);

...

modules/csl/csl.module

Code Block
languagephp
define('PERM_CSL_MANAGE', CSL_MANAGE_PERM);
define('MENU_CSL_MANAGE', CSL_MANAGE_MENU);
define('THEME_CSL_MANAGE_TABLE', CSL_MANAGE_TABLE_THEME);

...

modules/islandora_scholar_embargo/islandora_scholar_embargo.module

Code Block
languagephp
define('ISLANDORA_EMBARGO_CAN_EMBARGO_OWNED', ISLANDORA_SCHOLAR_EMBARGO_CAN_EMBARGO_OWNED);
define('ISLANDORA_EMBARGO_CAN_EMBARGO_ANY', ISLANDORA_SCHOLAR_EMBARGO_CAN_EMBARGO_ANY);

Islandora Solr Search

Islandora XACML Editor

api/islandora_xacml_api.module

Code Block
languagephp
define('MANAGEMENT_RULE', ISLANDORA_XACML_API_MANAGEMENT_RULE);
define('DATASTREAM_RULE', ISLANDORA_XACML_API_DATASTREAM_RULE);
define('VIEWING_RULE', ISLANDORA_XACML_API_VIEWING_RULE);
define('PERMIT_RULE', ISLANDORA_XACML_API_PERMIT_RULE);

Islandora XML Forms

elements/xml_form_elements.module

XML Forms

Constants

N/A

...

languagephp

...

Variables

 $islandora_object['DC']

...