From aa1c74b6696d5d61947ff4c080158554da8a5295 Mon Sep 17 00:00:00 2001 From: Anthony Klose Date: Wed, 13 Dec 2017 12:46:34 -0600 Subject: [PATCH 1/3] Add our new site slogan --- config/system.site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/system.site.yml b/config/system.site.yml index 758e390..cac3208 100644 --- a/config/system.site.yml +++ b/config/system.site.yml @@ -1,7 +1,7 @@ uuid: d6530f6a-46bc-4a50-a9fe-7b2d537766ed name: drops-8-composer-test mail: anthony.klose@gmail.com -slogan: '' +slogan: 'Hello World' page: 403: '' 404: '' From 69b86b2068fc9bf5ab9168ebf358d98876c3cfbb Mon Sep 17 00:00:00 2001 From: Tony Klose Date: Wed, 13 Dec 2017 19:02:12 +0000 Subject: [PATCH 2/3] Disabled tools block, moved search to header --- config/block.block.bartik_branding.yml | 2 +- config/block.block.bartik_help.yml | 2 +- config/block.block.bartik_local_actions.yml | 2 +- config/block.block.bartik_local_tasks.yml | 2 +- config/block.block.bartik_page_title.yml | 2 +- config/block.block.bartik_powered.yml | 2 +- config/block.block.bartik_search.yml | 4 ++-- config/block.block.bartik_tools.yml | 2 +- dev-master | 0 9 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 dev-master diff --git a/config/block.block.bartik_branding.yml b/config/block.block.bartik_branding.yml index 41009dd..ccb75ef 100644 --- a/config/block.block.bartik_branding.yml +++ b/config/block.block.bartik_branding.yml @@ -11,7 +11,7 @@ _core: id: bartik_branding theme: bartik region: header -weight: 0 +weight: -6 provider: null plugin: system_branding_block settings: diff --git a/config/block.block.bartik_help.yml b/config/block.block.bartik_help.yml index 0691b75..9450c4a 100644 --- a/config/block.block.bartik_help.yml +++ b/config/block.block.bartik_help.yml @@ -11,7 +11,7 @@ _core: id: bartik_help theme: bartik region: content -weight: -30 +weight: -7 provider: null plugin: help_block settings: diff --git a/config/block.block.bartik_local_actions.yml b/config/block.block.bartik_local_actions.yml index a7ce3f5..0b38837 100644 --- a/config/block.block.bartik_local_actions.yml +++ b/config/block.block.bartik_local_actions.yml @@ -9,7 +9,7 @@ _core: id: bartik_local_actions theme: bartik region: content -weight: -20 +weight: -7 provider: null plugin: local_actions_block settings: diff --git a/config/block.block.bartik_local_tasks.yml b/config/block.block.bartik_local_tasks.yml index 0a7c6e4..ccf81b3 100644 --- a/config/block.block.bartik_local_tasks.yml +++ b/config/block.block.bartik_local_tasks.yml @@ -9,7 +9,7 @@ _core: id: bartik_local_tasks theme: bartik region: content -weight: -40 +weight: -7 provider: null plugin: local_tasks_block settings: diff --git a/config/block.block.bartik_page_title.yml b/config/block.block.bartik_page_title.yml index d32937a..c6a8727 100644 --- a/config/block.block.bartik_page_title.yml +++ b/config/block.block.bartik_page_title.yml @@ -9,7 +9,7 @@ _core: id: bartik_page_title theme: bartik region: content -weight: -50 +weight: -7 provider: null plugin: page_title_block settings: diff --git a/config/block.block.bartik_powered.yml b/config/block.block.bartik_powered.yml index 73b52e9..1723003 100644 --- a/config/block.block.bartik_powered.yml +++ b/config/block.block.bartik_powered.yml @@ -11,7 +11,7 @@ _core: id: bartik_powered theme: bartik region: footer_fifth -weight: 10 +weight: -7 provider: null plugin: system_powered_by_block settings: diff --git a/config/block.block.bartik_search.yml b/config/block.block.bartik_search.yml index 688310d..aff3b89 100644 --- a/config/block.block.bartik_search.yml +++ b/config/block.block.bartik_search.yml @@ -10,8 +10,8 @@ _core: default_config_hash: za-39d5WDUg6XvbyqSnuVYEeq6QM4qKJxW8MnoAha5A id: bartik_search theme: bartik -region: sidebar_first -weight: -1 +region: header +weight: -5 provider: null plugin: search_form_block settings: diff --git a/config/block.block.bartik_tools.yml b/config/block.block.bartik_tools.yml index e7540f4..ea4eaab 100644 --- a/config/block.block.bartik_tools.yml +++ b/config/block.block.bartik_tools.yml @@ -1,6 +1,6 @@ uuid: 8dc24f0e-32f7-4708-bf6d-1e3e792a4133 langcode: en -status: true +status: false dependencies: config: - system.menu.tools diff --git a/dev-master b/dev-master new file mode 100644 index 0000000..e69de29 From 7bf794828e749c91291cbca19b1fc647a5effb2b Mon Sep 17 00:00:00 2001 From: Tony Klose Date: Wed, 13 Dec 2017 13:09:59 -0600 Subject: [PATCH 3/3] Added pathauto --- .gitignore | 2 + composer.json | 1 + composer.lock | 219 +++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 221 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a7b2b1..7eab5e9 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,5 @@ Thumbs.db # Things in the core directory that Drupal 8 commits in the repository. !web/core/**/*.gz + +.idea/workspace.xml diff --git a/composer.json b/composer.json index 255905e..c74d656 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "drupal/config_installer": "^1.0", "drupal/console": "^1", "drupal/core": "^8", + "drupal/pathauto": "^1.0", "drupal/simple_block": "^1.0@beta", "drush/drush": "~8", "rvtraveller/qs-composer-installer": "^1.1", diff --git a/composer.lock b/composer.lock index ae848c3..e303b44 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "fbaec5c3b47ad89fcb34e0fed55f446e", + "content-hash": "9bd546ef57ce14a01f8fa5d4ca566ccc", "packages": [ { "name": "alchemy/zippy", @@ -1663,6 +1663,156 @@ "description": "Drupal is an open source content management platform powering millions of websites and applications.", "time": "2017-11-03T13:20:16+00:00" }, + { + "name": "drupal/ctools", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/ctools", + "reference": "8.x-3.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0", + "datestamp": "1493401742", + "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": "Kris Vanderwater (EclipseGc)", + "homepage": "https://www.drupal.org/u/eclipsegc", + "role": "Maintainer" + }, + { + "name": "Jakob Perry (japerry)", + "homepage": "https://www.drupal.org/u/japerry", + "role": "Maintainer" + }, + { + "name": "Tim Plunkett (tim.plunkett)", + "homepage": "https://www.drupal.org/u/timplunkett", + "role": "Maintainer" + }, + { + "name": "James Gilliland (neclimdul)", + "homepage": "https://www.drupal.org/u/neclimdul", + "role": "Maintainer" + }, + { + "name": "Daniel Wehner (dawehner)", + "homepage": "https://www.drupal.org/u/dawehner", + "role": "Maintainer" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.", + "homepage": "https://www.drupal.org/project/ctools", + "support": { + "source": "http://cgit.drupalcode.org/ctools", + "issues": "https://www.drupal.org/project/issues/ctools" + } + }, + { + "name": "drupal/pathauto", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/pathauto", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a" + }, + "require": { + "drupal/core": "*", + "drupal/ctools": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1493468044", + "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": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Freso", + "homepage": "https://www.drupal.org/user/27504" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + } + ], + "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", + "homepage": "https://www.drupal.org/project/pathauto", + "support": { + "source": "http://cgit.drupalcode.org/pathauto" + } + }, { "name": "drupal/simple_block", "version": "1.0.0-beta1", @@ -1710,6 +1860,73 @@ "source": "http://cgit.drupalcode.org/simple_block" } }, + { + "name": "drupal/token", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/token", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1493466843", + "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": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Provides a user interface for the Token API and some missing core tokens.", + "homepage": "https://www.drupal.org/project/token", + "support": { + "source": "http://cgit.drupalcode.org/token" + } + }, { "name": "drush/drush", "version": "8.1.15",