~ubuntu-branches/ubuntu/saucy/mediawiki-extensions/saucy

« back to all changes in this revision

Viewing changes to include/SpecialRenameuser_body.php

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-03-25 19:36:16 UTC
  • Revision ID: james.westby@ubuntu.com-20090325193616-wao3b2mgbb0qyv7i
Tags: 1.6
* Updated extensions.
* Added OpenID extension.
* Added README.Debian.
Closes: #516693
* Bumped standards version to 3.8.1
* Bumped compatibility level to 7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
455
455
                        );
456
456
                }
457
457
                // Construct jobqueue updates...
 
458
                // FIXME: if a bureaucrat renames a user in error, he/she
 
459
                // must be careful to wait until the rename finishes before
 
460
                // renaming back. This is due to the fact the the job "queue"
 
461
                // is not really FIFO, so we might end up with a bunch of edits
 
462
                // randomly mixed between the two new names. Some sort of rename
 
463
                // lock might be in order...
458
464
                foreach( $this->tablesJob as $table => $params ) {
459
465
                        $userTextC = $params[0]; // some *_user_text column
460
466
                        $userIDC = $params[1]; // some *_user column