Downloads

Download context-6.x-3.0-alpha1.tar.gztar.gz 42.7 KB
MD5: b78fadf18abc21e1d754adf893d326ee
SHA-1: 07f2bdf6f290918502c5b7db3dd844e896d6e32a
SHA-256: d376c4a9e16cbbe934f46ffac7f57c77a0f985153192d0dcb19800ce0b04a07d
Download context-6.x-3.0-alpha1.zipzip 61.94 KB
MD5: 94c4322e0c35b09fbaaf8bbe3c8a986e
SHA-1: 5d9bf25cd7539ffcb87baa4c175004044e689022
SHA-256: ad5d06689a7d887b78e0c8f588a511ab24f9d6aff6baf35a78527b0e7f61b07e

Release notes

Context 3.x for Drupal 6.x

The 3.x branch is, for the most part, conceptually consistent with the 2.x
branch of Context. Here are some of the notable changes:

  • Context definitions no longer use a set of namespace, attribute, value
    identifiers. Instead, they have a single 'name' field which acts as a
    primary string identifier. Any contexts that are migrated from 2.x will be
    named using a dash-separated convention, i.e. "foo-bar-baz".

  • Context conditions and reactions are now defined using CTools plugins.
    Drupal integration points for conditions and reactions remain in their
    respective hooks and preprocess functions.

  • Context Contrib has been removed and its conditions and reactions have been
    moved to the context module in respective plugin includes.

  • Context Layouts has been added, allowing themes to define different layout
    templates, stylesheets, and region combinations in their info file.

  • Context UI now provides an inline context editor which can be enabled in
    conjunction with the Admin module 1 and jQuery UI module 2. See
    compatibilty notes below for specific versions.

Compatibility notes

Context 3 is compatible with the versions of projects specified below.

  • at least Features 1.0beta5
  • at least jQuery UI 1.3
  • Spaces 3.x
  • Admin 2.x

Upgrade from Context 2.0 for Drupal 6.x

  • Download latest Context 3.0 and latest CTools release and place in modules
    directory.
  • Run update.php.
  • If your site contains contexts defined in code they will be overridden.
    Re-export them to code again.
Created by: yhahn
Created on: 22 Dec 2009 at 20:50 UTC
Last updated: 1 Aug 2018 at 23:20 UTC
Insecure

Other releases