Remove $wgDisableUserGroupExpiry feature flag
authorThis, that and the other <at.light@live.com.au>
Tue, 11 Apr 2017 02:32:02 +0000 (12:32 +1000)
committerThis, that and the other <at.light@live.com.au>
Sat, 6 May 2017 10:50:42 +0000 (20:50 +1000)
commitf8008a7cb81af0205771448f22a5261a8615f258
treea2f2f0aed0ee5f518d8a0c86ec2f782b9465d104
parenteb19c590a57f60e105389da744e2fc0b6afbd5b3
Remove $wgDisableUserGroupExpiry feature flag

This feature flag was added to comply with WMF's schema change policy.
It is no longer needed now that the feature is enabled on WMF sites.
External MW installations will run update.php or manually do DB updates
as required before upgrading MW.

Bug: T162517
Change-Id: I5b532d79fd1e8b178490cf2617499ae62967de2c
14 files changed:
HISTORY
includes/DefaultSettings.php
includes/SiteStats.php
includes/api/ApiQueryAllImages.php
includes/api/ApiQueryAllUsers.php
includes/api/ApiQueryContributors.php
includes/api/ApiQueryUsers.php
includes/api/ApiUserrights.php
includes/specials/SpecialUserrights.php
includes/specials/pagers/ActiveUsersPager.php
includes/specials/pagers/ContribsPager.php
includes/specials/pagers/NewFilesPager.php
includes/specials/pagers/UsersPager.php
includes/user/UserGroupMembership.php