Isotope.js provides David DeSandro's Isotope jQuery plugin to Drupal as a library. Isotope is a display plugin that comes with several unique layout modes for content, including the ever-popular "masonry" layout. In addition, the plugin also provides several methods for responding to user events like window resizing and real-time sorting/filtering.
Features:
Includes Isotope as a library, making it available to other modules.
Provides a Context reaction to allow basic configuration of Isotope instances through an easy to use UI (Which are exportable as Features).
Stores all Isotope configuration in Drupal.settings making custom implementations/extension of basic functionality easy.
Includes an example context feature to show a basic implementation.
Usage:
Enable the module to make Isotope available as a library to Drupal
Take a look at the example context reaction feature included in the module for a demonstration of a simple configuration
Create your own context reactions to configure different instances of Isotope
This module implements the crossdomain.xml file on sites that require it. The module provides the ability to hook into the standard output for further customization.
This is a sandbox project Apachesolr Node exclude for D7 sites. Provides simple system for manually excluding nodes from the Apache Solr modules indexing process.
Extends the Block Class module to incorporate styles (or themes) rather than css classes. Adds style-based tpl suggestions. Allows HTML in your block titles.
Overview
Styles...
Are one or more classes with a given Style/Display Name
Are defined by admins
Are used by content managers
Allow separation of css classes from semantic or logical style names
Generate style-based block template suggestions for themers
Are assigned to blocks either singularly or in multiple (based on settings)
When you assign a style to a block...
It's tpl receives the classes of that style as $block_classes (See Block Class for more info.)
The theme engine checks for a block template for that specific style
Additional features...
Allows the ability to set a global text format for custom block titles; this allows you to now have HTML in your custom block titles. Yes, you can now have block titles that contain HTML markup!