Move post dates into filenames

This commit is contained in:
Oliver Davies 2018-10-20 23:38:16 +01:00
parent 7c70e04795
commit 17074049d9
112 changed files with 6 additions and 141 deletions

View file

@ -1,6 +1,5 @@
--- ---
title: Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery title: Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery
date: '2010-04-05'
tags: tags:
- drupal-6 - drupal-6
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Using ImageCache and ImageCrop for my Portfolio title: Using ImageCache and ImageCrop for my Portfolio
date: '2010-04-28'
tags: tags:
- drupal - drupal
- drupal-6 - drupal-6

View file

@ -1,6 +1,5 @@
--- ---
title: Conditional Email Addresses in a Webform title: Conditional Email Addresses in a Webform
date: '2010-05-06'
slug: conditional-email-addresses-webform slug: conditional-email-addresses-webform
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Quickly Create Zen Subthemes Using Zenophile title: Quickly Create Zen Subthemes Using Zenophile
date: '2010-05-10'
tags: tags:
- drupal-planet - drupal-planet
- drupal-6 - drupal-6

View file

@ -1,6 +1,5 @@
--- ---
title: Create a Slideshow of Multiple Images Using Fancy Slide title: Create a Slideshow of Multiple Images Using Fancy Slide
date: '2010-05-25'
slug: create-slideshow-multiple-images-using-fancy-slide slug: create-slideshow-multiple-images-using-fancy-slide
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Quickly Import Multiples Images Using the Imagefield_Import Module title: Quickly Import Multiples Images Using the Imagefield_Import Module
date: '2010-05-29'
slug: quickly-import-multiples-images-using-imagefieldimport-module slug: quickly-import-multiples-images-using-imagefieldimport-module
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Improve JPG Quality in Imagecache and ImageAPI title: Improve JPG Quality in Imagecache and ImageAPI
date: '2010-06-02'
slug: improve-jpg-quality-imagecache-and-imageapi slug: improve-jpg-quality-imagecache-and-imageapi
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Create a Block of Social Media Icons using CCK, Views and Nodequeue title: Create a Block of Social Media Icons using CCK, Views and Nodequeue
date: '2010-06-23'
slug: create-block-social-media-icons-using-cck-views-and-nodequeue slug: create-block-social-media-icons-using-cck-views-and-nodequeue
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: 10 Useful Drupal 6 Modules title: 10 Useful Drupal 6 Modules
date: '2010-06-25'
tags: tags:
- drupal-planet - drupal-planet
- drupal-6 - drupal-6

View file

