View drush-drupal-unsuck.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush dis \ | |
overlay \ | |
dashboard \ | |
toolbar \ | |
color \ | |
shortcut \ | |
rdf\ | |
-y && \ | |
drush en \ | |
admin_menu \ |
View settings.helpers.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Settings helpers. | |
*/ | |
/** | |
* Configuration for features_banish's module variable features_banish_items. | |
* | |
* Returned value contains Drupal 7 config variables that are state variables. | |
* This may include contrib-specific variables, but should never include |
View settings.constants.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Global constants. | |
* | |
* This file contains only site-wide, not module-related, constants. | |
* Module-related constants must stay with their modules. | |
*/ |
View PATCHED.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uncommitted patches | |
=================== | |
Uncommited patches are where we store references to the drupal.org node which | |
contains our patch. These modules are all patched with uncommitted patches and | |
must be very carefully updated. | |
EXAMPLE: | |
[#728702] - Drupal core [drupal] | |
Issue: Visiting index.php should redirect to install.php if settings.php already has database credentials but database is empty. |
View cms.page_builder.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: Page builder paragraphs authoring | |
Given I create a published 'page_builder' with content: | |
| title | Example page | | |
| field_theme | victory | | |
# Create section with title. | |
And I add Section paragraph to 'field_page_builder_section' with fields: | |
| title | Section 1 | | |
And I add WYSIWYG paragraph to 'field_left' with fields: |
View cms.page_builder.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: Page builder paragraphs authoring | |
Given I create a published 'page_builder' with content: | |
| title | Example page | | |
| field_theme | victory | | |
# Create section with title. | |
And I add Section paragraph to 'field_page_builder_section' with fields: | |
| title | Section 1 | | |
And I add WYSIWYG paragraph to 'field_left' with fields: |
View db_d7.dist.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- MySQL dump 10.13 Distrib 5.7.19, for Linux (x86_64) | |
-- | |
-- Host: localhost Database: beetbox | |
-- ------------------------------------------------------ | |
-- Server version 5.7.19-0ubuntu0.16.04.1-log | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
/*!40101 SET NAMES utf8 */; |
View acapi.drush.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file Acquia Cloud API commands | |
*/ | |
/** | |
* Implementation of hook_drush_command(). | |
*/ | |
function acapi_drush_command() { |
View page.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http:\/\/json-schema.org\/draft-04\/schema#", | |
"id": "https:\/\/nginx-php-content-vic-develop.lagoon.vicsdp.amazee.io\/schemata\/node\/page?_format=schema_json&_describes=api_json", | |
"type": "object", | |
"title": "node:page Schema", | |
"description": "Use <em>Page<\/em> content type for basic pages.", | |
"properties": { | |
"attributes": { | |
"type": "object", | |
"properties": { |
View page_simplified.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"title": "Template", | |
"description": "An Azure deployment template", | |
"type": "object", | |
"properties": { | |
"$schema": { | |
"type": "string", | |
"description": "JSON schema reference" |
OlderNewer