Entries Tagged as 'trac'

Thursday, February 19th, 2009

Mylyn + Trac + wsgi

I am using mod_wsgi instead of mod_python for my trac .11 install. I’m also using the AccountManager plugin for authentication, and don’t have anonymous access setup. Anyway, authentication wasn’t working (through XML RPC) hence mylyn didn’t have the perms to do anything, and was silently defaulting to anon mode. even though I had the XML [...]