Skip to content

discoverygarden/islandora_repository_connection_config

Repository files navigation

Islandora Repository Connection Configuration

Introduction

Tuque has a number of parameters which are not otherwise exposed... So let's expose them.

Requirements

While it does not strictly require them, this module's only purpose is to augment:

Installation

Install as usual, see this for further information.

Usage

We add another vertical tab to admin/islandora/configure, called "Tuque connection config", to expose connection parameters.

There are a couple excluded from our form, such as:

  • HttpConnection::$sslVersion, corresponding to CURLOPT_SSLVERSION (which presently has a big note in the PHP manual pages recommending the default)
  • HttpConnection::$url, since it is URL provided in the core config
  • HttpConnection::$username and HttpConnection::$password, since they are handled in our usual instantiation routine (set with the current user creds)

Troubleshooting/Issues

Having problems or solved a problem? Contact discoverygarden.

Maintainers/Sponsors

Current maintainers:

Development

If you would like to contribute to this module, please check out our helpful Documentation for Developers info, Developers section on Islandora.ca and contact discoverygarden.

License

GPLv3

Releases

No releases published

Packages

No packages published