Page MenuHomePhabricator

[[Special:Recentchanges]] major changes display behaviour
Closed, ResolvedPublic

Description

The [[Special:Recentchanges]] special page on the pl.wikipedia installation of MediaWiki behaves inconsistently when displaying changes exceeding 1000 bytes of text. Decreasing the amount of text on the page returns a figure with a space bar after the thousand mark, as in:

(różn. | hist.) . . Wikipedia:Przyznawanie uprawnień/Przykuta‎; 22:37 . . (-1 233) . . Wpedzich (dyskusja | edycje | zablokuj) (sorry za zamieszanie :P)

...while oncreasing the size of the page returns a result with no space after the thousand digit.

(różn. | hist.) . . Wikipedia:Przyznawanie uprawnień/Przykuta‎; 22:37 . . (+1233) . . Wpedzich (dyskusja | edycje | zablokuj) (→Za: ) [cofnij]

There's been no discussion on the project, but a consistent display of numbers would be appreciated, preferably with the thousands (and millions?) separated by a space bar, as in the first example above.

Kind regards,

[[User:Wpedzich]]


Version: unspecified
Severity: trivial

Details

Reference
bz24804

Event Timeline

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

jeluf wrote:

This behaviour comes from LanguagePl.php

if (!preg_match('/^\d{1,4}(.\d+)?$/',$_)) {

in function commafy()