Technology

Wow, what a year!

As I sit here in late December and reflect back on 2010, I am astonished at all that we as a company and a community have achieved. Back in January we set a revenue goal, which at the time I thought this was a bit over ambitious for our growing 30-person company. Well, let me tell you this, not only did we meet our revenue goals, we exceeded our stretch goals, representing 4X growth in one year – the team at Acquia rocks! More...

Database Magic on Acquia Hosting

As I discussed in my previous screencast, Drupal site building workflow involves a separate development, staging, and production environment. The different environments use different databases, generally on different database servers since you do not want your testing activities to impact your production site. Traditionally this means you need to juggle multiple Drupal settings.php files containing your database credentials and manually configure database replication and failover yourself. More...

Part 2: Testing and applying patches for d7cx

I wanted to show how so-called "non-coders" can make significant contributions to the Drupal project. Probably the quickest way to make friends with a module maintainer is to help out in the issue queue. You can also help out with triage on some of the busiest projects. This requires no coding at all. (Check out the Views bug squad!) After triage, the next things you can do are: Try to replicate bugs - are you finding the same problems under the same conditions? Download and test patches - does the patch work as expected under your conditions? Previously in Part 1 - I described how you can simply download and test your favorite modules to make sure they are working in Drupal 7. Even simple modules like "Environment Indicator" have alpha versions available for Drupal 7. That project has no issues for 7.x version. But has it been fully tested? Give it a whirl! If you find a bug, then say so. In this next part, I have 2 videos which will show your how I apply and test a patch with a GUI; then how I create a new patch. Now we'll look at patches: applying, testing and submitting. First: What's a patch? Does the word "patch" sound mysterious to you? Never had a chance to "apply a patch"? or "Reroll a patch"? Or possibly even submit a new one? Patches are text files they have instructions indicating differences with lines preceeded by a "-" to indicate that a line will be deleted, and a "+" sign to indicate a line will be added. This set of instructions is saved, instead of just making the changes directly. This means you can pass along this fix. By sharing this fix, other people can apply this patch and get the same fix. When we say "don't hack core" in Drupal, it means don't change the files directly. You can however write neccessary patches, apply and share them. Patches are written to fix a bug, but sometimes can introduce new problems. Because of that, they need to be tested. And we'll see how to do that. More...

Drupal Commons rocks

How do I love Drupal Commons? Let me count the ways. Ok, so maybe this is just me being enthusiastic about a great day at work. But ok - that's what blog posts are, right? Personal expressions of what's happening? More...

Importing a Drupal site into Acquia Hosting

Drupal site building often involves moving a site from one environment to another: from a local development environment to a staging server on the web to a full production cluster. This short screencast shows how to export a site from Drupal Gardens and import that site into Acquia Hosting. More...

Part 1: Drop everything and Help module maintainers fulfill their d7cx pledge

Drupal 7 RC 1 needs testers. And now more than ever, your favorite modules need testing too. As Moshe wrote yesterday, they're here to collect on the D7CX pledge. This is a great way that a new Drupal user can make a significant contribution, and make some friends in the process :) I was amazed at the most recent DrupalCamp in Ireland that some people I spoke to weren't trying out Drupal 7 yet. I've been using Gardens so much, I adore D7 and get all itchy when I use D6. Come in, the water's fine! Well, except that many of your favorite modules aren't quite ready yet. Many module maintainers took the D7CX pledge to be ready for the release of Drupal 7. That looks to be in about 7-10 days! There's a mad rush on and even as a non-coder, or a new user to Drupal you can help. Download Drupal 7, and test your favorite modules. Report bugs and submit patches! It's easy, right? I'll be making a few posts this week to take "the scary" out of testing patches, and show you exactly how I do it. In this post, we'll get D7 up and running, and determine the best way to locate modules which need help, and the specific issues which need testing. More...

Minding the gaps

Several people in the Drupal Gardens forums have asked how they can eliminate the vertical gaps between major sections of their themes.  Here's an illustration of these gaps. More...

Acquia Hosting Now Available in EU

Acquia Hosting just got faster for our European users! Our customers asked for it and we can now deploy our high-availability, Drupal-tuned hosting stack in the EU. A closer web server means faster, more responsive web site. Acquia's new EU data center markedly improves performance for European users. Compared to hosting in our US data center, we've measured network performance that's consistently three times faster with roundtrip times improving from over 100ms to 30-40ms. In the UK, they're even faster -- a 20ms roundtrip! More...

203 people tell What I wish I knew when I started Drupal

We had 226 respondents to a survey about roles in the Drupal community. Though we pilot tested the survey and honed down the questions, the findings were inconclusive, though we could draw one result. Apparently we use terms like "themer" or "module developer" yet these platonic ideals seem to only exist in our heads. In reality, a person on a team will find themselves handling many roles. In the context of a larger organization, Drupal is one tool in a larger set to be integrated with. In a smaller dev shop, Drupal is again, one tool of many which are used. Slicing up Drupal developers into roles turned into a muddy exercise. However, there was one interesting outcome. Of the respondents, 203 individuals replied to the open-ended question: "What do you wish you had known when you started Drupal"? It's taken me this long to code and analyze this information so we can make some use of it. I think it can give people within Drupal some insight on how we can improve our welcome mat. And for those who are new, I hope this gives you some good tips and advice! More...

Delivering the "Right" Search Results

The Apache Solr search server that powers Acquia Search has many powerful features. One of the less appreciated ones is the ability to specify at query time that documents matching certain criteria should get an extra "boost" in their relevancy score. This means that they appear higher in the search results. More...

Pages