Versions Compared

Key

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

...

Documentation

Version

Download

Islandora Core

7.x-1.67

Download
Solution Pack Basic Collection

7.x-1.67

Download

Starter Kit

Documentation

Version

Download

Solution Pack Basic Image

7.x-1.67

Download
Solution Pack PDF

7.x-1.67

Download

Enhancement Modules

Solution Packs

Tools & Dependencies

Islandora Scholar

DocumentationVersionDownload
Islandora Scholar7.x-1.67Download

Other Requirements

Documentation

Version

Download

Drupal Filter

7.x

Github

Objective Forms

7.x-1.67

Download

PHP Lib7.x-1.67Download
Tuque1.67Download

Release Notes

New Modules

  • Islandora Altmetrics
    Islandora Altmetrics integration. Fun fact, this module came out of the Islandora Conference Hackfest! (Donald Moses (UPEI), and William Panting (discoverygarden inc.)
  • Islandora Newspaper Batch
    This module extends the Islandora batch framework so as to provide a Drush and GUI option to add newspaper issues and pages to an existing newspaper object. (Mark Jordan (Simon Fraser University), and discoverygarden inc.)
  • Islandora Populator
    A framework to facilitate the population of XML forms during the usual ingest workflow. (discoverygarden inc.)
  • Islandora Usage Stats
    A module for Drupal 7 to track views and downloads of Islandora items. (Ryerson University, and discoverygarden inc.)

...

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

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

...

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

...

The following code tasks and documentation tasks were completed for the 7.x-1.6 7 release.

Jira
serverDuraSpace JIRA
columnskey,summary,priority
maximumIssues20
jqlQueryproject = ISLANDORA AND issuetype in ("Code Task", Documentation, Task, Sub-task) AND fixVersion = 7.x-1.6 7
serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5

...

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

Jira
serverDuraSpace JIRA
columnskey,summary,type,priority
maximumIssues1000
jqlQueryproject = ISLANDORA AND issuetype = Bug AND affectedVersion = 7.x-1.5 AND status in (Open, "In Progress") ORDER BY priority DESC, summary ASC, key DESC
serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5

Deprecated

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

Functions

N/A

Constants

N/A

Variables

 $islandora_object['DC']

Code Block
languagebash
$ 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.