Views Date Range Issue Queue

Move to the Date 2 API

5.x-1.x-dev, Code, task, normal, active

I guess this has to be a question, first. Are you working on integrating Daterange with the Date 2 API?

Upgrade to Drupal 6?

5.x-1.7, Code, feature request, normal, active

Is this module going to updated to work with Drupal 6?
Thanks!

Add option for selection by month, e.g., thismonth

5.x-1.7, Code, feature request, normal, active

In conjunction with the Views Group-By Pack, I'd like to be able to filter nodes on month boundaries relative to the current date. For example, if showing "future" events I'd like them to be after the first of the current month so the actual nodes listed would correspond with the implied monthly grouping.

Date/Time accuracy

5.x-1.7, Code, bug report, normal, active

Hi all,
I'm not sure whether this is a bug or I misconfig something. I tried to use DateRange filter together with CCK date field.
The version number of the modules are:
CCK 1.5
Date 1.8
Date API 1.8
Views 1.6
Date Range 1.7

Multiple Dates

5.x-1.7, Code, bug report, normal, active

When creating a page view of teasers of a CCK content type of nodes that have multiple dates in the date field,
When a using the custom date range to filter nodes that have multiple dates, the node is listed multiple times (once for each date).

Disabling input fields for jscalendar only

5.x-1.7, User interface, support request, normal, active

With reference to my previous question, http://drupal.org/node/232068, is there some way to use some CSS or some other code to disable the input box so that only jscalendar can enter the dates there.
That would be a quick and foolproof solution to the problem.

Handling of date formats - d/m/Y and Y-m-d

5.x-1.6, User interface, support request, normal, active

UK dates are normally DD/MM/YYYY so I set a date value in entering the CCK to d/m/Y. However when I do a filter unless dates are entered in Y-m-d format the filtering fails.
I changed the code in the js and the module to use d/m/Y format and still the search fails.

CCK Date Title Arguments and Sorting not working

5.x-1.6, Code, bug report, normal, active

Here's my setup:
1. Created CCK node with "graduation field" as date field type of year granularity.
2. Create view with graduation field as an argument
3. Select summary sorted by descending
4. In title, enter "Graduates of %1"

SQL error if date field set to multiple values

5.x-1.5, Code, bug report, normal, active

Hi.
I'm filtering a view making use of the daterange.module. The filter is defined as:
Custom date range: between 'today' and 'today+100'
I've tried to change the filtered date field to have multiple values, but then I get the following error instead of having the right view:

Check end date

5.x-1.5, Code, feature request, normal, patch (code needs review), douggreen

I found strange that this module doesn't check for the "to date" field.
For example, if I have a node with a date field, with "from date" = 20/12/2007 and "to date" = 27/12/2007, and I set a filter on that field with a range from 21/12 to 22/12, that node is not shown.

Issue Queue

Move to the Date 2 API

5.x-1.x-dev, Code, task, normal, active

I guess this has to be a question, first. Are you working on integrating Daterange with the Date 2 API?

 

CVS Commits

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    fix setting of past/future option
    cvscid: 
    119411

    commit #119411 by douggreen on DRUPAL-5 - fix setting of past/future option

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-6--1
    cvscomment: 
    clean up info file
    cvscid: 
    113208

    commit #113208 by douggreen on DRUPAL-6--1 - clean up info file

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    remove author attribution (see http://www.youtube.com/watch?v=ZSFDm3UYkeE)
    cvscid: 
    106166

    commit #106166 by douggreen on DRUPAL-5 - remove author attribution (see http://www.youtube.com/watch?v=ZSFDm3UYkeE)

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    code style - remove extra spaces
    cvscid: 
    104266

    commit #104266 by douggreen on DRUPAL-5 - code style - remove extra spaces

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    <a href="http://drupal.org/node/228194">#228194</a> - fix js for today+ values
    cvscid: 
    103739

    commit #103739 by douggreen on DRUPAL-5 - #228194 - fix js for today+ values