(bug 18169) Document $wgExportAllowListContributors. Nabbed description from WikiExpo...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 26 Mar 2009 03:21:33 +0000 (03:21 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 26 Mar 2009 03:21:33 +0000 (03:21 +0000)
includes/DefaultSettings.php

index e5df4bc..94a0dee 100644 (file)
@@ -2283,6 +2283,9 @@ $wgExportAllowHistory = true;
  */
 $wgExportMaxHistory = 0;
 
+/**
+ * Return distinct author list (when not returning full history)
+ */
 $wgExportAllowListContributors = false ;
 
 /**