Posted by yhahn on May 25, 2010 at 11:38pm
| Download | Size | md5 hash |
|---|---|---|
| context-6.x-3.0-beta5.tar.gz | 52.21 KB | 892c0a2cd84fa9bcd3fe6f29140905c4 |
| context-6.x-3.0-beta5.zip | 73.72 KB | df23ef850f8e212fa17d12dceae79f09 |
Last updated: December 24, 2010 - 22:40
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.
- #529950 by jide, Steven Jones: Sort views correctly in UI.
- Properly sanitize block info values.
- Fix for PHP notices.