Difference between revisions of "8 May 2007"

From Organic Design wiki
m
Line 2: Line 2:
 
A new special-page extension has been made today called [[MW:Extension:NukeDPL|NukeDPL]] which is based on Brion Vibber's [[MW:Extension:Nuke|Nuke extension]]. The original allows sysops to list all new pages created by a particular user or IP address, and delete selected items from the list. ''NukeDPL'' uses the same delete-from-list methodology, but allows the list of deletion candidates to be selected by a [[MW:Extension:DynamicPageList|DPL query]].
 
A new special-page extension has been made today called [[MW:Extension:NukeDPL|NukeDPL]] which is based on Brion Vibber's [[MW:Extension:Nuke|Nuke extension]]. The original allows sysops to list all new pages created by a particular user or IP address, and delete selected items from the list. ''NukeDPL'' uses the same delete-from-list methodology, but allows the list of deletion candidates to be selected by a [[MW:Extension:DynamicPageList|DPL query]].
  
I'm using this to remove all the olf [[XmlWiki]] XML-properties articles, I'm just doing this a bit at a time for now since the new extension is still in ''beta'' state. After they're all deleted I plan on purging all the deleted article's histories from the database (probably by using the [http://meta.wikimedia.org/wiki/SpecialDeleteOldRevisions SpecialDeleteOldRevisions extension]).
+
I'm using this to remove all the old [[XmlWiki]] XML-properties articles, I'm just doing this a bit at a time for now since the new extension is still in ''beta'' state. After they're all deleted I plan on purging all the deleted article's histories from the database (probably by using the [http://meta.wikimedia.org/wiki/SpecialDeleteOldRevisions SpecialDeleteOldRevisions extension]).
 
*The code for the new extension is [[SpecialNukeDPL.php]]
 
*The code for the new extension is [[SpecialNukeDPL.php]]
 
*See [[MW:Extension:NukeDPL]] for details on usage and installation.
 
*See [[MW:Extension:NukeDPL]] for details on usage and installation.
 
}}
 
}}

Revision as of 01:56, 8 May 2007

Warning.svg This is a blog item that needs to be converted to the new Bliki format


NukeDPL extension

A new special-page extension has been made today called NukeDPL which is based on Brion Vibber's Nuke extension. The original allows sysops to list all new pages created by a particular user or IP address, and delete selected items from the list. NukeDPL uses the same delete-from-list methodology, but allows the list of deletion candidates to be selected by a DPL query.

I'm using this to remove all the old XmlWiki XML-properties articles, I'm just doing this a bit at a time for now since the new extension is still in beta state. After they're all deleted I plan on purging all the deleted article's histories from the database (probably by using the SpecialDeleteOldRevisions extension).