Remove All Comments Snippet

Remove All Comments Snippet

#foreach($d in $xwiki.wrapDocs($xwiki.searchDocuments(", BaseObject obj where obj.name = doc.fullName and obj.className = 'XWiki.XWikiComments'")))
 #if($d.removeObjects('XWiki.XWikiComments'))
  $d.save()
  * Removed comments from [$d]
 #end
#end

Warning: Note that this snippet will remove all comments in the wiki, without any confirmation.
Tags:
Created by Sergiu Dumitriu on 2009/06/04 18:07
Last modified by Sergiu Dumitriu on 2009/06/04 19:39

This wiki is licensed under a Creative Commons license
2.2.1.27354