* Allow orphaned object report to find orphaned compound objects.
* Add hook for child relationships
* Add conditional checking if we are working with an empty set.
* Add way to filter hook on content model.
* Sacrifical commit for coding standards gods.
* Less python in example.
* More uniqueness
* made logging messages more accurate
* toggled message type
* removed annoying blank line
* a little more cleanup
* filtered variable
* filtered another variable
* the filtering was getting out of hand
* Removing jenkins and doxygen stuff
* Replacing ant command with straight bash
* Looking for islandora
* islandora where art thou?
* Consolidating common checks into a single bash script to be called by all the other modules.
* Wrapping up the test run call so we only have to change it in one place if we deviate
* making 'em executable
* Naming typo. Missed a hardcoded islandora path.
* Adds check for invalid PIDs to islandora_object_load fails
* Reordered invalid PID check to catch more invalidity cases
* Exploring the logical limits of Drupal Coding Style
* Removes watchdog logging when islandora_load_object gets a malformed PID
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.