Not all step based ingest workflows required to have a parent
COLLECTION object. Even when it’s common, there are concrete cases,
like newspapers and books, where the parent object is not a collection.
And more over, it does not require such because the resulting ingested
object are not children of such. This pull request fixes an error
introduced by a recent pull which enabled Contextual CMODEL labels on
step forms and broke book and newspaper drupal tests. Also adds the
ability to enable/disable those contextual messages since the use case
could not be global.
* Make breadcrumb creation a hookable process.
* Forgot to add selection to admin page.
* Add more attribution and remove unused path.
* Fix admin form and coding standards.
* Add the new variable to be removed on uninstall
* Code review
* Code review
* Fix code style and add some docs to README
* Stop using Mulgara prefixes
When the PHP XSLT Processor extension is not loaded, Islandora will
silently fail when attempting to add new objects. This changeset
adds a check in the Islandora hook_requirements() hook for the
XSLTProcessor class. If it isn't found, a message is thrown.
Conflicts:
islandora.install