Drupal modules for browsing and managing Fedora-based digital repositories.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Diego Pino Navarro 59679b8808 Release Version 7.x-1.10 - Final commit - November 7th 2017 7 years ago
.github Address ISLANDORA-1616; Take avantage of new GitHub functionality and setup issue templates for each Islandora Foundation module. 9 years ago
build Buildfile and Doxyfile 12 years ago
css 7.x solr thumbnail (#663) 8 years ago
images Added the ability to print dc info and images for basic image, large image and pdf solution packs. 11 years ago
includes Revert "ISLANDORA-1985 Add a permission to access inactive or deleted objects. (#677)" (#694) 7 years ago
js Add an extra class so we can use the spinner elsewhere. 10 years ago
tests Release Version 7.x-1.10 - Final commit - November 7th 2017 7 years ago
theme Object context for permission check. 7 years ago
xml Attempt to normalize XML data-streams when comparing for equality. 11 years ago
.gitignore Created hooks and implemented them as part of the tuque wrapper classes. 12 years ago
.travis.yml Change the order 7 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 8 years ago
LICENSE.txt File naming conventions. 12 years ago
README.md Merge pull request #684 from nmader/7.x 7 years ago
build.xml remove some files from code coverage 11 years ago
islandora.api.php Merge pull request #673 from DiegoPino/7.x-ISLANDORA-1960 8 years ago
islandora.drush.inc can now install as well as reinstall 11 years ago
islandora.info Release Version 7.x-1.10 - Final commit - November 7th 2017 7 years ago
islandora.install ISLANDORA-1985 Add a permission to access inactive or deleted objects. (#677) 7 years ago
islandora.module Revert "ISLANDORA-1985 Add a permission to access inactive or deleted objects. (#677)" (#694) 7 years ago
islandora.rules.inc Stopped a notice. 10 years ago
islandora.rules_defaults.inc rules integration during ingest 11 years ago

README.md

Islandora Build Status

Introduction

Islandora Fedora Repository Module

For installation and customization instructions please see the documentation and the DuraSpace Wiki.

All bugs, feature requests and improvement suggestions are tracked at the DuraSpace JIRA.

Requirements

This module requires the following modules/libraries:

Tuque is expected to be in one of two paths:

  • sites/all/libraries/tuque (libraries directory may need to be created)
  • islandora_folder/libraries/tuque

More detailed requirements are outlined in the Installing the Islandora Essential Modules chapter of the documentation.

Optional Requirements

If you want to support languages other than English download and enable String Translation, and follow our guide for setting up additional languges.

Installation

Before installing Islandora the XACML policies located here should be copied into the Fedora global XACML policies folder. This will allow "authenticated users" in Drupal to access Fedora API-M functions. It is to be noted that the permit-upload-to-anonymous-user.xml and permit-apim-to-anonymous-user.xml files do not need to be present unless requirements for anonymous ingesting are present.

You will also have to remove some default policies if you want full functionality as well.

Remove deny-purge-datastream-if-active-or-inactive.xml to allow for purging of datastream versions.

More detailed information can be found in the 'Set XACML Policies' in the Installing Fedora chapter of the documentation.

Configuration

The islandora_drupal_filter passes the username of 'anonymous' through to Fedora for unauthenticated Drupal Users. A user with the name of 'anonymous' may have XACML policies applied to them that are meant to be applied to Drupal users that are not logged in or vice-versa. This is a potential security issue that can be plugged by creating a user named 'anonymous' and restricting access to the account.

Drupal's cron can be run to remove expired authentication tokens.

Breadcrumb Generation on the configuration page, allows you to choose the default breadcrumb generation or a custom method (if implemented).

Customization

Customize ingest forms

Documentation

Further documentation for this module is available at our wiki.

Troubleshooting/Issues

NOTE: There has been a function signature change for the ingestDatastream function within Tuque which will be deprecated after the 7.x-1.10 release. To read about it in detail please see the JIRA ticket. For the time being there is a warning stating that this will become deprecated and that code that utilizes this specific behavior should be updated. Once this code is updated the islandora_deprecation_return_false_when_datastream_exists variable may be set to FALSE so the warning no longer displays. An example for doing this with drush: drush vset islandora_deprecation_return_false_when_datastream_exists FALSE.

Having problems or solved a problem? Check out the Islandora google groups for a solution.

Maintainers/Sponsors

Current maintainers:

Development

If you would like to contribute to this module, please check out CONTRIBUTING.md. In addition, we have helpful Documentation for Developers info, as well as our Developers section on the Islandora.ca site.

License

GPLv3