context 6.x-2.0

Context goes stable, scary stuff!

Changes since DRUPAL-6--2-0-RC4:

  • #802138 by Steven Jones: Fixed CCK conditions are named badly.
  • #782698 by FrankT: Update German translation.

context 6.x-3.0-beta5

Bug fixes
Insecure

It's recommended that you update to the latest versions of CTools and Features (if you are using it) in conjunction with this release of Context.

  • #734232: Check that plugin is loaded properly before trying to call methods.
  • Ensure block info cache is not stale after administrative actions alter block info (e.g. creating new views)
  • Features integration: Removing redundant implementation of hookflushcaches() and removing hookfeaturesapi() -- moved back into features in http://drupal.org/cvs?commit=337700.
  • Block reaction: Bad call to normal, public, member method. Replaced with static (member?) method.
  • #754436 by ceardach: More versatile class implementation of addable blocks.
  • #781792 by vectoroc: Ensure default roles are localized properly before checking user role condition.
  • Add a sort to context links.
  • #767070 by marcp: Fix for bad dependency text in README.
  • #738514: test path conditions granularly
  • Slight optimizations to block building.
  • API CHANGE Reduce the number of calls to drupalalter() - move alter from property fetch event to contextload().
  • #757614 by ceardach: Human-readable labels for regions.
  • #786722 by jose.guevara: Fix for broken block caching in context.

context 6.x-2.0-rc4

Security update

This release addresses an XSS vulnerability documented here: #794718: XSS in Context Module.

Changes since DRUPAL-6--2-0-RC3:

context 6.x-2.0-rc3

New features
Bug fixes
Insecure

Hopefully a final release candidate, adds a 'default' context condition and some more help as well as some bug fixes.

Changes since DRUPAL-6--2-0-RC2:

context 6.x-2.0-rc2

Bug fixes
Insecure

A quick bugfix release of RC1.

Changes since DRUPAL-6--2-0-RC1:

  • #778874 - Fix a simple bug that stops contexts that live in code from being controlled in the UI.

See RC1 release notes for further details: http://drupal.org/node/777822

context 6.x-2.0-rc1

New features
Bug fixes
Insecure

This is hopefully a move toward a proper, stable release of Context 2.x. Mostly bug fixes, but there are some new features/changes:

  • Integration with Taxonomy
  • Basic integration with CCK
  • Integration with JS Injector
  • Main context admin UI has a new look.

Changes since DRUPAL-6--2-0-BETA7:

context 6.x-3.0-beta4

Bug fixes
Insecure
  • #726076 by halcyonCorsair: Fix for reckless while check.
  • Declaration 'use hooks' for CTools plugin API.
  • Fix for Context 2 to 3 migration script.
  • Don't reset cache when retrieving conditions/reactions in inline editor.
  • #715622 by detot: Include anonymous user role in role options.
  • Check that plugin was retrieved successfully before calling methods.
  • #731438: Fix for saving non-active conditions using inline context editor.
  • Better labels for condition plugins.
  • #730572 by jmiccolis: More specific nodeapi check.

context 6.x-3.0-beta3

Bug fixes
Insecure

This release contains an important security fix for sites using the 3.x branch of context that prevents access to admin operations against contexts by insufficiently permissioned users. If you are not able to update context on your site in the near future you can prevent access to these pages by disabling context_ui until you can upgrade.

context 6.x-3.0-beta2

New features
Insecure

Second beta release of Context 3. See http://drupal.org/node/710786 for full details. This release contains one additional change;

  • #329602 by yhahn: Base theme layout inheritance.

context 6.x-3.0-beta1

New features
Bug fixes
Insecure

Consider this a major branch upgrade task if you are updating from the 2.x branch. Read README.txt first, make a backup and don't get pwned.

context 6.x-3.0-alpha1

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 6.x-2.0-beta7

Bug fixes
Insecure

Fix for Aegir migration issue where context_ui schema could not be migrated successfully without context_ui.install.

context 6.x-2.0-beta6

Bug fixes
Insecure

#526770 by brmassa: Remove unneeded GROUP BY from query to improve PGSQL compatibility.
#518350 by alexpott: Provide a wide enough #delta range for block weights to accommodate block configurations.
#552370 by q0rban: Fixing disabled regions handling for drupal_set_content() content.
Removing stale hook_schema, .install from context_ui.

context 6.x-2.0-beta5

Bug fixes
Insecure

#521542 by tim.cosgrove: Aggregate theme body classes from all active contexts.
#514126: Fix for text on revert confirmation page.
#527950 by jhedstrom: Match path conditions against both canonical paths and aliases.
#517020 by q0rban: Fix bad argument for css injector condition.
#528956 by Pasqualle: Code style cleanup.
#526770 by brmassa: Fix for context_ui blocks query Postgres compatibility.
#522690 by Scott Reynolds: Smarter context condition check for node forms.
Don't set default values for text columns.

context 6.x-2.0-beta4

Bug fixes
Insecure

Fix for bad processing of non-checkbox nested form elements.

context 6.x-2.0-beta3

Bug fixes
Insecure
  • #490912 by q0rban: Fix for bulk export generator which used a deprecated hook name.
  • #489308: Fixing bad update script call to context_ui_invalidate_cache().
  • #477566: Fixes for PHP notices.
  • Moving README from context_ui to context proper. Updating hook documentation.
  • #442882: Fixing bad helptext for active menu reaction.
  • #472982: Fix for css injector reaction and introducing hook_context_page_reaction() for initial page generation reactions
  • Fix for PHP notices.

context 6.x-2.0-beta2

New features
Bug fixes
Insecure

The path condition has been updated in beta2 to use drupal_match_path(). If you are using this condition in your contexts, you can update your paths automatically using the update.php script. Otherwise you can capture the same behavior as the previous path setter using a wildcard:

Previous path:

foo/bar

New path:

context 6.x-2.0-alpha2

Bug fixes
Insecure

ALPHA2 of 2.0 branch. Small fix to update script from dmitrig01.

context 6.x-1.0-alpha4

Bug fixes
  • #367057: Overhaul of admin/build/context interface by dmitrig01.
  • Added an experimental path-based context setter.
  • #336469: Fixing sticky checkbox for hidden blocks and using more human-friendly labels in block UI. From dmitrig01.
  • #367775: Consistifying use of namespace/attribute/value delimiters in code. From dmitrig01.
  • Fixed for menu primary/secondary link menu active trail handling -- previously only secondary links would receive a context-based active class when both were employed.

context 6.x-1.0-alpha2

  • This release makes several changes to the DB schema! Please backup before upgrading.
  • There has been a minor change to exported context definitions. If you are using exported contexts, please update your definitions to use a string value instead of an array for associated menu paths.
  • If you have written any implementations of hook_context_items(), you will need to split your definition across hook_context_getters() and hook_context_setters(). Please see context_ui_context_setters() and _getters() as examples.

Pages

Subscribe with RSS Subscribe to Releases for Context