Build.
This commit is contained in:
parent
0692d8ff00
commit
47e2ffcfda
247 changed files with 409 additions and 383 deletions
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Checking if a user is logged into Drupal (the right way)</h1>
|
||||
|
||||
<p class="posted">9th January 2013</p>
|
||||
<p class="posted text-light">9th January 2013</p>
|
||||
|
||||
<p>I see this regularly when working on Drupal sites when someone wants to check whether the current user is logged in to Drupal (authenticated) or not (anonymous):</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Creating and using custom tokens in Drupal 7</h1>
|
||||
|
||||
<p class="posted">16th February 2013</p>
|
||||
<p class="posted text-light">16th February 2013</p>
|
||||
|
||||
<p>This post outlines the steps required to create your own custom tokens in Drupal.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>The Quickest way to Install Sublime Text 2 in Ubuntu</h1>
|
||||
|
||||
<p class="posted">2nd March 2013</p>
|
||||
<p class="posted text-light">2nd March 2013</p>
|
||||
|
||||
<p>After reading numerous blog posts about how to install <a href="http://www.sublimetext.com/2" title="Sublime Text 2">Sublime Text 2</a> in <a href="http://www.ubuntu.com/2" title="Ubuntu">Ubuntu</a>, this is definitely the quickest way! Just paste the following lines into your Terminal:</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Leaving Nomensa, Joining Precedent</h1>
|
||||
|
||||
<p class="posted">20th April 2013</p>
|
||||
<p class="posted text-light">20th April 2013</p>
|
||||
|
||||
<p>Yesterday was my last day working at <a href="http://www.nomensa.com" title="Nomensa">Nomensa</a>. Next week, I'll be starting as a Senior Developer at <a href="http://www.precedent.co.uk" title="Precedent">Precedent</a>.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Display Git Branch or Tag Names in your Bash Prompt</h1>
|
||||
|
||||
<p class="posted">27th April 2013</p>
|
||||
<p class="posted text-light">27th April 2013</p>
|
||||
|
||||
<p>Whilst watching <a href="http://drupalize.me" title="Drupalize.me">Drupalize.me</a>'s recent <a href="http://drupalize.me/series/introduction-git-series" title="Introduction to Git on Drupalize.me">Introduction to Git series</a>, I thought it was useful the way that the current Git branch or tag name was displayed in the bash prompt.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Some useful links for using SimpleTest in Drupal</h1>
|
||||
|
||||
<p class="posted">13th June 2013</p>
|
||||
<p class="posted text-light">13th June 2013</p>
|
||||
|
||||
<p>Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest:</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Creating Local and Staging sites with Drupal's Domain Module Enabled</h1>
|
||||
|
||||
<p class="posted">17th July 2013</p>
|
||||
<p class="posted text-light">17th July 2013</p>
|
||||
|
||||
<p>The <a href="https://drupal.org/project/domain" title="The Domain Access project on Drupal.org">Domain Access project</a> is a suite of modules that provide tools for running a group of affiliated sites from one Drupal installation and a single shared database. The issue is that the domains are stored within the database so these are copied across when the data is migrated between environments, whereas the domains are obviously going to change.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Going to DrupalCon</h1>
|
||||
|
||||
<p class="posted">26th July 2013</p>
|
||||
<p class="posted text-light">26th July 2013</p>
|
||||
|
||||
<p><a href="http://www.precedent.co.uk">Precedent</a> are sending myself and two of our other Drupal Developers to <a href="http://prague2013.drupal.org">Drupalcon Prague</a>.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Create a Zen Sub-theme Using Drush</h1>
|
||||
|
||||
<p class="posted">6th September 2013</p>
|
||||
<p class="posted text-light">6th September 2013</p>
|
||||
|
||||
<p>First, download the <a href="https://drupal.org/project/zen" title="The Zen theme">Zen</a> theme if you haven't already done so.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Don't Bootstrap Drupal, Use Drush</h1>
|
||||
|
||||
<p class="posted">19th November 2013</p>
|
||||
<p class="posted text-light">19th November 2013</p>
|
||||
|
||||
<p>There are times when doing Drupal development when you need to run a custom PHP script, maybe moving data from one field to another, that doesn't warrant the time and effort to create a custom module. In this scenario, it would be quicker to write a .php script and bootstrap Drupal to gain access to functions like <code>node_load()</code> and <code>db_query()</code>.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Useful Vagrant Commands</h1>
|
||||
|
||||
<p class="posted">27th November 2013</p>
|
||||
<p class="posted text-light">27th November 2013</p>
|
||||
|
||||
<p><a href="http://www.vagrantup.com" title="About Vagrant">Vagrant</a> is a tool for managing virtual machines within <a href="https://www.virtualbox.org">VirtualBox</a> from the command line. Here are some useful commands to know when using Vagrant:</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Quickly Apply Patches Using Git and curl or wget</h1>
|
||||
|
||||
<p class="posted">24th December 2013</p>
|
||||
<p class="posted text-light">24th December 2013</p>
|
||||
|
||||
<p>Testing a patch file is usually a two-step process. First you download the patch file from the source, and then you run a separate command to apply it.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Download Different Versions of Drupal with Drush</h1>
|
||||
|
||||
<p class="posted">31st December 2013</p>
|
||||
<p class="posted text-light">31st December 2013</p>
|
||||
|
||||
<p>I still maintain a number of Drupal 6 sites and occassionally need to download Drupal 6 core as opposed to Drupal 7. I'm also experimenting with Drupal 8 so I need to download that as well.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue