Downloads

Download context-6.x-2.0-beta2.tar.gztar.gz 35.61 KB
MD5: 60123b7df8f7d6d57076d8ffbbdd391a
SHA-1: e773cbd0ca017e81172ff5bf61e3ede0f8576cba
SHA-256: 4acdc6fe237e5103f2c375f27622a098b36285026e5ce831ea4f4403d3274127
Download context-6.x-2.0-beta2.zipzip 43.1 KB
MD5: 74ac97bb329bd898a046cc008f5c27ec
SHA-1: 1ccad852e30414467d709d1fbcf0f7780cef130b
SHA-256: 1debe5ba0bdf59b06708953af7a768f3a54cd32cf20ecf84ed90ce8f0c8671aa

Release notes

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:

foo/bar*
  • Fixes for bad block retrieval notices.
  • Fix for cross-theme block visiblity.
  • #463898 by Damien Tournoud: use item href rather than link_path for menu trail condition.
  • #463898: Adding menu trail based context condition.
  • Fix for selected value display on selects with nested array structures.
  • #456098: Avoiding usage of context_set_by_condition() in hook_init().
  • #421682: Using standard drupal_match_path() for context path conditions.
  • #443114: Smarter placement of _block_rehash() and stopgap measure that allows blocks from any theme to be used in contexts.
  • #450332 by callisto: Allow to be specified under path condition for the site frontpage.
  • Switching context_links rendering to respect existing options array attributes.
  • Removing t() from strings in hook_menu.
  • Make theme registry alter less aggressive for theme_blocks.
Created by: yhahn
Created on: 5 Jun 2009 at 20:33 UTC
Last updated: 2 Aug 2018 at 17:18 UTC
New features
Bug fixes
Insecure

Other releases