This file contains hidden or 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
# apt-get install blackfire-php | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
lsof php5-cli php5-common php5-json php5-readline psmisc | |
Suggested packages: | |
php-pear php5-user-cache | |
Recommended packages: | |
php7.0-cli php7.0-common |
This file contains hidden or 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
Host github-josh | |
IdentityFile ~/.ssh/id_rsa_github_josh | |
User git | |
Hostname github.com | |
ControlMaster auto | |
ControlPath /tmp/%r@%h:%p | |
ControlPersist yes | |
TCPKeepAlive yes | |
ServerAliveInterval 5 |
This file contains hidden or 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
From 42d8eefe4554b1c33df2443063193924e260faf4 Mon Sep 17 00:00:00 2001 | |
From: Josh Taylor <[email protected]> | |
Date: Sun, 26 Jul 2015 23:20:36 +1000 | |
Subject: [PATCH] Issue #2528914 by bojanz, joshtaylor: Rename store routes | |
--- | |
modules/store/commerce_store.links.task.yml | 5 +++ | |
modules/store/commerce_store.routing.yml | 13 +++++-- | |
modules/store/src/Controller/StoreController.php | 44 ++++++++++++++++++++++++ | |
modules/store/src/Entity/Store.php | 6 ++-- |
This file contains hidden or 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
Drupal test run | |
--------------- | |
Tests to be run: | |
- Drupal\commerce_product\Tests\ProductAdminTest | |
- Drupal\commerce_product\Tests\ProductTest | |
- Drupal\commerce_product\Tests\ProductTypeTest | |
- Drupal\commerce_product\Tests\ProductVariationTypeTest | |
Test run started: |
This file contains hidden or 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
set_error_handler( | |
function($err_severity, $err_msg, $err_file, $err_line) { | |
throw new ErrorException($err_msg, 0, $err_severity, $err_file, $err_line); | |
} | |
); |
This file contains hidden or 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 | |
* Contains \Drupal\address\AddressFormatImporter. | |
*/ | |
namespace Drupal\address; | |
use CommerceGuys\Addressing\Repository\AddressFormatRepository; |
This file contains hidden or 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
modules/commerce/modules/cart/config/install/views.view.commerce_cart_form.yml | |
modules/commerce/modules/line_item/config/install/field.field.commerce_line_item.product.product.yml | |
modules/commerce/modules/line_item/config/install/core.entity_view_display.commerce_line_item.product.default.yml | |
modules/commerce/modules/line_item/config/install/core.entity_form_display.commerce_line_item.product.default.yml | |
modules/commerce/modules/line_item/config/install/commerce_line_item.commerce_line_item_type.product.yml | |
modules/commerce/modules/line_item/config/install/field.storage.commerce_line_item.product.yml | |
modules/commerce/modules/payment/config/install/field.field.commerce_payment_info.card.card_number.yml | |
modules/commerce/modules/payment/config/install/field.field.commerce_payment_info.card.card_exp_month.yml | |
modules/commerce/modules/payment/config/install/commerce_payment.commerce_payment_info_type.card.yml | |
modules/commerce/modules/payment/config/install/core.entity_form_display.commerce_payment_info.card.defaul |
This file contains hidden or 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
+config_devel: | |
+ - views.view.commerce_cart_form |
This file contains hidden or 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
---- Drupal\commerce_product\Tests\ProductTest ---- | |
Status Group Filename Line Function | |
-------------------------------------------------------------------------------- | |
Fail Completion ProductTest.php 33 Drupal\commerce_product\Tests\Produ | |
The test did not complete due to a fatal error. | |
Exception Uncaught e ConfigSchemaCheck 98 Drupal\Core\Config\Testing\ConfigSc | |
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for | |
core.entity_form_display.commerce_store.online.default with the following |
This file contains hidden or 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
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for | |
core.entity_form_display.commerce_order.order.default with the following | |
errors: | |
core.entity_form_display.commerce_order.order.default:content.line_items.settings.match_operator | |
missing schema, | |
core.entity_form_display.commerce_order.order.default:content.line_items.settings.allow_existing | |
missing schema, | |
core.entity_form_display.commerce_order.order.default:content.line_items.settings.delete_references | |
missing schema, | |
core.entity_form_display.commerce_order.order.default:content.line_items.settings.override_labels |