Changes between Version 11 and Version 12 of XmlRpcPlugin


Ignore:
Timestamp:
Dec 23, 2005, 4:23:58 AM (18 years ago)
Author:
Alec Thomas
Comment:

Note about XML_RPC permission

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v11 v12  
    3636
    3737||'''Field'''||'''Description'''||
    38 ||{{{permission}}}||The Trac permission required to be able to use this function. eg. {{{WIKI_ADMIN}}}.||
     38||{{{permission}}}||The Trac permission required to be able to use this function. Additionally, to use the XML-RPC interface to Trac users must have the {{{XML_RPC}}} Trac permission. Once this has been granted, the permissions of each exported function apply. eg. {{{WIKI_ADMIN}}}.||
    3939||{{{callable}}}||A method or function. The function signature can have an optional first parameter named {{{req}}} which, if present, will be the Trac request object.||
    4040||{{{name}}}||If not provided, the function will be exported with the name {{{__module__.__name__}}}.||
     
    8080
    8181=== End-User Usage ===
     82
     83
    8284Obtain a list of XML-RPC exported functions available to my user:
    8385