Details
Description
I've changed the wrong variable storing the URL to include the full XML-RPC URL. This is affecting the Trac widget in that it now links to http://test/test/xmlrpc/newticket, etc, which is wrong.
I've changed the wrong variable storing the URL to include the full XML-RPC URL. This is affecting the Trac widget in that it now links to http://test/test/xmlrpc/newticket, etc, which is wrong.
Added another variable to store the full XML-RPC path. Unfortunately the changes I had made to support anonymous access meant I also changed the variable that was stored in the measure and displayed by the widget causing the links on the widget to be wrong.