Build.
This commit is contained in:
parent
0692d8ff00
commit
47e2ffcfda
247 changed files with 409 additions and 383 deletions
|
@ -88,7 +88,7 @@
|
|||
<li class="post">
|
||||
<h2>Introducing the Drupal Meetups Twitterbot</h2>
|
||||
|
||||
<p class="posted">9th June 2017</p>
|
||||
<p class="posted text-light">9th June 2017</p>
|
||||
|
||||
|
||||
<p><img src="/assets/images/blog/drupal-meetups-twitterbot.png" alt="" class="is-centered"></p>
|
||||
|
@ -101,7 +101,7 @@
|
|||
<li class="post">
|
||||
<h2>Turning Your Custom Drupal Module into a Feature</h2>
|
||||
|
||||
<p class="posted">20th May 2017</p>
|
||||
<p class="posted text-light">20th May 2017</p>
|
||||
|
||||
|
||||
<p>Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I decided that I was going to add some tests to ensure that the bug was fixed and doesn’t get accidentially re-introduced in the future. The test though required me to have a particular content type and fields which are specific to this site, so weren’t present within the standard installation profile used to run tests.</p>
|
||||
|
@ -116,7 +116,7 @@
|
|||
<li class="post">
|
||||
<h2>DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors</h2>
|
||||
|
||||
<p class="posted">15th May 2017</p>
|
||||
<p class="posted text-light">15th May 2017</p>
|
||||
|
||||
|
||||
<p><img src="/assets/images/blog/drupalcamp-bristol-17-logo.jpg" alt="DrupalCamp Bristol 2017 logo" class="is-centered"></p>
|
||||
|
@ -135,7 +135,7 @@
|
|||
<li class="post">
|
||||
<h2>Updating Override Node Options Tests</h2>
|
||||
|
||||
<p class="posted">5th May 2017</p>
|
||||
<p class="posted text-light">5th May 2017</p>
|
||||
|
||||
|
||||
<p>Recently, I reviewed a patch in the Override Node Options module issue queue. For those not familiar with it, the module adds extra permissions for node options like "authored by" and "published on" which are normally only available to users with the administer nodes permission. What the patch does is …</p>
|
||||
|
@ -145,7 +145,7 @@
|
|||
<li class="post">
|
||||
<h2>Fixing Drupal SimpleTest issues inside Docker Containers</h2>
|
||||
|
||||
<p class="posted">5th May 2017</p>
|
||||
<p class="posted text-light">5th May 2017</p>
|
||||
|
||||
|
||||
<p>I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.</p>
|
||||
|
@ -158,7 +158,7 @@
|
|||
<li class="post">
|
||||
<h2>Nginx Redirects With Query String Arguments</h2>
|
||||
|
||||
<p class="posted">31st January 2017</p>
|
||||
<p class="posted text-light">31st January 2017</p>
|
||||
|
||||
|
||||
<p>This is an example of how my Nginx configuration looked to redirect from an old domain to a new one, and also to redirect from the root <code>example.com</code> domain to the canonical <code>www</code> subdomain.</p>
|
||||
|
@ -169,7 +169,7 @@
|
|||
<li class="post">
|
||||
<h2>Easier Sculpin Commands with Composer and NPM Scripts</h2>
|
||||
|
||||
<p class="posted">7th January 2017</p>
|
||||
<p class="posted text-light">7th January 2017</p>
|
||||
|
||||
|
||||
<p>In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.</p>
|
||||
|
@ -180,7 +180,7 @@
|
|||
<li class="post">
|
||||
<h2>Drupal VM Generator 2.9.1 Released</h2>
|
||||
|
||||
<p class="posted">30th December 2016</p>
|
||||
<p class="posted text-light">30th December 2016</p>
|
||||
|
||||
|
||||
<p>I spent some time yesterday working on the <a href="http://www.drupalvmgenerator.com">Drupal VM Generator</a>, and have released versions 2.8.1, 2.9.0 and 2.9.1.</p>
|
||||
|
@ -191,7 +191,7 @@
|
|||
<li class="post">
|
||||
<h2>Building Gmail Filters with PHP</h2>
|
||||
|
||||
<p class="posted">15th July 2016</p>
|
||||
<p class="posted text-light">15th July 2016</p>
|
||||
|
||||
|
||||
<p>Earlier this week I wrote a small PHP library called GmailFilterBuilder that allows you to write Gmail filters in PHP and export them to XML.
|
||||
|
@ -203,7 +203,7 @@ I was already aware of a Ruby library called gmail-britta that does the same thi
|
|||
<li class="post">
|
||||
<h2>Simplifying Drupal Migrations with xautoload</h2>
|
||||
|
||||
<p class="posted">3rd May 2016</p>
|
||||
<p class="posted text-light">3rd May 2016</p>
|
||||
|
||||
|
||||
<p>How to use the <a href="https://www.drupal.org/project/xautoload">xautoload</a> module to autoload migration classes within your Drupal 7 migration modules.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue