After https://gerrit.wikimedia.org/r/#/c/232489/ rolls out, we need to run this everywhere.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Mooeypoo | T108266 Opt-in: Guided tour on user talk for first visit to new Flow board | |||
Resolved | SBisson | T98270 Opt-in for Flow on your own user talk page | |||
Resolved | • Mattflaschen-WMF | T111098 Run FlowCreateTemplates.php on all Flow-enabled wikis in production | |||
Resolved | matthiasmullie | T105421 Script to update the database with all necessary new templates that Flow needs upon installation |
Event Timeline
Comment Actions
Ran successfully on all wikis where Flow is enabled. Someone already ran it on sewikimedia.
I spot-checked a few.
Note, I forgot before, but pt.wikibooks needs to be run separately after it's enabled on that wiki.
Comment Actions
Exactly as it is in betalabs.
mysql:research@x1-analytics-slave [flowdb]> SELECT distinct(ref_target_title) FROM flow_wiki_ref WHERE ref_type = 'template' and ref_target_title in ('LQT_Moved_thread_stub_converted_to_Flow', 'Wikitext_talk_page_converted_to_Flow','FlowMention', 'LQT_page_converted_to_Flow') ; +-----------------------------------------+ | ref_target_title | +-----------------------------------------+ | LQT_page_converted_to_Flow | | Wikitext_talk_page_converted_to_Flow | | LQT_Moved_thread_stub_converted_to_Flow | | FlowMention | +-----------------------------------------+ 4 rows in set (0.05 sec)