[Bug 20756] Thousands separator missing for mw-plusminus-pos class numbers

2011-04-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20756

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
   Severity|trivial |normal

--- Comment #4 from Krinkle krinklem...@gmail.com 2011-04-07 11:31:24 UTC ---
So what's the action required here ?

Remove 1 single no-longer-supposed-to-be file and it's done ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20756] Thousands separator missing for mw-plusminus-pos class numbers

2011-04-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20756

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Krinkle krinklem...@gmail.com 2011-04-07 11:35:37 UTC ---
http://de.wikipedia.org/wiki/Spezial:Letzte_%C3%84nderungen


(Unterschied | Versionen) . . K Benutzer:Krdbot/RedirectDeeplink‎; 13:34 . .
(-1.060) . . Akkakk
(Unterschied | Versionen) . . K Thomas Schipperges‎; 13:34 . . (+3.192) . . Hoo



Looks fixed to me, whatever did it, it's fixed now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20756] Thousands separator missing for mw-plusminus-pos class numbers

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20756

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20756] Thousands separator missing for mw-plusminus-pos class numbers

2009-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20756


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org,
   ||fvass...@wikimedia.org
 AssignedTo|wikibugs-   |rhals...@wikimedia.org
   |l...@lists.wikimedia.org   |
   Keywords||shell




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-09-23 18:26:28 UTC 
---
The live servers have an obsolete copy of LanguageDe.php class file:

/apache/common/wmf-deployment/languages/classes/LanguageDe.php

This little guy explicitly excepted 4-digit numbers from getting the thousands
separator:

?php
/** German
 *
 * @ingroup Language
 */
class LanguageDe extends Language {

/*
 * German numeric format is 12 345,67 but 1234,56
 * Copied from LanguageUk.php
 */

function commafy($_) {
if (!preg_match('/^\d{1,4}$/',$_)) {
return
strrev((string)preg_replace('/(\d{3})(?=\d)(?!\d*\.)/','$1,',strrev($_)));
} else {
return $_;
}
}
}

It's since been removed from the main code, but it's still on most of our
servers -- looks like our sync scripts aren't actually removing files that
shouldn't be there anymore.

Rob and/or Fred can you take a peek at our scap, sync-common-all, etc sync
scripts and see if we need to tweak the rsync options so these old files get
cleared out?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20756] Thousands separator missing for mw-plusminus-pos class numbers

2009-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20756


Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
  Component|Special pages   |General/Unknown
Product|MediaWiki   |Wikimedia




--- Comment #3 from Chad H. innocentkil...@gmail.com  2009-09-23 18:39:20 UTC 
---
Change to WM, not an issue with Mediawiki.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20756] Thousands separator missing for mw-plusminus-pos class numbers

2009-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20756


Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch




--- Comment #1 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-09-21 17:52:09 UTC ---
Hmm, weird, could see the bug, but when setting my language to French the
result is displayed correctly. I'm also unable to reproduce it on my local
wiki.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l