Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sparks committed Nov 9, 2017
0 parents commit 85321f2
Show file tree
Hide file tree
Showing 2,727 changed files with 137,155 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/.idea
/vendor
/node_modules
/web
/libraries
/themes/infinite/
.DS_Store
composer.lock
package-lock.json
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# COMING SOON
203 changes: 203 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,203 @@
{
"name": "sparksi/sector_profile",
"description": "Profile for the Sector D8",
"license": "GPL-2.0+",
"type" : "drupal-profile",
"authors": [
{
"name": "Sparks Interactive"
}
],
"repositories": {
"packagist.drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"sector_modules": {
"url": "[email protected]:sparksi/sector-d8.modules.git",
"type": "git"
},
"sector_starter": {
"url": "[email protected]:sparksi/sector-d8.theme.git",
"type": "git"
},
"sector_profile": {
"url": "[email protected]:sparksi/sector-d8.profile.git",
"type": "git"
},
"mmenu/main": {
"extra": {
"installer-name": "main"
},
"type": "package",
"package": {
"name": "mmenu/main",
"version": "4.7.5",
"type": "drupal-library",
"dist": {
"url": "https://github.com/FrDH/jQuery.mmenu/archive/v4.7.5.zip",
"type": "zip"
}
}
},
"mmenu/hammer": {
"extra": {
"installer-name": "hammer"
},
"type": "package",
"package": {
"name": "mmenu/hammer",
"version": "2.0.8",
"type": "drupal-library",
"source": {
"url": "https://github.com/hammerjs/hammer.js.git",
"type": "git",
"reference": "origin/master"
}
}
},
"mmenu/jquery.hammer": {
"extra": {
"installer-name": "jquery.hammer"
},
"type": "package",
"package": {
"name": "mmenu/jquery.hammer",
"version": "2.0.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/hammerjs/jquery.hammer.js.git",
"type": "git",
"reference": "origin/master"
}
}
}
},
"require": {
"composer/installers": "^1.0.20",
"drupal-composer/drupal-scaffold": "^2.0.1",
"cweagans/composer-patches": "~1.0",
"drupal/core": "^8.4",
"drupal/console": "~1.0",
"drupal/bootstrap": "^3.0",
"sparksi/sector_starter": "dev-master as 8.1.0",
"sparksi/sector_modules": "dev-master as 8.1.0",
"drupal/block_class": "^1.0",
"drupal/devel": "^1.0",
"drupal/ds": "^3.0",
"drupal/context": "^1.0",
"drupal/linkit": "^5.0",
"drupal/media_entity": "^1.0",
"drupal/media_entity_image": "^1.0",
"drupal/media_entity_document": "^1.0",
"drupal/video_embed_field": "^1.0",
"drupal/media_entity_audio": "^1.0",
"drupal/pathauto": "^1.0",
"drupal/admin_toolbar": "^1.0",
"drupal/field_formatter_filter": "^1.0",
"drupal/menu_block": "^1.0",
"drupal/block_visibility_groups": "^1.0",
"drupal/term_condition": "^1.0",
"drupal/anchor_link": "^1.0",
"drupal/field_group": "^1.0",
"drupal/better_formats": "^1.0",
"drupal/google_analytics": "^2.0",
"drupal/autologout": "^1.0",
"drupal/mmenu": "1.x-dev",
"mmenu/main": "4.7.5",
"mmenu/hammer": "2.0.8",
"mmenu/jquery.hammer": "2.0.0",
"drupal/metatag": "^1.0",
"drupal/entityqueue": "^1.0",
"drupal/fieldblock": "^2.0",
"drupal/entity_browser": "^1.0",
"drupal/field_group_link": "^1.0",
"drupal/features": "^3.0",
"drupal/default_content": "^1.0",
"drupal/search_api_solr": "^1.0",
"drupal/facets": "^1.0",
"drupal/entity_embed": "^1.0",
"drupal/password_policy": "^3.0@alpha",
"drupal/better_normalizers": "^1.0@beta",
"drupal/recreate_block_content": "^1.0"
},
"require-dev": {
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"symfony/css-selector": "~2.8"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php"
]
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
},
"extra": {
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/mmenu": {
"Allow changing of offCanvas position (D8)": "https://www.drupal.org/files/issues/mmenu_allow_change_of_position-2816231.patch",
"Place libraries outside the mmenu dir": "https://www.drupal.org/files/issues/libraries_outside_mmenu-2884248-4.patch",
"Config export patch": "https://www.drupal.org/files/issues/config-export-fix-2922062-1.patch"
},
"drupal/fieldblock": {
"PHP exception when placing block": "https://www.drupal.org/files/issues/fieldblock_get_complete_form_state_2810783_1.patch"
},
"drupal/term_condition": {
"Blocks hidden on non-node pages": "https://www.drupal.org/files/issues/term_condition-block_hidden_not_node-2797205-7.patch",
"Autocomplete error when editing": "https://www.drupal.org/files/issues/term_condition-2777337-1.patch"
},
"drupal/entityqueue": {
"Subqueue views relation: Doubled/redundant entries": "https://www.drupal.org/files/issues/subqueue_relation_query-2837841-11.patch"
}
}
}
}
19 changes: 19 additions & 0 deletions config/install/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Deny all requests from Apache 2.4+.
</IfModule>

