ISLANDORA-7.x-1.10 Release
What does this Pull Request do?
Changed the maintainer from Diego Pino to Will Panting on the README.md .
What's new?
Will Panting is the maintainer.
Additional Notes:
Tag (@ mention) interested parties or, if unsure, @Islandora/7-x-1-x-committers
* ISLANDORA-1985 Add a permission to access inactive or deleted objects.
* Update hook grants permission to whoever can currently view objects.
* Add warning message for user locking themselves out.
* Coding standards.
* More coding standards.
* Use t() function in confirmation form.
* Change update hook to not update permissions; warn only.
* Code sniffer, you so picky.
* Use a toggle.
* Simplify logic for clarity.
* DSID not datastream.
* Catch the typed exception and return FALSE for a deprecation cycle.
* Move the exception for easy removal later.
* Update as per code review feedback.
* Update README.
* May.
* English.
* Changed hook_preprocess_HOOK() to template_preprocess_HOOK()
* Changed hook_preprocess_HOOK() to template_preprocess_HOOK()
* Changed hook_preprocess_HOOK() to template_preprocess_HOOK()
* Modified comments to say template_preprocess_Hook()
* Changed _Hook to upper case in comments in 3 spots.
* Changed hook_preprocess() to template_preprocess_HOOK()
* Changed hook_preprocess() to template_preprocess_HOOK()
* Changed hook_preprocess() to template_preprocess_HOOK()
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.
* Added context info to ingest forms.
* refactored ingest form context title.
* Safety check on cmodel load
* Updated and moved functionality into step storage.
* Updated index key
* Refactored ingest step context.
* No need to pass by reference, updated function doc.
* Added simple display for single CModel ingest step.
* Cleaning up?
* Coding standards.
* Updated label retrieval method.
* Updated parameter name in label retrieving function.
* 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