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>2014</h1>
|
||||
|
||||
<p class="posted">20th March 2015</p>
|
||||
<p class="posted text-light">20th March 2015</p>
|
||||
|
||||
<p>A lot happened in 2014. Here are some of the main things that I'd like to highlight:</p>
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>How to Define a Minimum Drupal Core Version</h1>
|
||||
|
||||
<p class="posted">3rd April 2015</p>
|
||||
<p class="posted text-light">3rd April 2015</p>
|
||||
|
||||
<p>This week, my first code patch was <a href="https://www.drupal.org/node/2394517#comment-9773143">committed to Drupal core</a>. The patch adds the <code>user_has_role()</code> function to the user module, to simplify the way to check whether a user in Drupal has been assigned a specific role. This is something that I normally write a custom function for each project, but it's now available in Drupal core as of <a href="https://www.drupal.org/drupal-7.36-release-notes">7.36</a>.</p>
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Updating Forked Repositories on GitHub</h1>
|
||||
|
||||
<p class="posted">18th June 2015</p>
|
||||
<p class="posted text-light">18th June 2015</p>
|
||||
|
||||
<h2 id="sculpin">Sculpin</h2>
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Sculpin and Twig Resources</h1>
|
||||
|
||||
<p class="posted">19th July 2015</p>
|
||||
<p class="posted text-light">19th July 2015</p>
|
||||
|
||||
<p>Here’s a list of resources that I compiled whilst preparing for my <a href="http://drupalcampnorth.org/session/test-drive-twig-sculpin">Sculpin and Twig talk</a> at <a href="http://drupalcampnorth.org">DrupalCamp North</a>.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Automating Sculpin Builds with Jenkins CI</h1>
|
||||
|
||||
<p class="posted">21st July 2015</p>
|
||||
<p class="posted text-light">21st July 2015</p>
|
||||
|
||||
<p>As part of re-building this site with <a href="http://sculpin.io">Sculpin</a>, I wanted to automate the deployments, as in I wouldn't need to run a script like <a href="https://raw.githubusercontent.com/sculpin/sculpin-blog-skeleton/master/publish.sh">publish.sh</a> locally and have that deploy my code onto my server. Not only did that mean that my local workflow was simpler (update, commit and push, rather than update, commit, push and deploy), but if I wanted to make a quick edit or hotfix, I could log into GitHub or Bitbucket (wherever I decided to host the source code) from any computer or my phone, make the change and have it deployed for me.</p>
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Programmatically Load an Entityform in Drupal 7</h1>
|
||||
|
||||
<p class="posted">22nd December 2015</p>
|
||||
<p class="posted text-light">22nd December 2015</p>
|
||||
|
||||
<p>I recently had my first experience using the <a href="https://www.drupal.org/project/entityform">Entityform module</a> in a project. It was quite easy to configure with different form types, but then I needed to embed the form into an overlay. I was expecting to use the <code>drupal_get_form()</code> function and render it, but this didn’t work.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue