Ticket #168 (closed enhancement: fixed)

Opened 23 months ago

Last modified 22 months ago

Add a filter for dates

Reported by: mikey Owned by: mikey
Priority: major Milestone: 0.11.0
Component: Filters Version: SVN-trunk
Keywords: Cc:

Description

A new class net::stubbles::ipo::request::filter::stubDateFilter should be created that is able to filter timestamps and arbitrary date formats supported by strtotime() into a date object.

Change History

Changed 22 months ago by mikey

  • status changed from new to assigned

Changed 22 months ago by mikey

Filter class added with r1862.

Next steps: extend filter factory to support the date type, and extend it with a new inPeriod() method to add date related checks.

Changed 22 months ago by mikey

Support in filter factory added with r1863 and r1864.

Next step: add support for request broker with a date filter annotation.

Changed 22 months ago by mikey

  • status changed from assigned to closed
  • resolution set to fixed

Date filter annotation added with r1865, r1866 and r1867.

Note: See TracTickets for help on using tickets.