Opened 18 years ago
Closed 17 years ago
#3326 closed (fixed)
Timeline RSS feed broken
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | sprintsept14 | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Try this link: http://code.djangoproject.com/timeline?ticket=on&ticket_details=on&changeset=on&wiki=on&max=50&daysback=90&format=rss
It's the RSS feed for the timeline with all checkboxes marked (daysback=90 is set by TRAC)
It gives that:
Internal Error Ticket changes, Ticket details event provider (TicketModule) failed: AttributeError: 'NoneType' object has no attribute 'lower' You may want to see the other kind of events from the Timeline TracGuide — The Trac User and Administration Guide
Change History (9)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 18 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
I'm not sure if we can write a patch, so I'll promote to ready for checkin for visibilty :)
comment:4 by , 18 years ago
Nice trick :) Method two is refresh the RSS page until somebody notices the error.log.. hehe. The error only appears with "Ticket Details" chekbox and it's disabled by default so atleast there won't be much afected people, only the one that use it! :(
comment:5 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is a bug in our version of Trac. I think I'm gonna hold off upgrading until 0.11 is final, so we'll just have to deal with this until then.
comment:6 by , 17 years ago
Has patch: | set |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
I just noticed the '(None)' stuff on your timeline today, and fixed it.
You can safely apply trac 5821 on your 0.10.3 version.
Please don't hesitate to report such defects back to the Trac Project.
comment:7 by , 17 years ago
Triage Stage: | Ready for checkin → Accepted |
---|
Ahhh thanks!!! I will be able to subscribe again for RSS feeds!
hurrayyy!!!!!!!!!!
Hope jacob can apply the patch :)))))))))))
comment:8 by , 17 years ago
Keywords: | sprintsept14 added |
---|---|
Triage Stage: | Accepted → Ready for checkin |
(Not sure you want to fix this during the sprint, though, given how much noise we're producing right now ;-)
comment:9 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Yay, fixed - thanks, cboos!
Maybe it has something to do with the removal of the "defect"-"enhacement" selectbox, if you look at the timeline new tickets show as "(None)" where it previously said "(defect)" could that be the cause of the RSS feeds being broken?