@ -1,6 +1,5 @@
--- ---
title: Create a Flickr Photo Gallery Using Feeds, CCK and Views title: Create a Flickr Photo Gallery Using Feeds, CCK and Views
date: '2010-06-28'
slug: create-flickr-photo-gallery-using-feeds-cck-and-views slug: create-flickr-photo-gallery-using-feeds-cck-and-views
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Change the Content Type of Multiple Nodes Using SQL title: Change the Content Type of Multiple Nodes Using SQL
date: '2010-07-01'
slug: change-content-type-multiple-nodes-using-sql slug: change-content-type-multiple-nodes-using-sql
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Create Virtual Hosts on Mac OS X Using VirtualHostX title: Create Virtual Hosts on Mac OS X Using VirtualHostX
date: '2010-07-02'
slug: create-virtual-hosts-mac-os-x-using-virtualhostx slug: create-virtual-hosts-mac-os-x-using-virtualhostx
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Add a Taxonomy Term to Multiple Nodes Using SQL title: Add a Taxonomy Term to Multiple Nodes Using SQL
date: '2010-07-07'
slug: add-taxonomy-term-multiple-nodes-using-sql slug: add-taxonomy-term-multiple-nodes-using-sql
tags: tags:
- taxonomy - taxonomy
@ -12,8 +11,7 @@ tags:
use: [posts] use: [posts]
--- ---
{% block excerpt %} {% block excerpt %}
**Update:** This can also be done using the [Views Bulk Operations](http://drupal.org/project/views_bulk_operations) module. **Up
In preparation for my Blog posts being added to [Drupal Planet](http://drupal.org/planet), I needed to create a new Taxonomy term (or, in this case, tag) called 'Drupal Planet', and assign it to new content to imported into their aggregator. After taking a quick look though my previous posts, I decided that 14 of my previous posts were relevant, and thought that it would be useful to also assign these the 'Drupal Planet' tag. In preparation for my Blog posts being added to [Drupal Planet](http://drupal.org/planet), I needed to create a new Taxonomy term (or, in this case, tag) called 'Drupal Planet', and assign it to new content to imported into their aggregator. After taking a quick look though my previous posts, I decided that 14 of my previous posts were relevant, and thought that it would be useful to also assign these the 'Drupal Planet' tag.
{% endblock %} {% endblock %}

View file

@ -1,6 +1,5 @@
--- ---
title: Review of the Teleport Module title: Review of the Teleport Module
date: '2010-07-12'
slug: review-teleport-module slug: review-teleport-module
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Review of the Admin:hover Module title: Review of the Admin:hover Module
date: '2010-08-10'
slug: review-adminhover-module slug: review-adminhover-module
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Create a Better Photo Gallery in Drupal - Part 1 title: Create a Better Photo Gallery in Drupal - Part 1
date: '2010-08-11'
slug: create-better-photo-gallery-drupal-part-1 slug: create-better-photo-gallery-drupal-part-1
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Create a Better Photo Gallery in Drupal - Part 2 title: Create a Better Photo Gallery in Drupal - Part 2
date: '2010-08-17'
slug: create-better-photo-gallery-drupal-part-2 slug: create-better-photo-gallery-drupal-part-2
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Review of the Image Caption Module title: Review of the Image Caption Module
date: '2010-08-20'
slug: review-image-caption-module slug: review-image-caption-module
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: The Inaugural Meetup for the South Wales Drupal User Group title: The Inaugural Meetup for the South Wales Drupal User Group
date: '2010-09-26'
slug: south-wales-drupal-user-group slug: south-wales-drupal-user-group
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: How to Create and Apply Patches title: How to Create and Apply Patches
date: '2010-10-10'
slug: create-and-apply-patches slug: create-and-apply-patches
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Create a Better Photo Gallery in Drupal - Part 3 title: Create a Better Photo Gallery in Drupal - Part 3
date: '2010-10-13'
slug: create-better-photo-gallery-drupal-part-3 slug: create-better-photo-gallery-drupal-part-3
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Create a Better Photo Gallery in Drupal - Part 2.1 title: Create a Better Photo Gallery in Drupal - Part 2.1
date: '2010-10-22'
slug: create-better-photo-gallery-drupal-part-21 slug: create-better-photo-gallery-drupal-part-21
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Use Regular Expressions to Search and Replace in Coda or TextMate title: Use Regular Expressions to Search and Replace in Coda or TextMate
date: '2010-11-04'
slug: use-regular-expressions-search-and-replace-coda-or-textmate slug: use-regular-expressions-search-and-replace-coda-or-textmate
tags: tags:
- taxonomy - taxonomy

View file

@ -1,6 +1,5 @@
--- ---
title: Easily Embed TypeKit Fonts into your Drupal Website title: Easily Embed TypeKit Fonts into your Drupal Website
date: '2011-02-14'
slug: easily-embed-typekit-fonts-your-drupal-website slug: easily-embed-typekit-fonts-your-drupal-website
tags: tags:
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Display the Number of Facebook fans in PHP title: Display the Number of Facebook fans in PHP
date: '2011-03-15'
slug: display-number-facebook-fans-php slug: display-number-facebook-fans-php
tags: tags:
- php - php

View file

@ -1,6 +1,5 @@
--- ---
title: Proctor & Stevenson title: Proctor & Stevenson
date: '2011-03-31'
slug: proctor-stevenson slug: proctor-stevenson
tags: tags:
- personal - personal

View file

@ -1,6 +1,5 @@
--- ---
title: Proctors Hosting the next Drupal Meetup title: Proctors Hosting the next Drupal Meetup
date: '2011-05-20'
slug: proctors-hosting-next-drupal-meetup slug: proctors-hosting-next-drupal-meetup
tags: tags:
- meetups - meetups

View file

@ -1,6 +1,5 @@
--- ---
title: Imagefield Import Archive title: Imagefield Import Archive
date: '2011-05-23'
tags: tags:
- drupal-planet - drupal-planet
- imagefield-import - imagefield-import

View file

@ -1,6 +1,5 @@
--- ---
title: Create Multigroups in Drupal 7 using Field Collections title: Create Multigroups in Drupal 7 using Field Collections
date: '2011-08-28'
slug: create-multigroups-drupal-7-using-field-collections slug: create-multigroups-drupal-7-using-field-collections
tags: tags:
- drupal-7 - drupal-7

View file

@ -1,6 +1,5 @@
--- ---
title: How to Install and Configure Subversion (SVN) Server on Ubuntu title: How to Install and Configure Subversion (SVN) Server on Ubuntu
date: '2011-10-19'
slug: install-and-configure-subversion-svn-server-ubuntu slug: install-and-configure-subversion-svn-server-ubuntu
tags: tags:
- svn - svn

View file

@ -1,6 +1,5 @@
--- ---
title: Site Upgraded to Drupal 7 title: Site Upgraded to Drupal 7
date: '2012-01-04'
slug: site-upgraded-drupal-7 slug: site-upgraded-drupal-7
use: [posts] use: [posts]
--- ---

View file

@ -1,6 +1,5 @@
--- ---
title: How to use Authorized Keys to Create a Passwordless SSH Connection title: How to use Authorized Keys to Create a Passwordless SSH Connection
date: '2012-02-01'
slug: use-authorized-keys-create-passwordless-ssh-connection slug: use-authorized-keys-create-passwordless-ssh-connection
tags: tags:
- linux - linux

View file

@ -1,6 +1,5 @@
--- ---
title: Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush title: Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush
date: '2012-04-16'
slug: create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush slug: create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush
tags: tags:
- drupal-7 - drupal-7

View file

@ -1,6 +1,5 @@
--- ---
title: Installing Nagios on CentOS title: Installing Nagios on CentOS
date: '2012-04-17'
slug: installing-nagios-centos slug: installing-nagios-centos
tags: tags:
- nagios - nagios

View file

@ -1,6 +1,5 @@
--- ---
title: Adding Custom Theme Templates in Drupal 7 title: Adding Custom Theme Templates in Drupal 7
date: '2012-04-19'
description: > description: >
Today, I had a situation where I was displaying a list of teasers for news article nodes. The article content type had several different fields assigned to it, including main and thumbnail images. In this case, I wanted to have different output and fields displayed when a teaser was displayed compared to when a complete node was displayed. Today, I had a situation where I was displaying a list of teasers for news article nodes. The article content type had several different fields assigned to it, including main and thumbnail images. In this case, I wanted to have different output and fields displayed when a teaser was displayed compared to when a complete node was displayed.
slug: adding-custom-theme-templates-drupal-7 slug: adding-custom-theme-templates-drupal-7

View file

@ -1,6 +1,5 @@
--- ---
title: Prevent Apache from displaying text files within a web browser title: Prevent Apache from displaying text files within a web browser
date: '2012-05-23'
slug: prevent-apache-displaying-text-files-within-web-browser slug: prevent-apache-displaying-text-files-within-web-browser
tags: tags:
- apache - apache

View file

@ -1,6 +1,5 @@
--- ---
title: Checkout a specific revision from SVN from the command line title: Checkout a specific revision from SVN from the command line
date: '2012-05-23'
slug: checkout-specific-revision-svn-command-line slug: checkout-specific-revision-svn-command-line
tags: tags:
- svn - svn

View file

@ -1,6 +1,5 @@
--- ---
title: How to add a date popup calendar onto a custom form title: How to add a date popup calendar onto a custom form
date: '2012-05-23'
slug: add-date-popup-calendar-custom-form slug: add-date-popup-calendar-custom-form
tags: tags:
- forms - forms

View file

@ -1,6 +1,5 @@
--- ---
title: Forward one domain to another using mod_rewrite and .htaccess title: Forward one domain to another using mod_rewrite and .htaccess
date: '2012-05-23'
slug: forward-one-domain-another-using-modrewrite-and-htaccess slug: forward-one-domain-another-using-modrewrite-and-htaccess
tags: tags:
- .htaccess - .htaccess

View file

@ -1,6 +1,5 @@
--- ---
title: Writing a .info file for a Drupal 7 theme title: Writing a .info file for a Drupal 7 theme
date: '2012-05-23'
slug: writing-info-file-drupal-7-theme slug: writing-info-file-drupal-7-theme
tags: tags:
- theming - theming

View file

@ -1,6 +1,5 @@
--- ---
title: Dividing Drupal's process and preprocess functions into separate files title: Dividing Drupal's process and preprocess functions into separate files
date: '2012-05-24'
description: If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code. Following the example of the Omega theme, I've started separating my process and preprocess functions into their own files. description: If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code. Following the example of the Omega theme, I've started separating my process and preprocess functions into their own files.
slug: dividing-drupals-process-and-preprocess-functions-separate-files slug: dividing-drupals-process-and-preprocess-functions-separate-files
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: My new Drupal modules title: My new Drupal modules
date: '2012-07-12'
description: After a busy few days, I've released two new contrib Drupal modules. description: After a busy few days, I've released two new contrib Drupal modules.
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Install and Configure the Nomensa Accessible Media Player in Drupal title: Install and Configure the Nomensa Accessible Media Player in Drupal
date: '2012-07-14'
slug: install-nomensa-media-player-drupal slug: install-nomensa-media-player-drupal
tags: tags:
- accessibility - accessibility

View file

@ -1,6 +1,5 @@
--- ---
title: Writing an Article for Linux Journal title: Writing an Article for Linux Journal
date: '2012-07-27'
description: I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special. description: I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special.
slug: writing-article-linux-journal slug: writing-article-linux-journal
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: Display a Custom Menu in a Drupal 7 Theme Template File title: Display a Custom Menu in a Drupal 7 Theme Template File
date: '2012-08-18'
description: For reference, this is the code needed to display a menu in a Drupal 7 template file. description: For reference, this is the code needed to display a menu in a Drupal 7 template file.
slug: display-custom-menu-drupal-7-theme-template-file slug: display-custom-menu-drupal-7-theme-template-file
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: Reflections on speaking at UnifiedDiff title: Reflections on speaking at UnifiedDiff
date: '2012-09-06'
description: Yesterday evening I went to and spoke at the <a href="http://www.unifieddiff.co.uk" title="UnifiedDiff">UnifiedDiff meetup</a> in Cardiff, having offered previously to do a presentation providing an introduction to Drupal. description: Yesterday evening I went to and spoke at the <a href="http://www.unifieddiff.co.uk" title="UnifiedDiff">UnifiedDiff meetup</a> in Cardiff, having offered previously to do a presentation providing an introduction to Drupal.
slug: reflections-speaking-unifieddiff slug: reflections-speaking-unifieddiff
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: My Sublime Text 2 settings title: My Sublime Text 2 settings
date: '2012-10-25'
description: <a href="http://www.sublimetext.com/2" title="Sublime Text 2">Sublime Text 2</a> has been my text editor of choice for the past few months, and I use it at home, in work, and on any virtual machines that I run. So rather than having to manually re-enter my settings each time, I thought that I'd document them here for future reference. description: <a href="http://www.sublimetext.com/2" title="Sublime Text 2">Sublime Text 2</a> has been my text editor of choice for the past few months, and I use it at home, in work, and on any virtual machines that I run. So rather than having to manually re-enter my settings each time, I thought that I'd document them here for future reference.
tags: tags:
- sublime-text - sublime-text

View file

@ -1,6 +1,5 @@
--- ---
title: Accessible Bristol site launched title: Accessible Bristol site launched
date: '2012-11-15'
description: I'm happy to report that the Accessible Bristol was launched this week, on Drupal 7. description: I'm happy to report that the Accessible Bristol was launched this week, on Drupal 7.
tags: tags:
- accessibility - accessibility

View file

@ -1,6 +1,5 @@
--- ---
title: Open Sublime Text 2 from the Mac OS X Command Line title: Open Sublime Text 2 from the Mac OS X Command Line
date: '2012-11-17'
slug: open-sublime-text-2-mac-os-x-command-line slug: open-sublime-text-2-mac-os-x-command-line
tags: tags:
- sublime-text - sublime-text

View file

@ -1,6 +1,5 @@
--- ---
title: How to use SASS and Compass in Drupal 7 using Sassy title: How to use SASS and Compass in Drupal 7 using Sassy
date: '2012-12-06'
slug: use-sass-and-compass-drupal-7-using-sassy slug: use-sass-and-compass-drupal-7-using-sassy
tags: tags:
- compass - compass

View file

@ -1,6 +1,5 @@
--- ---
title: Checking if a user is logged into Drupal (the right way) title: Checking if a user is logged into Drupal (the right way)
date: '2013-01-09'
description: How to check if a user is logged into Drupal by using the user_is_logged_in() and user_is_anonymous() functions. description: How to check if a user is logged into Drupal by using the user_is_logged_in() and user_is_anonymous() functions.
slug: checking-if-user-logged-drupal-right-way slug: checking-if-user-logged-drupal-right-way
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: Creating and using custom tokens in Drupal 7 title: Creating and using custom tokens in Drupal 7
date: '2013-02-16'
slug: creating-and-using-custom-tokens-drupal-7 slug: creating-and-using-custom-tokens-drupal-7
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: The Quickest way to Install Sublime Text 2 in Ubuntu title: The Quickest way to Install Sublime Text 2 in Ubuntu
date: '2013-03-02'
slug: quickest-way-install-sublime-text-2-ubuntu slug: quickest-way-install-sublime-text-2-ubuntu
tags: tags:
- linux - linux

View file

@ -1,6 +1,5 @@
--- ---
title: Leaving Nomensa, Joining Precedent title: Leaving Nomensa, Joining Precedent
date: '2013-04-20'
description: Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent. description: Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent.
tags: tags:
- nomensa - nomensa

View file

@ -1,6 +1,5 @@
--- ---
title: Display Git Branch or Tag Names in your Bash Prompt title: Display Git Branch or Tag Names in your Bash Prompt
date: '2013-04-27'
description: Whilst watching Drupalize.me's recent Introduction to Git series, I thought it was useful the way that the current Git branch or tag name was displayed in the bash prompt. Here's how to do it. description: Whilst watching Drupalize.me's recent Introduction to Git series, I thought it was useful the way that the current Git branch or tag name was displayed in the bash prompt. Here's how to do it.
slug: display-git-branch-or-tag-names-your-bash-prompt slug: display-git-branch-or-tag-names-your-bash-prompt
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: Some useful links for using SimpleTest in Drupal title: Some useful links for using SimpleTest in Drupal
date: '2013-06-13'
slug: some-useful-links-using-simpletest-drupal slug: some-useful-links-using-simpletest-drupal
tags: tags:
- simpletest - simpletest

View file

@ -1,6 +1,5 @@
--- ---
title: Creating Local and Staging sites with Drupal's Domain Module Enabled title: Creating Local and Staging sites with Drupal's Domain Module Enabled
date: '2013-07-17'
slug: creating-local-and-staging-sites-drupals-domain-module-enabled slug: creating-local-and-staging-sites-drupals-domain-module-enabled
tags: tags:
- drupal - drupal
@ -42,5 +41,4 @@ $databases['default']['default'] = array(
Within each environment-specific domain table, update the subdomain column to contain the appropriate domain names. Within each environment-specific domain table, update the subdomain column to contain the appropriate domain names.
**Update:** I've just found out about the Domain Alias sub-module, which you can enable and add aliases to each domain, so you could add the aliases in this way also. **Up{% endblock %}
{% endblock %}

View file

@ -1,6 +1,5 @@
--- ---
title: Going to DrupalCon title: Going to DrupalCon
date: '2013-07-26'
slug: going-drupalcon slug: going-drupalcon
tags: tags:
- drupalcon - drupalcon

View file

@ -1,6 +1,5 @@
--- ---
title: Create a Zen Sub-theme Using Drush title: Create a Zen Sub-theme Using Drush
date: '2013-09-06'
description: How to quickly create a Zen sub-theme using Drush. description: How to quickly create a Zen sub-theme using Drush.
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Don't Bootstrap Drupal, Use Drush title: Don't Bootstrap Drupal, Use Drush
date: '2013-11-19'
tags: tags:
- drush - drush
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Useful Vagrant Commands title: Useful Vagrant Commands
date: '2013-11-27'
description: Here are the basic commands that you need to adminster a virtual machine using <a href="http://vagrantup.com" title="The Vagrant Home page">Vagrant</a>. description: Here are the basic commands that you need to adminster a virtual machine using <a href="http://vagrantup.com" title="The Vagrant Home page">Vagrant</a>.
tags: tags:
- vagrant - vagrant

View file

@ -1,6 +1,5 @@
--- ---
title: Quickly Apply Patches Using Git and curl or wget title: Quickly Apply Patches Using Git and curl or wget
date: '2013-12-24'
description: How to quickly download a patch file and apply it to a Git repository in one line description: How to quickly download a patch file and apply it to a Git repository in one line
tags: tags:
- git - git

View file

@ -1,6 +1,5 @@
--- ---
title: Download Different Versions of Drupal with Drush title: Download Different Versions of Drupal with Drush
date: '2013-12-31'
description: How to download different versions of Drupal core using Drush. description: How to download different versions of Drupal core using Drush.
slug: download-different-versions-drupal-drush slug: download-different-versions-drupal-drush
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: Some Useful Git Aliases title: Some Useful Git Aliases
date: '2014-01-15'
tags: tags:
- git - git
use: [posts] use: [posts]

View file

@ -1,6 +1,5 @@
--- ---
title: DrupalCamp London 2014 title: DrupalCamp London 2014
date: '2014-02-09'
description: It's all booked, I'm going to be attending DrupalCamp London. description: It's all booked, I'm going to be attending DrupalCamp London.
tags: tags:
- drupal - drupal
@ -20,5 +19,4 @@ I'm looking forward to meeting some new people as well as catching up with some
If you're also coming, see you there! If you're also coming, see you there!
**Update:** I've just found out that my session, [What is Git Flow?](http://2014.drupalcamplondon.co.uk/drupalcamp-london-2014/session/what-git-flow "Information about the session on the DrupalCamp website"), has been accepted and will take place on the Sunday morning. It's going to be a busy weekend! **Up{% endblock %}
{% endblock %}

View file

@ -1,6 +1,5 @@
--- ---
title: 'DrupalCamp London: What is Git Flow?' title: 'DrupalCamp London: What is Git Flow?'
date: '2014-03-03'
description: Slides and notes from my talk, "What is Git Flow?", that I presented at DrupalCamp London 2014. description: Slides and notes from my talk, "What is Git Flow?", that I presented at DrupalCamp London 2014.
slug: what-git-flow slug: what-git-flow
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: Drupal Association title: Drupal Association
date: '2014-05-03'
tags: tags:
- drupal - drupal
- personal - personal

View file

@ -1,6 +1,5 @@
--- ---
title: Thanks title: Thanks
date: '2014-05-06'
tags: tags:
- drupal - drupal
- drupal-association - drupal-association

View file

@ -1,6 +1,5 @@
--- ---
title: git format-patch is your Friend title: git format-patch is your Friend
date: '2014-05-21'
slug: git-format-patch slug: git-format-patch
tags: tags:
- patches - patches
@ -49,7 +48,6 @@ Here is a section of a patch that I created for the [Metatag module](http://drup
```language-bash ```language-bash
From 80c8fa14de7f4a83c2e70367aab0aedcadf4f3b0 Mon Sep 17 00:00:00 2001 From 80c8fa14de7f4a83c2e70367aab0aedcadf4f3b0 Mon Sep 17 00:00:00 2001
From: Oliver Davies &lt;oliver@oliverdavies.co.uk&gt; From: Oliver Davies &lt;oliver@oliverdavies.co.uk&gt;
Date: Mon, 12 May 2014 14:53:55 +0100
Subject: [PATCH] Exclude comment entities when checking if this is the page, Subject: [PATCH] Exclude comment entities when checking if this is the page,
otherwise comment_fragment.module will break metatag otherwise comment_fragment.module will break metatag

View file

@ -1,6 +1,5 @@
--- ---
title: How to fix Vagrant Loading the Wrong Virtual Machine title: How to fix Vagrant Loading the Wrong Virtual Machine
date: '2014-10-06'
slug: fix-vagrant-loading-wrong-virtual-machine slug: fix-vagrant-loading-wrong-virtual-machine
tags: tags:
- vagrant - vagrant

View file

@ -1,6 +1,5 @@
--- ---
title: Updating Features and Adding Components Using Drush title: Updating Features and Adding Components Using Drush
date: '2014-10-21'
slug: updating-features-and-adding-components-using-drush slug: updating-features-and-adding-components-using-drush
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Include CSS Fonts by Using a SASS each Loop title: Include CSS Fonts by Using a SASS each Loop
date: '2014-11-18'
description: How to use an SASS each loop to easily add multiple fonts to your CSS. description: How to use an SASS each loop to easily add multiple fonts to your CSS.
slug: include-css-fonts-using-sass-each-loop slug: include-css-fonts-using-sass-each-loop
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: Using Remote Files when Developing Locally with Stage File Proxy Module title: Using Remote Files when Developing Locally with Stage File Proxy Module
date: '2014-11-20'
tags: tags:
- drupal - drupal
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Include environment-specific settings files on Pantheon title: Include environment-specific settings files on Pantheon
date: '2014-11-27'
slug: pantheon-settings-files slug: pantheon-settings-files
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Include a Local Drupal Settings file for Environment Configuration and Overrides title: Include a Local Drupal Settings file for Environment Configuration and Overrides
date: '2014-12-20'
slug: include-local-drupal-settings-file-environment-configuration-and-overrides slug: include-local-drupal-settings-file-environment-configuration-and-overrides
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Configuring the Reroute Email Module title: Configuring the Reroute Email Module
date: '2014-12-22'
tags: tags:
- drupal - drupal
- drupal-6 - drupal-6

View file

@ -1,6 +1,5 @@
--- ---
title: 2014 title: 2014
date: '2015-03-20'
description: A look back at 2014. description: A look back at 2014.
tags: tags:
- drupal-association - drupal-association

View file

@ -1,6 +1,5 @@
--- ---
title: How to Define a Minimum Drupal Core Version title: How to Define a Minimum Drupal Core Version
date: '2015-04-03'
description: How to define a minimum Drupal core version for your module or theme. description: How to define a minimum Drupal core version for your module or theme.
tags: tags:
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Updating Forked Repositories on GitHub title: Updating Forked Repositories on GitHub
date: '2015-06-18 11:35:00'
meta: meta:
description: I just had to update a repo that I forked on GitHub. This is how I did it. Did I do it the correct way? description: I just had to update a repo that I forked on GitHub. This is how I did it. Did I do it the correct way?
tags: tags:
@ -68,8 +67,7 @@ This seems to have worked OK - the commits are still authored by the correct peo
Did I miss something? Is there a recommended and/or better way to update your forked repos, maybe through the UI? Please <a href="https://twitter.com/?status=Rebasing GitHub Forks: @{{ site.twitter.name }}">send me a tweet</a> with any comments. Did I miss something? Is there a recommended and/or better way to update your forked repos, maybe through the UI? Please <a href="https://twitter.com/?status=Rebasing GitHub Forks: @{{ site.twitter.name }}">send me a tweet</a> with any comments.
## Update: Rebasing in PhpStorm ## Up
__December 2015:__ Ive found that PhpStorm has an option available to rebase a fork from within the IDE. This is within the *VCS* > *Git* menu. __December 2015:__ Ive found that PhpStorm has an option available to rebase a fork from within the IDE. This is within the *VCS* > *Git* menu.
I believe that it will use an existing "upstream" remote if it exists, otherwise it will add one automatically for you, linking to the repository that you forked from. I believe that it will use an existing "upstream" remote if it exists, otherwise it will add one automatically for you, linking to the repository that you forked from.

View file

@ -1,6 +1,5 @@
--- ---
title: Sculpin and Twig Resources title: Sculpin and Twig Resources
date: '2015-07-19'
meta: meta:
description: A compiled list of resources relating to Sculpin and Twig. description: A compiled list of resources relating to Sculpin and Twig.
tags: tags:

View file

@ -1,6 +1,5 @@
--- ---
title: Automating Sculpin Builds with Jenkins CI title: Automating Sculpin Builds with Jenkins CI
date: '2015-07-21'
tags: tags:
- sculpin - sculpin
- jenkins - jenkins
@ -67,7 +66,6 @@ The YAML front matter:
... ...
talks: talks:
- title: Test Drive Twig with Sculpin - title: Test Drive Twig with Sculpin
date: 2015-07-24
location: DrupalCamp North location: DrupalCamp North
--- ---
``` ```

View file

@ -1,6 +1,5 @@
--- ---
title: Programmatically Load an Entityform in Drupal 7 title: Programmatically Load an Entityform in Drupal 7
date: '2015-12-22'
tags: tags:
- drupal - drupal
- drupal-7 - drupal-7

View file

@ -1,6 +1,5 @@
--- ---
title: Announcing the Drupal VM Generator title: Announcing the Drupal VM Generator
date: '2016-02-15'
tags: tags:
- drupal - drupal
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Simplifying Drupal Migrations with xautoload title: Simplifying Drupal Migrations with xautoload
date: '2016-05-03'
tags: tags:
- autoloading - autoloading
- drupal - drupal

View file

@ -1,6 +1,5 @@
--- ---
title: Building Gmail Filters with PHP title: Building Gmail Filters with PHP
date: '2016-07-15'
tags: tags:
- php - php
- gmail - gmail

View file

@ -1,6 +1,5 @@
--- ---
title: Drupal VM Generator 2.9.1 Released title: Drupal VM Generator 2.9.1 Released
date: '2016-12-30'
tags: ['drupal-vm-generator', releases] tags: ['drupal-vm-generator', releases]
use: [posts] use: [posts]
--- ---

View file

@ -1,6 +1,5 @@
--- ---
title: Easier Sculpin Commands with Composer and NPM Scripts title: Easier Sculpin Commands with Composer and NPM Scripts
date: '2017-01-07'
tags: [composer, gulp, sculpin] tags: [composer, gulp, sculpin]
use: [posts] use: [posts]
--- ---

View file

@ -1,6 +1,5 @@
--- ---
title: Nginx Redirects With Query String Arguments title: Nginx Redirects With Query String Arguments
date: '2017-01-31'
tags: [nginx] tags: [nginx]
use: [posts] use: [posts]
--- ---

View file

@ -1,6 +1,5 @@
--- ---
title: Fixing Drupal SimpleTest issues inside Docker Containers title: Fixing Drupal SimpleTest issues inside Docker Containers
date: '2017-05-05'
tags: tags:
- docker - docker
- drupal - drupal
@ -73,8 +72,7 @@ Running the tests again with the`--verbose` option, I saw this message appear in
> simplexml_import_dom(): Invalid Nodetype to import > simplexml_import_dom(): Invalid Nodetype to import
**Update:** I later found that <https://www.drupal.org/docs/7/testing/running-tests-through-command-line#troubleshooting> references this error message, but I didnt see this page within my original search. **Up
After checking that I had all of the required PHP extensions installed, I ran `docker-compose exec php bash` to connect to the `php` container and ran `curl http://localhost` to check the output. Rather than seeing the HTML for the site, I got this error message: After checking that I had all of the required PHP extensions installed, I ran `docker-compose exec php bash` to connect to the `php` container and ran `curl http://localhost` to check the output. Rather than seeing the HTML for the site, I got this error message:
> curl: (7) Failed to connect to localhost port 80: Connection refused > curl: (7) Failed to connect to localhost port 80: Connection refused

View file

@ -1,12 +1,10 @@
--- ---
title: Updating Override Node Options Tests title: Updating Override Node Options Tests
date: '2017-05-05'
tags: tags:
- drupal - drupal
- drupal-modules - drupal-modules
- drupal-planet - drupal-planet
- testing - testing
date: 2017-05-05
draft: true draft: true
--- ---
{% block excerpt %} {% block excerpt %}

View file

@ -1,6 +1,5 @@
--- ---
title: DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors title: DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors
date: '2017-05-15'
tags: tags:
- drupal - drupal
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Turning Your Custom Drupal Module into a Feature title: Turning Your Custom Drupal Module into a Feature
date: '2017-05-20'
tags: tags:
- drupal - drupal
- drupal-7 - drupal-7

View file

@ -1,6 +1,5 @@
--- ---
title: Introducing the Drupal Meetups Twitterbot title: Introducing the Drupal Meetups Twitterbot
date: '2017-06-09'
tags: tags:
- twitter - twitter
- php - php

View file

@ -1,6 +1,5 @@
--- ---
title: Publishing Sculpin Sites with GitHub Pages title: Publishing Sculpin Sites with GitHub Pages
date: '2017-07-13'
tags: [sculpin, php, github] tags: [sculpin, php, github]
meta: meta:
description: 'How I moved my Sculpin site to GitHub Pages.' description: 'How I moved my Sculpin site to GitHub Pages.'

View file

@ -1,6 +1,5 @@
--- ---
title: Writing a new Drupal 8 Module using Test Driven Development (TDD) title: Writing a new Drupal 8 Module using Test Driven Development (TDD)
date: '2017-11-07'
tags: [drupal, testing, tdd, simpletest, phpunit] tags: [drupal, testing, tdd, simpletest, phpunit]
use: [posts] use: [posts]
slug: writing-drupal-module-test-driven-development-tdd slug: writing-drupal-module-test-driven-development-tdd

View file

@ -1,6 +1,5 @@
--- ---
title: DrupalCamp Bristol 2018 Statement title: DrupalCamp Bristol 2018 Statement
date: '2018-01-30'
tags: tags:
- drupal-planet - drupal-planet
- drupalcamp-bristol - drupalcamp-bristol

View file

@ -1,6 +1,5 @@
--- ---
title: Using Tailwind CSS in your Drupal Theme title: Using Tailwind CSS in your Drupal Theme
date: '2018-02-05'
tags: tags:
- drupal - drupal
- drupal-planet - drupal-planet

View file

@ -1,6 +1,5 @@
--- ---
title: Looking forward to DrupalCamp London title: Looking forward to DrupalCamp London
date: '2018-02-27'
tags: tags:
- drupal - drupal
- drupalcamp - drupalcamp

View file

@ -1,6 +1,5 @@
--- ---
title: Queuing Private Messages in Drupal 8 title: Queuing Private Messages in Drupal 8
date: '2018-02-27'
tags: tags:
- drupal - drupal
- drupal-8 - drupal-8

View file

@ -1,6 +1,5 @@
--- ---
title: Building the new PHPSW Website title: Building the new PHPSW Website
date: '2018-02-28'
tags: tags:
- phpsw - phpsw
- symfony - symfony

Some files were not shown because too many files have changed in this diff Show more