Am 18 Jun 2008 um 14:23 hat Erik Bray geschrieben: > I took a quick scan through the latest version of it, but no obvious > problems jumped out at me. How is it broken?
I have the WikiTicketCalendarMacro currently running under 0.11rc2, it's running fine under the current 0.12 trunk, too. But I had to do some code changes to get it to run, which should be regarded rather 'quick and dirty' than real bugfixes. a) Using mod_wsgi there is a problem with writing to sys.stdout. As a workaround I added the line 'sys.stdout = sys.stderr'. b) If there are accents (special chars like german umlauts) in the description of tilestones or tickets, the calendar will fail to load. Alex gave the hint that this behaviour could be changed '...by changing the line "from cStringIO import StringIO" to "from StringIO import StringIO"'. b) Finally search for 'celpadding' and correct the typo. Note, that there is a ticket (#3159) on track hacks, describing that shortcomings. With that points patched, the plugin is running really fine. Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
