History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: REPOR-147
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: David Peterson
Reporter: David Peterson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Reporting Plugin

Relative time values for min/maxValue in {date-filter} will fail

Created: 13/May/08 04:00 PM   Updated: 04/Sep/08 05:34 AM
Component/s: None
Affects Version/s: 2.1.1
Fix Version/s: 3.0.0

Time Tracking:
Not Specified


 Description  « Hide
Having a relative date value like '-3h' will fail for {date-filter} due to a bug in the parser. Specifically, it needs a 'T' before any time periods. Alternately, rewrite the parser.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Peterson - 04/Sep/08 05:34 AM
This will now handle the following periods:
  • d - day
  • w - week
  • m - month
  • y - year
  • h - hour
  • m - minute
  • s - second

Yes, 'm' is used twice. It will default to 'month' unless a time-related field is used before it (eg 'h' or 's').