Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/323543

Change subject: SpecialFewestrevisions: Allow pages with only 1 revision to be 
shown
......................................................................

SpecialFewestrevisions: Allow pages with only 1 revision to be shown

Change-Id: I44630c62ac521f0a701d1aec6a41a81d1a1532f0
---
M includes/specials/SpecialFewestrevisions.php
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/43/323543/1

diff --git a/includes/specials/SpecialFewestrevisions.php 
b/includes/specials/SpecialFewestrevisions.php
index b86a95e..64a6ba9 100644
--- a/includes/specials/SpecialFewestrevisions.php
+++ b/includes/specials/SpecialFewestrevisions.php
@@ -53,12 +53,6 @@
                                'page_namespace' => 
MWNamespace::getContentNamespaces(),
                                'page_id = rev_page' ],
                        'options' => [
-                               'HAVING' => 'COUNT(*) > 1',
-                               // ^^^ This was probably here to weed out 
redirects.
-                               // Since we mark them as such now, it might be
-                               // useful to remove this. People _do_ create 
pages
-                               // and never revise them, they aren't 
necessarily
-                               // redirects.
                                'GROUP BY' => [ 'page_namespace', 'page_title', 
'page_is_redirect' ]
                        ]
                ];

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I44630c62ac521f0a701d1aec6a41a81d1a1532f0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to