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>Announcing the Drupal VM Generator</h2>
|
||||
|
||||
<p class="posted">15th February 2016</p>
|
||||
<p class="posted text-light">15th February 2016</p>
|
||||
|
||||
|
||||
<p>For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the <a href="https://github.com/opdavies/drupal-vm-generator">Drupal VM Generator</a>, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.</p>
|
||||
|
@ -99,7 +99,7 @@
|
|||
<li class="post">
|
||||
<h2>Programmatically Load an Entityform in Drupal 7</h2>
|
||||
|
||||
<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>
|
||||
|
@ -112,7 +112,7 @@
|
|||
<li class="post">
|
||||
<h2>Automating Sculpin Builds with Jenkins CI</h2>
|
||||
|
||||
<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 Sculpin, I wanted to automate the deployments, as in I wouldn't need to run a script like publish.sh 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, …</p>
|
||||
|
@ -122,7 +122,7 @@
|
|||
<li class="post">
|
||||
<h2>Sculpin and Twig Resources</h2>
|
||||
|
||||
<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>
|
||||
|
@ -133,7 +133,7 @@
|
|||
<li class="post">
|
||||
<h2>Updating Forked Repositories on GitHub</h2>
|
||||
|
||||
<p class="posted">18th June 2015</p>
|
||||
<p class="posted text-light">18th June 2015</p>
|
||||
|
||||
|
||||
<p>Sculpin
|
||||
|
@ -145,7 +145,7 @@ People may or may not know, but this site runs on Sculpin, a PHP based static si
|
|||
<li class="post">
|
||||
<h2>How to Define a Minimum Drupal Core Version</h2>
|
||||
|
||||
<p class="posted">3rd April 2015</p>
|
||||
<p class="posted text-light">3rd April 2015</p>
|
||||
|
||||
|
||||
<p>This week, my first code patch was committed to Drupal core. The patch adds the user_has_role() 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 …</p>
|
||||
|
@ -155,7 +155,7 @@ People may or may not know, but this site runs on Sculpin, a PHP based static si
|
|||
<li class="post">
|
||||
<h2>2014</h2>
|
||||
|
||||
<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>
|
||||
|
@ -166,7 +166,7 @@ People may or may not know, but this site runs on Sculpin, a PHP based static si
|
|||
<li class="post">
|
||||
<h2>Configuring the Reroute Email Module</h2>
|
||||
|
||||
<p class="posted">22nd December 2014</p>
|
||||
<p class="posted text-light">22nd December 2014</p>
|
||||
|
||||
|
||||
<p><a href="https://www.drupal.org/project/reroute_email">Reroute Email</a> module uses <code>hook_mail_alter()</code> to prevent emails from being sent to users from non-production sites. It allows you to enter one or more email addresses that will receive the emails instead of delivering them to the original user.</p>
|
||||
|
@ -177,7 +177,7 @@ People may or may not know, but this site runs on Sculpin, a PHP based static si
|
|||
<li class="post">
|
||||
<h2>Include a Local Drupal Settings file for Environment Configuration and Overrides</h2>
|
||||
|
||||
<p class="posted">20th December 2014</p>
|
||||
<p class="posted text-light">20th December 2014</p>
|
||||
|
||||
|
||||
<p>How to create and include a local settings file to define and override environment-specific variables, and keep sensitive things like your database credentials and API keys safe.</p>
|
||||
|
@ -188,7 +188,7 @@ People may or may not know, but this site runs on Sculpin, a PHP based static si
|
|||
<li class="post">
|
||||
<h2>Include environment-specific settings files on Pantheon</h2>
|
||||
|
||||
<p class="posted">27th November 2014</p>
|
||||
<p class="posted text-light">27th November 2014</p>
|
||||
|
||||
|
||||
<p>I was recently doing some work on a site hosted on <a href="http://getpantheon.com">Pantheon</a> and came across an issue, for which part of the suggested fix was to ensure that the <code>$base_url</code> variable was explicitly defined within settings.php (this is also best practice on all Drupal sites).</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue