Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 250 KB
MD5: 8b740f41fa051cd478d5cb1b52cd8cab
SHA-1: 15d1195efb7035fa92ab2156f3a38d837bd4a23b
SHA-256: 5e8f42646e53d4d0734141366148db6bb1c9a41d04feb6ef64b1666b6bee35b4
Download zip 308.66 KB
MD5: 31d7cb24aff0c2a0bdc4eb9e6f38b851
SHA-1: 3241865d3742027814a9775b14095a5fffb3ac9b
SHA-256: 47745b57986c0ab2333e54d8e98dd851f7fcf2f049d39681792c6cd62263171d

Release notes

Known Issues
#2646646: Tests are broken on current 7.x-2.x branch

This branch will totally re-work and simplify the Views filters. These changes may/will break some views and will require that you check views that use the date filter or argument to be sure they are still configured correctly.

There is a new date_filter_handler_simple for an individual date field that simplifies the Views handling by using most of the core Views field handling but adds in the possibility to set a default date using options like 'now', along with a choice of a month/day/year drop-down selector or popup calendar selector.

The date_filter_handler is an extension of the simple handler that allows you to combine multiple dates into a single filter so that you can control all of them with the same filter widget, allowing you to either 'OR' or 'AND' them together.

The arguments will be rewritten in the same way, with a simple argument handler for individual dates and another handler that extends that to control multiple dates with a single argument.

The Calendar module will need an update when this is finished to use the new handlers correctly.

This code is NOT yet ready to use.

Created by: karens
Created on: 28 Feb 2011 at 11:40 UTC
Last updated: 1 Feb 2023 at 17:41 UTC
New features

Other releases