ribez Posted July 19, 2011 Share Posted July 19, 2011 hi,i hope it isn't the wrong section:from yesterday the rss of trac timeline (that i use in thunderbird to get informed about latest developments) has stopped workinghttp://trac.wildfiregames.com/timelinehttp://trac.wildfiregames.com/timeline?milestone=on&ticket=on&ticket_details=on&changeset=on&wiki=on&max=50&daysback=90&format=rss Link to comment Share on other sites More sharing options...
Ykkrosh Posted July 19, 2011 Share Posted July 19, 2011 Thanks, should be fixed now.(I hacked trac/Timeline.py to sayevent['message'] = re.sub(ur"[^\x09\x0a\x0d\x20-\ud7ff\ue000-\ufffd]", u"\ufffd", to_unicode(message))which seems to stop it dying fatally. (XML is so awesome.)) Link to comment Share on other sites More sharing options...
ribez Posted July 19, 2011 Author Share Posted July 19, 2011 Thanks, should be fixed now.(I hacked trac/Timeline.py to sayevent['message'] = re.sub(ur"[^\x09\x0a\x0d\x20-\ud7ff\ue000-\ufffd]", u"\ufffd", to_unicode(message))which seems to stop it dying fatally. (XML is so awesome.))Thunderbird has just updated the rss contents, thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now