Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add links to almost all of the modules

...

Tools & Dependencies

...

DocumentationVersionDownload
Islandora Sync7.x-1.3Download

Islandora Scholar

DocumentationVersionDownload
Islandora Scholar7.x-1.3Download

 

Other Requirements

...

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.

...

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);
    
    


...