Page MenuHomePhabricator

Enable "What Links Here" to include ZObject references
Closed, ResolvedPublic

Description

Meidawiki has "What Links Here" built in based on a linking table, but we're not populating it for ZObjects. This would be useful to find any ZObject that references a given one (for example all that use a given language or function or function call, or use a type, etc.)

Event Timeline

To do this, I suppose that each time someone creates a Z9/Reference we'll store it into the link table?

Something like that. Also the link should be removed if all references to one ZObject from another are removed.

Change 704943 had a related patch set uploaded (by Jforrester; author: Jforrester):

[mediawiki/extensions/WikiLambda@master] [WIP] Enable "What Links Here" for Functions, Implementations and Testers

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

Change 713656 had a related patch set uploaded (by ArthurPSmith; author: ArthurPSmith):

[mediawiki/extensions/WikiLambda@master] Enable \"What Links Here\" for generic ZObjects

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

Change 704943 abandoned by Jforrester:

[mediawiki/extensions/WikiLambda@master] [WIP] Enable \"What Links Here\" for Functions, Implementations and Testers

Reason:

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

Change 713656 merged by jenkins-bot:

[mediawiki/extensions/WikiLambda@master] Enable \"What Links Here\" for generic ZObjects

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

I think we're done here right? Thanks!