From 8e4aa6404c659cd791eb3c75023ea93a126185dd Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 13 Nov 2013 14:15:02 -0500 Subject: [PATCH] Updated Summon library. --- composer.lock | 8 ++++---- vendor/autoload.php | 2 +- vendor/composer/autoload_real.php | 6 +++--- vendor/composer/installed.json | 8 ++++---- .../summon/SerialsSolutions/Summon/Base.php | 1 + 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 278cd82b0d1..b329fa626c5 100644 --- a/composer.lock +++ b/composer.lock @@ -358,12 +358,12 @@ "source": { "type": "git", "url": "https://github.com/summon/Summon.php.git", - "reference": "9ee5a4894d533384abf8d45ba15d60fdea9fcdd7" + "reference": "ce26752adfded96aff2f4422991078eedfc740a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/summon/Summon.php/zipball/9ee5a4894d533384abf8d45ba15d60fdea9fcdd7", - "reference": "9ee5a4894d533384abf8d45ba15d60fdea9fcdd7", + "url": "https://api.github.com/repos/summon/Summon.php/zipball/ce26752adfded96aff2f4422991078eedfc740a5", + "reference": "ce26752adfded96aff2f4422991078eedfc740a5", "shasum": "" }, "type": "library", @@ -386,7 +386,7 @@ "source": "https://github.com/summon/Summon.php/tree/master", "issues": "https://github.com/summon/Summon.php/issues" }, - "time": "2013-11-08 18:50:06" + "time": "2013-11-13 19:07:09" }, { "name": "symfony/yaml", diff --git a/vendor/autoload.php b/vendor/autoload.php index 10cc8bdd9ab..de27f2f27a2 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff::getLoader(); +return ComposerAutoloaderInit1374cb774f67d4088a0cd7dca4331c3f::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index b664a8a010c..56a11d0c7c0 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff +class ComposerAutoloaderInit1374cb774f67d4088a0cd7dca4331c3f { private static $loader; @@ -19,9 +19,9 @@ class ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit1374cb774f67d4088a0cd7dca4331c3f', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit1374cb774f67d4088a0cd7dca4331c3f', 'loadClassLoader')); $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 1d43023ee1b..2ec265d76f0 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -652,15 +652,15 @@ "source": { "type": "git", "url": "https://github.com/summon/Summon.php.git", - "reference": "9ee5a4894d533384abf8d45ba15d60fdea9fcdd7" + "reference": "ce26752adfded96aff2f4422991078eedfc740a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/summon/Summon.php/zipball/9ee5a4894d533384abf8d45ba15d60fdea9fcdd7", - "reference": "9ee5a4894d533384abf8d45ba15d60fdea9fcdd7", + "url": "https://api.github.com/repos/summon/Summon.php/zipball/ce26752adfded96aff2f4422991078eedfc740a5", + "reference": "ce26752adfded96aff2f4422991078eedfc740a5", "shasum": "" }, - "time": "2013-11-08 18:50:06", + "time": "2013-11-13 19:07:09", "type": "library", "installation-source": "source", "autoload": { diff --git a/vendor/serialssolutions/summon/SerialsSolutions/Summon/Base.php b/vendor/serialssolutions/summon/SerialsSolutions/Summon/Base.php index 272c3f6dc27..9fea91707f7 100644 --- a/vendor/serialssolutions/summon/SerialsSolutions/Summon/Base.php +++ b/vendor/serialssolutions/summon/SerialsSolutions/Summon/Base.php @@ -151,6 +151,7 @@ abstract class SerialsSolutions_Summon_Base // Query String Parameters $options = array('s.q' => sprintf('ID:"%s"', $id)); + $options['s.role'] = $this->authedUser ? 'authenticated' : 'none'; return $this->call($options, 'search', 'GET', $raw); } -- GitLab