Kaldari has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/403115 )

Change subject: Change default of $wgLogAutopatrol from true to false
......................................................................

Change default of $wgLogAutopatrol from true to false

"$wgLogAutopatrol = true" basically just spams the logging table
and isn't useful in most cases (or ever?)

Bug: T184485
Change-Id: I418cc2fcc7017e5d2cbc0c6159b4c459b9c77ac7
---
M HISTORY
M includes/DefaultSettings.php
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/15/403115/1

diff --git a/HISTORY b/HISTORY
index 244d681..398c142 100644
--- a/HISTORY
+++ b/HISTORY
@@ -48,6 +48,7 @@
   requested through the configuration parameter $wgDBservers.
 * $wgOOUIEditPage was removed, as it is now the default. This was documented 
as a
   temporary variable during the migration period.
+* $wgLogAutopatrol now defaults to false instead of true.
 
 === New features in 1.30 ===
 * (T37247) Output from Parser::parse() will now be wrapped in a div with
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 8091428..5cc67a9 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -6855,7 +6855,7 @@
 /**
  * Log autopatrol actions to the log table
  */
-$wgLogAutopatrol = true;
+$wgLogAutopatrol = false;
 
 /**
  * Provide syndication feeds (RSS, Atom) for, e.g., Recentchanges, Newpages

-- 
To view, visit https://gerrit.wikimedia.org/r/403115
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I418cc2fcc7017e5d2cbc0c6159b4c459b9c77ac7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to