Everything we need for the upcoming drupal.org update will be documented here.

Update:

Comments

nnewton’s picture

We got most of these patches/modules updated and deployed, however did not deploy them. We will be doing this Thursday night.

-N

boombatower’s picture

Update .info patch to wrap code in package.inc as such:

    if (!empty($info[$module]['dependencies']) && is_array($info[$module]['dependencies'])) {
      // Remove any version identifiers from depenencies since those are not
      // processed yet.
      foreach ($info[$module]['dependencies'] as &$dependency) {
        list($dependency) = explode(' ', $dependency, 2);
      }
    }
boombatower’s picture

Updated link above to point to patch _15.

boombatower’s picture

Status: Active » Fixed

Update complete.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.