The goal of this task is to list and track the steps needed to deploy PageTriage AfC to English Wikipedia (enwiki).
The features to be deployed are:
- NPP/AfC radio buttons
- AfC state filters (NOT ORES or Copyvio)
- AfC specific sort options.
These features are controlled by the $wgPageTriageDraftNamespaceId configuration variable.
The steps needed are
- Deploy config patch to set $wgPageTriageDraftNamespaceId=118
- Run PageTriage/maintenance/populateDraftQueue.php for enwiki
Doing the steps in this order result in a short time where the AfC option is visible but the queue is getting progressively filled up.
Doing the steps in the opposite order would be worst since it would add drafts to the queue but any change to those drafts would not refresh their metadata since the wgPageTriageDraftNamespaceId being false would prevent it. It would lead to some metadata being out of date, which is hard to detect. The populateDraftQueue.php script is not built to be re-run to fix those.
Tentative release date is Monday September 17 2018