Skip to content

Instantly share code, notes, and snippets.

View serundeputy's full-sized avatar

Geoff St. Pierre serundeputy

View GitHub Profile
**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

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:

@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