Modify

Opened 14 years ago

Closed 14 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 14 years ago by anonymous

Type: defectenhancement

comment:2 Changed 14 years ago by osimons

Resolution: worksforme
Status: newclosed

This command is already part of the plugin - the docs say:

boolean wiki.deletePage(string name, int version=None)Delete a Wiki page (all versions) or a specific version by including an optional version number. Attachments will also be deleted if page no longer exists. Returns True for success.

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.