From db80b06240a912461bcf6e8dc2e01ce0b3f90c86 Mon Sep 17 00:00:00 2001 From: Brian Canini <canini.16@osu.edu> Date: Wed, 28 Sep 2022 09:54:21 -0400 Subject: [PATCH] Adminimal theme --- composer.json | 1 + composer.lock | 57 +- vendor/autoload.php | 5 - vendor/composer/InstalledVersions.php | 16 +- vendor/composer/autoload_classmap.php | 4 +- vendor/composer/autoload_files.php | 10 +- vendor/composer/autoload_namespaces.php | 2 +- vendor/composer/autoload_psr4.php | 2 +- vendor/composer/autoload_real.php | 31 +- vendor/composer/autoload_static.php | 10 +- vendor/composer/include_paths.php | 2 +- vendor/composer/installed.json | 56 ++ vendor/composer/installed.php | 511 +++++------ web/themes/adminimal_theme/LICENSE.txt | 339 +++++++ .../adminimal_theme/adminimal_theme.info.yml | 33 + .../adminimal_theme.libraries.yml | 17 + .../adminimal_theme.settings.yml | 1 + .../adminimal_theme/adminimal_theme.theme | 132 +++ web/themes/adminimal_theme/composer.json | 10 + ...lock.block.adminimal_theme_breadcrumbs.yml | 19 + .../block.block.adminimal_theme_content.yml | 19 + .../block.block.adminimal_theme_help.yml | 19 + ...ck.block.adminimal_theme_local_actions.yml | 17 + .../block.block.adminimal_theme_login.yml | 19 + .../block.block.adminimal_theme_messages.yml | 19 + ...block.block.adminimal_theme_page_title.yml | 17 + ...ck.adminimal_theme_primary_local_tasks.yml | 19 + ....adminimal_theme_secondary_local_tasks.yml | 19 + web/themes/adminimal_theme/css/adminimal.css | 849 ++++++++++++++++++ .../adminimal_theme/css/adminimal_fonts.css | 29 + .../adminimal_theme/images/caret-down.svg | 1 + .../images/chevron-disc-down-hover.svg | 26 + .../images/chevron-disc-down.svg | 26 + .../images/chevron-disc-up.svg | 27 + web/themes/adminimal_theme/screenshot.png | 45 + .../block-content-add-list.html.twig | 27 + 36 files changed, 2148 insertions(+), 288 deletions(-) create mode 100644 web/themes/adminimal_theme/LICENSE.txt create mode 100644 web/themes/adminimal_theme/adminimal_theme.info.yml create mode 100644 web/themes/adminimal_theme/adminimal_theme.libraries.yml create mode 100644 web/themes/adminimal_theme/adminimal_theme.settings.yml create mode 100644 web/themes/adminimal_theme/adminimal_theme.theme create mode 100644 web/themes/adminimal_theme/composer.json create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_breadcrumbs.yml create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_content.yml create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_help.yml create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_local_actions.yml create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_login.yml create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_messages.yml create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_page_title.yml create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_primary_local_tasks.yml create mode 100644 web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_secondary_local_tasks.yml create mode 100644 web/themes/adminimal_theme/css/adminimal.css create mode 100644 web/themes/adminimal_theme/css/adminimal_fonts.css create mode 100644 web/themes/adminimal_theme/images/caret-down.svg create mode 100644 web/themes/adminimal_theme/images/chevron-disc-down-hover.svg create mode 100644 web/themes/adminimal_theme/images/chevron-disc-down.svg create mode 100644 web/themes/adminimal_theme/images/chevron-disc-up.svg create mode 100644 web/themes/adminimal_theme/screenshot.png create mode 100644 web/themes/adminimal_theme/templates/block-content-add-list.html.twig diff --git a/composer.json b/composer.json index fad9420edc..552d5d173a 100644 --- a/composer.json +++ b/composer.json @@ -89,6 +89,7 @@ "dimsemenov/magnific-popup": "1.1", "drupal/addtocalendar": "3.2", "drupal/admin_toolbar": "3.1.1", + "drupal/adminimal_theme": "^1.6", "drupal/administerusersbyrole": "3.0", "drupal/allowed_formats": "1.5", "drupal/anchor_link": "1.9", diff --git a/composer.lock b/composer.lock index 7894f04104..061b89f4a2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "64edb915395ca7970e617e4c3abc9081", + "content-hash": "10632cd97951938338443651ced5fe69", "packages": [ { "name": "alchemy/zippy", @@ -1825,6 +1825,59 @@ "issues": "https://www.drupal.org/project/issues/admin_toolbar" } }, + { + "name": "drupal/adminimal_theme", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/adminimal_theme.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "89132d0853388afe8dfd11fb83c69a48d8c13413" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-theme", + "extra": { + "drupal": { + "version": "8.x-1.6", + "datestamp": "1602006937", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "ANDiTKO", + "homepage": "https://www.drupal.org/user/1428124" + }, + { + "name": "andrey.troeglazov", + "homepage": "https://www.drupal.org/user/3145389" + }, + { + "name": "realityloop", + "homepage": "https://www.drupal.org/user/139189" + } + ], + "description": "Drupal administration theme with modern minimalist design.", + "homepage": "https://www.drupal.org/project/adminimal_theme", + "support": { + "source": "https://git.drupalcode.org/project/adminimal_theme", + "issues": "https://www.drupal.org/project/issues/adminimal_theme" + } + }, { "name": "drupal/administerusersbyrole", "version": "3.0.0", @@ -15679,5 +15732,5 @@ "platform-overrides": { "php": "7.3" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" } diff --git a/vendor/autoload.php b/vendor/autoload.php index 11c4986bd5..f17a991d5a 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -2,11 +2,6 @@ // autoload.php @generated by Composer -if (PHP_VERSION_ID < 50600) { - echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL; - exit(1); -} - require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit5c689ffcd54b9e495ed983fdce09b530::getLoader(); diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php index c6b54af7ba..d50e0c9fcc 100644 --- a/vendor/composer/InstalledVersions.php +++ b/vendor/composer/InstalledVersions.php @@ -21,14 +21,12 @@ * See also https://getcomposer.org/doc/07-runtime.md#installed-versions * * To require its presence, you can require `composer-runtime-api ^2.0` - * - * @final */ class InstalledVersions { /** * @var mixed[]|null - * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null + * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null */ private static $installed; @@ -39,7 +37,7 @@ class InstalledVersions /** * @var array[] - * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> + * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> */ private static $installedByVendor = array(); @@ -243,7 +241,7 @@ public static function getInstallPath($packageName) /** * @return array - * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool} + * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string} */ public static function getRootPackage() { @@ -257,7 +255,7 @@ public static function getRootPackage() * * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. * @return array[] - * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} + * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} */ public static function getRawData() { @@ -280,7 +278,7 @@ public static function getRawData() * Returns the raw data of all installed.php which are currently loaded for custom implementations * * @return array[] - * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> + * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> */ public static function getAllRawData() { @@ -303,7 +301,7 @@ public static function getAllRawData() * @param array[] $data A vendor/composer/installed.php data set * @return void * - * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data + * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data */ public static function reload($data) { @@ -313,7 +311,7 @@ public static function reload($data) /** * @return array[] - * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> + * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> */ private static function getInstalled() { diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 3fcd148c4c..f47b269a21 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -2,7 +2,7 @@ // autoload_classmap.php @generated by Composer -$vendorDir = dirname(__DIR__); +$vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( @@ -2283,8 +2283,6 @@ 'Drupal\\Core\\Language\\LanguageManager' => $baseDir . '/web/core/lib/Drupal/Core/Language/LanguageManager.php', 'Drupal\\Core\\Language\\LanguageManagerInterface' => $baseDir . '/web/core/lib/Drupal/Core/Language/LanguageManagerInterface.php', 'Drupal\\Core\\Layout\\Annotation\\Layout' => $baseDir . '/web/core/lib/Drupal/Core/Layout/Annotation/Layout.php', - 'Drupal\\Core\\Layout\\Icon\\IconBuilderInterface' => $baseDir . '/web/core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php', - 'Drupal\\Core\\Layout\\Icon\\SvgIconBuilder' => $baseDir . '/web/core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php', 'Drupal\\Core\\Layout\\LayoutDefault' => $baseDir . '/web/core/lib/Drupal/Core/Layout/LayoutDefault.php', 'Drupal\\Core\\Layout\\LayoutDefinition' => $baseDir . '/web/core/lib/Drupal/Core/Layout/LayoutDefinition.php', 'Drupal\\Core\\Layout\\LayoutInterface' => $baseDir . '/web/core/lib/Drupal/Core/Layout/LayoutInterface.php', diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php index 9b2e655423..921233b654 100644 --- a/vendor/composer/autoload_files.php +++ b/vendor/composer/autoload_files.php @@ -2,19 +2,19 @@ // autoload_files.php @generated by Composer -$vendorDir = dirname(__DIR__); +$vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', + '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', + '0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php', '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php', '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', + '23c18046f52bef3eea034657bafda50f' => $vendorDir . '/symfony/polyfill-php81/bootstrap.php', 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php', 'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php', - '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', - '0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php', - '667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php', '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php', 'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php', 'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php', @@ -38,8 +38,8 @@ 'def43f6c87e4f8dfd0c9e1b1bab14fe8' => $vendorDir . '/symfony/polyfill-iconv/bootstrap.php', '2f69d3914119f042cca9e44442d5ce95' => $baseDir . '/web/core/includes/bootstrap.inc', '6db5533840cb1ae1bc049452845aa88e' => $baseDir . '/web/core/includes/guzzle_php81_shim.php', - '23c18046f52bef3eea034657bafda50f' => $vendorDir . '/symfony/polyfill-php81/bootstrap.php', '5abda994d126976858eb25d2546ee3c9' => $vendorDir . '/simplesamlphp/simplesamlphp/lib/_autoload_modules.php', + '667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php', '801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php', '952683d815ff0a7bf322b93c0be7e4e4' => $vendorDir . '/chi-teck/drupal-code-generator/src/bootstrap.php', '5a12a5271c58108e0aa33355e6ac54ea' => $vendorDir . '/drupal/console-core/src/functions.php', diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php index 67c0219899..6180bc9b99 100644 --- a/vendor/composer/autoload_namespaces.php +++ b/vendor/composer/autoload_namespaces.php @@ -2,7 +2,7 @@ // autoload_namespaces.php @generated by Composer -$vendorDir = dirname(__DIR__); +$vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index 86356439ec..d4f42ce6b4 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -2,7 +2,7 @@ // autoload_psr4.php @generated by Composer -$vendorDir = dirname(__DIR__); +$vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index b2d2a58d24..32fc497f4c 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -25,19 +25,42 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; spl_autoload_register(array('ComposerAutoloaderInit5c689ffcd54b9e495ed983fdce09b530', 'loadClassLoader'), true, true); - self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); + self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); spl_autoload_unregister(array('ComposerAutoloaderInit5c689ffcd54b9e495ed983fdce09b530', 'loadClassLoader')); $includePaths = require __DIR__ . '/include_paths.php'; $includePaths[] = get_include_path(); set_include_path(implode(PATH_SEPARATOR, $includePaths)); - require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit5c689ffcd54b9e495ed983fdce09b530::getInitializer($loader)); + $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); + if ($useStaticLoader) { + require __DIR__ . '/autoload_static.php'; + + call_user_func(\Composer\Autoload\ComposerStaticInit5c689ffcd54b9e495ed983fdce09b530::getInitializer($loader)); + } else { + $map = require __DIR__ . '/autoload_namespaces.php'; + foreach ($map as $namespace => $path) { + $loader->set($namespace, $path); + } + + $map = require __DIR__ . '/autoload_psr4.php'; + foreach ($map as $namespace => $path) { + $loader->setPsr4($namespace, $path); + } + + $classMap = require __DIR__ . '/autoload_classmap.php'; + if ($classMap) { + $loader->addClassMap($classMap); + } + } $loader->register(true); - $includeFiles = \Composer\Autoload\ComposerStaticInit5c689ffcd54b9e495ed983fdce09b530::$files; + if ($useStaticLoader) { + $includeFiles = Composer\Autoload\ComposerStaticInit5c689ffcd54b9e495ed983fdce09b530::$files; + } else { + $includeFiles = require __DIR__ . '/autoload_files.php'; + } foreach ($includeFiles as $fileIdentifier => $file) { composerRequire5c689ffcd54b9e495ed983fdce09b530($fileIdentifier, $file); } diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 5634349270..4b6c110760 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -8,14 +8,14 @@ class ComposerStaticInit5c689ffcd54b9e495ed983fdce09b530 { public static $files = array ( 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', + '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', + '0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php', '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php', '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', + '23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php', 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php', 'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php', - '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', - '0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php', - '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php', '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', @@ -39,8 +39,8 @@ class ComposerStaticInit5c689ffcd54b9e495ed983fdce09b530 'def43f6c87e4f8dfd0c9e1b1bab14fe8' => __DIR__ . '/..' . '/symfony/polyfill-iconv/bootstrap.php', '2f69d3914119f042cca9e44442d5ce95' => __DIR__ . '/../..' . '/web/core/includes/bootstrap.inc', '6db5533840cb1ae1bc049452845aa88e' => __DIR__ . '/../..' . '/web/core/includes/guzzle_php81_shim.php', - '23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php', '5abda994d126976858eb25d2546ee3c9' => __DIR__ . '/..' . '/simplesamlphp/simplesamlphp/lib/_autoload_modules.php', + '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php', '801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php', '952683d815ff0a7bf322b93c0be7e4e4' => __DIR__ . '/..' . '/chi-teck/drupal-code-generator/src/bootstrap.php', '5a12a5271c58108e0aa33355e6ac54ea' => __DIR__ . '/..' . '/drupal/console-core/src/functions.php', @@ -3074,8 +3074,6 @@ class ComposerStaticInit5c689ffcd54b9e495ed983fdce09b530 'Drupal\\Core\\Language\\LanguageManager' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Language/LanguageManager.php', 'Drupal\\Core\\Language\\LanguageManagerInterface' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Language/LanguageManagerInterface.php', 'Drupal\\Core\\Layout\\Annotation\\Layout' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/Annotation/Layout.php', - 'Drupal\\Core\\Layout\\Icon\\IconBuilderInterface' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php', - 'Drupal\\Core\\Layout\\Icon\\SvgIconBuilder' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php', 'Drupal\\Core\\Layout\\LayoutDefault' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/LayoutDefault.php', 'Drupal\\Core\\Layout\\LayoutDefinition' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/LayoutDefinition.php', 'Drupal\\Core\\Layout\\LayoutInterface' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/LayoutInterface.php', diff --git a/vendor/composer/include_paths.php b/vendor/composer/include_paths.php index af33c14914..d4fb967181 100644 --- a/vendor/composer/include_paths.php +++ b/vendor/composer/include_paths.php @@ -2,7 +2,7 @@ // include_paths.php @generated by Composer -$vendorDir = dirname(__DIR__); +$vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index cb85ef99e4..461ede701f 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1872,6 +1872,62 @@ }, "install-path": "../../web/modules/admin_toolbar" }, + { + "name": "drupal/adminimal_theme", + "version": "1.6.0", + "version_normalized": "1.6.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/adminimal_theme.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "89132d0853388afe8dfd11fb83c69a48d8c13413" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-theme", + "extra": { + "drupal": { + "version": "8.x-1.6", + "datestamp": "1602006937", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "installation-source": "dist", + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "ANDiTKO", + "homepage": "https://www.drupal.org/user/1428124" + }, + { + "name": "andrey.troeglazov", + "homepage": "https://www.drupal.org/user/3145389" + }, + { + "name": "realityloop", + "homepage": "https://www.drupal.org/user/139189" + } + ], + "description": "Drupal administration theme with modern minimalist design.", + "homepage": "https://www.drupal.org/project/adminimal_theme", + "support": { + "source": "https://git.drupalcode.org/project/adminimal_theme", + "issues": "https://www.drupal.org/project/issues/adminimal_theme" + }, + "install-path": "../../web/themes/adminimal_theme" + }, { "name": "drupal/administerusersbyrole", "version": "3.0.0", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index cd4357c9cd..a553366973 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,166 +1,166 @@ <?php return array( 'root' => array( - 'name' => 'osu-asc-webservices/d8-upstream', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '936d78a9dd7fd52ded9532d471d024e466a6ace6', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), + 'reference' => '5a67bd96e01d63061e27ba3be8306ee00708df67', + 'name' => 'osu-asc-webservices/d8-upstream', 'dev' => true, ), 'versions' => array( 'alchemy/zippy' => array( 'pretty_version' => '0.4.9', 'version' => '0.4.9.0', - 'reference' => '59fbeefb9a249122867ef25e53addfcce31850d7', 'type' => 'library', 'install_path' => __DIR__ . '/../alchemy/zippy', 'aliases' => array(), + 'reference' => '59fbeefb9a249122867ef25e53addfcce31850d7', 'dev_requirement' => false, ), 'asm89/stack-cors' => array( 'pretty_version' => '1.3.0', 'version' => '1.3.0.0', - 'reference' => 'b9c31def6a83f84b4d4a40d35996d375755f0e08', 'type' => 'library', 'install_path' => __DIR__ . '/../asm89/stack-cors', 'aliases' => array(), + 'reference' => 'b9c31def6a83f84b4d4a40d35996d375755f0e08', 'dev_requirement' => false, ), 'browserstate/history.js' => array( 'pretty_version' => '1.8.0', 'version' => '1.8.0.0', - 'reference' => 'origin/master', 'type' => 'drupal-library', 'install_path' => __DIR__ . '/../../web/libraries/history.js', 'aliases' => array(), + 'reference' => 'origin/master', 'dev_requirement' => false, ), 'chi-teck/drupal-code-generator' => array( 'pretty_version' => '1.33.1', 'version' => '1.33.1.0', - 'reference' => '5f814e980b6f9cf1ca8c74cc9385c3d81090d388', 'type' => 'library', 'install_path' => __DIR__ . '/../chi-teck/drupal-code-generator', 'aliases' => array(), + 'reference' => '5f814e980b6f9cf1ca8c74cc9385c3d81090d388', 'dev_requirement' => false, ), 'ckeditor/indentblock' => array( 'pretty_version' => '4.8.0', 'version' => '4.8.0.0', - 'reference' => NULL, 'type' => 'drupal-library', 'install_path' => __DIR__ . '/../../web/libraries/indentblock', 'aliases' => array(), + 'reference' => NULL, 'dev_requirement' => false, ), 'composer/installers' => array( 'pretty_version' => 'v1.11.0', 'version' => '1.11.0.0', - 'reference' => 'ae03311f45dfe194412081526be2e003960df74b', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/./installers', 'aliases' => array(), + 'reference' => 'ae03311f45dfe194412081526be2e003960df74b', 'dev_requirement' => false, ), 'composer/semver' => array( 'pretty_version' => '3.3.2', 'version' => '3.3.2.0', - 'reference' => '3953f23262f2bff1919fc82183ad9acb13ff62c9', 'type' => 'library', 'install_path' => __DIR__ . '/./semver', 'aliases' => array(), + 'reference' => '3953f23262f2bff1919fc82183ad9acb13ff62c9', 'dev_requirement' => false, ), 'consolidation/annotated-command' => array( 'pretty_version' => '4.2.4', 'version' => '4.2.4.0', - 'reference' => 'ec297e05cb86557671c2d6cbb1bebba6c7ae2c60', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/annotated-command', 'aliases' => array(), + 'reference' => 'ec297e05cb86557671c2d6cbb1bebba6c7ae2c60', 'dev_requirement' => false, ), 'consolidation/config' => array( 'pretty_version' => '1.2.1', 'version' => '1.2.1.0', - 'reference' => 'cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/config', 'aliases' => array(), + 'reference' => 'cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1', 'dev_requirement' => false, ), 'consolidation/filter-via-dot-access-data' => array( 'pretty_version' => '1.0.0', 'version' => '1.0.0.0', - 'reference' => 'a53e96c6b9f7f042f5e085bf911f3493cea823c6', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/filter-via-dot-access-data', 'aliases' => array(), + 'reference' => 'a53e96c6b9f7f042f5e085bf911f3493cea823c6', 'dev_requirement' => false, ), 'consolidation/log' => array( 'pretty_version' => '2.0.2', 'version' => '2.0.2.0', - 'reference' => '82a2aaaa621a7b976e50a745a8d249d5085ee2b1', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/log', 'aliases' => array(), + 'reference' => '82a2aaaa621a7b976e50a745a8d249d5085ee2b1', 'dev_requirement' => false, ), 'consolidation/output-formatters' => array( 'pretty_version' => '4.1.2', 'version' => '4.1.2.0', - 'reference' => '5821e6ae076bf690058a4de6c94dce97398a69c9', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/output-formatters', 'aliases' => array(), + 'reference' => '5821e6ae076bf690058a4de6c94dce97398a69c9', 'dev_requirement' => false, ), 'consolidation/robo' => array( 'pretty_version' => '2.2.2', 'version' => '2.2.2.0', - 'reference' => 'b365df174d9cfb0f5814e4f3275a1c558b17bc4c', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/robo', 'aliases' => array(), + 'reference' => 'b365df174d9cfb0f5814e4f3275a1c558b17bc4c', 'dev_requirement' => false, ), 'consolidation/self-update' => array( 'pretty_version' => '1.2.0', 'version' => '1.2.0.0', - 'reference' => 'dba6b2c0708f20fa3ba8008a2353b637578849b4', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/self-update', 'aliases' => array(), + 'reference' => 'dba6b2c0708f20fa3ba8008a2353b637578849b4', 'dev_requirement' => false, ), 'consolidation/site-alias' => array( 'pretty_version' => '3.1.0', 'version' => '3.1.0.0', - 'reference' => '9ed3c590be9fcf9fea69c73456c2fd4b27f5204c', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/site-alias', 'aliases' => array(), + 'reference' => '9ed3c590be9fcf9fea69c73456c2fd4b27f5204c', 'dev_requirement' => false, ), 'consolidation/site-process' => array( 'pretty_version' => '4.1.0', 'version' => '4.1.0.0', - 'reference' => 'ef57711d7049f7606ce936ded16ad93f1ad7f02c', 'type' => 'library', 'install_path' => __DIR__ . '/../consolidation/site-process', 'aliases' => array(), + 'reference' => 'ef57711d7049f7606ce936ded16ad93f1ad7f02c', 'dev_requirement' => false, ), 'container-interop/container-interop' => array( 'pretty_version' => '1.2.0', 'version' => '1.2.0.0', - 'reference' => '79cbf1341c22ec75643d841642dd5d6acd83bdb8', 'type' => 'library', 'install_path' => __DIR__ . '/../container-interop/container-interop', 'aliases' => array(), + 'reference' => '79cbf1341c22ec75643d841642dd5d6acd83bdb8', 'dev_requirement' => false, ), 'container-interop/container-interop-implementation' => array( @@ -172,217 +172,226 @@ 'cweagans/composer-patches' => array( 'pretty_version' => '1.7.0', 'version' => '1.7.0.0', - 'reference' => 'ae02121445ad75f4eaff800cc532b5e6233e2ddf', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../cweagans/composer-patches', 'aliases' => array(), + 'reference' => 'ae02121445ad75f4eaff800cc532b5e6233e2ddf', 'dev_requirement' => false, ), 'desandro/imagesloaded' => array( 'pretty_version' => '4.1.4', 'version' => '4.1.4.0', - 'reference' => 'origin/master', 'type' => 'drupal-library', 'install_path' => __DIR__ . '/../../web/libraries/imagesloaded', 'aliases' => array(), + 'reference' => 'origin/master', 'dev_requirement' => false, ), 'desandro/masonry' => array( 'pretty_version' => '4.2.0', 'version' => '4.2.0.0', - 'reference' => NULL, 'type' => 'drupal-library', 'install_path' => __DIR__ . '/../../web/libraries/masonry', 'aliases' => array(), + 'reference' => NULL, 'dev_requirement' => false, ), 'dflydev/dot-access-configuration' => array( 'pretty_version' => 'v1.0.3', 'version' => '1.0.3.0', - 'reference' => '2e6eb0c8b8830b26bb23defcfc38d4276508fc49', 'type' => 'library', 'install_path' => __DIR__ . '/../dflydev/dot-access-configuration', 'aliases' => array(), + 'reference' => '2e6eb0c8b8830b26bb23defcfc38d4276508fc49', 'dev_requirement' => false, ), 'dflydev/dot-access-data' => array( 'pretty_version' => 'v1.1.0', 'version' => '1.1.0.0', - 'reference' => '3fbd874921ab2c041e899d044585a2ab9795df8a', 'type' => 'library', 'install_path' => __DIR__ . '/../dflydev/dot-access-data', 'aliases' => array(), + 'reference' => '3fbd874921ab2c041e899d044585a2ab9795df8a', 'dev_requirement' => false, ), 'dflydev/placeholder-resolver' => array( 'pretty_version' => 'v1.0.2', 'version' => '1.0.2.0', - 'reference' => 'c498d0cae91b1bb36cc7d60906dab8e62bb7c356', 'type' => 'library', 'install_path' => __DIR__ . '/../dflydev/placeholder-resolver', 'aliases' => array(), + 'reference' => 'c498d0cae91b1bb36cc7d60906dab8e62bb7c356', 'dev_requirement' => false, ), 'dimsemenov/magnific-popup' => array( 'pretty_version' => '1.1.0', 'version' => '1.1.0.0', - 'reference' => '6b7a8088783cbce01034414c1fd2d8e1889093ae', 'type' => 'library', 'install_path' => __DIR__ . '/../dimsemenov/magnific-popup', 'aliases' => array(), + 'reference' => '6b7a8088783cbce01034414c1fd2d8e1889093ae', 'dev_requirement' => false, ), 'doctrine/annotations' => array( 'pretty_version' => '1.13.3', 'version' => '1.13.3.0', - 'reference' => '648b0343343565c4a056bfc8392201385e8d89f0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/annotations', 'aliases' => array(), + 'reference' => '648b0343343565c4a056bfc8392201385e8d89f0', 'dev_requirement' => false, ), 'doctrine/collections' => array( 'pretty_version' => '1.7.3', 'version' => '1.7.3.0', - 'reference' => '09dde3eb237756190f2de738d3c97cff10a8407b', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), + 'reference' => '09dde3eb237756190f2de738d3c97cff10a8407b', 'dev_requirement' => false, ), 'doctrine/deprecations' => array( 'pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', - 'reference' => '0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/deprecations', 'aliases' => array(), + 'reference' => '0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de', 'dev_requirement' => false, ), 'doctrine/lexer' => array( 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', - 'reference' => 'c268e882d4dbdd85e36e4ad69e02dc284f89d229', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/lexer', 'aliases' => array(), + 'reference' => 'c268e882d4dbdd85e36e4ad69e02dc284f89d229', 'dev_requirement' => false, ), 'doctrine/reflection' => array( 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', - 'reference' => '1034e5e71f89978b80f9c1570e7226f6c3b9b6fb', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/reflection', 'aliases' => array(), + 'reference' => '1034e5e71f89978b80f9c1570e7226f6c3b9b6fb', 'dev_requirement' => false, ), 'drupal/addtocalendar' => array( 'pretty_version' => '3.2.0', 'version' => '3.2.0.0', - 'reference' => '8.x-3.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/addtocalendar', 'aliases' => array(), + 'reference' => '8.x-3.2', 'dev_requirement' => false, ), 'drupal/admin_toolbar' => array( 'pretty_version' => '3.1.1', 'version' => '3.1.1.0', - 'reference' => '3.1.1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/admin_toolbar', 'aliases' => array(), + 'reference' => '3.1.1', + 'dev_requirement' => false, + ), + 'drupal/adminimal_theme' => array( + 'pretty_version' => '1.6.0', + 'version' => '1.6.0.0', + 'type' => 'drupal-theme', + 'install_path' => __DIR__ . '/../../web/themes/adminimal_theme', + 'aliases' => array(), + 'reference' => '8.x-1.6', 'dev_requirement' => false, ), 'drupal/administerusersbyrole' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '8.x-3.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/administerusersbyrole', 'aliases' => array(), + 'reference' => '8.x-3.0', 'dev_requirement' => false, ), 'drupal/allowed_formats' => array( 'pretty_version' => '1.5.0', 'version' => '1.5.0.0', - 'reference' => '8.x-1.5', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/allowed_formats', 'aliases' => array(), + 'reference' => '8.x-1.5', 'dev_requirement' => false, ), 'drupal/anchor_link' => array( 'pretty_version' => '1.9.0', 'version' => '1.9.0.0', - 'reference' => '8.x-1.9', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/anchor_link', 'aliases' => array(), + 'reference' => '8.x-1.9', 'dev_requirement' => false, ), 'drupal/better_exposed_filters' => array( 'pretty_version' => '5.0.0', 'version' => '5.0.0.0', - 'reference' => '8.x-5.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/better_exposed_filters', 'aliases' => array(), + 'reference' => '8.x-5.0', 'dev_requirement' => false, ), 'drupal/block_field' => array( 'pretty_version' => '1.0.0-rc2', 'version' => '1.0.0.0-RC2', - 'reference' => '8.x-1.0-rc2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/block_field', 'aliases' => array(), + 'reference' => '8.x-1.0-rc2', 'dev_requirement' => false, ), 'drupal/block_permissions' => array( 'pretty_version' => '1.2.0', 'version' => '1.2.0.0', - 'reference' => '8.x-1.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/block_permissions', 'aliases' => array(), + 'reference' => '8.x-1.2', 'dev_requirement' => false, ), 'drupal/block_region_permissions' => array( 'pretty_version' => '1.4.0', 'version' => '1.4.0.0', - 'reference' => '8.x-1.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/block_region_permissions', 'aliases' => array(), + 'reference' => '8.x-1.4', 'dev_requirement' => false, ), 'drupal/bootstrap' => array( 'pretty_version' => '3.23.0', 'version' => '3.23.0.0', - 'reference' => '8.x-3.23', 'type' => 'drupal-theme', 'install_path' => __DIR__ . '/../../web/themes/bootstrap', 'aliases' => array(), + 'reference' => '8.x-3.23', 'dev_requirement' => false, ), 'drupal/cache_control_override' => array( 'pretty_version' => '1.0.0-alpha2', 'version' => '1.0.0.0-alpha2', - 'reference' => '8.x-1.0-alpha2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/cache_control_override', 'aliases' => array(), + 'reference' => '8.x-1.0-alpha2', 'dev_requirement' => false, ), 'drupal/captcha' => array( 'pretty_version' => '1.2.0', 'version' => '1.2.0.0', - 'reference' => '8.x-1.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/captcha', 'aliases' => array(), + 'reference' => '8.x-1.2', 'dev_requirement' => false, ), 'drupal/ckeditor' => array( @@ -394,100 +403,100 @@ 'drupal/ckeditor_indentblock' => array( 'pretty_version' => '1.0.0-beta2', 'version' => '1.0.0.0-beta2', - 'reference' => '8.x-1.0-beta2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/ckeditor_indentblock', 'aliases' => array(), + 'reference' => '8.x-1.0-beta2', 'dev_requirement' => false, ), 'drupal/config_direct_save' => array( 'pretty_version' => '2.1.0', 'version' => '2.1.0.0', - 'reference' => '8.x-2.1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/config_direct_save', 'aliases' => array(), + 'reference' => '8.x-2.1', 'dev_requirement' => false, ), 'drupal/config_filter' => array( 'pretty_version' => '1.10.0', 'version' => '1.10.0.0', - 'reference' => '8.x-1.10', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/config_filter', 'aliases' => array(), + 'reference' => '8.x-1.10', 'dev_requirement' => false, ), 'drupal/config_ignore' => array( 'pretty_version' => '2.3.0', 'version' => '2.3.0.0', - 'reference' => '8.x-2.3', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/config_ignore', 'aliases' => array(), + 'reference' => '8.x-2.3', 'dev_requirement' => false, ), 'drupal/config_update' => array( 'pretty_version' => '1.7.0', 'version' => '1.7.0.0', - 'reference' => '8.x-1.7', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/config_update', 'aliases' => array(), + 'reference' => '8.x-1.7', 'dev_requirement' => false, ), 'drupal/console' => array( 'pretty_version' => '1.9.7', 'version' => '1.9.7.0', - 'reference' => '90053d30f52427edb4e4941a9063acb65b5a2c1e', 'type' => 'library', 'install_path' => __DIR__ . '/../drupal/console', 'aliases' => array(), + 'reference' => '90053d30f52427edb4e4941a9063acb65b5a2c1e', 'dev_requirement' => false, ), 'drupal/console-core' => array( 'pretty_version' => '1.9.7', 'version' => '1.9.7.0', - 'reference' => 'ab3abc2631761c9588230ba88189d9ba4eb9ed63', 'type' => 'library', 'install_path' => __DIR__ . '/../drupal/console-core', 'aliases' => array(), + 'reference' => 'ab3abc2631761c9588230ba88189d9ba4eb9ed63', 'dev_requirement' => false, ), 'drupal/console-en' => array( 'pretty_version' => 'v1.9.7', 'version' => '1.9.7.0', - 'reference' => '7594601fff153c2799a62bd678ff80749baeee0c', 'type' => 'library', 'install_path' => __DIR__ . '/../drupal/console-en', 'aliases' => array(), + 'reference' => '7594601fff153c2799a62bd678ff80749baeee0c', 'dev_requirement' => false, ), 'drupal/console-extend-plugin' => array( 'pretty_version' => '0.9.5', 'version' => '0.9.5.0', - 'reference' => 'eff6da99cfb5fe1fc60990672d2667c402eb3585', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../drupal/console-extend-plugin', 'aliases' => array(), + 'reference' => 'eff6da99cfb5fe1fc60990672d2667c402eb3585', 'dev_requirement' => false, ), 'drupal/content_access' => array( 'pretty_version' => '1.0.0-alpha3', 'version' => '1.0.0.0-alpha3', - 'reference' => '8.x-1.0-alpha3', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/content_access', 'aliases' => array(), + 'reference' => '8.x-1.0-alpha3', 'dev_requirement' => false, ), 'drupal/core' => array( 'pretty_version' => '9.4.6', 'version' => '9.4.6.0', - 'reference' => 'a5c83e4ac0d8eb46f06a97a8b85bcbfa08a70701', 'type' => 'drupal-core', 'install_path' => __DIR__ . '/../../web/core', 'aliases' => array(), + 'reference' => 'a5c83e4ac0d8eb46f06a97a8b85bcbfa08a70701', 'dev_requirement' => false, ), 'drupal/core-annotation' => array( @@ -517,10 +526,10 @@ 'drupal/core-composer-scaffold' => array( 'pretty_version' => '9.0.9', 'version' => '9.0.9.0', - 'reference' => 'c017751a6bb9b2ffe56f0fab607ba67c21604bfd', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../drupal/core-composer-scaffold', 'aliases' => array(), + 'reference' => 'c017751a6bb9b2ffe56f0fab607ba67c21604bfd', 'dev_requirement' => false, ), 'drupal/core-datetime' => array( @@ -616,10 +625,10 @@ 'drupal/core-recommended' => array( 'pretty_version' => '9.4.6', 'version' => '9.4.6.0', - 'reference' => 'd8b7fa96de13d4e7c9ec3c5d9769cc87b74d7986', 'type' => 'metapackage', 'install_path' => NULL, 'aliases' => array(), + 'reference' => 'd8b7fa96de13d4e7c9ec3c5d9769cc87b74d7986', 'dev_requirement' => false, ), 'drupal/core-render' => array( @@ -661,919 +670,919 @@ 'drupal/crop' => array( 'pretty_version' => '2.2.0', 'version' => '2.2.0.0', - 'reference' => '8.x-2.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/crop', 'aliases' => array(), + 'reference' => '8.x-2.2', 'dev_requirement' => false, ), 'drupal/ctools' => array( 'pretty_version' => '3.7.0', 'version' => '3.7.0.0', - 'reference' => '8.x-3.7', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/ctools', 'aliases' => array(), + 'reference' => '8.x-3.7', 'dev_requirement' => false, ), 'drupal/dropzonejs' => array( 'pretty_version' => '2.6.0', 'version' => '2.6.0.0', - 'reference' => '8.x-2.6', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/dropzonejs', 'aliases' => array(), + 'reference' => '8.x-2.6', 'dev_requirement' => false, ), 'drupal/dropzonejs_eb_widget' => array( 'pretty_version' => '2.5.0', 'version' => '2.5.0.0', - 'reference' => NULL, 'type' => 'metapackage', 'install_path' => NULL, 'aliases' => array(), + 'reference' => NULL, 'dev_requirement' => false, ), 'drupal/editor_advanced_link' => array( 'pretty_version' => '1.9.0', 'version' => '1.9.0.0', - 'reference' => '8.x-1.9', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/editor_advanced_link', 'aliases' => array(), + 'reference' => '8.x-1.9', 'dev_requirement' => false, ), 'drupal/embed' => array( 'pretty_version' => '1.6.0', 'version' => '1.6.0.0', - 'reference' => '8.x-1.6', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/embed', 'aliases' => array(), + 'reference' => '8.x-1.6', 'dev_requirement' => false, ), 'drupal/entity' => array( 'pretty_version' => '1.2.0', 'version' => '1.2.0.0', - 'reference' => '8.x-1.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/entity', 'aliases' => array(), + 'reference' => '8.x-1.2', 'dev_requirement' => false, ), 'drupal/entity_browser' => array( 'pretty_version' => '2.8.0', 'version' => '2.8.0.0', - 'reference' => '8.x-2.8', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/entity_browser', 'aliases' => array(), + 'reference' => '8.x-2.8', 'dev_requirement' => false, ), 'drupal/entity_browser_entity_form' => array( 'pretty_version' => '1.10.0', 'version' => '1.10.0.0', - 'reference' => NULL, 'type' => 'metapackage', 'install_path' => NULL, 'aliases' => array(), + 'reference' => NULL, 'dev_requirement' => false, ), 'drupal/entity_clone' => array( 'pretty_version' => '1.0.0-beta5', 'version' => '1.0.0.0-beta5', - 'reference' => '8.x-1.0-beta5', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/entity_clone', 'aliases' => array(), + 'reference' => '8.x-1.0-beta5', 'dev_requirement' => false, ), 'drupal/entity_embed' => array( 'pretty_version' => '1.2.0', 'version' => '1.2.0.0', - 'reference' => '8.x-1.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/entity_embed', 'aliases' => array(), + 'reference' => '8.x-1.2', 'dev_requirement' => false, ), 'drupal/entity_reference_revisions' => array( 'pretty_version' => '1.9.0', 'version' => '1.9.0.0', - 'reference' => '8.x-1.9', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/entity_reference_revisions', 'aliases' => array(), + 'reference' => '8.x-1.9', 'dev_requirement' => false, ), 'drupal/exif_orientation' => array( 'pretty_version' => '1.1.0', 'version' => '1.1.0.0', - 'reference' => '8.x-1.1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/exif_orientation', 'aliases' => array(), + 'reference' => '8.x-1.1', 'dev_requirement' => false, ), 'drupal/externalauth' => array( 'pretty_version' => '1.4.0', 'version' => '1.4.0.0', - 'reference' => '8.x-1.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/externalauth', 'aliases' => array(), + 'reference' => '8.x-1.4', 'dev_requirement' => false, ), 'drupal/field_group' => array( 'pretty_version' => '3.3.0', 'version' => '3.3.0.0', - 'reference' => '8.x-3.3', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/field_group', 'aliases' => array(), + 'reference' => '8.x-3.3', 'dev_requirement' => false, ), 'drupal/field_permissions' => array( 'pretty_version' => '1.1.0', 'version' => '1.1.0.0', - 'reference' => '8.x-1.1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/field_permissions', 'aliases' => array(), + 'reference' => '8.x-1.1', 'dev_requirement' => false, ), 'drupal/file_browser' => array( 'pretty_version' => '1.3.0', 'version' => '1.3.0.0', - 'reference' => '8.x-1.3', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/file_browser', 'aliases' => array(), + 'reference' => '8.x-1.3', 'dev_requirement' => false, ), 'drupal/focal_point' => array( 'pretty_version' => '1.5.0', 'version' => '1.5.0.0', - 'reference' => '8.x-1.5', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/focal_point', 'aliases' => array(), + 'reference' => '8.x-1.5', 'dev_requirement' => false, ), 'drupal/google_analytics' => array( 'pretty_version' => '4.0.2', 'version' => '4.0.2.0', - 'reference' => '4.0.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/google_analytics', 'aliases' => array(), + 'reference' => '4.0.2', 'dev_requirement' => false, ), 'drupal/google_tag' => array( 'pretty_version' => '1.4.0', 'version' => '1.4.0.0', - 'reference' => '8.x-1.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/google_tag', 'aliases' => array(), + 'reference' => '8.x-1.4', 'dev_requirement' => false, ), 'drupal/honeypot' => array( 'pretty_version' => '2.1.0', 'version' => '2.1.0.0', - 'reference' => '2.1.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/honeypot', 'aliases' => array(), + 'reference' => '2.1.0', 'dev_requirement' => false, ), 'drupal/inline_entity_form' => array( 'pretty_version' => '1.0.0-rc9', 'version' => '1.0.0.0-RC9', - 'reference' => '8.x-1.0-rc9', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/inline_entity_form', 'aliases' => array(), + 'reference' => '8.x-1.0-rc9', 'dev_requirement' => false, ), 'drupal/jquery_ui' => array( 'pretty_version' => '1.4.0', 'version' => '1.4.0.0', - 'reference' => '8.x-1.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/jquery_ui', 'aliases' => array(), + 'reference' => '8.x-1.4', 'dev_requirement' => false, ), 'drupal/jquery_ui_datepicker' => array( 'pretty_version' => '1.2.0', 'version' => '1.2.0.0', - 'reference' => '8.x-1.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/jquery_ui_datepicker', 'aliases' => array(), + 'reference' => '8.x-1.2', 'dev_requirement' => false, ), 'drupal/jquery_ui_slider' => array( 'pretty_version' => '1.1.0', 'version' => '1.1.0.0', - 'reference' => '8.x-1.1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/jquery_ui_slider', 'aliases' => array(), + 'reference' => '8.x-1.1', 'dev_requirement' => false, ), 'drupal/jquery_ui_touch_punch' => array( 'pretty_version' => '1.0.0', 'version' => '1.0.0.0', - 'reference' => '1.0.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/jquery_ui_touch_punch', 'aliases' => array(), + 'reference' => '1.0.0', 'dev_requirement' => false, ), 'drupal/libraries' => array( 'pretty_version' => '3.0.0-beta1', 'version' => '3.0.0.0-beta1', - 'reference' => '8.x-3.0-beta1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/libraries', 'aliases' => array(), + 'reference' => '8.x-3.0-beta1', 'dev_requirement' => false, ), 'drupal/link_attributes' => array( 'pretty_version' => '1.11.0', 'version' => '1.11.0.0', - 'reference' => '8.x-1.11', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/link_attributes', 'aliases' => array(), + 'reference' => '8.x-1.11', 'dev_requirement' => false, ), 'drupal/linkit' => array( 'pretty_version' => '5.0.0-beta13', 'version' => '5.0.0.0-beta13', - 'reference' => '8.x-5.0-beta13', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/linkit', 'aliases' => array(), + 'reference' => '8.x-5.0-beta13', 'dev_requirement' => false, ), 'drupal/mathjax' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '3.0.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/mathjax', 'aliases' => array(), + 'reference' => '3.0.0', 'dev_requirement' => false, ), 'drupal/media_entity_browser' => array( 'pretty_version' => '2.0.0-alpha3', 'version' => '2.0.0.0-alpha3', - 'reference' => '8.x-2.0-alpha3', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/media_entity_browser', 'aliases' => array(), + 'reference' => '8.x-2.0-alpha3', 'dev_requirement' => false, ), 'drupal/media_entity_file_replace' => array( 'pretty_version' => '1.0.0', 'version' => '1.0.0.0', - 'reference' => '8.x-1.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/media_entity_file_replace', 'aliases' => array(), + 'reference' => '8.x-1.0', 'dev_requirement' => false, ), 'drupal/media_entity_twitter' => array( 'pretty_version' => '2.7.0', 'version' => '2.7.0.0', - 'reference' => '8.x-2.7', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/media_entity_twitter', 'aliases' => array(), + 'reference' => '8.x-2.7', 'dev_requirement' => false, ), 'drupal/menu_block' => array( 'pretty_version' => '1.7.0', 'version' => '1.7.0.0', - 'reference' => '8.x-1.7', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/menu_block', 'aliases' => array(), + 'reference' => '8.x-1.7', 'dev_requirement' => false, ), 'drupal/menu_breadcrumb' => array( 'pretty_version' => '1.16.0', 'version' => '1.16.0.0', - 'reference' => '8.x-1.16', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/menu_breadcrumb', 'aliases' => array(), + 'reference' => '8.x-1.16', 'dev_requirement' => false, ), 'drupal/metatag' => array( 'pretty_version' => '1.16.0', 'version' => '1.16.0.0', - 'reference' => '8.x-1.16', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/metatag', 'aliases' => array(), + 'reference' => '8.x-1.16', 'dev_requirement' => false, ), 'drupal/migrate_devel' => array( 'pretty_version' => '2.0.0-alpha2', 'version' => '2.0.0.0-alpha2', - 'reference' => '8.x-2.0-alpha2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/migrate_devel', 'aliases' => array(), + 'reference' => '8.x-2.0-alpha2', 'dev_requirement' => false, ), 'drupal/migrate_plus' => array( 'pretty_version' => '5.1.0', 'version' => '5.1.0.0', - 'reference' => '8.x-5.1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/migrate_plus', 'aliases' => array(), + 'reference' => '8.x-5.1', 'dev_requirement' => false, ), 'drupal/migrate_tools' => array( 'pretty_version' => '5.0.0', 'version' => '5.0.0.0', - 'reference' => '8.x-5.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/migrate_tools', 'aliases' => array(), + 'reference' => '8.x-5.0', 'dev_requirement' => false, ), 'drupal/mobile_detect' => array( 'pretty_version' => '2.5.0', 'version' => '2.5.0.0', - 'reference' => '8.x-2.5', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/mobile_detect', 'aliases' => array(), + 'reference' => '8.x-2.5', 'dev_requirement' => false, ), 'drupal/mobile_detect_twig_extensions' => array( 'pretty_version' => '1.5.0', 'version' => '1.5.0.0', - 'reference' => '8.x-1.5', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/mobile_detect_twig_extensions', 'aliases' => array(), + 'reference' => '8.x-1.5', 'dev_requirement' => false, ), 'drupal/module_filter' => array( 'pretty_version' => '3.2.0', 'version' => '3.2.0.0', - 'reference' => '8.x-3.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/module_filter', 'aliases' => array(), + 'reference' => '8.x-3.2', 'dev_requirement' => false, ), 'drupal/multiple_fields_remove_button' => array( 'pretty_version' => '1.0.0-alpha13', 'version' => '1.0.0.0-alpha13', - 'reference' => '8.x-1.0-alpha13', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/multiple_fields_remove_button', 'aliases' => array(), + 'reference' => '8.x-1.0-alpha13', 'dev_requirement' => false, ), 'drupal/pantheon_advanced_page_cache' => array( 'pretty_version' => '1.2.0', 'version' => '1.2.0.0', - 'reference' => '8.x-1.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/pantheon_advanced_page_cache', 'aliases' => array(), + 'reference' => '8.x-1.2', 'dev_requirement' => false, ), 'drupal/paragraphs' => array( 'pretty_version' => '1.12.0', 'version' => '1.12.0.0', - 'reference' => '8.x-1.12', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/paragraphs', 'aliases' => array(), + 'reference' => '8.x-1.12', 'dev_requirement' => false, ), 'drupal/pathauto' => array( 'pretty_version' => '1.8.0', 'version' => '1.8.0.0', - 'reference' => '8.x-1.8', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/pathauto', 'aliases' => array(), + 'reference' => '8.x-1.8', 'dev_requirement' => false, ), 'drupal/queue_mail' => array( 'pretty_version' => '1.4.0', 'version' => '1.4.0.0', - 'reference' => '8.x-1.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/queue_mail', 'aliases' => array(), + 'reference' => '8.x-1.4', 'dev_requirement' => false, ), 'drupal/realname' => array( 'pretty_version' => '2.0.0-beta1', 'version' => '2.0.0.0-beta1', - 'reference' => '2.0.0-beta1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/realname', 'aliases' => array(), + 'reference' => '2.0.0-beta1', 'dev_requirement' => false, ), 'drupal/rebuild_cache_access' => array( 'pretty_version' => '1.7.0', 'version' => '1.7.0.0', - 'reference' => '8.x-1.7', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/rebuild_cache_access', 'aliases' => array(), + 'reference' => '8.x-1.7', 'dev_requirement' => false, ), 'drupal/recaptcha' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '8.x-3.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/recaptcha', 'aliases' => array(), + 'reference' => '8.x-3.0', 'dev_requirement' => false, ), 'drupal/recaptcha_v3' => array( 'pretty_version' => '1.4.0', 'version' => '1.4.0.0', - 'reference' => '8.x-1.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/recaptcha_v3', 'aliases' => array(), + 'reference' => '8.x-1.4', 'dev_requirement' => false, ), 'drupal/redirect' => array( 'pretty_version' => '1.6.0', 'version' => '1.6.0.0', - 'reference' => '8.x-1.6', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/redirect', 'aliases' => array(), + 'reference' => '8.x-1.6', 'dev_requirement' => false, ), 'drupal/roleassign' => array( 'pretty_version' => '1.0.0-beta1', 'version' => '1.0.0.0-beta1', - 'reference' => '8.x-1.0-beta1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/roleassign', 'aliases' => array(), + 'reference' => '8.x-1.0-beta1', 'dev_requirement' => false, ), 'drupal/scheduler' => array( 'pretty_version' => '1.3.0', 'version' => '1.3.0.0', - 'reference' => '8.x-1.3', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/scheduler', 'aliases' => array(), + 'reference' => '8.x-1.3', 'dev_requirement' => false, ), 'drupal/simple_gmap' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '3.0.1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/simple_gmap', 'aliases' => array(), + 'reference' => '3.0.1', 'dev_requirement' => false, ), 'drupal/simple_instagram_feed' => array( 'pretty_version' => '3.11.0', 'version' => '3.11.0.0', - 'reference' => '8.x-3.11', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/simple_instagram_feed', 'aliases' => array(), + 'reference' => '8.x-3.11', 'dev_requirement' => false, ), 'drupal/simple_sitemap' => array( 'pretty_version' => '3.11.0', 'version' => '3.11.0.0', - 'reference' => '8.x-3.11', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/simple_sitemap', 'aliases' => array(), + 'reference' => '8.x-3.11', 'dev_requirement' => false, ), 'drupal/simplesamlphp_auth' => array( 'pretty_version' => '3.2.0', 'version' => '3.2.0.0', - 'reference' => '8.x-3.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/simplesamlphp_auth', 'aliases' => array(), + 'reference' => '8.x-3.2', 'dev_requirement' => false, ), 'drupal/smtp' => array( 'pretty_version' => '1.0.0', 'version' => '1.0.0.0', - 'reference' => '8.x-1.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/smtp', 'aliases' => array(), + 'reference' => '8.x-1.0', 'dev_requirement' => false, ), 'drupal/social_media' => array( 'pretty_version' => '1.9.0-rc2', 'version' => '1.9.0.0-RC2', - 'reference' => '8.x-1.9-rc2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/social_media', 'aliases' => array(), + 'reference' => '8.x-1.9-rc2', 'dev_requirement' => false, ), 'drupal/social_media_links' => array( 'pretty_version' => '2.8.0', 'version' => '2.8.0.0', - 'reference' => '8.x-2.8', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/social_media_links', 'aliases' => array(), + 'reference' => '8.x-2.8', 'dev_requirement' => false, ), 'drupal/superfish' => array( 'pretty_version' => '1.4.0', 'version' => '1.4.0.0', - 'reference' => '8.x-1.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/superfish', 'aliases' => array(), + 'reference' => '8.x-1.4', 'dev_requirement' => false, ), 'drupal/svg_image' => array( 'pretty_version' => '1.15.0', 'version' => '1.15.0.0', - 'reference' => '8.x-1.15', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/svg_image', 'aliases' => array(), + 'reference' => '8.x-1.15', 'dev_requirement' => false, ), 'drupal/token' => array( 'pretty_version' => '1.9.0', 'version' => '1.9.0.0', - 'reference' => '8.x-1.9', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/token', 'aliases' => array(), + 'reference' => '8.x-1.9', 'dev_requirement' => false, ), 'drupal/twig_tweak' => array( 'pretty_version' => '2.9.0', 'version' => '2.9.0.0', - 'reference' => '8.x-2.9', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/twig_tweak', 'aliases' => array(), + 'reference' => '8.x-2.9', 'dev_requirement' => false, ), 'drupal/twitter_block' => array( 'pretty_version' => '3.0.0-alpha1', 'version' => '3.0.0.0-alpha1', - 'reference' => '8.x-3.0-alpha1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/twitter_block', 'aliases' => array(), + 'reference' => '8.x-3.0-alpha1', 'dev_requirement' => false, ), 'drupal/ultimate_cron' => array( 'pretty_version' => '2.0.0-alpha5', 'version' => '2.0.0.0-alpha5', - 'reference' => '8.x-2.0-alpha5', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/ultimate_cron', 'aliases' => array(), + 'reference' => '8.x-2.0-alpha5', 'dev_requirement' => false, ), 'drupal/userprotect' => array( 'pretty_version' => '1.1.0', 'version' => '1.1.0.0', - 'reference' => '8.x-1.1', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/userprotect', 'aliases' => array(), + 'reference' => '8.x-1.1', 'dev_requirement' => false, ), 'drupal/video_embed_field' => array( 'pretty_version' => '2.4.0', 'version' => '2.4.0.0', - 'reference' => '8.x-2.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/video_embed_field', 'aliases' => array(), + 'reference' => '8.x-2.4', 'dev_requirement' => false, ), 'drupal/view_unpublished' => array( 'pretty_version' => '1.0.0', 'version' => '1.0.0.0', - 'reference' => '8.x-1.0', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/view_unpublished', 'aliases' => array(), + 'reference' => '8.x-1.0', 'dev_requirement' => false, ), 'drupal/views_ajax_history' => array( 'pretty_version' => '1.6.0', 'version' => '1.6.0.0', - 'reference' => '8.x-1.6', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/views_ajax_history', 'aliases' => array(), + 'reference' => '8.x-1.6', 'dev_requirement' => false, ), 'drupal/views_autocomplete_filters' => array( 'pretty_version' => '1.3.0', 'version' => '1.3.0.0', - 'reference' => '8.x-1.3', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/views_autocomplete_filters', 'aliases' => array(), + 'reference' => '8.x-1.3', 'dev_requirement' => false, ), 'drupal/views_bootstrap' => array( 'pretty_version' => '3.6.0', 'version' => '3.6.0.0', - 'reference' => '8.x-3.6', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/views_bootstrap', 'aliases' => array(), + 'reference' => '8.x-3.6', 'dev_requirement' => false, ), 'drupal/views_bulk_operations' => array( 'pretty_version' => '4.1.2', 'version' => '4.1.2.0', - 'reference' => '4.1.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/views_bulk_operations', 'aliases' => array(), + 'reference' => '4.1.2', 'dev_requirement' => false, ), 'drupal/views_fieldsets' => array( 'pretty_version' => '3.4.0', 'version' => '3.4.0.0', - 'reference' => '8.x-3.4', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/views_fieldsets', 'aliases' => array(), + 'reference' => '8.x-3.4', 'dev_requirement' => false, ), 'drupal/views_infinite_scroll' => array( 'pretty_version' => '1.9.0', 'version' => '1.9.0.0', - 'reference' => '8.x-1.9', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/views_infinite_scroll', 'aliases' => array(), + 'reference' => '8.x-1.9', 'dev_requirement' => false, ), 'drupal/webform' => array( 'pretty_version' => '6.1.2', 'version' => '6.1.2.0', - 'reference' => '6.1.2', 'type' => 'drupal-module', 'install_path' => __DIR__ . '/../../web/modules/webform', 'aliases' => array(), + 'reference' => '6.1.2', 'dev_requirement' => false, ), 'drush-ops/behat-drush-endpoint' => array( 'pretty_version' => '0.0.5', 'version' => '0.0.5.0', - 'reference' => '54aa39c07dae0f8bf0d4f11e116206e6a5aefb8c', 'type' => 'drupal-drush', 'install_path' => __DIR__ . '/../../drush/contrib/behat-drush-endpoint', 'aliases' => array(), + 'reference' => '54aa39c07dae0f8bf0d4f11e116206e6a5aefb8c', 'dev_requirement' => false, ), 'drush/drush' => array( 'pretty_version' => '10.3.6', 'version' => '10.3.6.0', - 'reference' => 'fc985a95c6010e04891a2dbcf3f39984b8c9ef0a', 'type' => 'library', 'install_path' => __DIR__ . '/../drush/drush', 'aliases' => array(), + 'reference' => 'fc985a95c6010e04891a2dbcf3f39984b8c9ef0a', 'dev_requirement' => false, ), 'egulias/email-validator' => array( 'pretty_version' => '3.2.1', 'version' => '3.2.1.0', - 'reference' => 'f88dcf4b14af14a98ad96b14b2b317969eab6715', 'type' => 'library', 'install_path' => __DIR__ . '/../egulias/email-validator', 'aliases' => array(), + 'reference' => 'f88dcf4b14af14a98ad96b14b2b317969eab6715', 'dev_requirement' => false, ), 'enshrined/svg-sanitize' => array( 'pretty_version' => '0.14.1', 'version' => '0.14.1.0', - 'reference' => '307b42066fb0b76b5119f5e1f0826e18fefabe95', 'type' => 'library', 'install_path' => __DIR__ . '/../enshrined/svg-sanitize', 'aliases' => array(), + 'reference' => '307b42066fb0b76b5119f5e1f0826e18fefabe95', 'dev_requirement' => false, ), 'enyo/dropzone' => array( 'pretty_version' => 'v5.7.6', 'version' => '5.7.6.0', - 'reference' => 'ab3943a65befc594d11cc70a96c6b69eb72ac961', 'type' => 'library', 'install_path' => __DIR__ . '/../enyo/dropzone', 'aliases' => array(), + 'reference' => 'ab3943a65befc594d11cc70a96c6b69eb72ac961', 'dev_requirement' => false, ), 'gdsmith/jquery.easing' => array( 'pretty_version' => '1.4.1', 'version' => '1.4.1.0', - 'reference' => 'origin/master', 'type' => 'drupal-library', 'install_path' => __DIR__ . '/../../web/libraries/jquery.easing', 'aliases' => array(), + 'reference' => 'origin/master', 'dev_requirement' => false, ), 'gettext/gettext' => array( 'pretty_version' => 'v4.8.3', 'version' => '4.8.3.0', - 'reference' => '57ff4fb16647e78e80a5909fe3c190f1c3110321', 'type' => 'library', 'install_path' => __DIR__ . '/../gettext/gettext', 'aliases' => array(), + 'reference' => '57ff4fb16647e78e80a5909fe3c190f1c3110321', 'dev_requirement' => false, ), 'gettext/languages' => array( 'pretty_version' => '2.6.0', 'version' => '2.6.0.0', - 'reference' => '38ea0482f649e0802e475f0ed19fa993bcb7a618', 'type' => 'library', 'install_path' => __DIR__ . '/../gettext/languages', 'aliases' => array(), + 'reference' => '38ea0482f649e0802e475f0ed19fa993bcb7a618', 'dev_requirement' => false, ), 'google/recaptcha' => array( 'pretty_version' => '1.2.4', 'version' => '1.2.4.0', - 'reference' => '614f25a9038be4f3f2da7cbfd778dc5b357d2419', 'type' => 'library', 'install_path' => __DIR__ . '/../google/recaptcha', 'aliases' => array(), + 'reference' => '614f25a9038be4f3f2da7cbfd778dc5b357d2419', 'dev_requirement' => false, ), 'grasmash/expander' => array( 'pretty_version' => '1.0.0', 'version' => '1.0.0.0', - 'reference' => '95d6037344a4be1dd5f8e0b0b2571a28c397578f', 'type' => 'library', 'install_path' => __DIR__ . '/../grasmash/expander', 'aliases' => array(), + 'reference' => '95d6037344a4be1dd5f8e0b0b2571a28c397578f', 'dev_requirement' => false, ), 'grasmash/yaml-expander' => array( 'pretty_version' => '1.4.0', 'version' => '1.4.0.0', - 'reference' => '3f0f6001ae707a24f4d9733958d77d92bf9693b1', 'type' => 'library', 'install_path' => __DIR__ . '/../grasmash/yaml-expander', 'aliases' => array(), + 'reference' => '3f0f6001ae707a24f4d9733958d77d92bf9693b1', 'dev_requirement' => false, ), 'guzzlehttp/guzzle' => array( 'pretty_version' => '6.5.8', 'version' => '6.5.8.0', - 'reference' => 'a52f0440530b54fa079ce76e8c5d196a42cad981', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), + 'reference' => 'a52f0440530b54fa079ce76e8c5d196a42cad981', 'dev_requirement' => false, ), 'guzzlehttp/promises' => array( 'pretty_version' => '1.5.2', 'version' => '1.5.2.0', - 'reference' => 'b94b2807d85443f9719887892882d0329d1e2598', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), + 'reference' => 'b94b2807d85443f9719887892882d0329d1e2598', 'dev_requirement' => false, ), 'guzzlehttp/psr7' => array( 'pretty_version' => '1.9.0', 'version' => '1.9.0.0', - 'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), + 'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318', 'dev_requirement' => false, ), 'j7mbo/twitter-api-php' => array( 'pretty_version' => '1.0.6', 'version' => '1.0.6.0', - 'reference' => '443d22c53d621b3cc6b7e0c56daa60c5ada033f7', 'type' => 'library', 'install_path' => __DIR__ . '/../j7mbo/twitter-api-php', 'aliases' => array(), + 'reference' => '443d22c53d621b3cc6b7e0c56daa60c5ada033f7', 'dev_requirement' => false, ), 'laminas/laminas-diactoros' => array( 'pretty_version' => '2.11.3', 'version' => '2.11.3.0', - 'reference' => '1f97b0c52eafd108e09c76d6b29d83ef4a855f76', 'type' => 'library', 'install_path' => __DIR__ . '/../laminas/laminas-diactoros', 'aliases' => array(), + 'reference' => '1f97b0c52eafd108e09c76d6b29d83ef4a855f76', 'dev_requirement' => false, ), 'laminas/laminas-escaper' => array( 'pretty_version' => '2.9.0', 'version' => '2.9.0.0', - 'reference' => '891ad70986729e20ed2e86355fcf93c9dc238a5f', 'type' => 'library', 'install_path' => __DIR__ . '/../laminas/laminas-escaper', 'aliases' => array(), + 'reference' => '891ad70986729e20ed2e86355fcf93c9dc238a5f', 'dev_requirement' => false, ), 'laminas/laminas-feed' => array( 'pretty_version' => '2.17.0', 'version' => '2.17.0.0', - 'reference' => '1ccb024ea615606ed1d676ba0fa3f22a398f3ac0', 'type' => 'library', 'install_path' => __DIR__ . '/../laminas/laminas-feed', 'aliases' => array(), + 'reference' => '1ccb024ea615606ed1d676ba0fa3f22a398f3ac0', 'dev_requirement' => false, ), 'laminas/laminas-stdlib' => array( 'pretty_version' => '3.7.1', 'version' => '3.7.1.0', - 'reference' => 'bcd869e2fe88d567800057c1434f2380354fe325', 'type' => 'library', 'install_path' => __DIR__ . '/../laminas/laminas-stdlib', 'aliases' => array(), + 'reference' => 'bcd869e2fe88d567800057c1434f2380354fe325', 'dev_requirement' => false, ), 'league/container' => array( 'pretty_version' => '2.5.0', 'version' => '2.5.0.0', - 'reference' => '8438dc47a0674e3378bcce893a0a04d79a2c22b3', 'type' => 'library', 'install_path' => __DIR__ . '/../league/container', 'aliases' => array(), + 'reference' => '8438dc47a0674e3378bcce893a0a04d79a2c22b3', 'dev_requirement' => false, ), 'masterminds/html5' => array( 'pretty_version' => '2.7.6', 'version' => '2.7.6.0', - 'reference' => '897eb517a343a2281f11bc5556d6548db7d93947', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), + 'reference' => '897eb517a343a2281f11bc5556d6548db7d93947', 'dev_requirement' => false, ), 'mehrpadin/superfish' => array( 'pretty_version' => '2.1', 'version' => '2.1.0.0', - 'reference' => '80a0a484b727e9fbe6b0ee609f80e10e5e158683', 'type' => 'drupal-library', 'install_path' => __DIR__ . '/../../web/libraries/superfish', 'aliases' => array(), + 'reference' => '80a0a484b727e9fbe6b0ee609f80e10e5e158683', 'dev_requirement' => false, ), 'mobiledetect/mobiledetectlib' => array( 'pretty_version' => '2.8.34', 'version' => '2.8.34.0', - 'reference' => '6f8113f57a508494ca36acbcfa2dc2d923c7ed5b', 'type' => 'library', 'install_path' => __DIR__ . '/../mobiledetect/mobiledetectlib', 'aliases' => array(), + 'reference' => '6f8113f57a508494ca36acbcfa2dc2d923c7ed5b', 'dev_requirement' => false, ), 'nikic/php-parser' => array( 'pretty_version' => 'v4.10.5', 'version' => '4.10.5.0', - 'reference' => '4432ba399e47c66624bc73c8c0f811e5c109576f', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/php-parser', 'aliases' => array(), + 'reference' => '4432ba399e47c66624bc73c8c0f811e5c109576f', 'dev_requirement' => false, ), 'oomphinc/composer-installers-extender' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', - 'reference' => '8d3fe38a1723e0e91076920c8bb946b1696e28ca', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../oomphinc/composer-installers-extender', 'aliases' => array(), + 'reference' => '8d3fe38a1723e0e91076920c8bb946b1696e28ca', 'dev_requirement' => false, ), 'orno/di' => array( @@ -1585,91 +1594,91 @@ 'osu-asc-webservices/d8-upstream' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '936d78a9dd7fd52ded9532d471d024e466a6ace6', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), + 'reference' => '5a67bd96e01d63061e27ba3be8306ee00708df67', 'dev_requirement' => false, ), 'pantheon-systems/quicksilver-pushback' => array( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', - 'reference' => '32c65effd6802bdf829f1c68fb75ade2bd5894a0', 'type' => 'quicksilver-script', 'install_path' => __DIR__ . '/../pantheon-systems/quicksilver-pushback', 'aliases' => array(), + 'reference' => '32c65effd6802bdf829f1c68fb75ade2bd5894a0', 'dev_requirement' => false, ), 'pear/archive_tar' => array( 'pretty_version' => '1.4.14', 'version' => '1.4.14.0', - 'reference' => '4d761c5334c790e45ef3245f0864b8955c562caa', 'type' => 'library', 'install_path' => __DIR__ . '/../pear/archive_tar', 'aliases' => array(), + 'reference' => '4d761c5334c790e45ef3245f0864b8955c562caa', 'dev_requirement' => false, ), 'pear/console_getopt' => array( 'pretty_version' => 'v1.4.3', 'version' => '1.4.3.0', - 'reference' => 'a41f8d3e668987609178c7c4a9fe48fecac53fa0', 'type' => 'library', 'install_path' => __DIR__ . '/../pear/console_getopt', 'aliases' => array(), + 'reference' => 'a41f8d3e668987609178c7c4a9fe48fecac53fa0', 'dev_requirement' => false, ), 'pear/pear-core-minimal' => array( 'pretty_version' => 'v1.10.11', 'version' => '1.10.11.0', - 'reference' => '68d0d32ada737153b7e93b8d3c710ebe70ac867d', 'type' => 'library', 'install_path' => __DIR__ . '/../pear/pear-core-minimal', 'aliases' => array(), + 'reference' => '68d0d32ada737153b7e93b8d3c710ebe70ac867d', 'dev_requirement' => false, ), 'pear/pear_exception' => array( 'pretty_version' => 'v1.0.2', 'version' => '1.0.2.0', - 'reference' => 'b14fbe2ddb0b9f94f5b24cf08783d599f776fff0', 'type' => 'class', 'install_path' => __DIR__ . '/../pear/pear_exception', 'aliases' => array(), + 'reference' => 'b14fbe2ddb0b9f94f5b24cf08783d599f776fff0', 'dev_requirement' => false, ), 'phpfastcache/riak-client' => array( 'pretty_version' => '3.4.3', 'version' => '3.4.3.0', - 'reference' => 'd771f75d16196006604a30bb15adc1c6a9b0fcc9', 'type' => 'library', 'install_path' => __DIR__ . '/../phpfastcache/riak-client', 'aliases' => array(), + 'reference' => 'd771f75d16196006604a30bb15adc1c6a9b0fcc9', 'dev_requirement' => false, ), 'phpmailer/phpmailer' => array( 'pretty_version' => 'v6.2.0', 'version' => '6.2.0.0', - 'reference' => 'e38888a75c070304ca5514197d4847a59a5c853f', 'type' => 'library', 'install_path' => __DIR__ . '/../phpmailer/phpmailer', 'aliases' => array(), + 'reference' => 'e38888a75c070304ca5514197d4847a59a5c853f', 'dev_requirement' => false, ), 'psr/cache' => array( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', - 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), + 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8', 'dev_requirement' => false, ), 'psr/container' => array( 'pretty_version' => '1.1.1', 'version' => '1.1.1.0', - 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), + 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => false, ), 'psr/container-implementation' => array( @@ -1688,10 +1697,10 @@ 'psr/http-factory' => array( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', - 'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), + 'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be', 'dev_requirement' => false, ), 'psr/http-factory-implementation' => array( @@ -1703,10 +1712,10 @@ 'psr/http-message' => array( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', - 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), + 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'dev_requirement' => false, ), 'psr/http-message-implementation' => array( @@ -1718,10 +1727,10 @@ 'psr/log' => array( 'pretty_version' => '1.1.4', 'version' => '1.1.4.0', - 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), + 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => false, ), 'psr/log-implementation' => array( @@ -1733,28 +1742,28 @@ 'psy/psysh' => array( 'pretty_version' => 'v0.10.8', 'version' => '0.10.8.0', - 'reference' => 'e4573f47750dd6c92dca5aee543fa77513cbd8d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psy/psysh', 'aliases' => array(), + 'reference' => 'e4573f47750dd6c92dca5aee543fa77513cbd8d3', 'dev_requirement' => false, ), 'ralouphie/getallheaders' => array( 'pretty_version' => '3.0.3', 'version' => '3.0.3.0', - 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), + 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'dev_requirement' => false, ), 'robrichards/xmlseclibs' => array( 'pretty_version' => '3.1.1', 'version' => '3.1.1.0', - 'reference' => 'f8f19e58f26cdb42c54b214ff8a820760292f8df', 'type' => 'library', 'install_path' => __DIR__ . '/../robrichards/xmlseclibs', 'aliases' => array(), + 'reference' => 'f8f19e58f26cdb42c54b214ff8a820760292f8df', 'dev_requirement' => false, ), 'roundcube/plugin-installer' => array( @@ -1778,406 +1787,406 @@ 'simplesamlphp/composer-module-installer' => array( 'pretty_version' => 'v1.1.8', 'version' => '1.1.8.0', - 'reference' => '45161b5406f3e9c82459d0f9a5a1dba064953cfa', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../simplesamlphp/composer-module-installer', 'aliases' => array(), + 'reference' => '45161b5406f3e9c82459d0f9a5a1dba064953cfa', 'dev_requirement' => false, ), 'simplesamlphp/saml2' => array( 'pretty_version' => 'v4.2.0', 'version' => '4.2.0.0', - 'reference' => 'd4038b83be50ccd64ecdc0b7c68e66d63c899d2c', 'type' => 'library', 'install_path' => __DIR__ . '/../simplesamlphp/saml2', 'aliases' => array(), + 'reference' => 'd4038b83be50ccd64ecdc0b7c68e66d63c899d2c', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp' => array( 'pretty_version' => 'v1.18.8', 'version' => '1.18.8.0', - 'reference' => 'ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b', 'type' => 'project', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp', 'aliases' => array(), + 'reference' => 'ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-adfs' => array( 'pretty_version' => 'v0.9.6', 'version' => '0.9.6.0', - 'reference' => '425e5ebbdd097c92fe5265a6b48d32a3095c7237', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/adfs', 'aliases' => array(), + 'reference' => '425e5ebbdd097c92fe5265a6b48d32a3095c7237', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-authcrypt' => array( 'pretty_version' => 'v0.9.3', 'version' => '0.9.3.0', - 'reference' => '9a2c1a761e2d94394a4f2d3499fd6f0853899530', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/authcrypt', 'aliases' => array(), + 'reference' => '9a2c1a761e2d94394a4f2d3499fd6f0853899530', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-authfacebook' => array( 'pretty_version' => 'v0.9.3', 'version' => '0.9.3.0', - 'reference' => '9152731e939ad4a49e0f06da5f0009ebde0d2b5c', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/authfacebook', 'aliases' => array(), + 'reference' => '9152731e939ad4a49e0f06da5f0009ebde0d2b5c', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-authorize' => array( 'pretty_version' => 'v0.9.2', 'version' => '0.9.2.0', - 'reference' => 'c2607a5252ee1256b50ce7795e35513b116998d4', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/authorize', 'aliases' => array(), + 'reference' => 'c2607a5252ee1256b50ce7795e35513b116998d4', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-authtwitter' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => '29a15e58061222632fea9eb2c807aef5e2c0d54a', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/authtwitter', 'aliases' => array(), + 'reference' => '29a15e58061222632fea9eb2c807aef5e2c0d54a', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-authwindowslive' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => 'f40aecec6c0adaedb6693309840c98cec783876e', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/authwindowslive', 'aliases' => array(), + 'reference' => 'f40aecec6c0adaedb6693309840c98cec783876e', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-authx509' => array( 'pretty_version' => 'v0.9.8', 'version' => '0.9.8.0', - 'reference' => '66525b1ec4145ec8d0d0e9db4534624b6be4c1fb', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/authX509', 'aliases' => array(), + 'reference' => '66525b1ec4145ec8d0d0e9db4534624b6be4c1fb', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-authyubikey' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => '8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/authYubikey', 'aliases' => array(), + 'reference' => '8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-cas' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => '63b72e4600550c507cdfc32fdd208ad59a64321e', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/cas', 'aliases' => array(), + 'reference' => '63b72e4600550c507cdfc32fdd208ad59a64321e', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-cdc' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => '16a5bfac7299e04e5feb472af328e07598708166', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/cdc', 'aliases' => array(), + 'reference' => '16a5bfac7299e04e5feb472af328e07598708166', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-consent' => array( 'pretty_version' => 'v0.9.6', 'version' => '0.9.6.0', - 'reference' => '2f84d15e96afb5a32b6d1cff93370f501ca7867d', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/consent', 'aliases' => array(), + 'reference' => '2f84d15e96afb5a32b6d1cff93370f501ca7867d', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-consentadmin' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => '466e8d0d751f0080162d78e63ab2e125b24d17a1', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/consentAdmin', 'aliases' => array(), + 'reference' => '466e8d0d751f0080162d78e63ab2e125b24d17a1', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-discopower' => array( 'pretty_version' => 'v0.9.3', 'version' => '0.9.3.0', - 'reference' => 'c892926e8186d0a2c638f7032dfc30540c1f92fb', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/discopower', 'aliases' => array(), + 'reference' => 'c892926e8186d0a2c638f7032dfc30540c1f92fb', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-exampleattributeserver' => array( 'pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', - 'reference' => '63e0323e81c32bc3c9eaa01ea45194bb10153708', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/exampleattributeserver', 'aliases' => array(), + 'reference' => '63e0323e81c32bc3c9eaa01ea45194bb10153708', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-expirycheck' => array( 'pretty_version' => 'v0.9.3', 'version' => '0.9.3.0', - 'reference' => '59c59cdf87e2679257b46c07bb4c27666a11cc20', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/expirycheck', 'aliases' => array(), + 'reference' => '59c59cdf87e2679257b46c07bb4c27666a11cc20', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-ldap' => array( 'pretty_version' => 'v0.9.10', 'version' => '0.9.10.0', - 'reference' => '78f04cbe41bfb9dcbcdeff4b5f12e67c060e1a77', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/ldap', 'aliases' => array(), + 'reference' => '78f04cbe41bfb9dcbcdeff4b5f12e67c060e1a77', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-memcachemonitor' => array( 'pretty_version' => 'v0.9.2', 'version' => '0.9.2.0', - 'reference' => '900b5c6b59913d9013b8dae090841a127ae55ae5', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/memcacheMonitor', 'aliases' => array(), + 'reference' => '900b5c6b59913d9013b8dae090841a127ae55ae5', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-memcookie' => array( 'pretty_version' => 'v1.2.2', 'version' => '1.2.2.0', - 'reference' => '39535304e8d464b7baa1e82cb441fa432947ff57', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/memcookie', 'aliases' => array(), + 'reference' => '39535304e8d464b7baa1e82cb441fa432947ff57', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-metarefresh' => array( 'pretty_version' => 'v0.9.6', 'version' => '0.9.6.0', - 'reference' => 'e284306a7097297765b5b78a4e28f19f18d4e001', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/metarefresh', 'aliases' => array(), + 'reference' => 'e284306a7097297765b5b78a4e28f19f18d4e001', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-negotiate' => array( 'pretty_version' => 'v0.9.10', 'version' => '0.9.10.0', - 'reference' => 'db05ff40399c66e3f14697a8162da6b2fbdab47d', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/negotiate', 'aliases' => array(), + 'reference' => 'db05ff40399c66e3f14697a8162da6b2fbdab47d', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-oauth' => array( 'pretty_version' => 'v0.9.2', 'version' => '0.9.2.0', - 'reference' => 'd14d7aca6e699ec12b3f4dd0128373faa1a2cc61', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/oauth', 'aliases' => array(), + 'reference' => 'd14d7aca6e699ec12b3f4dd0128373faa1a2cc61', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-preprodwarning' => array( 'pretty_version' => 'v0.9.2', 'version' => '0.9.2.0', - 'reference' => '8e032de33a75eb44857dc06d886ad94ee3af4638', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/preprodwarning', 'aliases' => array(), + 'reference' => '8e032de33a75eb44857dc06d886ad94ee3af4638', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-radius' => array( 'pretty_version' => 'v0.9.3', 'version' => '0.9.3.0', - 'reference' => '36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/radius', 'aliases' => array(), + 'reference' => '36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-riak' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => 'c1a9d9545cb4e05b9205b34624850bb777aca991', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/riak', 'aliases' => array(), + 'reference' => 'c1a9d9545cb4e05b9205b34624850bb777aca991', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-sanitycheck' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => '15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/sanitycheck', 'aliases' => array(), + 'reference' => '15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-smartattributes' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => 'b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/smartattributes', 'aliases' => array(), + 'reference' => 'b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-sqlauth' => array( 'pretty_version' => 'v0.9.1', 'version' => '0.9.1.0', - 'reference' => '31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/sqlauth', 'aliases' => array(), + 'reference' => '31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b', 'dev_requirement' => false, ), 'simplesamlphp/simplesamlphp-module-statistics' => array( 'pretty_version' => 'v0.9.6', 'version' => '0.9.6.0', - 'reference' => '03fb6bdbbf5ce0a0cb257208db79aacac227ac10', 'type' => 'simplesamlphp-module', 'install_path' => __DIR__ . '/../simplesamlphp/simplesamlphp/modules/statistics', 'aliases' => array(), + 'reference' => '03fb6bdbbf5ce0a0cb257208db79aacac227ac10', 'dev_requirement' => false, ), 'simplesamlphp/twig-configurable-i18n' => array( 'pretty_version' => 'v2.3.4', 'version' => '2.3.4.0', - 'reference' => 'e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a', 'type' => 'project', 'install_path' => __DIR__ . '/../simplesamlphp/twig-configurable-i18n', 'aliases' => array(), + 'reference' => 'e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a', 'dev_requirement' => false, ), 'stack/builder' => array( 'pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', - 'reference' => 'a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c', 'type' => 'library', 'install_path' => __DIR__ . '/../stack/builder', 'aliases' => array(), + 'reference' => 'a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c', 'dev_requirement' => false, ), 'stecman/symfony-console-completion' => array( 'pretty_version' => '0.11.0', 'version' => '0.11.0.0', - 'reference' => 'a9502dab59405e275a9f264536c4e1cb61fc3518', 'type' => 'library', 'install_path' => __DIR__ . '/../stecman/symfony-console-completion', 'aliases' => array(), + 'reference' => 'a9502dab59405e275a9f264536c4e1cb61fc3518', 'dev_requirement' => false, ), 'symfony-cmf/routing' => array( 'pretty_version' => '2.3.4', 'version' => '2.3.4.0', - 'reference' => 'bbcdf2f6301d740454ba9ebb8adaefd436c36a6b', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony-cmf/routing', 'aliases' => array(), + 'reference' => 'bbcdf2f6301d740454ba9ebb8adaefd436c36a6b', 'dev_requirement' => false, ), 'symfony/config' => array( 'pretty_version' => 'v4.4.25', 'version' => '4.4.25.0', - 'reference' => '2803882bb10353d277d4539635dd688a053d571c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), + 'reference' => '2803882bb10353d277d4539635dd688a053d571c', 'dev_requirement' => false, ), 'symfony/console' => array( 'pretty_version' => 'v4.4.45', 'version' => '4.4.45.0', - 'reference' => '28b77970939500fb04180166a1f716e75a871ef8', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/console', 'aliases' => array(), + 'reference' => '28b77970939500fb04180166a1f716e75a871ef8', 'dev_requirement' => false, ), 'symfony/css-selector' => array( 'pretty_version' => 'v4.4.44', 'version' => '4.4.44.0', - 'reference' => 'bd0a6737e48de45b4b0b7b6fc98c78404ddceaed', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), + 'reference' => 'bd0a6737e48de45b4b0b7b6fc98c78404ddceaed', 'dev_requirement' => false, ), 'symfony/debug' => array( 'pretty_version' => 'v4.4.44', 'version' => '4.4.44.0', - 'reference' => '1a692492190773c5310bc7877cb590c04c2f05be', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/debug', 'aliases' => array(), + 'reference' => '1a692492190773c5310bc7877cb590c04c2f05be', 'dev_requirement' => false, ), 'symfony/dependency-injection' => array( 'pretty_version' => 'v4.4.44', 'version' => '4.4.44.0', - 'reference' => '25502a57182ba1e15da0afd64c975cae4d0a1471', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), + 'reference' => '25502a57182ba1e15da0afd64c975cae4d0a1471', 'dev_requirement' => false, ), 'symfony/deprecation-contracts' => array( 'pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', - 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), + 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'dev_requirement' => false, ), 'symfony/dom-crawler' => array( 'pretty_version' => 'v4.4.45', 'version' => '4.4.45.0', - 'reference' => '4b8daf6c56801e6d664224261cb100b73edc78a5', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dom-crawler', 'aliases' => array(), + 'reference' => '4b8daf6c56801e6d664224261cb100b73edc78a5', 'dev_requirement' => false, ), 'symfony/error-handler' => array( 'pretty_version' => 'v4.4.44', 'version' => '4.4.44.0', - 'reference' => 'be731658121ef2d8be88f3a1ec938148a9237291', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/error-handler', 'aliases' => array(), + 'reference' => 'be731658121ef2d8be88f3a1ec938148a9237291', 'dev_requirement' => false, ), 'symfony/event-dispatcher' => array( 'pretty_version' => 'v4.4.44', 'version' => '4.4.44.0', - 'reference' => '1e866e9e5c1b22168e0ce5f0b467f19bba61266a', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/event-dispatcher', 'aliases' => array(), + 'reference' => '1e866e9e5c1b22168e0ce5f0b467f19bba61266a', 'dev_requirement' => false, ), 'symfony/event-dispatcher-contracts' => array( 'pretty_version' => 'v1.1.13', 'version' => '1.1.13.0', - 'reference' => '1d5cd762abaa6b2a4169d3e77610193a7157129e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/event-dispatcher-contracts', 'aliases' => array(), + 'reference' => '1d5cd762abaa6b2a4169d3e77610193a7157129e', 'dev_requirement' => false, ), 'symfony/event-dispatcher-implementation' => array( @@ -2189,181 +2198,181 @@ 'symfony/filesystem' => array( 'pretty_version' => 'v4.4.25', 'version' => '4.4.25.0', - 'reference' => '2d926ebd76f52352deb3c9577d8c1d4b96eae429', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), + 'reference' => '2d926ebd76f52352deb3c9577d8c1d4b96eae429', 'dev_requirement' => false, ), 'symfony/finder' => array( 'pretty_version' => 'v4.4.44', 'version' => '4.4.44.0', - 'reference' => '66bd787edb5e42ff59d3523f623895af05043e4f', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/finder', 'aliases' => array(), + 'reference' => '66bd787edb5e42ff59d3523f623895af05043e4f', 'dev_requirement' => false, ), 'symfony/http-client-contracts' => array( 'pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', - 'reference' => 'ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), + 'reference' => 'ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70', 'dev_requirement' => false, ), 'symfony/http-foundation' => array( 'pretty_version' => 'v4.4.45', 'version' => '4.4.45.0', - 'reference' => 'b2f2e3cb66349d89cb46c939cea03c62ad71cf00', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-foundation', 'aliases' => array(), + 'reference' => 'b2f2e3cb66349d89cb46c939cea03c62ad71cf00', 'dev_requirement' => false, ), 'symfony/http-kernel' => array( 'pretty_version' => 'v4.4.45', 'version' => '4.4.45.0', - 'reference' => '4f2d38e9a3c6997ea0886ede5aaf337dfd0fc938', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-kernel', 'aliases' => array(), + 'reference' => '4f2d38e9a3c6997ea0886ede5aaf337dfd0fc938', 'dev_requirement' => false, ), 'symfony/mime' => array( 'pretty_version' => 'v5.4.12', 'version' => '5.4.12.0', - 'reference' => '03876e9c5a36f5b45e7d9a381edda5421eff8a90', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/mime', 'aliases' => array(), + 'reference' => '03876e9c5a36f5b45e7d9a381edda5421eff8a90', 'dev_requirement' => false, ), 'symfony/polyfill-ctype' => array( 'pretty_version' => 'v1.25.0', 'version' => '1.25.0.0', - 'reference' => '30885182c981ab175d4d034db0f6f469898070ab', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), + 'reference' => '30885182c981ab175d4d034db0f6f469898070ab', 'dev_requirement' => false, ), 'symfony/polyfill-iconv' => array( 'pretty_version' => 'v1.25.0', 'version' => '1.25.0.0', - 'reference' => 'f1aed619e28cb077fc83fac8c4c0383578356e40', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-iconv', 'aliases' => array(), + 'reference' => 'f1aed619e28cb077fc83fac8c4c0383578356e40', 'dev_requirement' => false, ), 'symfony/polyfill-intl-idn' => array( 'pretty_version' => 'v1.25.0', 'version' => '1.25.0.0', - 'reference' => '749045c69efb97c70d25d7463abba812e91f3a44', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-idn', 'aliases' => array(), + 'reference' => '749045c69efb97c70d25d7463abba812e91f3a44', 'dev_requirement' => false, ), 'symfony/polyfill-intl-normalizer' => array( 'pretty_version' => 'v1.25.0', 'version' => '1.25.0.0', - 'reference' => '8590a5f561694770bdcd3f9b5c69dde6945028e8', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', 'aliases' => array(), + 'reference' => '8590a5f561694770bdcd3f9b5c69dde6945028e8', 'dev_requirement' => false, ), 'symfony/polyfill-mbstring' => array( 'pretty_version' => 'v1.25.0', 'version' => '1.25.0.0', - 'reference' => '0abb51d2f102e00a4eefcf46ba7fec406d245825', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), + 'reference' => '0abb51d2f102e00a4eefcf46ba7fec406d245825', 'dev_requirement' => false, ), 'symfony/polyfill-php72' => array( 'pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', - 'reference' => 'bf44a9fd41feaac72b074de600314a93e2ae78e2', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php72', 'aliases' => array(), + 'reference' => 'bf44a9fd41feaac72b074de600314a93e2ae78e2', 'dev_requirement' => false, ), 'symfony/polyfill-php73' => array( 'pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', - 'reference' => 'e440d35fa0286f77fb45b79a03fedbeda9307e85', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), + 'reference' => 'e440d35fa0286f77fb45b79a03fedbeda9307e85', 'dev_requirement' => false, ), 'symfony/polyfill-php80' => array( 'pretty_version' => 'v1.25.0', 'version' => '1.25.0.0', - 'reference' => '4407588e0d3f1f52efb65fbe92babe41f37fe50c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), + 'reference' => '4407588e0d3f1f52efb65fbe92babe41f37fe50c', 'dev_requirement' => false, ), 'symfony/polyfill-php81' => array( 'pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', - 'reference' => '13f6d1271c663dc5ae9fb843a8f16521db7687a1', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), + 'reference' => '13f6d1271c663dc5ae9fb843a8f16521db7687a1', 'dev_requirement' => false, ), 'symfony/process' => array( 'pretty_version' => 'v4.4.44', 'version' => '4.4.44.0', - 'reference' => '5cee9cdc4f7805e2699d9fd66991a0e6df8252a2', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/process', 'aliases' => array(), + 'reference' => '5cee9cdc4f7805e2699d9fd66991a0e6df8252a2', 'dev_requirement' => false, ), 'symfony/psr-http-message-bridge' => array( 'pretty_version' => 'v2.1.3', 'version' => '2.1.3.0', - 'reference' => 'd444f85dddf65c7e57c58d8e5b3a4dbb593b1840', 'type' => 'symfony-bridge', 'install_path' => __DIR__ . '/../symfony/psr-http-message-bridge', 'aliases' => array(), + 'reference' => 'd444f85dddf65c7e57c58d8e5b3a4dbb593b1840', 'dev_requirement' => false, ), 'symfony/routing' => array( 'pretty_version' => 'v4.4.44', 'version' => '4.4.44.0', - 'reference' => 'f7751fd8b60a07f3f349947a309b5bdfce22d6ae', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/routing', 'aliases' => array(), + 'reference' => 'f7751fd8b60a07f3f349947a309b5bdfce22d6ae', 'dev_requirement' => false, ), 'symfony/serializer' => array( 'pretty_version' => 'v4.4.45', 'version' => '4.4.45.0', - 'reference' => 'd19621a350491f76e2faed2afb982e0706f63252', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/serializer', 'aliases' => array(), + 'reference' => 'd19621a350491f76e2faed2afb982e0706f63252', 'dev_requirement' => false, ), 'symfony/service-contracts' => array( 'pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', - 'reference' => '4b426aac47d6427cc1a1d0f7e2ac724627f5966c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), + 'reference' => '4b426aac47d6427cc1a1d0f7e2ac724627f5966c', 'dev_requirement' => false, ), 'symfony/service-implementation' => array( @@ -2375,19 +2384,19 @@ 'symfony/translation' => array( 'pretty_version' => 'v4.4.45', 'version' => '4.4.45.0', - 'reference' => '4e6b4c0dbeb04d6f004ed7f43eb0905ce8396def', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), + 'reference' => '4e6b4c0dbeb04d6f004ed7f43eb0905ce8396def', 'dev_requirement' => false, ), 'symfony/translation-contracts' => array( 'pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', - 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), + 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'dev_requirement' => false, ), 'symfony/translation-implementation' => array( @@ -2399,91 +2408,91 @@ 'symfony/validator' => array( 'pretty_version' => 'v4.4.45', 'version' => '4.4.45.0', - 'reference' => '06db9bfca8fefea4dfe8e804bbcd0aa79a414d0c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/validator', 'aliases' => array(), + 'reference' => '06db9bfca8fefea4dfe8e804bbcd0aa79a414d0c', 'dev_requirement' => false, ), 'symfony/var-dumper' => array( 'pretty_version' => 'v5.4.11', 'version' => '5.4.11.0', - 'reference' => 'b8f306d7b8ef34fb3db3305be97ba8e088fb4861', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-dumper', 'aliases' => array(), + 'reference' => 'b8f306d7b8ef34fb3db3305be97ba8e088fb4861', 'dev_requirement' => false, ), 'symfony/yaml' => array( 'pretty_version' => 'v4.4.45', 'version' => '4.4.45.0', - 'reference' => 'aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/yaml', 'aliases' => array(), + 'reference' => 'aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d', 'dev_requirement' => false, ), 'twig/extensions' => array( 'pretty_version' => 'v1.5.4', 'version' => '1.5.4.0', - 'reference' => '57873c8b0c1be51caa47df2cdb824490beb16202', 'type' => 'library', 'install_path' => __DIR__ . '/../twig/extensions', 'aliases' => array(), + 'reference' => '57873c8b0c1be51caa47df2cdb824490beb16202', 'dev_requirement' => false, ), 'twig/twig' => array( 'pretty_version' => 'v2.15.2', 'version' => '2.15.2.0', - 'reference' => '3e43405a9a8b578809426339cc3780e16fba0c52', 'type' => 'library', 'install_path' => __DIR__ . '/../twig/twig', 'aliases' => array(), + 'reference' => '3e43405a9a8b578809426339cc3780e16fba0c52', 'dev_requirement' => false, ), 'typo3/phar-stream-wrapper' => array( 'pretty_version' => 'v3.1.7', 'version' => '3.1.7.0', - 'reference' => '5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c', 'type' => 'library', 'install_path' => __DIR__ . '/../typo3/phar-stream-wrapper', 'aliases' => array(), + 'reference' => '5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c', 'dev_requirement' => false, ), 'webflo/drupal-finder' => array( 'pretty_version' => '1.2.2', 'version' => '1.2.2.0', - 'reference' => 'c8e5dbe65caef285fec8057a4c718a0d4138d1ee', 'type' => 'library', 'install_path' => __DIR__ . '/../webflo/drupal-finder', 'aliases' => array(), + 'reference' => 'c8e5dbe65caef285fec8057a4c718a0d4138d1ee', 'dev_requirement' => false, ), 'webmozart/assert' => array( 'pretty_version' => '1.5.0', 'version' => '1.5.0.0', - 'reference' => '88e6d84706d09a236046d686bbea96f07b3a34f4', 'type' => 'library', 'install_path' => __DIR__ . '/../webmozart/assert', 'aliases' => array(), + 'reference' => '88e6d84706d09a236046d686bbea96f07b3a34f4', 'dev_requirement' => false, ), 'webmozart/path-util' => array( 'pretty_version' => '2.3.0', 'version' => '2.3.0.0', - 'reference' => 'd939f7edc24c9a1bb9c0dee5cb05d8e859490725', 'type' => 'library', 'install_path' => __DIR__ . '/../webmozart/path-util', 'aliases' => array(), + 'reference' => 'd939f7edc24c9a1bb9c0dee5cb05d8e859490725', 'dev_requirement' => false, ), 'whitehat101/apr1-md5' => array( 'pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', - 'reference' => '8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819', 'type' => 'library', 'install_path' => __DIR__ . '/../whitehat101/apr1-md5', 'aliases' => array(), + 'reference' => '8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819', 'dev_requirement' => false, ), ), diff --git a/web/themes/adminimal_theme/LICENSE.txt b/web/themes/adminimal_theme/LICENSE.txt new file mode 100644 index 0000000000..d159169d10 --- /dev/null +++ b/web/themes/adminimal_theme/LICENSE.txt @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/web/themes/adminimal_theme/adminimal_theme.info.yml b/web/themes/adminimal_theme/adminimal_theme.info.yml new file mode 100644 index 0000000000..02aa2ae97a --- /dev/null +++ b/web/themes/adminimal_theme/adminimal_theme.info.yml @@ -0,0 +1,33 @@ +name: Adminimal +type: theme +description: 'Drupal administration theme with modern minimalist design.' +core_version_requirement: ^8.8 || ^9 +base theme: seven + +libraries: + - adminimal_theme/global-styling +libraries-override: + system/base: + css: + component: + /core/themes/stable/css/system/components/system-status-counter.css: /core/themes/seven/css/components/system-status-counter.css + /core/themes/stable/css/system/components/system-status-report-counters.css: /core/themes/seven/css/components/system-status-report-counters.css + /core/themes/stable/css/system/components/system-status-report-general-info.css: /core/themes/seven/css/components/system-status-report-general-info.css + +regions: + header: 'Header' + pre_content: 'Pre-content' + breadcrumb: Breadcrumb + highlighted: Highlighted + help: Help + content: Content + page_top: 'Page top' + page_bottom: 'Page bottom' + sidebar_first: 'First sidebar' +regions_hidden: + - sidebar_first + +# Information added by Drupal.org packaging script on 2020-10-06 +version: '8.x-1.6' +project: 'adminimal_theme' +datestamp: 1602006939 diff --git a/web/themes/adminimal_theme/adminimal_theme.libraries.yml b/web/themes/adminimal_theme/adminimal_theme.libraries.yml new file mode 100644 index 0000000000..a620580d6b --- /dev/null +++ b/web/themes/adminimal_theme/adminimal_theme.libraries.yml @@ -0,0 +1,17 @@ +global-styling: + version: VERSION + css: + base: + css/adminimal.css: {} + +google-fonts: + version: VERSION + css: + base: + css/adminimal_fonts.css: {} + +custom-styling: + version: VERSION + css: + theme: + public://adminimal-custom.css: {} diff --git a/web/themes/adminimal_theme/adminimal_theme.settings.yml b/web/themes/adminimal_theme/adminimal_theme.settings.yml new file mode 100644 index 0000000000..873a9ec400 --- /dev/null +++ b/web/themes/adminimal_theme/adminimal_theme.settings.yml @@ -0,0 +1 @@ +disable_google_fonts: FALSE diff --git a/web/themes/adminimal_theme/adminimal_theme.theme b/web/themes/adminimal_theme/adminimal_theme.theme new file mode 100644 index 0000000000..99781357f5 --- /dev/null +++ b/web/themes/adminimal_theme/adminimal_theme.theme @@ -0,0 +1,132 @@ +<?php + +/** + * @file + * Functions to support theming in the Adminimal theme. + */ + +use Drupal\Core\Form\FormStateInterface; +use Drupal\Core\Template\Attribute; +use Drupal\Core\File\FileSystemInterface; + +/** + * Implements hook_preprocess_HOOK() for HTML document templates. + */ +function adminimal_theme_preprocess_html(&$variables) { + // Add adminimal class to the body. + if ($variables['attributes'] instanceof Attribute) { + $variables['attributes']->addClass('adminimal'); + } + else { + $variables['attributes']['class'][] = 'adminimal'; + } + + // Add library with custom CSS. + if (theme_get_setting('custom_css')) { + $variables['#attached']['library'][] = 'adminimal_theme/custom-styling'; + } + // Add Open Sans font styles based on the theme setting. + if (!theme_get_setting('disable_google_fonts')) { + $variables['#attached']['library'][] = 'adminimal_theme/google-fonts'; + } +} + +/** + * Implements hook_form_system_theme_settings_alter(). + */ +function adminimal_theme_form_system_theme_settings_alter(&$form, FormStateInterface &$form_state, $form_id = NULL) { + // Work-around for a core bug affecting admin themes. See issue #943212. + if (isset($form_id)) { + return; + } + + // Get adminimal theme path. + global $base_url; + $adminimal_path = drupal_get_path('theme', 'adminimal_theme'); + $old_css_path = $adminimal_path . '/css/custom.css'; + $custom_css_path = 'public://adminimal-custom.css'; + $custom_css_dir = str_replace($base_url . '/', "", file_create_url($custom_css_path)); + $custom_css_url = file_create_url($custom_css_path); + + // Try to create the adminimal-custom.css file automatically. + if (!file_exists($custom_css_path)) { + + /** @var \Drupal\Core\File\FileSystemInterface $file_system */ + $file_system = \Drupal::service('file_system'); + // Try to migrate from the old css. + if (file_exists($old_css_path)) { + $file_system->copy($old_css_path, $custom_css_path, FileSystemInterface::EXISTS_ERROR); + } + // Else create a new blank css file. + else { + $file_system->saveData("", $custom_css_path, FileSystemInterface::EXISTS_ERROR); + } + + } + + // Notify user to remove his old css file. + if (file_exists($old_css_path)) { + \Drupal::messenger()->addWarning(t('Please delete the old @css_location file, as its no longer used.', ['@css_location file' => $old_css_path])); + } + + $form['adminimal_custom'] = [ + '#type' => 'fieldset', + '#title' => t('Adminimal Customization'), + '#weight' => -10, + ]; + + $form['adminimal_custom']['custom_css'] = [ + '#type' => 'checkbox', + '#title' => t('Use "adminimal-custom.css"'), + '#description' => t('Include adminimal-custom.css file to override or add custom css code without subthememing/hacking Adminimal Theme.'), + '#default_value' => theme_get_setting('custom_css'), + ]; + + $form['adminimal_custom']['adminimal_custom_check'] = [ + '#type' => 'fieldset', + '#title' => t('Custom CSS file check'), + '#weight' => 50, + '#states' => [ + // Hide the settings when the cancel notify checkbox is disabled. + 'visible' => [ + ':input[name="custom_css"]' => ['checked' => TRUE], + ], + ], + ]; + + if (file_exists($custom_css_path)) { + $form['adminimal_custom']['adminimal_custom_check']['custom_css_description'] = [ + '#type' => 'container', + '#attributes' => [ + 'class' => ['messages', 'messages--status'], + ], + 'message' => [ + '#markup' => t('Custom CSS file Found in: @css', ['@css' => $custom_css_dir]), + ], + ]; + } + else { + $form['adminimal_custom']['adminimal_custom_check']['custom_css_not_found'] = [ + '#type' => 'container', + '#attributes' => [ + 'class' => ['messages', 'messages--error'], + ], + 'message' => [ + '#markup' => t('Custom CSS file not found. You must create the @css file manually.', ['@css' => $custom_css_dir]), + ], + ]; + } + + $form['adminimal_theme_settings'] = [ + '#type' => 'details', + '#title' => t('Adminimal theme settings'), + '#open' => TRUE, + ]; + + $form['adminimal_theme_settings']['disable_google_fonts'] = [ + '#type' => 'checkbox', + '#title' => t('Avoid using "Open Sans" font'), + '#default_value' => theme_get_setting('disable_google_fonts'), + '#description' => t('Useful for languages that are not well supported by the "Open sans" font. Like Japanese for example.'), + ]; +} diff --git a/web/themes/adminimal_theme/composer.json b/web/themes/adminimal_theme/composer.json new file mode 100644 index 0000000000..e5c2b65157 --- /dev/null +++ b/web/themes/adminimal_theme/composer.json @@ -0,0 +1,10 @@ +{ + "name": "drupal/adminimal_theme", + "description": "Drupal administration theme with modern minimalist design.", + "type": "drupal-theme", + "homepage": "https://www.drupal.org/project/adminimal_theme", + "support": { + "issues": "https://www.drupal.org/project/issues/adminimal_theme" + }, + "license": "GPL-2.0+" +} diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_breadcrumbs.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_breadcrumbs.yml new file mode 100644 index 0000000000..a39e6831b1 --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_breadcrumbs.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - system + theme: + - adminimal_theme +id: adminimal_theme_breadcrumbs +theme: adminimal_theme +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: { } diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_content.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_content.yml new file mode 100644 index 0000000000..e864c13122 --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_content.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - system + theme: + - adminimal_theme +id: adminimal_theme_content +theme: adminimal_theme +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + provider: system + label_display: '0' +visibility: { } diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_help.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_help.yml new file mode 100644 index 0000000000..2c677a2b2b --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_help.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - help + theme: + - adminimal_theme +id: adminimal_theme_help +theme: adminimal_theme +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_local_actions.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_local_actions.yml new file mode 100644 index 0000000000..5a2b9b6c1d --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_local_actions.yml @@ -0,0 +1,17 @@ +langcode: en +status: true +dependencies: + theme: + - adminimal_theme +id: adminimal_theme_local_actions +theme: adminimal_theme +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + provider: core + label_display: '0' +visibility: { } diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_login.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_login.yml new file mode 100644 index 0000000000..40e285639d --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_login.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - user + theme: + - adminimal_theme +id: adminimal_theme_login +theme: adminimal_theme +region: content +weight: 10 +provider: null +plugin: user_login_block +settings: + id: user_login_block + label: 'User login' + provider: user + label_display: visible +visibility: { } diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_messages.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_messages.yml new file mode 100644 index 0000000000..013372a3b7 --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_messages.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - system + theme: + - adminimal_theme +id: adminimal_theme_messages +theme: adminimal_theme +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + provider: system + label_display: '0' +visibility: { } diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_page_title.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_page_title.yml new file mode 100644 index 0000000000..b4b0a2e1b9 --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_page_title.yml @@ -0,0 +1,17 @@ +langcode: en +status: true +dependencies: + theme: + - adminimal_theme +id: adminimal_theme_page_title +theme: adminimal_theme +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_primary_local_tasks.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_primary_local_tasks.yml new file mode 100644 index 0000000000..3701ac468b --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_primary_local_tasks.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + theme: + - adminimal_theme +id: adminimal_theme_primary_local_tasks +theme: adminimal_theme +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + provider: core + label_display: '0' + primary: true + secondary: false +visibility: { } diff --git a/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_secondary_local_tasks.yml b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_secondary_local_tasks.yml new file mode 100644 index 0000000000..9590b19ca9 --- /dev/null +++ b/web/themes/adminimal_theme/config/optional/block.block.adminimal_theme_secondary_local_tasks.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + theme: + - adminimal_theme +id: adminimal_theme_secondary_local_tasks +theme: adminimal_theme +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + provider: core + label_display: '0' + primary: false + secondary: true +visibility: { } diff --git a/web/themes/adminimal_theme/css/adminimal.css b/web/themes/adminimal_theme/css/adminimal.css new file mode 100644 index 0000000000..89e34dcbec --- /dev/null +++ b/web/themes/adminimal_theme/css/adminimal.css @@ -0,0 +1,849 @@ +/* Adminimal Theme overrides file. All selectors must start with ".adminimal" */ + +/*html { + zoom: 1.1; +}*/ + +/* Fix drag and drop offset in ckeditor toolbar configuration */ +/*.adminimal .ckeditor-toolbar-configuration.js-form-wrapper.form-wrapper { + zoom: 0.9; +}*/ + +.adminimal .page-title, +.adminimal .heading-a { + color: #fff; + font-size: 2.35em; + font-weight: 300; + line-height: 1.2em; + margin-bottom: 1rem; +} + +.adminimal .content-header { + background-color: #434343; + padding: 2rem 0 0; +} + +.adminimal thead th { + border: none; + color: #909090; + font-size: 0.91rem; + font-weight: 500; + text-transform: none; +} + +.adminimal thead th.is-active { + background: #fff; + border: 1px solid #e6e4df; + border-bottom: 1px solid #fff; +} + +.adminimal th.is-active > a, +.adminimal th.is-active > a:hover { + color: #333; +} + +.adminimal th > a:hover { + text-decoration: underline; +} + +.adminimal th > a:after, +.adminimal th.is-active > a:after { + display: none; +} + +.adminimal thead > tr { + border-bottom: 1px solid #e6e4df; +} + +.adminimal .tabs__tab { + border: 1px solid transparent; +} + +.adminimal .tabs.primary { + margin: 0; +} + +.adminimal .tabs.primary .tabs__tab.is-active { + border-radius: 0; /* LTR */ +} + +[dir="rtl"] .adminimal .tabs.primary .tabs__tab.is-active { + border-top-right-radius: 0; +} + +.adminimal .is-collapse-enabled .tabs__trigger { + border-radius: 0; /* LTR */ +} + +[dir="rtl"] .is-collapse-enabled .tabs__trigger { + border-left: 1px solid transparent; + border-radius: 0; +} + +.adminimal .is-open .tabs__tab.is-active { + border-bottom: 1px solid transparent; +} + +.adminimal .is-horizontal .tabs__tab { + transition: all, 0.3s; +} + +.adminimal .is-horizontal .tabs__tab + .tabs__tab, +[dir="rtl"] .adminimal .is-horizontal .tabs__tab + .tabs__tab, +.adminimal .is-horizontal .tabs.primary .tabs__tab:first-child, +[dir="rtl"] .adminimal .is-horizontal .tabs.primary .tabs__tab:first-child, +.adminimal .is-horizontal .tabs.primary .tabs__tab:last-child, +[dir="rtl"] .adminimal .is-horizontal .tabs.primary .tabs__tab:last-child, +.adminimal .is-horizontal .tabs__tab.is-active, +.adminimal .is-horizontal .tabs.primary .tabs__tab.is-active, +[dir="rtl"] .adminimal .is-horizontal .tabs.primary .tabs__tab.is-active { + border-radius: 0; + border: none; + margin-left: 0; + margin-right: 0; +} + +.adminimal .is-collapse-enabled .tabs:before, +.adminimal .is-horizontal .tabs:before { + display: none; +} + +.adminimal .tabs__tab, +.adminimal .tabs__tab:hover, +.adminimal .tabs__tab:focus, +.adminimal .tabs.primary a:focus { + background: transparent; +} + +.adminimal .is-horizontal .tabs.primary a:hover { + text-decoration: underline; +} + +.adminimal nav.is-horizontal.is-collapsible.position-container.is-horizontal-enabled ul.tabs.primary { + background: #ebebeb; + margin-left: -2.1rem; + margin-right: -2.1rem; + padding-left: 0.5rem; + padding-right: 0.5rem; +} + +.adminimal .is-horizontal .tabs.primary .tabs__tab:first-child.is-active { + box-shadow: -0.5rem 0px 0 #fff; +} + +.adminimal .is-horizontal ul.tabs.secondary li:first-of-type { + margin-left: 0; +} + +[dir="rtl"] .adminimal .is-horizontal ul.tabs.secondary li:first-of-type { + margin-left: 1em; +} + +[dir="rtl"] .adminimal .is-horizontal ul.tabs.secondary li:first-of-type { + margin-right: 0; +} + +.adminimal .vertical-tabs { + background: #f2f2f0; + border-radius: 0; + border: 1px solid #b5b5b5; +} + +.adminimal .vertical-tabs__panes { + border: none; +} + +.adminimal .vertical-tabs__menu { + border-bottom: none; +} + +.adminimal .vertical-tabs__menu-item a { + border: none; + transition: all, 0.2s; +} + +.adminimal .button { + background-color: #f9f9f9; + border-radius: 0; + text-shadow: none; + transition: all, 0.2s; +} + +.adminimal .button:hover, +.adminimal .button:focus { + background-color: #FFFFFF; + border-color: #008ee6; +} + +.adminimal .button-action:before { + display: none; +} + +.adminimal .action-links { + margin: 2em 0; +} + +.adminimal .button--small { + background: #fff; + border-color: #cacaca; + border-radius: 0.2rem; + font-weight: 500; +} + +.adminimal .button--primary { + background: #0071b8; + border-color: #0071b8; +} + +.adminimal .button--primary:hover, +.adminimal .button--primary:focus { + background-image: none; + background-color: #1f86c7; + border-color: #1f86c7; +} + +.adminimal .button:focus { + box-shadow: none; + border-color: rgb(104, 163, 207); + outline: rgb(193, 224, 255) solid 2px; +} + +.adminimal .button--small:focus { + outline: none; +} + +.adminimal .action-links .button--primary { + background: #fff; + border: 2px solid #327ebd; + border-radius: 999px; + color: #327ebd; + font-family: sans-serif; + font-size: 14px; + font-weight: 600; + padding: 0.4rem 1.33rem; +} + +.adminimal .action-links .button--primary:hover, +.adminimal .action-links .button--primary:focus { + background-color: #327ebd; + background-image: none; + box-shadow: none; + color: #fff; +} + +.adminimal .action-links .button--primary:focus { + border-color: #08639b; + outline: none; +} + +.adminimal .button--danger { + text-decoration: none; + background-color: transparent; +} + +.adminimal .button--danger:hover { + text-decoration: underline; +} + +.adminimal select { + min-height: 28px; + text-shadow: none; +} + +@media screen and (-webkit-min-device-pixel-ratio: 0) { + .adminimal select { + border-radius: 0; + background: url(../images/caret-down.svg) no-repeat 98% 64% #fcfcfa; + } + + .adminimal select:focus, + .adminimal select:hover { + background: url(../images/caret-down.svg) no-repeat 98% 64% #fcfcfa; + } + .adminimal select:focus { + border-color: #68a3cf; + color: #000; + outline: 2px solid #C1E0FF; + outline-offset: 0; + } +} + +.js .adminimal .form-actions .dropbutton .dropbutton-action > * { + text-shadow: none; +} + +.js .adminimal .form-actions .dropbutton .dropbutton-action > *, +.js .adminimal .dropbutton-widget .dropbutton-action a, +.js .adminimal .dropbutton-widget .dropbutton-action input, +.js .adminimal .dropbutton-widget .dropbutton-action button, +.js .adminimal .dropbutton-multiple .dropbutton-widget, +.js .adminimal .dropbutton-widget .dropbutton-action input, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button { + border-radius: 0; + box-shadow: none; + font-weight: 500; +} + +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:hover, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:hover, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:hover, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:focus, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:focus, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:focus { + box-shadow: none; +} + +.js .adminimal .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button, +.adminimal .form-actions .dropbutton .secondary-action { + border-color: #ffffff; +} + +.js .adminimal .dropbutton-multiple .dropbutton-widget { + background: #fcfcfa; + background-image: none; + text-shadow: none; +} + +.js .adminimal .form-actions .dropbutton-multiple .dropbutton-widget { + background-color: #0071b8; +} + +.js .adminimal .dropbutton-multiple .dropbutton-widget { + text-shadow: none; +} + +.js .adminimal .dropbutton-multiple.open .dropbutton-action:first-child a, +.js .adminimal .dropbutton-multiple.open .dropbutton-action:first-child .button { + border-radius: 0; +} + +.js .adminimal .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:hover, +.js .adminimal .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:focus { + background-image: none; + box-shadow: none; +} + +.adminimal label { + margin: 0 0 0.2em; +} + +.adminimal input.form-autocomplete, +.adminimal input.form-text, +.adminimal input.form-tel, +.adminimal input.form-email, +.adminimal input.form-url, +.adminimal input.form-search, +.adminimal input.form-number, +.adminimal input.form-color, +.adminimal input.form-file, +.adminimal input.form-date, +.adminimal input.form-time, +.adminimal textarea.form-textarea { + box-shadow: none; + border-radius: 0; +} + +.adminimal .form-text:focus, +.adminimal .form-tel:focus, +.adminimal .form-email:focus, +.adminimal .form-url:focus, +.adminimal .form-search:focus, +.adminimal .form-number:focus, +.adminimal .form-color:focus, +.adminimal .form-file:focus, +.adminimal .form-textarea:focus, +.adminimal .form-date:focus, +.adminimal .form-time:focus { + border-color: #68A3CF; + outline: 2px solid #C1E0FF; + outline-offset: 0px; + color: #000; +} + +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:hover, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:hover, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:hover, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:focus, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:focus, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:focus, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover, +.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:focus { + background-image:none; + background-color: #ffffff; +} + +.adminimal .link.tabledrag-toggle-weight { + margin-bottom: 0.3em; +} + +.adminimal.toolbar-fixed.toolbar-vertical { + padding-top: 32px !important; +} + +.adminimal .toolbar .toolbar-tray-vertical a, +.adminimal .toolbar .toolbar-tray-horizontal .menu-item, +.menu-item a { + transition: all, 0.2s; +} + +.adminimal .toolbar .toolbar-bar { + background-color: #2d2d2d; + box-shadow: none; +} + +.adminimal .toolbar .toolbar-menu { + background: #333; +} + +.adminimal .toolbar .toolbar-tray-vertical .level-2 { + background: rgba(255,255,255,0.03); +} + +.adminimal .toolbar .toolbar-tray-vertical .level-3 { + background: rgba(255,255,255,0.05); +} + +.adminimal .toolbar .toolbar-tray-vertical .level-4 { + background: rgba(255,255,255,0.07); +} + +.adminimal .toolbar .toolbar-tray-vertical { + border: none; + box-shadow: none; +} + +.adminimal .toolbar-tray a { + color: #bbbbbb; +} + +.adminimal .toolbar .toolbar-bar .toolbar-tab:not(.workspaces-toolbar-tab) > .toolbar-item { + color: #bebebe; + font-weight: 600; +} + +.adminimal .toolbar .toolbar-bar .toolbar-tab:not(.workspaces-toolbar-tab) > .toolbar-item:hover { + background-color: #2d2d2d; + background-image: none; + color: #fff; + text-decoration: none; +} + +.adminimal .toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active, +.adminimal .toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus { + background-image: none; + background-color: #333; + text-decoration: none; +} + +.adminimal.toolbar-horizontal .toolbar-tray .menu-item + .menu-item, +[dir="rtl"] .adminimal.toolbar-horizontal .toolbar-tray .menu-item + .menu-item, +.adminimal.toolbar-horizontal .toolbar-tray .menu-item:last-child { + border-left: none; /* LTR */ + border-right: none; +} + +.adminimal .toolbar .toolbar-tray .menu-item--active-trail > .toolbar-box a, +.adminimal .toolbar .toolbar-tray a.is-active { + color: #bbb; + font-weight: 500; + text-decoration: none; +} + +.adminimal .toolbar .toolbar-tray-horizontal ul li.menu-item { + border: none; +} + +.adminimal .toolbar .toolbar-tray-horizontal ul li.menu-item a:hover { + text-decoration: none; +} + +.adminimal .toolbar .toolbar-tray-horizontal ul li.menu-item a.is-active:hover { + text-decoration: underline; +} + +.adminimal .toolbar-tray-horizontal .menu-item--expanded { + background: #333; +} + +.adminimal .toolbar .menu-item + .menu-item { + border: 0 none; +} + +.adminimal .toolbar .toolbar-tray { + background-color: #333; + box-shadow: -2px 2px 12px rgba(0,0,0,0.85); +} + +.adminimal .toolbar .toolbar-tray-horizontal { + border-bottom: 0; + box-shadow: none; +} + +.adminimal .toolbar .toolbar-toggle-orientation { + background-color: #333; +} + +.adminimal .toolbar .toolbar-icon.toolbar-handle:focus { + background-color: transparent; +} + +.adminimal .toolbar .toolbar-icon.toolbar-handle:before { + background-image: url(../images/chevron-disc-down.svg); +} + +.adminimal .toolbar .toolbar-icon.toolbar-handle:hover:before { + background-image: url(../images/chevron-disc-down-hover.svg); +} + +.adminimal .toolbar .toolbar-icon.toolbar-handle.open:before { + background-image: url(../images//chevron-disc-up.svg); +} + +.adminimal .toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle:before { + background-image: url(../images/chevron-disc-down.svg); +} + +.adminimal .toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle:hover:before { + background-image: url(../images/chevron-disc-down-hover.svg); +} + +.adminimal .toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open:before { + background-image: url(../images//chevron-disc-up.svg); +} + +.adminimal .toolbar .toolbar-menu .toolbar-menu a { + color: #bbb; +} + +.adminimal .toolbar-tray-horizontal a:focus, +.adminimal .toolbar-box a:focus { + background: transparent; +} + +.adminimal .toolbar-tray-horizontal ul ul li.menu-item:first-child { + border-top: 1px solid #555; +} + +.adminimal .toolbar .toolbar-menu a { + color: #bbb; +} + +.adminimal .toolbar .toolbar-menu a:hover, +.adminimal .toolbar .toolbar-menu .toolbar-menu a.is-active { + background-color: #327ebd; + color: #fff; + text-decoration: none; +} + +.adminimal .toolbar a.is-active:hover, +.adminimal .toolbar .toolbar-menu .toolbar-menu a.is-active:hover { + text-decoration: underline; +} + +.adminimal .toolbar .toolbar-menu ul ul { + border: none; +} + +.adminimal .toolbar .toolbar-tray-horizontal .toolbar-toggle-orientation { + border: none; +} + +/* Style checkbox and radio buttons */ +input[type=checkbox], +input[type=radio], +input[type=checkbox]#edit-delete { + display: inline-block; + position: relative; + top: 3px; + margin-right: 0.25em; + padding: 0; + background: #fff; + border: 1px solid #b5b5b5; + width: 16px !important; + height: 16px !important; + -webkit-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: background 0.5s ease; + outline: none; +} + +.adminimal-theme .location .form-item input.form-checkbox { + display: inline-block; + width: 16px; +} + +input[type=checkbox]#edit-delete { + margin-bottom: 0; +} + +input[type=radio] { + border-radius: 50%; +} + +input[type=checkbox]:hover, +input[type=checkbox]:focus, +input[type=radio]:hover, +input[type=radio]:focus { + border-color: #0074bd; + cursor: pointer; +} + +input[type=checkbox]#edit-delete:hover, +input[type=checkbox]#edit-delete:focus { + border-color: #d01616; + cursor: pointer; +} + +input[type=checkbox]:checked, +input[type=checkbox]:disabled:checked, +input[type=checkbox].error:checked, +input[type=checkbox].error:focus:checked, +input[type=radio]:checked, +input[type=radio]:disabled:checked, +input[type=radio].error:checked, +input[type=radio].error:focus:checked { + background: #0074bd; + box-shadow: inset 0 0 0 3px #fff; +} + +.form-item input[type='checkbox'].error { + border-color: #B5B5B5; +} + +input[type=checkbox]#edit-delete:checked, +input[type=checkbox]#edit-delete:disabled:checked { + background: #D01616; + box-shadow: inset 0 0 0 3px #fff; +} + +input[type=checkbox]:disabled, +input[type=radio]:disabled { + opacity: .5; + background: #e2e2e2; +} + +input[type=checkbox]#edit-delete:disabled { + opacity: .5; + background: #e88181; +} + +input[type=checkbox]:disabled:hover { + border-color: #b5b5b5; + cursor: default; +} + +input[type=checkbox]:disabled:hover, +input[type=radio]:disabled:hover { + border-color: #b5b5b5; + cursor: default; +} + +/* in Chrome + Safari + Opera + Mozilla */ +@supports (-webkit-appearance:none) { + input[type="checkbox"], + input[type="radio"], + input[type="checkbox"]#edit-delete { + -webkit-appearance: none; + } +} + +/* in Mozilla */ +@supports (-moz-appearance:none) { + input[type="checkbox"], + input[type="radio"], + input[type="checkbox"]#edit-delete { + -moz-appearance:none; + } +} + +.adminimal .dropbutton-single .dropbutton-action a { + border-radius: 0 !important; + background-image: none; + background: #f5f5f2; +} + +.adminimal .ui-dialog .ui-dialog-titlebar { + border-radius: 0; + background: #333; +} + +.adminimal .ui-dialog .ui-widget-content.ui-dialog-buttonpane { + border-radius: 0; +} + +.adminimal .ui-dialog .ui-dialog-titlebar, +.adminimal .ui-dialog { + outline: none; +} + +.adminimal .ui-dialog { + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); +} + +.adminimal .ui-button-icon-only.ui-dialog-titlebar-close.ui-state-active, +.adminimal .ui-button-icon-only.ui-dialog-titlebar-close.ui-widget-content .ui-state-active { + background: transparent; + border-color: transparent; + color: transparent; +} + +.adminimal .ui-dialog .ui-dialog-titlebar-close { + opacity: 0.5; + transition: all, 0.2s; +} + +.adminimal .ui-dialog .ui-dialog-titlebar-close:hover { + opacity: 1; +} + +.adminimal .messages { + margin: 1rem 0 1rem 0; + border-width: 1px 0 1px 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + background-size: 1.3rem; + background-position: 5px 50%; +} + +.adminimal .messages--error { + border-color: #e32700; +} + +.adminimal .messages--warning { + border-color: #e29700; +} + +.adminimal .messages--status { + border-color: #73b355; +} + +.adminimal .cke_top, +.adminimal .cke_bottom { + background: #f7f7f7; + background-image: none; + box-shadow: none; +} + +.adminimal .filter-wrapper { + background: #f7f7f7; +} + +.adminimal .cke_ltr .cke_button:first-child, +.adminimal .cke_rtl .cke_button:last-child, +.adminimal .cke_toolgroup { + border-radius: 0; +} + +/* Main menu icons. */ +.adminimal .toolbar-icon-system-admin-content:active:before, +.adminimal .toolbar-icon-system-admin-content.is-active:before { + background-image: url(/core/themes/stable/images/core/icons/787878/file.svg); +} + +.adminimal .toolbar-icon-system-admin-structure:active:before, +.adminimal .toolbar-icon-system-admin-structure.is-active:before { + background-image: url(/core/themes/stable/images/core/icons/787878/orgchart.svg); +} + +.adminimal .toolbar-icon-system-themes-page:active:before, +.adminimal .toolbar-icon-system-themes-page.is-active:before { + background-image: url(/core/themes/stable/images/core/icons/787878/paintbrush.svg); +} + +.adminimal .toolbar-icon-entity-user-collection:active:before, +.adminimal .toolbar-icon-entity-user-collection.is-active:before { + background-image: url(/core/themes/stable/images/core/icons/787878/people.svg); +} + +.adminimal .toolbar-icon-system-modules-list:active:before, +.adminimal .toolbar-icon-system-modules-list.is-active:before { + background-image: url(/core/themes/stable/images/core/icons/787878/puzzlepiece.svg); +} + +.adminimal .toolbar-icon-system-admin-config:active:before, +.adminimal .toolbar-icon-system-admin-config.is-active:before { + background-image: url(/core/themes/stable/images/core/icons/787878/wrench.svg); +} + +.adminimal .toolbar-icon-system-admin-reports:active:before, +.adminimal .toolbar-icon-system-admin-reports.is-active:before { + background-image: url(/core/themes/stable/images/core/icons/787878/barchart.svg); +} + +.adminimal .toolbar-icon-help-main:active:before, +.adminimal .toolbar-icon-help-main.is-active:before { + background-image: url(/core/themes/stable/images/core/icons/787878/questionmark-disc.svg); +} + +/* Main menu icons end. */ +.adminimal.path-batch .layout-container { + padding-top: 1.3rem; +} + +/* Module: Views */ +.adminimal .views-display-top { + background-color: #fafafa; + border-bottom: 1px solid #f2f2f2; +} + +.adminimal .views-displays { + border: 1px solid #e8e8e8; +} + +.adminimal .views-admin .form-edit .form-actions { + border-color: #e8e8e8; + background-color: #fafafa; +} + +.adminimal .views-ui-display-tab-bucket .views-display-setting:nth-of-type(even) { + background-color: inherit; +} + +.adminimal .views-displays .tabs.secondary a { + border-radius: 0; +} + +.adminimal .view-preview-form__title { + background-color: #fafdfe; + border-bottom: 1px solid #e8e8e8; + font-size: 1.2em; +} + +.adminimal .views-preview-wrapper { + border: 1px solid #e8e8e8; +} + +.adminimal .views-ui-dialog .views-override { + background-color: #f6f6f6; +} + +#block-adminimal-theme-content ul.admin-list .description { + margin-bottom: 10px; +} + +#block-adminimal-theme-content ul.admin-list .description a { + background: none; + padding: 0px; +} + +.adminimal .field-multiple-table .form-item { + margin: 0.75em 0; +} + +.node-preview-container .form-type-select { + float: right; +} + +.node-preview-container label { + color: #fff; +} + +.content-header .page-title .field--name-title { + display: block; + margin-top: 1.2rem; +} + +.adminimal .media-library-item__remove.button { + border-radius: 20px; +} diff --git a/web/themes/adminimal_theme/css/adminimal_fonts.css b/web/themes/adminimal_theme/css/adminimal_fonts.css new file mode 100644 index 0000000000..460bbbb088 --- /dev/null +++ b/web/themes/adminimal_theme/css/adminimal_fonts.css @@ -0,0 +1,29 @@ +/* Import the Open Sans webfont from Google CDN */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 300; + src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRsxEYwM7FgeyaSgU71cLG0.woff) format('woff'); +} + +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff'); +} + +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff'); +} + +body.adminimal { + font: normal 81.3%/1.538em "Open Sans", sans-serif; +} + +.adminimal .toolbar { + font-family: "Open Sans"; +} diff --git a/web/themes/adminimal_theme/images/caret-down.svg b/web/themes/adminimal_theme/images/caret-down.svg new file mode 100644 index 0000000000..4e48c8c983 --- /dev/null +++ b/web/themes/adminimal_theme/images/caret-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#333333" d="M3.8 5.4c-.165-.22-.075-.4.2-.4h8.002c.275 0 .365.18.199.4l-3.898 5.2c-.166.221-.436.221-.6 0l-3.903-5.2z"/></svg> diff --git a/web/themes/adminimal_theme/images/chevron-disc-down-hover.svg b/web/themes/adminimal_theme/images/chevron-disc-down-hover.svg new file mode 100644 index 0000000000..ec9f71cdd8 --- /dev/null +++ b/web/themes/adminimal_theme/images/chevron-disc-down-hover.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"> +<g> + <path fill="#FFFFFF" d="M0.045,7.997c0-0.732,0.095-1.438,0.285-2.117C0.52,5.2,0.788,4.565,1.136,3.973 + c0.347-0.592,0.763-1.13,1.248-1.615s1.021-0.9,1.611-1.248c0.589-0.347,1.224-0.615,1.903-0.806 + c0.68-0.19,1.385-0.285,2.117-0.285c0.731,0,1.438,0.095,2.117,0.285c0.68,0.19,1.314,0.459,1.903,0.806s1.126,0.763,1.611,1.248 + c0.484,0.485,0.9,1.023,1.247,1.615C15.24,4.564,15.509,5.2,15.699,5.88s0.285,1.385,0.285,2.117c0,0.731-0.095,1.437-0.285,2.113 + c-0.19,0.678-0.459,1.312-0.806,1.903s-0.763,1.13-1.247,1.615c-0.485,0.484-1.022,0.9-1.611,1.247s-1.224,0.615-1.903,0.806 + c-0.68,0.189-1.386,0.285-2.117,0.285c-0.732,0-1.438-0.096-2.117-0.285c-0.68-0.19-1.314-0.459-1.903-0.806 + s-1.126-0.763-1.611-1.247c-0.485-0.485-0.901-1.023-1.248-1.615S0.521,10.787,0.33,10.11C0.14,9.434,0.045,8.729,0.045,7.997z + M8.015,1.161c-0.627,0-1.232,0.082-1.814,0.246C5.618,1.571,5.074,1.801,4.568,2.098S3.601,2.751,3.185,3.167 + S2.413,4.044,2.116,4.55S1.589,5.6,1.425,6.182C1.26,6.765,1.179,7.37,1.179,7.997c0,0.628,0.082,1.231,0.246,1.814 + c0.164,0.582,0.395,1.125,0.691,1.629c0.297,0.503,0.653,0.965,1.069,1.383s0.877,0.774,1.383,1.069 + c0.506,0.294,1.05,0.523,1.633,0.688c0.582,0.164,1.187,0.246,1.814,0.246c0.628,0,1.232-0.082,1.814-0.246 + s1.126-0.394,1.632-0.688c0.507-0.295,0.968-0.651,1.384-1.069c0.415-0.418,0.771-0.88,1.069-1.383 + c0.297-0.504,0.525-1.047,0.688-1.629c0.161-0.583,0.242-1.187,0.242-1.814s-0.081-1.232-0.242-1.814 + c-0.162-0.582-0.391-1.126-0.688-1.632c-0.298-0.506-0.654-0.967-1.069-1.383c-0.416-0.416-0.877-0.772-1.384-1.069 + c-0.506-0.297-1.05-0.527-1.632-0.691S8.643,1.161,8.015,1.161z"/> +</g> +<g> + <path fill="#FFFFFF" d="M11.664,7.964l-3.649,3.65l-3.65-3.65V5.526l3.65,3.649l3.649-3.649V7.964z"/> +</g> +</svg> diff --git a/web/themes/adminimal_theme/images/chevron-disc-down.svg b/web/themes/adminimal_theme/images/chevron-disc-down.svg new file mode 100644 index 0000000000..ab6f1372d9 --- /dev/null +++ b/web/themes/adminimal_theme/images/chevron-disc-down.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"> +<g> + <path fill="#787878" d="M0.045,7.997c0-0.732,0.095-1.438,0.285-2.117C0.52,5.2,0.788,4.565,1.136,3.973 + c0.347-0.592,0.763-1.13,1.248-1.615s1.021-0.9,1.611-1.248c0.589-0.347,1.224-0.615,1.903-0.806 + c0.68-0.19,1.385-0.285,2.117-0.285c0.731,0,1.438,0.095,2.117,0.285c0.68,0.19,1.314,0.459,1.903,0.806s1.126,0.763,1.611,1.248 + c0.484,0.485,0.9,1.023,1.247,1.615C15.24,4.564,15.509,5.2,15.699,5.88s0.285,1.385,0.285,2.117c0,0.731-0.095,1.437-0.285,2.113 + c-0.19,0.678-0.459,1.312-0.806,1.903s-0.763,1.13-1.247,1.615c-0.485,0.484-1.022,0.9-1.611,1.247s-1.224,0.615-1.903,0.806 + c-0.68,0.189-1.386,0.285-2.117,0.285c-0.732,0-1.438-0.096-2.117-0.285c-0.68-0.19-1.314-0.459-1.903-0.806 + s-1.126-0.763-1.611-1.247c-0.485-0.485-0.901-1.023-1.248-1.615S0.521,10.787,0.33,10.11C0.14,9.434,0.045,8.729,0.045,7.997z + M8.015,1.161c-0.627,0-1.232,0.082-1.814,0.246C5.618,1.571,5.074,1.801,4.568,2.098S3.601,2.751,3.185,3.167 + S2.413,4.044,2.116,4.55S1.589,5.6,1.425,6.182C1.26,6.765,1.179,7.37,1.179,7.997c0,0.628,0.082,1.231,0.246,1.814 + c0.164,0.582,0.395,1.125,0.691,1.629c0.297,0.503,0.653,0.965,1.069,1.383s0.877,0.774,1.383,1.069 + c0.506,0.294,1.05,0.523,1.633,0.688c0.582,0.164,1.187,0.246,1.814,0.246c0.628,0,1.232-0.082,1.814-0.246 + s1.126-0.394,1.632-0.688c0.507-0.295,0.968-0.651,1.384-1.069c0.415-0.418,0.771-0.88,1.069-1.383 + c0.297-0.504,0.525-1.047,0.688-1.629c0.161-0.583,0.242-1.187,0.242-1.814s-0.081-1.232-0.242-1.814 + c-0.162-0.582-0.391-1.126-0.688-1.632c-0.298-0.506-0.654-0.967-1.069-1.383c-0.416-0.416-0.877-0.772-1.384-1.069 + c-0.506-0.297-1.05-0.527-1.632-0.691S8.643,1.161,8.015,1.161z"/> +</g> +<g> + <path fill="#787878" d="M11.664,7.964l-3.649,3.65l-3.65-3.65V5.526l3.65,3.649l3.649-3.649V7.964z"/> +</g> +</svg> diff --git a/web/themes/adminimal_theme/images/chevron-disc-up.svg b/web/themes/adminimal_theme/images/chevron-disc-up.svg new file mode 100644 index 0000000000..7ba4e08023 --- /dev/null +++ b/web/themes/adminimal_theme/images/chevron-disc-up.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"> +<g> + <path fill="#FFFFFF" d="M0.045,7.997c0-0.732,0.095-1.438,0.285-2.117C0.52,5.2,0.788,4.565,1.136,3.973 + c0.347-0.592,0.763-1.13,1.248-1.615s1.021-0.9,1.611-1.248c0.589-0.347,1.224-0.615,1.903-0.806 + c0.68-0.19,1.385-0.285,2.117-0.285c0.731,0,1.438,0.095,2.117,0.285c0.68,0.19,1.314,0.459,1.903,0.806s1.126,0.763,1.611,1.248 + c0.484,0.485,0.9,1.023,1.247,1.615C15.24,4.564,15.509,5.2,15.699,5.88s0.285,1.385,0.285,2.117c0,0.731-0.095,1.437-0.285,2.113 + c-0.19,0.678-0.459,1.312-0.806,1.903s-0.763,1.13-1.247,1.615c-0.485,0.484-1.022,0.9-1.611,1.247s-1.224,0.615-1.903,0.806 + c-0.68,0.189-1.386,0.285-2.117,0.285c-0.732,0-1.438-0.096-2.117-0.285c-0.68-0.19-1.314-0.459-1.903-0.806 + s-1.126-0.763-1.611-1.247c-0.485-0.485-0.901-1.023-1.248-1.615S0.521,10.787,0.33,10.11C0.14,9.434,0.045,8.729,0.045,7.997z + M8.015,1.161c-0.627,0-1.232,0.082-1.814,0.246C5.618,1.571,5.074,1.801,4.568,2.098S3.601,2.751,3.185,3.167 + S2.413,4.044,2.116,4.55S1.589,5.6,1.425,6.182C1.26,6.765,1.179,7.37,1.179,7.997c0,0.628,0.082,1.231,0.246,1.814 + c0.164,0.582,0.395,1.125,0.691,1.629c0.297,0.503,0.653,0.965,1.069,1.383s0.877,0.774,1.383,1.069 + c0.506,0.294,1.05,0.523,1.633,0.688c0.582,0.164,1.187,0.246,1.814,0.246c0.628,0,1.232-0.082,1.814-0.246 + s1.126-0.394,1.632-0.688c0.507-0.295,0.968-0.651,1.384-1.069c0.415-0.418,0.771-0.88,1.069-1.383 + c0.297-0.504,0.525-1.047,0.688-1.629c0.161-0.583,0.242-1.187,0.242-1.814s-0.081-1.232-0.242-1.814 + c-0.162-0.582-0.391-1.126-0.688-1.632c-0.298-0.506-0.654-0.967-1.069-1.383c-0.416-0.416-0.877-0.772-1.384-1.069 + c-0.506-0.297-1.05-0.527-1.632-0.691S8.643,1.161,8.015,1.161z"/> +</g> +<g> + <path fill="#FFFFFF" d="M11.439,10.517l-0.943,0.943L8,8.964L5.504,11.46l-0.943-0.943L7.057,8.02L4.561,5.524l0.943-0.949L8,7.077 + l2.496-2.502l0.943,0.949L8.943,8.02L11.439,10.517z"/> +</g> +</svg> diff --git a/web/themes/adminimal_theme/screenshot.png b/web/themes/adminimal_theme/screenshot.png new file mode 100644 index 0000000000..cea54bfc31 --- /dev/null +++ b/web/themes/adminimal_theme/screenshot.png @@ -0,0 +1,45 @@ +�PNG + +��� IHDR��&��������a̛���tEXtSoftware�Adobe ImageReadyq�e<��!iTXtXML:com.adobe.xmp�����<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15 "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:DEFFB804528D11E48B6D891E84B6245A" xmpMM:DocumentID="xmp.did:DEFFB805528D11E48B6D891E84B6245A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:DEFFB802528D11E48B6D891E84B6245A" stRef:documentID="xmp.did:DEFFB803528D11E48B6D891E84B6245A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>� �����PLTE������p�p���KKK���rrr��������ꗗ���ǧ����������'�������o��������ʐ�����pF�?�..ϊ�---N���uu���������0�Į�;�������[�������45�`?gRr���$��������������������������������A�F���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������___������������M�F�t���1�99���������333�u���' IDATx��c�X��a�`ؐ��L6��f�l'K2,��`6~#��A~bc��L���@y���s�Ə�ve�ztl��=����������!�0y�<L&��������a�0y�<L�x�<L&�����a����a�0y�<L&�'&���π��{��<y��,��X/˘>��i�����OʭO��#����^�%�۹l���%Sx��`Y���F��"+v�oJj:�DⱮy� g|��M�i��l1Œ�M�j6���t�ľ7]Et�0)~�t�s%��Mxj��NCY�.�2M'F��i +ks|م�)��ʹ��,P��,�\ ���@4�&�k:M�p�ٴA0�0)�I �i��~ ai��x�&/�vD�K��f��S�\���/�:����lڦTYq�&U�̘ `j���D���t̄n�)b����LJ�}S�d�F �w�oR���\7<,�1�I��4M>\�ώ�L�Ù,�;+���BO�(e�#ᕘ��)�I�S�1�l��Ҵ���J�ioP+��@*�e��7����5īM�c�v���Xf>Ff��ySx���M�Y8�=�.�j��G]��V�-���S蹚l�y��> �l2����E7�:��t��kN ;ElxͩE���]��|���%�s�zWL�^�����l!�i�Z}L�O���]��uԸ�L��S ڭVVQ�����zm��h}u���i�`��]�D!���ijB���nմ�a1����M�_ooe�`7�������U��K3L�B���씦��x^1�( �2�)ĴJ �b��u��}��d�^_��4$�5�B�t�,X�fʤ�R����*�K� +�����j +h���Z�jױ�U�d�W�;�4㾺����^%��,e��4��� +P���p$�kK���T<�C�Uv��Q���Ja�B�iH�%ҫ�������U����J҈iu%eZ�\ױ�t*�4��P+�+��J���*�XǃI��������xb���C.��;��j�E�c��\O�V��������+����td�9 sٴL����4LCp�1 �؊�١���*�jR�+Xf��N!�U��-6 pJ+X/��p�? .�tiAB�0�W +�>hJ+�_�p�y�jTN��r�ћ�?:�a([�`�M�d�4�= �Vq��),�_� q +K�Đ��� �0�JkO��p�`?+���U�������06�Xw�+�=� �8���Xw��� +YGZds�s�,���߅'��&vS��9��{�_" +�*5��+"������Ja�?$��D�+�r��ٰ+�_�)��y���8���$�{�{�4 �a cre�V�1e�0^��0��^k����xC����j8���|m�K��Fi��\�Bc�X�4$�XXƱt��p(���o� +���a���4c�c�.Sı+�aLL�1fj۲{�Ѻ;�?��u,����g#�����̹�C�9�5�"�N�H���ԁm��\:�%Lv���dpwF�]�B��SQ�����.w2���D��D�t��p͓�'wq�֒>�+��SEy��w��nY֫9���g-c*�)��U�t����_-G������s��@�|S����5����� ���ݘƫP_��1����WV��=_�9L�ĺ��b>#�%ԩme��������L���_���tLE(qkm��kkd��ӮFk���-��r�ь-��m�`�J$h)N:�ل��L/Ӵ�b쮍U�e(�����{ ���4,3�So&��k�~ֶDZ���GL5�j�O���Z�_aso�=L7・�����������"�*��z����[�f0P�-Rg����� :�A#���ZaK��`���[E*���^p��WL: mvw� +�Ґ}ß���.6������Zl|I�`��(�������5�`G�a�k�xx�Z�a�PP��.�l�5�ҀԯmAKkE���ᄠb[����H],�qmkkS���VQ�]�ڂ�&���G�H8c�E,�:�r �C��� D�GE[+� Ӄ~m��ּ�%,�\�`0�{z�0k�Ud��X��4�mo¥�BT0\�~ᖊ�k4b������f!����c՛����M �y ��Р���"�A �-(SL�4(k�zi�oj��BUdͱ&#���E�2Xd�b�{A�"c�lk����*��-jܟW�Mv-�i6��[�y���EǍBS8M���f'إ̻�N��y��R*��-m��� +�f���/�K�㺔iZ�)I��Š���q)<��L�[]�B����4Y����L��_&J�@Wq7�(j<�)Y�L�f*&l����4h�#^���0�EC�4�:��Мk�<����%K�ؽ/���g��!E)�LL�1I�-�C�����n:�n&���� +NӦf�[wJ(F{��[���[3�z�I0?��5�@M�D�u_�,̇��B��{�]��$?E��ƍ�g��&�m�!&I���4��.�;�߰;�K ��f~���B���@0����T��V`�6�{�@�QQ�B�Ylbd`��������*�e!�2�"�L���HQodc�f1�1k��k�$MP��%il +$��Y⿎`�$�t�<�-�%�p�IL� #��"I�HK�/�7����7G��L�`oVR��h�w;������b��}�?2����.�J�.�a���������e %�ME�G��!I� h��'���0�-g$ւ䜰�I�{�El/�$��#��FSDs�]����^݄NAݢ��,�lEN xkL0n +����Dϯ��4l�'$�$�&���4!�/��`���TX���U� *Լ��m�y��8BL�e��x�K>/� ��'�}E�d3�ꐌZ�:���P��&{� _t�R���0\�h�����.Lw<�C�F���Ŋ������9��&C�Y�j�'�����,ըt`0pѸ��J��1*0eV������5|B�i����~�ra�p@6�J�xp"i�+��%���a*�'6���~c�xW������HT&լ?�X#L����W���}Q&ROx%����$�W{-����� RNI��(�`�~ S��,=�\֫Un��2�ˎk��U��tT�-���� +U5#����/ +����r!�j� �eG��xSF2_�j�0��fV����?[����!���e�����̲���Y#�䢀��!��*��2o@��ʱ�+�R4Z�m�A������������^����I0J�!#�F��h�w�P0p/�g��@��G�L��<��B/�I:~�)e����*b�J�)Fmx{�*��!��M�IG�CK4넩J�(�^΄��Rv;�U-�L:b*mb|���*����2TQ�{ B#���� +�t�E"��@��ݡ������/��°�~�kŸt�m�ԋAxS!�I7�0MKIk�a�&�y���B����1��ٽI`u)�og�t��+Hz�ւ�L���C�[¤� +�Q�wT��(����.�Wu�WX���OwKU�*O�˓p�c-u��6l��i�24,����DӔ��,��ib + >��Mn�'�&Ko���kgvx�g?MS�0��[(�o�l��k���f�\f;�i�i� �nc�u�I�y&}M��I �i���`�USӐp��Y����c����&�_�g�������*����/��L�TL �c���47��O�,�i2�{��}G%'�0I�)�s1�ɢ]�I�����c�����9�E_� >́F���nv�)��>�#Y|�)@��5f�dy �IF��9��G���e�������b��e��U����4�s8M)3�18�H�æ)�Qas��*� �Βwɟ'F���t��}�hQ�2��=bBC�� ���&|U�)�>�����S1ۅѠ\�u'���%L� +h&:��#:fe�i�B�L�M��#|�XMl��\�暀)� n��+a����U#(쐝5����Z�T;#� +�u*S1��B���{�J� #�q#d���xn�+���)[����:K'�[*`��h�(��&V'bj�r���r�0�:N�œ� +���'p���*t��d�a�Džw"�b�!w�����M��{ygR�����2�*��#EBe���&a�1њ05\�D,���/:Y�LǤ&�������w��Ë�!K%��z{���2��8�Zu�X��W��k�@�A���~��{�%����o��Ě��0F�@����@��yL_-���S�)lOqٛܨ�F⧨r*��u�~��~��,��7����) +h�]Ei����dU>�������@���B���F_D2��b�6�&|�7����E�/�����R�ʣ��Y� B`ڑ+{g�r� ��ک��9�� +��� +n��T�eu�NO+R2��30����9�2QI�Ѭ�L$���6�x������c +���f7�7N�a��%WR���&%����X�N� f�:��b�Ƌ�Z����UNe+��~�.B�Ls������p�eg�j�ԧ25n؋� ����N~+g���e���;;��������WUO��ޞ��0v����N�SHuZ9�;Dg�z�W�g�jV��)��)��Q����c�3�\�h��3�:S+;�)��{gg���J IE�$����=Uo�\�)6�\+cG��=U2�ӽSu����_�" S߃"*��j�!�ގш�r3檼��쟥ͳ�@KX�Ye�l�rc���A65;����9� ��L�ʡ����s�A-�Zafd���Cq�vl3��b�l��IҞ*�c��@6uϕ�W=��\�t���]������26��-���V� +���;s��˞(�%�@���geG}�h2_H�MIf�e�Y�=���*'�'�&�s�aH{Ӌ�S�gK�{K_d$���~�g�rwF�SC�����j.�P�a\��c��X_~!�t}��|��p���X�u�_�a +=�M��&��z���.5����_/0���HrU�5Kۃ��n%xS��l��PE}eY�9�oV�Mu��=��kU���&R���$ѫ�h?�*Lw���C�ۊ�K��2���w�9� ��Lj�zF��b͍7��h��!����{����L����|'�}>K��k����熧r�V��'��=��d_M������R�������G���l&�����niX7n�k���=|Fm��IrH��E��������©j�F��Z����`���@��vUi0�YlձƝk����!ѐh�V���7���l{q/��F���i�.�ӭ�H���?d"�.,�Z���D�یe"��D+��g��v������¡N���v43k���H�u���Gs�g���Dg#�h��j���a�v���l$�f:�)d�F���u#+|V��f[�hfh�v:퐿��H��uцʏ�ݕ�_:��&�'7����(�����aB�&�x��<D�L��0�m�?��HR�ׂ��1�ȧ)�ϷPt&���m��#�[{l+3�G�1"E���n"���03J{��vߗY�&3�n&.�S�3�fT�����j,QQf#�OR�����z'����z�vڏ�Lc�����m����>sؖ2�V�\�>cV'�`d=���\���GL��OW�/:��#3� R����D,K�#ǖ?�0c��v���!��Vg[ِ�v�ِ�dD�[� ���B�nCNFjH���_��Wa:r=3Yd9��t����؏!� �,��ӧV�2�_�-�"��ϵd�=#�efs��ێ���BL�r2��>���H\�w�3�ϟ��H��+�؉=~~�S��ƺ��2 �������YKn�d0�j!��t}��$�������;��s�s�]�LCsĔG������#\Zݎb)ݨ/���'�ӝ�o�q��Ӄ��ë2L�CDQ3����Z����V�u=�YPC�c��\o�2w����qL]x����%0�.�gf���]�0m�v�+�i��Y�'�XƄj�E������r�;��o7y���0���E{ +n��.j���������܀�<�G�nC�����M o/����n.nj��r�Q�PG�Z,�jEJp�zԷ6����X�к������}r� //�i�:�V;r�ڝh�.�ZГm�&u&v��e��o�]��ӆ1m��Xi�SX�QkѤэ�"���Z\�>'�S��0Z����F#:|�F#��v$��R�f�����B�G��t +hjP?t|�S�v�y�xQcC���j���V��غ�<�`Mo� �,�j��F� ,B�a�l��k�j����B?TZ�k�d(t/%U��@�gj�ꭿ^������mY�?������Z.ܗj�� ~�U1�̢��$�~��Z��е����3BI�GY��������J��d܊����sj��%!Z�Z�:!�+�<�E�S�{� �Վn�-hh��ۏ|5��Er��5���r�m�JKu����桪�ګ�7j����V ����4pL*��Be)T�P���,_�C*��#ɋ���&�)��K'�e�:fA����߈u�$a^�>�YS��\�&��n��sQCL�BnjF�>���7⋘�o̿_��7Ě��i��˚�L�E�S����N��O���p�bޭp�;��AY!�����y{^�3�C�y�y����� �o���|�>2@��<�d� +��>o��y��hh��l�K�������g[�4�)�X<d� +E&�>k��ccg�C�k�Nɏ�A�y� ]Q��Q�����.��g���~�����<{������u�g�������1��y��k�/�̋p5'��p�^�3�Q T}G\7��k�75�6�wX����|�gI���;����F��lO�'/ `:�����F��xF��y���=�؞�>�b��Ƴ����������f�7�1=д�/`�fݖ�Y��sl����Xlc�m�� �0¼�� �"�����K�}�� ���{m�]��7J����m��6X�.nA����t����d�;+A��G�]�J�T��.%<�����h�W|�H]7��}��(a����>#�}@��!�+�6���x�o@U��%��F�����0����n�J�%d�GW0f~�8@��L���������c���V�WT�/�mG9Q�͆�� G�5c(����12�$�\��K� +��A��!�q��d��CQP��>Ā,�K���M?X�@��b}p@�om�.�B��P�c�v�������I�8y1',����`�bk߮g<־@�.�y�6��!��]�iz^��xM��n������:�7�����@v����4�vL�/��?|��������8��{�4|w����o�_��߽����0q��s2xe���7����]�������w�����{ 2�_9�'R��ӛ���az�����C��\k�a�rL���->�3��L���#ܻ��a�(��F��'ڻ��W��|�a��0�I<L��1%����$�Mz�p��6 Z%���I�=MI�!�83��zL��vb�az�x��ˌ��)��J��f��1$9u�V�IIN��0�M�<L����7�?~�����,_�_Vގ���f���$�����,���f���J�σY�����9�����5̈�G���ݿ�W�/����zo��o��}�G�a�= &��qaZ� +4d��ۭX�L�����|wL�����<�����&b�tʼ�G�7<�Ώ��q���?�����\|\�Rs�̸x0L�'��������J����;���w7�O��˯r�><��8�%L?�?~��Pg���~?�����Tw�����r}���6�~�H�>"�z������m}���������ס������:k�r��./PI��(|d6��:5�}@w@� �\�)�\ %�À�| ���`�>P��sI�K������6?���/?�ݏ���HsϏu� �$�إػ�3�~0š�u.�vo0&u� ���K��&�ΛP���"���?\>)��ͥ�οS������_#��x��g�o��$��;_����[�|�>�ja*2�vۄ_��03 ���o���m��������WX�ݸ�}d���7"J���t˪g�������uw�\�A��nSp0�����)�}aJ��q]ƻ����v!s��S�5����'���� /Z�S�{��C���)����_F���w|�V����V]����;Mע�k�t}||M���k�t��x���c�s�& +t|���\R����5CwL��W�����1����������������n���z�@��iH��נL��WhzxۇW��������!��!�_]����Y��o�]~�������|p}~88����^�������&�����Z=�>��dp}|xuǓ���5t�><�������� σ���spx~�;0TǸ������������'���>Ǟ�B9����\�a h1���!` +`�]�`��������>�1@<� Olg��_��߽���w��$IZ��o�~�-���˞~����Q��ӭ(���8?ݜ�hNN���d`�9�^�� �P�{����D���q�xr2�3p�ӝ�&�����8�^�E�����x���k?|�̘��=�( +�|5�o*���P���4���4����}��+d�˻����<��i4���h�rb�)A���vs��j�x�>�g�=���(ϴ9�k=%0r�����{э�&FԬxrb��h����ؔX���rdW9��h� +1��b�F0r��#��k�O�9]�+�=�S����`�݈���F���ƌxޑk�rj4>J���h|$G�g$��~#�G6 ��;���p���h�qQ�(A`v��|��u�p�H/�m8�������V��e���ʟ��`l� �}u(�Ƌu�si�����������7v�f��ы4����mS�7<5yK�1M�ž��g +�|��o^_����+��{��c��1�\�.Y�f���ZXz��'�<)vz�O�:�����\nDwK��-�E[v]��ݒ��������K*7�@;�2o%�� +��hd)�����K�t��mH�zNd�u�$��,g'v7 !ET�)�a�)znD�r� +~) �Xz4�n��I;:@E����ک�e��-��u9�ċ_U��R�kk�GŶ�/���2UJS �x�jaWZ/����K� �Y1�@�4rzʍX�K�v���v������H��d.��`n8Gh{9Ǩҹ��t������<��&9��c>�˹|�u��#Vy>�������Ɋ�[��y�@as9Qrk�����I�m� =�����Lp��2�}��s��o�%awD,?��\�����r{î��"!R��X�p�Rᜠ����s��Σ +`�1/�X�c�6���c������Y�>p/O�,�h�ة� ,�R�/�3`x0|&�?l�8����2�� }�3|Y�yS^��E�K��_�8y��c[X����a'�ĖKvlC瀱�D�~>4q" ��l��$-/r.-�ǚ�f|&�DH��/S7y�c�°jF�i9O}/�P���/��%?�fYP�&�4(�S~2��e+�\q�$l2/�ge��莓�=/y���p����g� Fveb��c{�Xc��sT_�u^��M9����/���5L +��^v��l]O��:�Y�ݫ��,=��ߛ<yY���;�W(���<y�x�<L&�����a����a�0y�<L&�'&�����a�0y�<�0y�<L&����䉇���a�0y�<L�~���q|'H����IEND�B`� \ No newline at end of file diff --git a/web/themes/adminimal_theme/templates/block-content-add-list.html.twig b/web/themes/adminimal_theme/templates/block-content-add-list.html.twig new file mode 100644 index 0000000000..0d8d531374 --- /dev/null +++ b/web/themes/adminimal_theme/templates/block-content-add-list.html.twig @@ -0,0 +1,27 @@ +{# +/** + * @file + * Seven's theme implementation to display a list of custom block types. + * + * Displays the list of available custom block types for creation. + * + * Available variables: + * - types: A collection of all the available custom block types. + * Each type contains: + * - url: A link to add a block of this type. + * - description: A description of this custom block type. + * - label: The title of the custom block type. + * - path: A path for the link to add a block of this type. + * + * @see template_preprocess_block_content_add_list() + * @see seven_preprocess_block_content_add_list() + */ + #} +<ul class="admin-list"> + {% for type in types %} + <li class="clearfix"> + <a href="{{ type.url }}"><span class="label">{{ type.label }}</span></a> + <div class="description">{{ type.description }}</div> + </li> + {% endfor %} +</ul> -- GitLab