Skip to content

Instantly share code, notes, and snippets.

View serundeputy's full-sized avatar

Geoff St. Pierre serundeputy

View GitHub Profile
@serundeputy
serundeputy / .lando.yml
Created November 28, 2018 00:10
A starter .lando.yml file for node apps; this one is NuxtJs.
name: myNuxtJsApp
proxy:
appserver:
- mynuxtjsapp.lndo.site
services:
appserver:
type: node:10
command: cp -n /app/.env.example /app/.env && yarn dev --hostname 0.0.0.0 --port 80
install_dependencies_as_me:
- yarn install

Keybase proof

I hereby claim:

  • I am serundeputy on github.
  • I am serundeputy (https://keybase.io/serundeputy) on keybase.
  • I have a public key ASDbHtFl6-J4YgvXFkL_TpCOo0AFBPMulvwA-3wAjx-EgQo

To claim this, I am signing this object:

**Changes since 1.13.2**
* 7 Backdrop 1.13.3 \(fe4686657\)
* d SA-CORE-2019-011-013 \(c613c135d\)
* 2 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3965">#3965</a>: [UX] Views: Fix description for "Fill up single line". \(867910792\)
* 1 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3762">#3762</a>: Reassign orphaned blocks on layout template changes. \(49bf0ae81\)
* 8 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/2850">#2850</a>: Use the word 'Configure' instead of 'Edit' for language settings. \(d1941d6c8\)
* 7 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3871">#3871</a>: Move views_fetch_fields() to utility.inc so that it is always available. \(2e8074ef7\)
* 4 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3913">#3913</a>: Added test for empty/null tid to taxonomy_build_node_index function. \(dbb01c724\)
* 1 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3776">#3776</a>: User error: "the
diff --git a/bakery.install b/bakery.install
index 8207f26..16610a3 100644
--- a/bakery.install
+++ b/bakery.install
@@ -52,4 +52,13 @@ function bakery_uninstall() {
variable_del('bakery_help_text');
variable_del('bakery_freshness');
variable_del('bakery_cookie_extension');
+ variable_del('bakery_subsite_login');
+}
@serundeputy
serundeputy / 1.6.0.md
Created January 5, 2017 22:24
prelim release notes so far: 5 Jan 2017 pending 1.6.0

Changes since 1.5.2

  • #2369: CSS tweaks to mobile menu toggle. Doc fixes.
  • #2369: Fix menu toggle scripts.
  • #2369: Updated CSS and JS for menu toggle to match smartmenus recommendation.
  • #2369: Added a hamburger menu toggle to responsive drop-down menus.
  • #1689: Fixing view mode tests. Adding CSRF token to view mode enable links.
  • #315: Move entity view mode listings to Manage displays.
  • #315: Add the "Entity view mode" module to core
  • #2375: Add tests for new file management interface.
@serundeputy
serundeputy / download_backdrop.drush.inc
Created December 1, 2016 01:21
custom drush command
<?php
/**
* @file
* Download Backdrop CMS with drush.
*/
/**
* Implements hook_drush_command().
*/
function backdrop_download_backdrop_drush_command() {
@serundeputy
serundeputy / json_api.info
Created December 26, 2015 17:10
backdrop cms info file
name = "JSON API"
description = "Serve backdrop content as JSON Objects."
project = json_api
version = 1.x-1.0.0
backdrop = 1.x
package = API
type = module
@serundeputy
serundeputy / site-deploy.sh
Created November 5, 2015 16:52
If you use features and pantheon
git push origin master && terminus --site={site_name} drush cc all &&
terminus --site={site_name} drush fra -y &&
terminus --site={site_name} drush cc all &&
terminus --site={site_name} drush fl
<?php
function backdrop_bootstrap_candidates() {
return 'Drush\Boot\BackdropBoot';
}
include __DIR__ . '/backdrop.inc';
apachectl -S
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
*:80 staging.backdrop-cmi.commonmediainc.com (/etc/apache2/sites-enabled/000-backdrop-cmi.conf:1)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex mpm-accept: using_defaults
Mutex authdigest-opaque: using_defaults
Mutex watchdog-callback: using_defaults