#8483 closed defect (duplicate)
Repository Statistics don't work!
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | TracMetrixPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Description
I have Trac 0.12.2 with German language and the Repository Statistics chart is empty.
Reason
This is due to wrong usage of to_timestamp() function in model.py
Solution
Using to_utimestamp() instead fixes the issue!
Attachments (0)
Change History (3)
comment:1 follow-up: 2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 follow-up: 3 Changed 14 years ago by
Replying to rjollos:
Duplicate of #7045, I just haven't gotten around yet to applying that patch.
I agree it's similar in content, but this issue affects model.py which is untouched in the patch of #7045. So the patch (if used as it is) won't fix this one!
Questions:
- Are you sure to keep it closed as dublicate?
- Or should I add my remarks in #7045?
comment:3 Changed 14 years ago by
Replying to the3illings@googlemail.com:
Questions:
- Are you sure to keep it closed as dublicate?
- Or should I add my remarks in #7045?
I may have left that ticket open because i wasn't sure the patch was complete. If I remember correctly, the patch in #7045 also doesn't address some timezone issues that need to be dealt with.
It seems like both this ticket and #7045 can be combined to fix the 0.12 timestamp issues. Perhaps we can work to create a new patch for #7045 that solve both issues, so I'd say let's leave #7045 open and append the info you've discovered here.
As you can probably tell, I'm not totally up to speed at the moment on the issues that need to be dealt with for this plugin, so I really appreciate your help!
Duplicate of #7045, I just haven't gotten around yet to applying that patch.