Ticket #37 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

http://code.optaros.com/trac/oforge/wiki/Dashboard patch available ?

Reported by: anonymous Owned by: rcorsaro
Priority: major Milestone: Backlog
Component: plugins Version: 2008.12
Keywords: Cc:

Description

Dear All

I can not find any place to feedback this , so i post my questions here.

I wanna test these features form : http://code.optaros.com/trac/oforge/wiki/Dashboard

  1. adds the time and timechanged fields in the query module so you can make querys with this fields
  2. adds the > < operators to the query module so we can compare datetime fields

But i can not find the patch , is it available for testing ?

If so , where i can get it ?

Change History

comment:1 Changed 5 years ago by cbalan

  • Status changed from new to closed
  • Resolution set to fixed

Created/Modified? ticket field and ">","<" operators are already included in trac-0.11-stable.
We've removed our patch since it's not needed any more.

Check out Dashboard for more details.

ps.

  • "<",">" operators are supported as follows:
    • datetime range: modified=$date_start;$date_stop
    • ">" date: modified=$date;
    • "<" date: modified=;$date
    • $date accepts also string as: 'now', 'today', 'yesterday', '7 days ago', 'last week', 'last month'

Closing this ticket.

Thank you,
Catalin Balan

comment:2 Changed 5 years ago by anonymous

Dear Catalin

It's helpful to me , thanks for your prompt reply .

Have a nice day .

Note: See TracTickets for help on using tickets.