Changeset 478

Show
Ignore:
Timestamp:
03/10/06 21:27:04 (3 years ago)
Author:
athomas
Message:

XmlRpcPlugin:

  • Fixed Wiki component permission issue.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • xmlrpcplugin/0.9/tracrpc/wiki.py

    r292 r478  
    3535        yield ('WIKI_VIEW', ((dict, str), (dict, str, int)), self.getPageInfo) 
    3636        yield ('WIKI_VIEW', ((dict, str, int),), self.getPageInfo, 'getPageInfoVersion') 
    37         yield ('WIKI_VIEW', ((bool, str, str, dict),), self.putPage) 
     37        yield ('WIKI_CREATE', ((bool, str, str, dict),), self.putPage) 
    3838        yield ('WIKI_VIEW', ((list, str),), self.listAttachments) 
    3939        yield ('WIKI_VIEW', ((xmlrpclib.Binary, str),), self.getAttachment)