The problem If you are using Drupal’s Configuration Management subsystem to deploy configuration out to the production environment, you’ll run into a problem where the configuration .yml files contain your development settings. To avoid this you’ll need to use the Configuration Split module. I couldn’t find any good documentation for this, so I had to …
Read more »Tagged: Planet Drupal
Theming Drupal 8 pages based on URL
We’ve been all heads down over here, digging in to Drupal 8. We are trying to figure out best practices for the front end, now that we are no longer building new sites in Drupal 7, and documenting as we go. It has been fun picking things up, and I’d like to try to share more …
Read more »How do I manage the security of my Drupal 6 site?
In our last post we talked about how the Drupal Community is supporting Drupal 6 after its end-of-life and what that means for your Drupal 6 site. In this post we’ll get a bit more technical and talk about what exactly you need to do to keep your website up to date. Step #1: Getting …
Read more »What do I do with my Drupal 6 site until I decide what to do with it?
Those of you who still have a Drupal 6 site are by now aware that you need to do something with it since this version is no longer supported. Your options in short are: Upgrade to Drupal 7 Upgrade to Drupal 8 Choose one of several options to limit your vulnerability (e.g. convert the site …
Read more »Front-end Code Review Fundamentals
We’ve been thinking about code reviews lately here at Advomatic. Fellow Advo-teammate Oliver’s previous post covered the whys of our code review process, and Sarah covered the hows when she did a overview of some tools we use regularly. This post focuses on the front-end side, and deals more with the whats of front-end code …
Read more »Drupal Code Review Tools & Resources
Code reviews are a regular part of our project process and give us the opportunity to catch bugs and standardize code before work is tested by our project leads or clients. You can read more about our code review philosophy in our last post. This post aims to give an overview of some of the …
Read more »How I Learned to Stop Worrying and Love Code Reviews
Code reviews, or the practice of going over another’s code, have become an integral part of our team’s development workflow. There are several types of code reviews, but this article will focus on a few key scenarios where code reviews have served to significantly enhance our process and the quality of our work. At Advomatic, …
Read more »Infographic: Site Building in Drupal 8
We just launched our first Drupal 8 website for the Northwest Atlantic Marine Alliance (NAMA). During our project retrospective, a few of us brought up how nice it was that so many contrib modules that were part of the D6 site weren’t necessary in Drupal 8 – this was a major factor in making it possible to launch …
Read more »Upgrading to Drupal 8: through the client’s eyes
The Northwest Atlantic Marine Alliance (NAMA) advocates for healthy marine ecosystems. Through their site, namanet.org, they organize and promote a movement toward a thriving ocean and a just seafood system. Having helped create the original Drupal 6 site for NAMA in 2008, it’s been a rewarding experience re-architecting it in Drupal 8 (beta). The main purpose …
Read more »Building Sites in Drupal 8: First Impressions
We recently finished building our first Drupal 8 site for a client. So I wanted to ask our team, “What did you like about working in Drupal 8?” These were some of the topics they touched on. Content editing Amanda: The UI for editing content is very good, with contextual links much more useful …
Read more »