Opened 2 years ago
Closed 2 years ago
#58388 closed defect (bug) (reported-upstream)
Ticketgraph lets you enter a much too high number of days
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | has-screenshots |
Focuses: | Cc: |
Description
https://core.trac.wordpress.org/ticketgraph will show last 90 days by default which is perfectly fine. But you are able to enter a different number of days like in https://core.trac.wordpress.org/ticketgraph?days=120.
But it gets weird when you enter something bigger like 10000. In my test I could not go further than https://core.trac.wordpress.org/ticketgraph?days=738632. Amazing to see the bunch of closed tickets around the year 200! I'd expect the graph to simply show all he has instead of going back in time, if you enter numbers like these.
@dd32 told me on slack:
This is kind of out of our control, feel free to report that to the Trac plugin… but there’ll be no movement…
Did I come to the right place to report this?
Attachments (1)
Change History (5)
#2
@
2 years ago
Yeah I think this is best reported against the source repository as Sergey mentioned.
Presumably, an option for max_days
could be added, or just capped with days_back = min( days_back, 1830 )
(about 5 years, or whatever).
#3
@
2 years ago
Thank you both! Reported upstream: https://github.com/trac-hacks/TracTicketGraph/issues/12
Thanks for the ticket! I believe the TracTicketGraph repository would be the correct place to report this.