Composer update datoteke
This commit is contained in:
parent
8d0209b367
commit
32aa1a9b9c
@ -26,6 +26,7 @@
|
||||
"drupal/ctools": "^3.7",
|
||||
"drupal/ds": "^3.12",
|
||||
"drupal/entity": "^1.2",
|
||||
"drupal/entity_clone": "^1.0@beta",
|
||||
"drupal/eu_cookie_compliance": "^1.14",
|
||||
"drupal/examples": "^3.0",
|
||||
"drupal/google_analytics": "^3.1",
|
||||
@ -37,6 +38,7 @@
|
||||
"drupal/lazy": "^3.10",
|
||||
"drupal/libraries": "^3.0-beta1",
|
||||
"drupal/menu_block": "^1.7",
|
||||
"drupal/menu_link_clone": "^3.2",
|
||||
"drupal/menu_position": "^1.0-beta1",
|
||||
"drupal/menu_trail_by_path": "^1.3",
|
||||
"drupal/metatag": "^1.16",
|
||||
|
921
frontend/drupal9/composer.lock
generated
921
frontend/drupal9/composer.lock
generated
File diff suppressed because it is too large
Load Diff
112
frontend/drupal9/vendor/composer/installed.json
vendored
112
frontend/drupal9/vendor/composer/installed.json
vendored
@ -1518,6 +1518,61 @@
|
||||
},
|
||||
"install-path": "../../web/modules/contrib/entity"
|
||||
},
|
||||
{
|
||||
"name": "drupal/entity_clone",
|
||||
"version": "1.0.0-beta6",
|
||||
"version_normalized": "1.0.0.0-beta6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/entity_clone.git",
|
||||
"reference": "8.x-1.0-beta6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/entity_clone-8.x-1.0-beta6.zip",
|
||||
"reference": "8.x-1.0-beta6",
|
||||
"shasum": "35d04649b6fb349df761abab37506a94f172981f"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.0-beta6",
|
||||
"datestamp": "1617209997",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Beta releases are not covered by Drupal security advisories."
|
||||
}
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "NickDickinsonWilde",
|
||||
"homepage": "https://www.drupal.org/user/3094661"
|
||||
},
|
||||
{
|
||||
"name": "colan",
|
||||
"homepage": "https://www.drupal.org/user/58704"
|
||||
},
|
||||
{
|
||||
"name": "vpeltot",
|
||||
"homepage": "https://www.drupal.org/user/1361586"
|
||||
}
|
||||
],
|
||||
"description": "Add a clone action for all entities",
|
||||
"homepage": "https://www.drupal.org/project/entity_clone",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/entity_clone"
|
||||
},
|
||||
"install-path": "../../web/modules/contrib/entity_clone"
|
||||
},
|
||||
{
|
||||
"name": "drupal/eu_cookie_compliance",
|
||||
"version": "1.19.0",
|
||||
@ -2529,6 +2584,63 @@
|
||||
},
|
||||
"install-path": "../../web/modules/contrib/menu_block"
|
||||
},
|
||||
{
|
||||
"name": "drupal/menu_link_clone",
|
||||
"version": "3.2.0",
|
||||
"version_normalized": "3.2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/menu_link_clone.git",
|
||||
"reference": "8.x-3.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/menu_link_clone-8.x-3.2.zip",
|
||||
"reference": "8.x-3.2",
|
||||
"shasum": "c8d2babc7c367e70910bb7c8c78f44d36d8184ea"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9",
|
||||
"drupal/entity_clone": "^1.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-3.2",
|
||||
"datestamp": "1583388236",
|
||||
"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": "heykarthikwithu",
|
||||
"homepage": "https://www.drupal.org/user/2833651"
|
||||
},
|
||||
{
|
||||
"name": "nitvirus",
|
||||
"homepage": "https://www.drupal.org/user/965290"
|
||||
},
|
||||
{
|
||||
"name": "vsujeetkumar",
|
||||
"homepage": "https://www.drupal.org/user/3200879"
|
||||
}
|
||||
],
|
||||
"description": "Allows clone the menu items.",
|
||||
"homepage": "https://www.drupal.org/project/menu_link_clone",
|
||||
"support": {
|
||||
"source": "https://cgit.drupalcode.org/menu_link_clone",
|
||||
"issues": "https://www.drupal.org/project/issues/menu_link_clone"
|
||||
},
|
||||
"install-path": "../../web/modules/contrib/menu_link_clone"
|
||||
},
|
||||
{
|
||||
"name": "drupal/menu_position",
|
||||
"version": "1.0.0-beta2",
|
||||
|
22
frontend/drupal9/vendor/composer/installed.php
vendored
22
frontend/drupal9/vendor/composer/installed.php
vendored
@ -5,7 +5,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => '4f3753818239ae0bf7e2c5ae9030d0bfeb10a888',
|
||||
'reference' => '240bb618f3afb3aec5850e92d800db93737e6b27',
|
||||
'name' => 'drupal/recommended-project',
|
||||
'dev' => true,
|
||||
),
|
||||
@ -481,6 +481,15 @@
|
||||
'reference' => '8.x-1.3',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/entity_clone' => array(
|
||||
'pretty_version' => '1.0.0-beta6',
|
||||
'version' => '1.0.0.0-beta6',
|
||||
'type' => 'drupal-module',
|
||||
'install_path' => __DIR__ . '/../../web/modules/contrib/entity_clone',
|
||||
'aliases' => array(),
|
||||
'reference' => '8.x-1.0-beta6',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/entity_reference' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
@ -733,6 +742,15 @@
|
||||
'reference' => '8.x-1.8',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/menu_link_clone' => array(
|
||||
'pretty_version' => '3.2.0',
|
||||
'version' => '3.2.0.0',
|
||||
'type' => 'drupal-module',
|
||||
'install_path' => __DIR__ . '/../../web/modules/contrib/menu_link_clone',
|
||||
'aliases' => array(),
|
||||
'reference' => '8.x-3.2',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/menu_link_content' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
@ -895,7 +913,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => '4f3753818239ae0bf7e2c5ae9030d0bfeb10a888',
|
||||
'reference' => '240bb618f3afb3aec5850e92d800db93737e6b27',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/redirect' => array(
|
||||
|
5
frontend/drupal9/web/.htaccess
Executable file → Normal file
5
frontend/drupal9/web/.htaccess
Executable file → Normal file
@ -32,6 +32,11 @@ AddEncoding gzip svgz
|
||||
php_value assert.active 0
|
||||
</IfModule>
|
||||
|
||||
# PHP 8, Apache 1 and 2.
|
||||
<IfModule mod_php.c>
|
||||
php_value assert.active 0
|
||||
</IfModule>
|
||||
|
||||
# Requires mod_expires to be enabled.
|
||||
<IfModule mod_expires.c>
|
||||
# Enable expirations.
|
||||
|
@ -170,9 +170,9 @@ $databases = [];
|
||||
* information on these defaults and the potential issues.
|
||||
*
|
||||
* More details can be found in the constructor methods for each driver:
|
||||
* - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
|
||||
* - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
|
||||
* - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
|
||||
* - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
|
||||
* - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
|
||||
* - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
|
||||
*
|
||||
* Sample Database configuration format for PostgreSQL (pgsql):
|
||||
* @code
|
||||
@ -703,6 +703,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
|
||||
* @endcode
|
||||
* will allow the site to run off of all variants of example.com and
|
||||
* example.org, with all subdomains included.
|
||||
*
|
||||
* @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
|
||||
*/
|
||||
|
||||
/**
|
||||
|
13
frontend/drupal9/web/sites/default/development.services.yml
Executable file
13
frontend/drupal9/web/sites/default/development.services.yml
Executable file
@ -0,0 +1,13 @@
|
||||
# Local development services.
|
||||
#
|
||||
# To activate this feature, follow the instructions at the top of the
|
||||
# 'example.settings.local.php' file, which sits next to this file.
|
||||
parameters:
|
||||
http.response.debug_cacheability_headers: true
|
||||
twig.config:
|
||||
debug: true
|
||||
auto_reload: true
|
||||
cache: false
|
||||
services:
|
||||
cache.backend.null:
|
||||
class: Drupal\Core\Cache\NullBackendFactory
|
@ -51,8 +51,8 @@ $config['system.logging']['error_level'] = 'verbose';
|
||||
/**
|
||||
* Disable CSS and JS aggregation.
|
||||
*/
|
||||
$config['system.performance']['css']['preprocess'] = TRUE;
|
||||
$config['system.performance']['js']['preprocess'] = TRUE;
|
||||
$config['system.performance']['css']['preprocess'] = FALSE;
|
||||
$config['system.performance']['js']['preprocess'] = FALSE;
|
||||
|
||||
/**
|
||||
* Disable the render cache.
|
||||
|
Loading…
x
Reference in New Issue
Block a user