Extension talk:DeletedContributions

From mediawiki.org
Latest comment: 13 years ago by Skizzerz in topic core functionality

Efficiency[edit]

Note that this will be pretty inefficient on large sites due to the archive table's lack of an index on the user fields. Consider adding such an index and modifying the code to use it (or at least not explicitly choose the wrong index!) for use on a custom site. --Brion VIBBER 10:34, 16 November 2006 (UTC)Reply

OK, I added the index query to the page, and it now uses the right one now. I'd like to get something that is feasible on the large Wikipedia's. How expensive is it to add an index to a huge table?Voice of All 15:44, 16 November 2006 (UTC)Reply
The transition time means we have to run it on slaves, switch masters, then run it again, then upgrade the software to use it. It's a bit disruptive. --Brion VIBBER 16:17, 16 November 2006 (UTC)Reply
It's probably easier to not do it, then to cram all the edits in revision, archive and hidden into the revision table, with the bitfields for rev_deleted enabled. Titoxd(?!?) 04:17, 18 January 2007 (UTC)Reply
That would require a long batched query and some method for determining what page is deleted. It also distances archiving from deletion, we already have nice maintenance scripts to clear the archives. Not to mention there are security issues when the database no longer enforces deletion by using a separate tables. Aaron 01:13, 23 June 2007 (UTC)Reply

Index creation[edit]

The extension page reads: "Run the following SQL query to add a user index to the archive table (deleted revisions) if you are using a version of MediaWiki older than 1.11", yet we need to run this SQL command even with the current (alpha) version of 1.11. I think the statement needs to be rewritten. Huji 11:04, 7 July 2007 (UTC)Reply

No, updaters.inc now does it automatically. Also, I mean 1.11, not 1.11a. Aaron 01:29, 8 July 2007 (UTC)Reply
Aaron, That is just what I meant. I think we should clarify that we ar not addressing 1.11a but I couldn't find the appropriate wording. Would "if you are using a stable version of MediaWiki older than 1.11" be suitable? Huji 06:12, 8 July 2007 (UTC)Reply

Non-admins[edit]

Please check out bugzilla:12524 which discusses the possibility for regular users to see their own deleted contribs. The bug was speedily closed with comments that might suggest that the original request was misunderstood ∴ AlexSm 18:49, 16 January 2008 (UTC)Reply

core functionality[edit]

Is the core functionality documented anyplace? Help:Special pages#.3Crestrictedpheading.3E still directs me here. --91.96.194.178 17:04, 4 July 2010 (UTC)Reply

The core functionality is nearly the same as this extension, where it adds a new Special:DeletedContributions page and adds a "deleted user contributions" link in the Special:Contributions page for a user. --Skizzerz 17:26, 4 July 2010 (UTC)Reply