https://bugzilla.wikimedia.org/show_bug.cgi?id=43917

--- Comment #18 from Krinkle <[email protected]> ---
(In reply to comment #16)
> > Even the "redundant" messages getting deleted makes me a little sad, given
> > how useful some of that page history can be (including being linked from 
> > active
> > bug reports). But I understand that it's better future-proofing. Alas.
> 
> I remember blanking some MediaWiki messages precisely to use the default but
> keep the history.
> Maybe the script should edit the messages to whatever is used now to mean
> "use
> the default" ("-" ?) when there are several edits to the page.

Sometimes '', sometimes '-' (handled by Message:isBlank and
Message::isDisabled) however those are not generic APIs. The message system
does not use these methods. They are available for local code to use if they
want to.

So there's no way of knowing whether an individual message "supports" that
behaviour, and even then we currently have some use '' and some use '-' ('' is
a safe bet for both).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to