Page MenuHomePhabricator

Add maintenance script or special page that finds category cycles
Open, Needs TriagePublic

Description

Cycles in the category tree are almost always undesirable. MediaWiki should offer a way, at least at the backend, for detection of these cycles.

I have implemented a sample algorithm that could be ported:

This method found over 4100 category cycles on English Wikipedia (which had over 6.8 million parentcat--subcat connections) in less than 20 minutes, when run on the Toolforge grid.

Event Timeline

SD0001 renamed this task from Add maintenance script and special page to detect and list category cycles to Add maintenance script or special page that finds category cycles.Sep 17 2020, 7:09 AM