Remove dates from post filenames
This commit is contained in:
parent
755db43747
commit
81597404c5
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: 2014
|
||||
date: '2015-03-20'
|
||||
description: A look back at 2014.
|
||||
tags:
|
||||
- drupal-association
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
tags:
|
||||
- accessibility
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Add a Taxonomy Term to Multiple Nodes Using SQL
|
||||
date: '2010-07-07'
|
||||
slug: add-taxonomy-term-multiple-nodes-using-sql
|
||||
tags:
|
||||
- taxonomy
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Review of the Admin:hover Module
|
||||
date: '2010-08-10'
|
||||
slug: review-adminhover-module
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Announcing the Drupal VM Generator
|
||||
date: '2016-02-15'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Prevent Apache from displaying text files within a web browser
|
||||
date: '2012-05-23'
|
||||
slug: prevent-apache-displaying-text-files-within-web-browser
|
||||
tags:
|
||||
- apache
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: How to use Authorized Keys to Create a Passwordless SSH Connection
|
||||
date: '2012-02-01'
|
||||
slug: use-authorized-keys-create-passwordless-ssh-connection
|
||||
tags:
|
||||
- linux
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Automating Sculpin Builds with Jenkins CI
|
||||
date: 2015-07-21
|
||||
date: '2015-07-21'
|
||||
tags:
|
||||
- sculpin
|
||||
- jenkins
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Back to the future with Git’s diff and apply commands
|
||||
date: '2018-04-23'
|
||||
summary: |
|
||||
This is one of those “there’s probably already a better way to do this” situations, but it worked.
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Create a Better Photo Gallery in Drupal - Part 1
|
||||
date: '2010-08-11'
|
||||
slug: create-better-photo-gallery-drupal-part-1
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Create a Better Photo Gallery in Drupal - Part 2
|
||||
date: '2010-08-17'
|
||||
slug: create-better-photo-gallery-drupal-part-2
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Create a Better Photo Gallery in Drupal - Part 2.1
|
||||
date: '2010-10-22'
|
||||
slug: create-better-photo-gallery-drupal-part-21
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Create a Better Photo Gallery in Drupal - Part 3
|
||||
date: '2010-10-13'
|
||||
slug: create-better-photo-gallery-drupal-part-3
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Building Gmail Filters with PHP
|
||||
date: '2016-07-15'
|
||||
tags:
|
||||
- php
|
||||
- gmail
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Building the new PHPSW Website
|
||||
layout: post
|
||||
date: '2018-02-28'
|
||||
tags:
|
||||
- phpsw
|
||||
- symfony
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Change the Content Type of Multiple Nodes Using SQL
|
||||
date: '2010-07-01'
|
||||
slug: change-content-type-multiple-nodes-using-sql
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
slug: checking-if-user-logged-drupal-right-way
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Checkout a specific revision from SVN from the command line
|
||||
date: '2012-05-23'
|
||||
slug: checkout-specific-revision-svn-command-line
|
||||
tags:
|
||||
- svn
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Conditional Email Addresses in a Webform
|
||||
date: '2010-05-06'
|
||||
slug: conditional-email-addresses-webform
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Configuring the Reroute Email Module
|
||||
date: '2014-12-22'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-6
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: How to Create and Apply Patches
|
||||
date: '2010-10-10'
|
||||
slug: create-and-apply-patches
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Create a Zen Sub-theme Using Drush
|
||||
date: '2013-09-06'
|
||||
description: How to quickly create a Zen sub-theme using Drush.
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Creating and using custom tokens in Drupal 7
|
||||
date: '2013-02-16'
|
||||
slug: creating-and-using-custom-tokens-drupal-7
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Creating a Custom PHPUnit Command for Docksal
|
||||
date: '2018-05-06'
|
||||
summary: This week I’ve started writing some custom commands for my Drupal projects that use Docksal, including one to easily run PHPUnit tests in Drupal 8. This is the process of how I created this command.
|
||||
tags:
|
||||
- docksal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Adding Custom Theme Templates in Drupal 7
|
||||
date: '2012-04-19'
|
||||
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.
|
||||
slug: adding-custom-theme-templates-drupal-7
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: How to add a date popup calendar onto a custom form
|
||||
date: '2012-05-23'
|
||||
slug: add-date-popup-calendar-custom-form
|
||||
tags:
|
||||
- forms
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
slug: display-custom-menu-drupal-7-theme-template-file
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
slug: display-git-branch-or-tag-names-your-bash-prompt
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
slug: dividing-drupals-process-and-preprocess-functions-separate-files
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Don't Bootstrap Drupal, Use Drush
|
||||
date: '2013-11-19'
|
||||
tags:
|
||||
- drush
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Download Different Versions of Drupal with Drush
|
||||
date: '2013-12-31'
|
||||
description: How to download different versions of Drupal core using Drush.
|
||||
slug: download-different-versions-drupal-drush
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Drupal 8.5.0 Released
|
||||
title: 'Drupal 8.5.0 Released'
|
||||
date: '2018-03-09'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-core
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Drupal Association
|
||||
date: '2014-05-03'
|
||||
tags:
|
||||
- drupal
|
||||
- personal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Drupal VM Generator 2.9.1 Released
|
||||
date: '2016-12-30'
|
||||
tags: ['drupal-vm-generator', releases]
|
||||
use: [posts]
|
||||
---
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: DrupalCamp Bristol 2018 Statement
|
||||
date: '2018-01-30'
|
||||
tags:
|
||||
- drupal-planet
|
||||
- drupalcamp-bristol
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors
|
||||
date: '2017-05-15'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: DrupalCamp London 2014
|
||||
date: '2014-02-09'
|
||||
description: It's all booked, I'm going to be attending DrupalCamp London.
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
slug: what-git-flow
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: drush make drupalbristol
|
||||
date: '2014-07-02'
|
||||
tags:
|
||||
- drupal
|
||||
- drush
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Easier Sculpin Commands with Composer and NPM Scripts
|
||||
date: '2017-01-07'
|
||||
tags: [composer, gulp, sculpin]
|
||||
use: [posts]
|
||||
---
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Programmatically Load an Entityform in Drupal 7
|
||||
date: '2015-12-22'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-7
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Create a Slideshow of Multiple Images Using Fancy Slide
|
||||
date: '2010-05-25'
|
||||
slug: create-slideshow-multiple-images-using-fancy-slide
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: How to fix Vagrant Loading the Wrong Virtual Machine
|
||||
date: '2014-10-06'
|
||||
slug: fix-vagrant-loading-wrong-virtual-machine
|
||||
tags:
|
||||
- vagrant
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Fixing Drupal SimpleTest issues inside Docker Containers
|
||||
date: '2017-05-05'
|
||||
tags:
|
||||
- docker
|
||||
- drupal
|
||||
- drupal-planet
|
||||
- simpletest
|
||||
- testing
|
||||
slug: fixing-drupal-simpletest-docker
|
||||
meta:
|
||||
og:
|
||||
description: How I managed to get my Drupal SimpleTest tests to run and pass within Docker containers.
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Forward one domain to another using mod_rewrite and .htaccess
|
||||
date: '2012-05-23'
|
||||
slug: forward-one-domain-another-using-modrewrite-and-htaccess
|
||||
tags:
|
||||
- .htaccess
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: git format-patch is your Friend
|
||||
date: '2014-05-21'
|
||||
slug: git-format-patch
|
||||
tags:
|
||||
- patches
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Going to DrupalCon
|
||||
date: '2013-07-26'
|
||||
slug: going-drupalcon
|
||||
tags:
|
||||
- drupalcon
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Review of the Image Caption Module
|
||||
date: '2010-08-20'
|
||||
slug: review-image-caption-module
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Imagefield Import Archive
|
||||
date: '2011-05-23'
|
||||
tags:
|
||||
- drupal-planet
|
||||
- imagefield-import
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Quickly Import Multiples Images Using the Imagefield_Import Module
|
||||
date: '2010-05-29'
|
||||
slug: quickly-import-multiples-images-using-imagefieldimport-module
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Improve JPG Quality in Imagecache and ImageAPI
|
||||
date: '2010-06-02'
|
||||
slug: improve-jpg-quality-imagecache-and-imageapi
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
slug: include-css-fonts-using-sass-each-loop
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Writing a .info file for a Drupal 7 theme
|
||||
date: '2012-05-23'
|
||||
slug: writing-info-file-drupal-7-theme
|
||||
tags:
|
||||
- theming
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: How to Install and Configure Subversion (SVN) Server on Ubuntu
|
||||
date: '2011-10-19'
|
||||
slug: install-and-configure-subversion-svn-server-ubuntu
|
||||
tags:
|
||||
- svn
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Install and Configure the Nomensa Accessible Media Player in Drupal
|
||||
date: '2012-07-14'
|
||||
slug: install-nomensa-media-player-drupal
|
||||
tags:
|
||||
- accessibility
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Introducing the Drupal Meetups Twitterbot
|
||||
date: '2017-06-09'
|
||||
tags:
|
||||
- twitter
|
||||
- php
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
tags:
|
||||
- nomensa
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
slug: writing-article-linux-journal
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Looking forward to DrupalCamp London
|
||||
date: '2018-02-27'
|
||||
tags:
|
||||
- drupal
|
||||
- drupalcamp
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Yay, the Mediacurrent Contrib Half Hour is Back!
|
||||
date: '2018-03-02'
|
||||
tags:
|
||||
- contribution
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Create Multigroups in Drupal 7 using Field Collections
|
||||
date: '2011-08-28'
|
||||
slug: create-multigroups-drupal-7-using-field-collections
|
||||
tags:
|
||||
- drupal-7
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: My new Drupal modules
|
||||
date: '2012-07-12'
|
||||
description: After a busy few days, I've released two new contrib Drupal modules.
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
tags:
|
||||
- sublime-text
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Installing Nagios on CentOS
|
||||
date: '2012-04-17'
|
||||
slug: installing-nagios-centos
|
||||
tags:
|
||||
- nagios
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Nginx Redirects With Query String Arguments
|
||||
date: '2017-01-31'
|
||||
tags: [nginx]
|
||||
use: [posts]
|
||||
---
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
nav: blog
|
||||
title: Display the Number of Facebook fans in PHP
|
||||
date: '2011-03-15'
|
||||
slug: display-number-facebook-fans-php
|
||||
tags:
|
||||
- php
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
tags:
|
||||
- drupal-7
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
tags:
|
||||
- sublime-text
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Include environment-specific settings files on Pantheon
|
||||
date: '2014-11-27'
|
||||
slug: pantheon-settings-files
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: How to put your PHP application in a subdirectory of another site with Nginx
|
||||
date: '2018-03-12'
|
||||
slug: php-apps-subdirectory-nginx
|
||||
tags:
|
||||
- nginx
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Proctors Hosting the next Drupal Meetup
|
||||
date: '2011-05-20'
|
||||
slug: proctors-hosting-next-drupal-meetup
|
||||
tags:
|
||||
- meetups
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Proctor & Stevenson
|
||||
date: '2011-03-31'
|
||||
slug: proctor-stevenson
|
||||
tags:
|
||||
- personal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Publishing Sculpin Sites with GitHub Pages
|
||||
date: '2017-07-13'
|
||||
tags: [sculpin, php, github]
|
||||
meta:
|
||||
description: 'How I moved my Sculpin site to GitHub Pages.'
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Queuing Private Messages in Drupal 8
|
||||
date: '2018-02-27'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-8
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: The Quickest way to Install Sublime Text 2 in Ubuntu
|
||||
date: '2013-03-02'
|
||||
slug: quickest-way-install-sublime-text-2-ubuntu
|
||||
tags:
|
||||
- linux
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
tags:
|
||||
- git
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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.
|
||||
slug: reflections-speaking-unifieddiff
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
tags:
|
||||
- taxonomy
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Sculpin and Twig Resources
|
||||
date: 2015-07-19
|
||||
date: '2015-07-19'
|
||||
meta:
|
||||
description: A compiled list of resources relating to Sculpin and Twig.
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Simplifying Drupal Migrations with xautoload
|
||||
date: '2016-05-03'
|
||||
tags:
|
||||
- autoloading
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Some Useful Git Aliases
|
||||
date: '2014-01-15'
|
||||
tags:
|
||||
- git
|
||||
use: [posts]
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Some useful links for using SimpleTest in Drupal
|
||||
date: '2013-06-13'
|
||||
slug: some-useful-links-using-simpletest-drupal
|
||||
tags:
|
||||
- simpletest
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: The Inaugural Meetup for the South Wales Drupal User Group
|
||||
date: '2010-09-26'
|
||||
slug: south-wales-drupal-user-group
|
||||
tags:
|
||||
- drupal
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: How to split a new Drupal contrib project from within another repository
|
||||
date: '2018-03-10'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-7
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery
|
||||
slug: style-drupal-6s-taxonomy-lists-php-css-and-jquery
|
||||
date: '2010-04-05'
|
||||
tags:
|
||||
- drupal-6
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Writing a new Drupal 8 Module using Test Driven Development (TDD)
|
||||
date: '2017-11-07'
|
||||
tags: [drupal, testing, tdd, simpletest, phpunit]
|
||||
use: [posts]
|
||||
slug: writing-drupal-module-test-driven-development-tdd
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Review of the Teleport Module
|
||||
date: '2010-07-12'
|
||||
slug: review-teleport-module
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Thanks
|
||||
date: '2014-05-06'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-association
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Turning Your Custom Drupal Module into a Feature
|
||||
date: '2017-05-20'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-7
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Tweets from DrupalCamp London
|
||||
date: '2018-03-04'
|
||||
tags:
|
||||
- drupal
|
||||
- drupalcamp
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Easily Embed TypeKit Fonts into your Drupal Website
|
||||
date: '2011-02-14'
|
||||
slug: easily-embed-typekit-fonts-your-drupal-website
|
||||
tags:
|
||||
- drupal-planet
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Updating Features and Adding Components Using Drush
|
||||
date: '2014-10-21'
|
||||
slug: updating-features-and-adding-components-using-drush
|
||||
tags:
|
||||
- drupal
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Updating Forked Repositories on GitHub
|
||||
date: 2015-06-18 11:35:00
|
||||
date: '2015-06-18 11:35:00'
|
||||
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?
|
||||
tags:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Updating Override Node Options Tests
|
||||
date: '2017-05-05'
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-modules
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Site Upgraded to Drupal 7
|
||||
date: '2012-01-04'
|
||||
slug: site-upgraded-drupal-7
|
||||
use: [posts]
|
||||
---
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue