Page MenuHomePhabricator

M3. OfficeWiki: archive and enable Flow on officewiki_talk namespace
Closed, ResolvedPublic

Description

run script to archive existing (non-LQT) talk pages on officewiki_talk namespace, enable Flow on this namespace.

For now use $wgFlowOccupyNamespaces


Trello card: EVvpS0vJ

Event Timeline

Spage raised the priority of this task from to Medium.Dec 3 2014, 11:24 AM
DannyH renamed this task from OfficeWiki: archive and enable Flow on officewiki_talk namespace to M3. OfficeWiki: archive and enable Flow on officewiki_talk namespace.Dec 3 2014, 6:48 PM
DannyH set Security to None.

We'll try again Wednesday or Thursday

EBernhardson claimed this task.

Completed transition of NS_PROJECT_TALK on officewiki. A couple roadbumps were still hit:

When we send a request to parsoid for officewiki we also need to send it a cookie so parsoid can call back to the wiki about templates and such. From a maintenance script this wasn't available, so i made a patch to fake up a token for our talkpage manager: https://gerrit.wikimedia.org/r/#/c/177408/1
Apparently this happened with LQT as well, and spage and quiddity noticed it previously but we didn't fix it. The result is that the imports on officewiki of LQT and NS_PROJECT_TALK don't round trip through parsoid properly.

Additionally while the converter left redirects behind and in place, the occupation code was still taking over those redirected pages. Patch to not take over redirected pages: https://gerrit.wikimedia.org/r/#/c/177424/