Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Islandora 2423 #3

Open
wants to merge 64 commits into
base: 7.x
Choose a base branch
from
Open

Islandora 2423 #3

wants to merge 64 commits into from

Conversation

robyj
Copy link

@robyj robyj commented Jun 25, 2019

What Does this Pull Request do?
Adds extra type checking for the existance of arrays before calls to count() using NULL

Whats new?
using is_array() to check if a variable is an array before using count() and extra return calls if the variable
is NULL

How should this be tested?
Generate tests that don't return an error array, no error messages about count() should be generated

Interested Parties
@nhart

adam-vessey and others added 30 commits October 1, 2015 16:55
Add fcrepo 3.8.1 support. Address ISLANDORA-1149
Hitting ISLANDORA-1610 ISLANDORA-1577 and ISLANDORA-1570
sites/all/modules/islandora_oai/islandora_oai.install:
 +222: [minor] Function comment short description must end with a full stop
 +225: [minor] Line indented incorrectly; expected 2 spaces, found 0
 +227: [minor] A comma should follow the last multiline array item. Found: 'http://www.ndltd.org/standards/metadata/etdms/1-0/etdms.xsd'
+222: [minor] Function comment short description must end with a full stop
… setup issue templates for each Islandora Foundation module.
Address ISLANDORA-1616; Take avantage of new GitHub functionality and…
Adding the words, "data provider" to distinguish that this is not a "harvester".   Also correcting spelling of islandora_oa in description.
pc37utn and others added 30 commits October 6, 2016 13:02
Use POST for membership queries as the filters can be overly large.
When we look for sets within sets we only look for active objects,
but when just doing a normal listsets we respond with inactive sets.
Make listsets only respond with active collections
grandfathered in. However, this isn't the case for forks.
ISLANDORA-1698 - Update CONTRIBUTING.md
ISLANDORA-2053: Update travis.yml to force PHP 5.3.3 to run under Ubuntu Precise
ISLANDORA-2234: Add support for oai_qdc metadata format
Fix ISLANDORA-2289 add context for resumptionToken.
* Remove base filters before building query.

* Add toggle and isolate remove base filters
Make metadataPrefix queries case sensitive
ISLANDORA-2321: Make sure islandora_solr utilities.inc is available in scope.
ISLANDORA-2349 changes to pull request template
- added extra checking if variables are arrays to avoid count() errors

Resolves: https://jira.duraspace.org/projects/ISLANDORA/issues/ISLANDORA-2423
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet