drupal

We've all seen it, those darn blocks that have to appear in-line in a node body, but we're often left scratching our heads as to how to get it in there.

The problem is that regions are only surfaced to the page template, and the region we need to add is a div inside of a node.

Well, with a couple of simple theme overrides, you can get there, and make it performant as well.  read more »

Cleaning up after Backup and Migrate.

by Gary Gogick Published: April 4th, 2011
Tagged: drupal, hax
Tagline: 
It's in my /tmp, killing my doodz!

…Ran into an issue where Backup and Migrate wasn’t cleaning up after itself - mysql dumps were sitting in /tmp, stacking up, and causing disks to fill up.

Even if it were cleaning up after itself, I’m dealing with a clustered site. It’s my understanding that cleanup should occur on cron - but running cron on every webserver is kind of, well, meh.

Since I’m a believer that all problems can be resolved with perl, the following script can be invoked via system cron, and will clean up any backup_migrate_*.mysql files that are older than one day.

In the past year, we've worked with a number of fantastic clients. One of the things we've seen repeatedly is a desire by some clients to do work that is a "port" of the existing site to Drupal technologies. This is often not the right approach.  read more »

Drush in RPM Form

by Gary Gogick Published: October 13th, 2010
Tagged: centos, drupal, drupal planet, drupal-planet, drush, rhel, rpm
Tagline: 
yum.

Drupal without drush is like a burger without cheese. So when, in the course of human events, it becomes necessary to ensure that a specific version of drush is installed on a number of systems in a standard location, falling back to your distribution’s package management system is probably a good idea.

Thus, I’ve hacked together a quick script that’ll grab a version of drush and turn it into a noarch binary RPM, suitable for use on RHEL/CentOS (and probably Fedora, for that matter).  read more »

Tagline: 
Drupal is open: are you?

Drupal as a framework doesn’t lend itself well to detailed specifications — and many projects try very hard to do them to “contain risk” and get “a clear and exact” deliverable.  read more »

CDN2 Updates and Fixes

by Aaron Stewart Published: October 7th, 2009
Tagged: cdn2, drupal, drupal planet, updates

We’ve been getting reports of intermittent issues with transcoding on our CDN2 service.

After digging around for a while, we’ve found an issue where messages are not getting delivered through Amazon SQS to our transcode nodes.

The good news is that as of tomorrow morning, we’ll be deploying CDN2 to a new scaleable infrastructure that removes the Amazon dependencies. This move will improve performance and stabillity of video uploads and transcoding.  read more »

Whenever a group of us WorkHabit folks are sitting around the virtual watercooler reviewing upcoming projects, one of the first questions we need to answer is about the quality of the code we're starting with.

The big question we always want to know is this: Is core hacked? And how badly?

After doing this manually several times, I decided to cut to the chase and write a script for it.

The bash script to do this is at the bottom of this post. Just save it as iscorehacked.sh, mark it executable, and have at it.  read more »

Today marks the first beta version of our Drupal AutoTagging module.

This has been a long time in the works, and included several conversations between myself and Frank Febbraro, the creator of the original autotagging project and maintainer on the OpenCalais module, which this initiative is designed to facilitate.

The goal of this project:

Provide a pluggable framework for fetching taxonomy (tag) information from third party services.

The initial release of the project supports three different tagging services:  read more »

Sometimes an afterthought, sometimes the only good-looking page on a site: registration pages are the heart and soul of user participation. Maximizing the completion rate and minimizing abandonment of your signup form is a crucial part of getting users talking, especially if you don't allow anonymously posted content on your site (an increasingly common thing as spam continues to flourish).

Web 2.0 ushered in a lot of changes to registration pages, the most notable concept being simplicity. This is the executive summary:  read more »

For those eagerly awaiting the next member of the Drupal family, WorkHabit is proud to announce Rupal, the CMS designed exclusively for our valued cross-dressing community members.




Core modules include automatic pronoun feminization, rounded corners on everything, and auto-filtering of "it's a trap!" comments. Over 9,000 hours have been put into lovingly crafting the first community release.  read more »

Papernote