Modify ↓
Opened 16 years ago
Closed 16 years ago
#7349 closed enhancement (duplicate)
Add time/changetime to ticket api and query filter
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.12dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
- Add time/changetime to ticket api
- Query supports time/changetime filter (using jQuery UI datepicker for user input)
Attachments (2)
Change History (5)
by , 16 years ago
Attachment: | trac-query.patch.gz added |
---|
comment:2 by , 16 years ago
Attached a bugfixed patch:
- Fix generation of constraint sql
- Make a value copy for datetime conversion before db action, times remain objects of datetime (not int) in ticket listener
- Add skip property in field definition
- Support skipped custom field of datetime, use ticket listener to manipulate them & custom query to query them
Todo:
- Fully support custom fields of datetime type
comment:3 by , 16 years ago
Milestone: | 0.12 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
So I've tested the patch a bit, but as this feature corresponds exactly to the older ticket #2288, I'm closing this ticket as duplicate. Resuming the discussion on that other ticket will have the advantage to reach more people who are already on the CC: and that will be able to contribute feedback as well (I'll add you to the CC there as well).
Note:
See TracTickets
for help on using tickets.
Patch against trunk [7218]