When i click Talk on someones user page on ruwiki and srwiki i get error message Bad title The requested page title contains invalid characters: "%D0". .
Description
Details
Related Objects
- Mentioned In
- T147588: Wikipedia Zero and cyrillic scripts
- Mentioned Here
- T125597: MW-1.27.0-wmf.14 deployment blockers
Event Timeline
Change 271454 had a related patch set uploaded (by Bmansurov):
Decode an escaped data attribute before making an API request
Change 271454 merged by jenkins-bot:
Decode an escaped data attribute before making an API request
This should probably have been SWATTed last week. It will roll out to all of wikimedia's wikis tomorrow evening PST.
Question is do we SWAT this evening?
That's not correct, unfortunately :( MW train wasn't deployed last week and won't be this week (see the blocker task T125597)[1][2]. So we're still stucked at wmf.14 as the next deployment release (all wikis except testwiki are on wmf.13, currently). So there are two/three problems here:
- This week no train deployment
- next week's train will probably be the next attempt to deploy wmf.14, not wmf.15 (like it's planned currently)
- this change will be included in wmf.15, only, which currently is planned to be deployed next week (but look at the point above, so wmf.15 will, probably, rolled out in two weeks, not the next week (starting at 08 March))
Question is do we SWAT this evening?
I would say yes, because wmf.15 will not roll out before the next week (at earliest). The evening swat is empty so far :)[3]
[1] https://wikitech.wikimedia.org/wiki/Deployments
[2] https://www.mediawiki.org/wiki/MediaWiki_1.27/Roadmap
[3] https://wikitech.wikimedia.org/wiki/Deployments#deploycal-item-20160225T0000
Change 273296 had a related patch set uploaded (by BryanDavis):
Decode an escaped data attribute before making an API request
I'll deploy this change as part of SWAT, but you should really fix this on the server side instead (i.e. fix the code that emits data-title to not emit a urlencoded value).
Change 273296 merged by jenkins-bot:
Decode an escaped data attribute before making an API request