mediawiki-extensions-Cite/src
Thiemo Kreuz f92792f64a Fix bad localization of extended references numbers when reused
This adds a test for numbers like "1.2.0" that appear when an extended
reference (e.g. "1.2.") is reused multiple times.

The first separator is from the extended reference. We decided to never
localize it. However, the second seperator is from reusing a reference.
This was always localized. We believe this is a bug, but haven't fixed
it yet.

The test is documenting the status quo "1.2,0" with a comma. This kind
of makes sense, one could argue, because the "1.2" appears like this up
in the text, but the ",0" is a different indicator for a reuse, which
*never* occurs in the text.

Change-Id: Ie3d26bcadd8929b906bfbcac4806af2150d61f2a
2019-12-09 17:25:14 +01:00
..
Hooks Remove obsolete ParserBeforeTidy hook handler 2019-12-04 16:56:43 +01:00
ResourceLoader Move all code to PSR-4 compatible namespaces 2019-11-20 17:00:13 +01:00
Cite.php Report both nested <ref> and <references> as an error 2019-12-09 14:26:28 +01:00
CiteErrorReporter.php Add strict PHP 7 type hints to most code 2019-12-02 08:51:42 +01:00
CiteKeyFormatter.php Use message localizer in CiteKeyFormatter 2019-12-05 14:57:32 +01:00
FootnoteBodyFormatter.php Fix bad localization of extended references numbers when reused 2019-12-09 17:25:14 +01:00
FootnoteMarkFormatter.php Narrow message localizer interface 2019-12-06 12:17:09 +01:00
ReferenceMessageLocalizer.php Narrow message localizer interface 2019-12-06 12:17:09 +01:00
ReferenceStack.php Merge "Comment about annoying thing" 2019-12-09 13:13:49 +00:00