Removed view event from $wgAutopromoteOnce
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 26 Mar 2015 22:47:33 +0000 (15:47 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 26 Mar 2015 22:47:33 +0000 (15:47 -0700)
commit4582b738ee8257f124cbf2da4aa2cd9a1f5bc06c
tree7a72e7b4b8c3afe8880440823c733256539cb442
parent1be2b846dd78fb781bf9aa97c80e578687bf1212
Removed view event from $wgAutopromoteOnce

* This avoids master queries on view. It could use local jobs, but nothing
  was using this by default anyway.

Bug: T92357
Change-Id: Id6353942215a3c704848d3bcc31c2b76225c78be
RELEASE-NOTES-1.25
includes/DefaultSettings.php
includes/MediaWiki.php
includes/page/WikiPage.php