updated to last D8, installed upgrade_status
This commit is contained in:
+8
-7
@@ -35,7 +35,6 @@
|
|||||||
"drupal/config_devel": "^1.4",
|
"drupal/config_devel": "^1.4",
|
||||||
"drupal/config_filter": "^1.6",
|
"drupal/config_filter": "^1.6",
|
||||||
"drupal/config_ignore": "^2.2",
|
"drupal/config_ignore": "^2.2",
|
||||||
"drupal/console": "^1.0.2",
|
|
||||||
"drupal/context": "4.0.0-beta2",
|
"drupal/context": "4.0.0-beta2",
|
||||||
"drupal/core-composer-scaffold": "^8.8.6",
|
"drupal/core-composer-scaffold": "^8.8.6",
|
||||||
"drupal/core-recommended": "^8.9.13",
|
"drupal/core-recommended": "^8.9.13",
|
||||||
@@ -71,18 +70,15 @@
|
|||||||
"drupal/synonyms": "1.x-dev",
|
"drupal/synonyms": "1.x-dev",
|
||||||
"drupal/toolbar_themes": "1.x-dev",
|
"drupal/toolbar_themes": "1.x-dev",
|
||||||
"drupal/translation_views": "^1.0",
|
"drupal/translation_views": "^1.0",
|
||||||
|
"drupal/upgrade_status": "^3.19",
|
||||||
"drupal/url_to_video_filter": "^1.4",
|
"drupal/url_to_video_filter": "^1.4",
|
||||||
"drupal/views_bulk_edit": "^2.2",
|
"drupal/views_bulk_edit": "^2.2",
|
||||||
"drupal/views_bulk_operations": "^3.9",
|
"drupal/views_bulk_operations": "^3.9",
|
||||||
"drupal/workflow": "1.x-dev",
|
"drupal/workflow": "1.x-dev",
|
||||||
"drush/drush": "^9.0.0",
|
"drush/drush": "^9.0.0",
|
||||||
"oomphinc/composer-installers-extender": "^1.1",
|
|
||||||
"vlucas/phpdotenv": "^2.4",
|
"vlucas/phpdotenv": "^2.4",
|
||||||
"webflo/drupal-finder": "^1.0.0",
|
"webflo/drupal-finder": "^1.0.0",
|
||||||
"webmozart/path-util": "^2.3",
|
"webmozart/path-util": "^2.3"
|
||||||
"zaporylie/composer-drupal-optimizations": "^1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
@@ -90,7 +86,12 @@
|
|||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true
|
"sort-packages": true,
|
||||||
|
"allow-plugins": {
|
||||||
|
"composer/installers": true,
|
||||||
|
"cweagans/composer-patches": true,
|
||||||
|
"drupal/core-composer-scaffold": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
|||||||
Generated
+1241
-881
File diff suppressed because it is too large
Load Diff
@@ -93,6 +93,7 @@ module:
|
|||||||
toolbar_themes: 0
|
toolbar_themes: 0
|
||||||
translation_views: 0
|
translation_views: 0
|
||||||
update: 0
|
update: 0
|
||||||
|
upgrade_status: 0
|
||||||
url_to_video_filter: 0
|
url_to_video_filter: 0
|
||||||
user: 0
|
user: 0
|
||||||
views: 0
|
views: 0
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
additional_html: "<a class=\"a2a_button_facebook\"></a>\n<a class=\"a2a_button_twitter\"></a>\n<a class=\"a2a_button_google_plus\"></a>\n"
|
additional_html: "<a class=\"a2a_button_facebook\"></a>\n<a class=\"a2a_button_twitter\"></a>\n<a class=\"a2a_button_email\"></a>\n"
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
message: 'Your session is about to expire. Do you want to reset it?'
|
||||||
|
inactivity_message: 'You have been logged out due to inactivity.'
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
paths_per_scan: 30
|
||||||
|
_core:
|
||||||
|
default_config_hash: BqkUHiXXGvu2L7NR_nblxtP6f03MdD16XSMWwVM0QEc
|
||||||
|
langcode: fr
|
||||||
@@ -352,6 +352,19 @@ display:
|
|||||||
plugin_id: language
|
plugin_id: language
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: langcode
|
entity_field: langcode
|
||||||
|
status:
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
field: status
|
||||||
|
group: 1
|
||||||
|
id: status
|
||||||
|
table: node_field_data
|
||||||
|
value: '1'
|
||||||
|
plugin_id: boolean
|
||||||
|
entity_type: node
|
||||||
|
entity_field: status
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
contexts:
|
contexts:
|
||||||
|
|||||||
+1
-2
@@ -4,8 +4,7 @@
|
|||||||
* @file
|
* @file
|
||||||
* Includes the autoloader created by Composer.
|
* Includes the autoloader created by Composer.
|
||||||
*
|
*
|
||||||
* This file was generated by drupal-composer/drupal-scaffold.
|
* This file was generated by drupal-scaffold.
|
||||||
* https://github.com/drupal-composer/drupal-scaffold
|
|
||||||
*
|
*
|
||||||
* @see composer.json
|
* @see composer.json
|
||||||
* @see index.php
|
* @see index.php
|
||||||
|
|||||||
Reference in New Issue
Block a user