django / code.djangoproject.com

Configuration for Django's Trac instance (code.djangoproject.com)
BSD 3-Clause "New" or "Revised" License
48 stars 42 forks source link

Fixed #150 -- Fixed error when logging out #162

Closed bmispelon closed 9 months ago

bmispelon commented 9 months ago

Turns out the trac-github extension is not really maintained at the moment and is not compatible with Trac 1.4.

The solution I'm offering here (hopefully only temporarily) is that I've forked the extension and fixed the logout issue. The test suite on trac-github still has a lot of failures and I haven't gone through to check if it might be something that affects us, but the logout button/link seems to work on my local version (testing is limited and approximate because it's quite hard to replicate github login locally unfortunately).