Page MenuHomePhabricator

WikitextContentHandler is making redirect content to sectioned title incorrectly
Closed, ResolvedPublic

Description

echo ContentHandler::getForTitle( Title::newMainPage() )->makeRedirectContent( Title::newFromText( 'User:Name#section' ) )->serialize();

#重定向 [[User:Name]]


Version: 1.22.0
Severity: normal

Details

Reference
bz50450

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:52 AM
bzimport set Reference to bz50450.

Expected: #重定向 [[User:Name#section]] (or #REDIRECT [[User:Name#section]])

Change 71272 had a related patch set uploaded by Liangent:
Create redirects to sections correctly in WikitextContentHandler

https://gerrit.wikimedia.org/r/71272

Change 71272 merged by jenkins-bot:
Create redirects to titles correctly in WikitextContentHandler

https://gerrit.wikimedia.org/r/71272

Liangent: Patch got merged - is this RESOLVED FIXED or is more work needed?