# Deny all requests from Apache 2.0-2.2.
</IfModule>
# Turn off all options we don't need.
Options -Indexes -ExecCGI -Includes -MultiViews

# Set the catch-all handler to prevent scripts from being executed.
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
<Files *>
# Override the handler again if we're run later in the evaluation list.
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
</Files>

# If we know how to do it safely, disable the PHP engine entirely.
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
2 changes: 2 additions & 0 deletions config/install/autologout.role.administrator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled: false
timeout: null
2 changes: 2 additions & 0 deletions config/install/autologout.role.authenticated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled: false
timeout: null
2 changes: 2 additions & 0 deletions config/install/autologout.role.content_administrator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled: true
timeout: 3600
2 changes: 2 additions & 0 deletions config/install/autologout.role.content_editor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled: true
timeout: 3600
13 changes: 13 additions & 0 deletions config/install/autologout.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
timeout: 43200
max_timeout: 43200
padding: 300
role_logout: true
redirect_url: /user/login
no_dialog: false
message: 'Your session is about to expire. Do you want to reset it?'
inactivity_message: 'You have been logged out due to inactivity.'
enforce_admin: true
jstimer_format: '%hours%:%mins%:%secs%'
jstimer_js_load_option: false
use_alt_logout_method: false
use_watchdog: true
2 changes: 2 additions & 0 deletions config/install/autologout.user.5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled: false
timeout: null
1 change: 1 addition & 0 deletions config/install/automated_cron.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
interval: 10800
Empty file.
38 changes: 38 additions & 0 deletions config/install/block.block.backtotop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
langcode: en
status: true
dependencies:
module:
- block_class
- block_visibility_groups
- term_condition
theme:
- sector_starter
third_party_settings:
block_class:
classes: ''
id: backtotop
theme: sector_starter
region: content
weight: -9
provider: null
plugin: 'block_content:79af5eed-a1cb-4da7-aeec-56d650fb196d'
settings:
id: 'block_content:79af5eed-a1cb-4da7-aeec-56d650fb196d'
label: 'Back to top'
provider: core
label_display: '0'
status: true
info: ''
view_mode: full
visibility:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
context_mapping: { }
term:
id: term
negate: false
tid: null
context_mapping:
node: '@node.node_route_context:node'
23 changes: 23 additions & 0 deletions config/install/block.block.bartik_account_menu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
langcode: en
status: true
dependencies:
config:
- system.menu.account
module:
- system
theme:
- bartik
id: bartik_account_menu
theme: bartik
region: secondary_menu
weight: 0
provider: null
plugin: 'system_menu_block:account'
settings:
id: 'system_menu_block:account'
label: 'User account menu'
provider: system
label_display: '0'
level: 1
depth: 1
visibility: { }
22 changes: 22 additions & 0 deletions config/install/block.block.bartik_branding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
langcode: en
status: true
dependencies:
module:
- system
theme:
- bartik
id: bartik_branding
theme: bartik
region: header
weight: 0
provider: null
plugin: system_branding_block
settings:
id: system_branding_block
label: 'Site branding'
provider: system
label_display: '0'
use_site_logo: true
use_site_name: true
use_site_slogan: true
visibility: { }
19 changes: 19 additions & 0 deletions config/install/block.block.bartik_breadcrumbs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
module:
- system
theme:
- bartik
id: bartik_breadcrumbs
theme: bartik
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
provider: system
label_display: '0'
visibility: { }
23 changes: 23 additions & 0 deletions config/install/block.block.bartik_footer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
langcode: en
status: true
dependencies:
config:
- system.menu.footer
module:
- system
theme:
- bartik
id: bartik_footer
theme: bartik
region: footer_fifth
weight: 0
provider: null
plugin: 'system_menu_block:footer'
settings:
id: 'system_menu_block:footer'
label: 'Footer menu'
provider: system
label_display: '0'
level: 1
depth: 0
visibility: { }
Loading

0 comments on commit 85321f2

Please sign in to comment.