Changes between Version 23 and Version 24 of XmlRpcPlugin


Ignore:
Timestamp:
Jan 13, 2006, 1:27:30 PM (18 years ago)
Author:
Alec Thomas
Comment:

Use WSGI branch, not the patch

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v23 v24  
    1313/login/xmlrpc as this is correctly authenticated by Trac.
    1414
     15[http://www.jspwiki.org/Wiki.jsp?page=WikiRPCInterface2 WikiRPC API] is complete, mostly thanks to [wiki:mgood].
     16
     17Ticket API is also complete, with the following types exported: component, version, milestone, type, status, resolution, priority and severity.
     18
    1519For example, for TracHacks the URIs are http://trac-hacks.swapoff.org/xmlrpc and http://trac-hacks.swapoff.org/login/xmlrpc (must be authenticated).
    1620
     
    2125== Todo ==
    2226
    23 [http://www.jspwiki.org/Wiki.jsp?page=WikiRPCInterface2 WikiRPC API] is complete, mostly thanks to [wiki:mgood].
    24 
    25 Ticket API is also complete, with the following types exported: component, version, milestone, type, status, resolution, priority and severity.
    26 
    27 So the outstanding tasks are roadmap, timeline, user management (?), plugin management (?)...plus probably more.
     27Outstanding tasks are roadmap, timeline, user management (?), plugin management (?)...plus probably more.
    2828
    2929== Installation ==
    3030
    31 Unfortunately, due to some issues with mod_pythons !FieldStorage emultation layer, this plugin requires [http://projects.edgewall.com/trac/attachment/ticket/2509/trac-field-storage-2.diff?format=txt this patch] be applied to your Trac installation.
     31~~Unfortunately, due to some issues with mod_pythons !FieldStorage emultation layer, this plugin requires [http://projects.edgewall.com/trac/attachment/ticket/2509/trac-field-storage-2.diff?format=txt this patch] be applied to your Trac installation.~~
     32
     33You must use the [http://projects.edgewall.com/trac/browser/sandbox/wsgi WSGI] branch (or Trac >= 0.10) for this plugin to work, they are more robust with support for alternative content-types.
    3234
    3335Once this patch has been applied, install in the same manner as any other Trac plugin: