global_filter 7.x-1.12

Bug fixes
New features

Increase the maximum number of filters from 9 to 20.
Allow multi-select filter values to be AND-ed (i.e. "all of") as well as OR-ed ("one of", the default).
Add hook_global_filter_value_alter($name, $value), so $value can be altered by other modules before being set on session.
Rules interface.

global_filter 8.x-1.x-dev

Created branch and .info.yml, so the module show up in the "Extend" list and can be enabled.
Not further done yet.

global_filter 7.x-1.9

New features
Bug fixes

Major overhaul to support Session Cache API and to allow multiple global filters sharing a single Set button.

global_filter 6.x-1.1

Bug fixes

Recent bug fix regarding blank line at top of view plugin files.

global_filter 7.x-1.6

New features
Bug fixes

Feature: #1618302: One taxonomy, two fields, two global filters = "and" instead of "in" clause
Also "Clear filters" now resets filters to their global defaults as set on block config pages, as opposed to "all", which would be an invalid value for filters that have this disabled.

global_filter 7.x-1.5

New features

Introduce Textfield widget (eg to override single-select or multi-select widgets).
Allow taxonomy term names (rather than ids) and list values (rather than keys) to be entered in the textfield.
Support '+' signs in the textfield to create an OR-operator.

global_filter 7.x-1.3

New features
Bug fixes

Make it work with Select with Style.
Handle multiple widgets on one page better.
Refactored code to make it easier to maintain.

global_filter 7.x-1.2

New features

Features 5 different widgets to select global filter value, including hyperlinks.
Allows the administrator to set global defaults, active until the user decides to change the global filter.

global_filter 7.x-1.0-rc1

New features

Auto-cycle filter to allow creation of rotating block content.

global_filter 6.x-1.0-alpha3

Bug fixes

Change references to "Contextual filter" (D7 terminology) to "Arguments" (D6 terminology)

global_filter 7.x-1.0-beta8

New features

Javascript to toggle between field drop-down and View drop-down on global filter block configuration page.

global_filter 6.x-1.0-alpha2

New features

Javascript to toggle between field drop-down and View drop-down on global filter block configuration page.

global_filter 6.x-1.0-alpha1

First release. Identical to 7.x-1.0-beta7 except that CCK fields are not supported as global filter fields.
Common node properties and Views are supported.

global_filter 6.x-1.x-dev

Initial Port from D7 back to D6 does not support CCK fields, only common node properties. Does have full Views support (tested on 6.x-3.x).

global_filter 7.x-1.0-beta6

New features

All Views operating in Global filter blocks and to be passed as Contextual Filters to other Views.

global_filter 7.x-1.x-dev

New features

Adding option to use a View as the source for a global filter, e.g. a View producing all users on your site that have a particular role.

global_filter 7.x-1.0-beta5

New features

Added autocomplete text field for global filters whose underlying driving field uses the autocomplete widget.

global_filter 7.x-1.0-beta4

Bug fixes

Bug fix: handle the case whereby one global filter is a text box and the other is a drop-down with auto-submit (i.e. suppress one Set button not two).

global_filter 7.x-1.0-beta3

Added auto-submit function for drop-down filter, which does away with the Set button.

global_filter 7.x-1.0-beta2

New features

Now supports common node properties: type, title, nid, vid, date created, date update, user posted/commented.

global_filter 7.x-1.0-beta1

First beta release. Features the use of fields (content, user, comment) as the source of global filters, but not yet properties (i.e. title, type, status etc.).

Subscribe with RSS Subscribe to Releases for Views Global Filter