Welcome! This blog is a collection of all sorts of things we want to record either for ourselves of things we think might be of use for others. Articles are from Birgit and Matt Fullerton; maybe at some point our kids will write some articles too.

All articles


  1. Export Drupal nodes to CSV

    Want to extract all your content from Drupal? I bet you do… seems like the world has gotten a distaste for all things Drupal and is jumping on the WordPress or even Jekyll bandwagon. Anyway, this query will probably get you what you need: SELECT DISTINCT no.nid, n.title, u.name, n.timestamp, n.body, group_concat(DISTINCT td.name) as terms

    read more
  2. Upgrading Drupal 6 to 7

    So, I’m finally going to take the plunge; first with a test, local site, and then with mattbirgit.de. Only found one point to watch out for, in addition to the clear advice at: http://drupal.org/node/570162: It really is important to update to the current Drupal 6 before upgrading; that isn’t just ‘in case’ some assumptions are

    read more