Changeset 478
- Timestamp:
- 03/10/06 21:27:04 (3 years ago)
- Files:
-
- xmlrpcplugin/0.9/tracrpc/wiki.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
xmlrpcplugin/0.9/tracrpc/wiki.py
r292 r478 35 35 yield ('WIKI_VIEW', ((dict, str), (dict, str, int)), self.getPageInfo) 36 36 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) 38 38 yield ('WIKI_VIEW', ((list, str),), self.listAttachments) 39 39 yield ('WIKI_VIEW', ((xmlrpclib.Binary, str),), self.getAttachment)
