Modify ↓
#7039 closed defect (fixed)
[new revision] calender does not show any ticket info in latest trac versions
Reported by: | Steffen Hoffmann | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | WikiTicketCalendarMacro |
Severity: | blocker | Keywords: | microsecond POSIX time query bugfix |
Cc: | Trac Release: | 0.12 |
Description
This is a follow-up for #7018, since I found out, that another non-trivial modification is needed to run WikiTicketCalendarMacro inside Trac > 0.12devr9210.
Hence I consider this is a proposal for the official 0.12 release.
Technical background:
Trac internally switched to POSIX microsecond time stamps with the changeset mentioned above. Now unmodified WikiCalendarMacro queries just get no results back, degrading the output to be just the same as that of WikiCalendarMacro. I propose to not reinvent the wheel but use some of the new functions Trac uses itself for converting the new timestamps to account for this.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 8 years ago by
Keywords: | hasienda removed |
---|
Note: See
TracTickets for help on using
tickets.
I sent new version to maintainer, since my upload is blocked by spam filter.
That version is working in production with
and included in my development test env. So testing against Trac trunk is done for now.