Page MenuHomePhabricator

Use display title from page_props as the displayed title everywhere
Closed, ResolvedPublic

Description

We have displaytitle magic word. However that affects the display only when viewing that particular page. This value is stored in page_props table. The idea is to integrate this value into the linkbatch, so that we can display correct* titles everywhere

  • There are multiple uses for this, like marking title direction, working around the limitations of title names in mediawiki, showing a title that is different from the actual page name (translate extension)...

Version: 1.20.x
Severity: normal

Details

Reference
bz30908

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 11:57 PM
bzimport set Reference to bz30908.

This will need integration with various parts of core. Title, LinkBatch and LinkCache come to mind.

  • This bug has been marked as a duplicate of bug 24139 ***