[Bug 66463] UserMerge::movePages makeList using duplicate array keys

2014-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66463 Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug 66463] UserMerge::movePages makeList using duplicate array keys

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66463 T. Gries m...@tgries.de changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from

[Bug 66463] UserMerge::movePages makeList using duplicate array keys

2014-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66463 --- Comment #2 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com --- We probably should do what Renameuser does: https://github.com/wikimedia/mediawiki-extensions-Renameuser/blob/master/specials/SpecialRenameuser.php#L305 -- You are

[Bug 66463] UserMerge::movePages makeList using duplicate array keys

2014-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66463 Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed: What|Removed |Added Keywords|

[Bug 66463] UserMerge::movePages makeList using duplicate array keys

2014-06-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66463 --- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com --- Cleaner code paste: $dbr-makeList( array( 'page_title' = $dbr-buildLike( $oldusername-getDBkey() . '/', $dbr-anyString() ), 'page_title' =