Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 24.2 KB
MD5: 4b97a1626a2672021bff7c874b962521
SHA-1: 1660657901d03129480fbba3682aac918122cf19
SHA-256: e55882cc7774e27795a3638d8be390c0a883bb146b25d77165046b7f89b3e30f
Download zip 26.8 KB
MD5: 1007ce3623b19ba8db30620bb7b3c2c5
SHA-1: ec09735043bc9a01a099da4499bac92fb42ef79c
SHA-256: 33eedd03c335d56fbbea02f00f4b056c2753102910c966f89495ff451de667b4

Release notes

First stable release for Drupal 7.x!

Besides all the API and structure changes, the code has been rewritten to use D7's new Database API. Most notably, the . (dot operator) concatenation of the database name and table prefix has been removed in favor of switching databases Database::addConnectionInfo and db_set_active().

Note that this means that the username and password used for each site must be able to access the other sites' databases.

The Multisite search block has been removed. Drupal 7's core search block can be set to search Multisite search by default by setting the "Default search module" setting at admin/config/search/settings.

Read README.txt, INSTALL.txt, and UPGRADE.txt for more information.

Created by: earthday47
Created on: 29 Oct 2012 at 11:51 UTC
Last updated: 29 Oct 2012 at 11:56 UTC
Unsupported

Other releases