We need an Admin UI for this.
Thanks
-Vincent
On Apr 28, 2008, at 4:09 PM, Artem Melentyev wrote:
Hi.
You may:
1. Delete all records in xwikirecyclebin table directly in your DB.
or
2. Write xwiki script:
2.1 get all deleted documents via $xwiki.search("from
XWikiDeletedDocument")
2.2 delete them via
$xwiki.xWiki.recycleBinStore.deleteFromRecycleBin(...)
Ngo Thi Hong Nga wrote:
> Hi, I want to delete all documents in recycle bin, but I don't know
> how. I
> searched in Administration page, but do not see any links refer to
> recycle
> bin.