Page MenuHomePhabricator

All parse errors should add tracking categories by default
Open, LowPublicFeature

Description

I think it would be really handy if there was a Special: page that would list all pages that encountered (pre)parser errors during their last render.
My direct reasoning for these would be references. You often see that a named ref is removed that is still in use by other named refs resulting in:

Cite error: Invalid <ref> tag; no text was provided for refs named yourname

Especially on articles that are not as closely watched, these can persist for quite some time, in part because this error is at the bottom of the page and thus not that visible. We also have similar issues with parserfunctions errors, and even post expansion problems.

If we had a Special:Errors page that would list all pages that had one of those errors during their last render, then it would be much easier to solve all these issue. One of the reasons is that they often require quite some experience as an editor in order to be solved, but it can take a while before such editors either find the pages themselves, or are pointed at them. With a list, the experienced editors can regularly check wether their are issues with wikipages that have gone unnoticed and go out and fix them.


Version: unspecified
Severity: enhancement

Details

Reference
bz12930

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:06 PM
bzimport set Reference to bz12930.
bzimport added a subscriber: Unknown Object (MLST).

rene.kijewski wrote:

Good idea. I would prefer a category. I think it would be easier to implement.

Wiki.Melancholie wrote:

Not least after bug 16854 we now have many ugly bold red and technical parser warnings.
A tool for tracking errors is urgently needed.
You can do it by adding a tracking category to messages like
[[MediaWiki:Cite_error_references_no_text]]
[[MediaWiki:Cite_error_refs_without_references]]
[[MediaWiki:Cite error group refs without references]]
etc. etc.

BUT:
That would have to be done for every single message on every single (not seldom rather poorly) informed wiki out there!

So, a special page [[Special:Errors]]/[[Special:ParserErrors]] would be good!
Otherwise add a tracking category by default to all that messages so that it's shown in Betawiki.

ayg wrote:

Categories are the way we should do this.

Krinkle renamed this task from Add categories by default to all errors during parsing to All parse errors should add tracking categories by default.Aug 14 2018, 9:00 PM
Krinkle edited projects, added MediaWiki-Page-editing; removed MediaWiki-Categories.
Krinkle removed a subscriber: wikibugs-l-list.
Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:01 AM