Increment edit count for all page moves
authorGeoffreyT2000 <geoffreytrang@gmail.com>
Sun, 25 Mar 2018 22:14:06 +0000 (15:14 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 26 Oct 2018 23:35:01 +0000 (23:35 +0000)
commit19dd28798163603000f236158bcf1739a3a0dd21
tree8089735c53f9d7ca3505e2e5c9e93df7241cca1a
parent03157c14a9cc29bc4b40dd43f465fd199d65c1bc
Increment edit count for all page moves

The user_editcount field should be incremented for all page moves, not just those done using Special:MovePage. Also, if talk pages and/or subpages are moved along with the base page, they will all be included in the edit count.

Bug: T195550
Change-Id: If75a45e4404ca7162b59bf85fa62a996383658b9
includes/MovePage.php
includes/specials/SpecialMovepage.php