[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) changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|m...@tg

[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 changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from T. Gries ---

[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) --- We probably should do what Renameuser does: https://github.com/wikimedia/mediawiki-extensions-Renameuser/blob/master/specials/SpecialRenameuser.php#L305 -- You are receiving this mail because: You

[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) changed: What|Removed |Added Keywords||easy -- You are receiving thi

[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) --- Cleaner code paste: $dbr->makeList( array( 'page_title' => $dbr->buildLike( $oldusername->getDBkey() . '/', $dbr->anyString() ), 'page_title' => $oldusername->getDBkey() ), LIST_OR