Modify ↓
Opened 16 years ago
Closed 16 years ago
#6226 closed enhancement (worksforme)
Add deletePage(name) to the Wiki Interface
| Reported by: | anonymous | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Allow the deletion of wiki pages -> wiki.deletePage(name) - additionally, wiki.deletePages(arrayOfNames) would be nice
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
| Type: | defect → enhancement |
|---|
comment:2 Changed 16 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



This command is already part of the plugin - the docs say:
Using multicall, you should be able to call for deletion of many pages in one request.
Is it something I've misunderstood? If so, please reopen ticket and describe the request in more detail.