Description
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
kowiki: Fix wgGEHelpPanelHelpDeskTitle | operations/mediawiki-config | master | +1 -1 |
Related Objects
Event Timeline
This bug is caused by the help desk titles do not apparently exist. I tested this by saving https://ko.wikipedia.org/w/index.php?title=%EC%82%AC%EC%9A%A9%EC%9E%90:Martin_Urbanec_(WMF)/sand&oldid=28687919, and apparently there is no page matching the current configuration (which is 위키백과:질문방/{{#time:o}}년 제{{#time:W}}주). That also implies T239695: Create 2021 help desk pages on Korean Wikipedia was not completed properly?
I'll ask revi about this issue.
Thanks @revi, that's helpful.
So, we're basically looking for 위키백과:질문방/2021년 제05주, while we should be looking for 위키백과:질문방/2021년 제5주 instead (note the missing leading zero). Sounds like using {{CURRENTWEEK}} from core should fix this?
Change 661435 had a related patch set uploaded (by Urbanecm; owner: Urbanecm):
[operations/mediawiki-config@master] kowiki: Fix wgGEHelpPanelHelpDeskTitle
Ping @MMiller_WMF for awareness: This bug means kowiki does not currently have any help panel, even for suggested edits/guidance. Uploaded a patch which should fix this issue and put to Code Review.
Change 661435 merged by jenkins-bot:
[operations/mediawiki-config@master] kowiki: Fix wgGEHelpPanelHelpDeskTitle
Mentioned in SAL (#wikimedia-operations) [2021-02-03T19:06:54Z] <urbanecm@deploy1001> Synchronized wmf-config/InitialiseSettings.php: 56351f0434be36f4a639f98986d7785dd4d0b14d: kowiki: Fix wgGEHelpPanelHelpDeskTitle (T273799) (duration: 01m 10s)
Checked in kowiki - seems that all works as expected. The Help page is changing every week, so I'll will check couple of times more to see whether everything is in place.