[Bug 27140] Add information to $wgInvalidateCacheOnLocalSettingsChange for low-traffic wiki warning

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27140

--- Comment #8 from jida...@jidanni.org 2011-02-05 08:08:14 UTC ---
(In reply to comment #7)
 Changing that setting won't solve the problem you originally reported.

Did too! After changing
$ diff -U0 OldLocalSettings.php LocalSettings.php
-$wgCacheEpoch=max($wgCacheEpoch,gmdate('YmdHis',@filemtime(__FILE__)));
+$wgInvalidateCacheOnLocalSettingsChange=false;
I now get real dates when testing with:
for i in abj.jidanni.org transgender-taiwan.org radioscanningtw.jidanni.org
do HEAD -PS http://$i/index.php?title=Special:RecentChanges; done|
grep Last-Modified
Last-Modified: Tue, 01 Feb 2011 12:58:14 GMT
Last-Modified: Sun, 09 Jan 2011 01:24:14 GMT
Last-Modified: Sun, 16 Jan 2011 15:08:00 GMT
Instead of all three Wiki Family members giving the same
Last-Modified: Thu, 03 Feb 2011 00:20:37 GMT
which is what I get if I left things as they were.

-- 
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 27173] New: Remove noindex meta tag from HTML of logged in users

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27173

   Summary: Remove noindex meta tag from HTML of logged in users
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mathias.schind...@gmail.com


Logged in users to (German language) Wikipedia pages are served with the
following line in the html:

meta name=robots content=noindex,nofollow / 

This line is meaningless for logged in users and can be removed without any
downside.

-- 
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 26548] External wiki generates incorrect thumbnails of PDF files from Wikimedia Commons

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26548

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #9 from Bawolff bawolff...@gmail.com 2011-02-05 08:51:16 UTC ---
I discovered that there exists a validateParam method of the media handler's to
validate parameters, which made me feel a whole lot better about this patch.

Committed in r81558.

-- 
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 22929] Special:Userlogin loads mw gadget scripts - potential security vulnerability

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22929

Happy-melon happy.melon.w...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||happy.melon.w...@gmail.com
 Resolution||FIXED

--- Comment #9 from Happy-melon happy.melon.w...@gmail.com 2011-02-05 
11:51:01 UTC ---
Nicer implementation dones in r81524.

-- 
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 26739] wgLogo-variable points to wrong path

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26739

--- Comment #6 from Ashar Voultoiz has...@free.fr 2011-02-05 12:21:29 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 1566)
+++ InitialiseSettings.php(working copy)
@@ -315,9 +315,9 @@
 'abwiki'= '$stdlogo',
 'acewiki'   = '$stdlogo',
 'advisorywiki'  =
'http://upload.wikimedia.org/wikipedia/meta/7/7d/Wikimediaboard-logo135px.png',
-'afwiki' =
'http://upload.wikimedia.org/wikipedia/commons/d/d8/Wikipedia-logo-v2-af.png',
+'afwiki'= '$stdlogo',
 'afwiktionary'  = '$stdlogo',
-'alswiki' =
'http://upload.wikimedia.org/wikipedia/commons/2/26/Wikipedia-logo-v2-als.png',
+'alswiki'   = '$stdlogo',
 'amwiki'= '$stdlogo',
 'angwiki'   = '$stdlogo',
 'angwikibooks'  = '$stdlogo',
@@ -328,11 +328,11 @@
 'arbcom_dewiki' = '$stdlogo',
 'arbcom_nlwiki' =
'http://upload.wikimedia.org/wikipedia/commons/9/9b/Arbcom_nl_logo.png',
 'arcwiki'   = '$stdlogo',
-'arwiki'=
'http://upload.wikimedia.org/wikipedia/commons/1/1e/Wikipedia-logo-v2-ar.png',
+'arwiki'= '$stdlogo',
 'arwikibooks'   = '$stdlogo',
 'arwikiquote'   = '$stdlogo',
 'arwikisource'  = '$stdlogo',
-'arzwiki' =
'http://upload.wikimedia.org/wikipedia/commons/3/3b/Wikipedia-logo-v2-arz.png',
+'arzwiki'   = '$stdlogo',
 'astwiki'   = '$stdlogo',
 'astwiktionary'  = '$stdlogo',
 'aswiki'= '$stdlogo',
@@ -346,32 +346,32 @@
 'bat_smgwiki'   = '$stdlogo',
 'bawiki'= '$stdlogo',
 'bclwiki'= '$stdlogo',
-'be_x_oldwiki' =
'http://upload.wikimedia.org/wikipedia/commons/0/08/Wikipedia-logo-v2-be-x-old.png',
+'be_x_oldwiki'  = '$stdlogo',
 'bewiki'= '$stdlogo',
-'bgwiki' =
'http://upload.wikimedia.org/wikipedia/commons/c/cf/Wikipedia-logo-v2-bg.png',
+'bgwiki'= '$stdlogo',
 'bgwikibooks'   = '$stdlogo',
 'bgwikiquote'   = '$stdlogo',
 'bgwikisource'  =
'http://upload.wikimedia.org/wikipedia/commons/d/d0/Wikisource-logo-bg.png',
 'bgwiktionary'  = '$stdlogo',
 'bhwiki'= '$stdlogo',
-'bjnwiki'=
'http://upload.wikimedia.org/wikipedia/commons/1/14/Lambang_Wikipidia_Bahasa_Banjar.png',
+'bjnwiki'   =
'http://upload.wikimedia.org/wikipedia/commons/1/14/Lambang_Wikipidia_Bahasa_Banjar.png',
 'bmwiki'= '$stdlogo',
-'bnwiki' =
'http://upload.wikimedia.org/wikipedia/commons/6/6f/Wikipedia-logo-v2-bn.png',
+'bnwiki'= '$stdlogo',
 'bnwikibooks'   =
'http://upload.wikimedia.org/wikipedia/commons/7/70/Wikibooks-logo-bn.png',
 'bnwikisource'  = '$stdlogo',
 'boardwiki' =
'http://upload.wikimedia.org/wikipedia/meta/7/7d/Wikimediaboard-logo135px.png',
 'bowiki'= '$stdlogo',
 'bpywiki'   = '$stdlogo',
-'brwiki' =
'http://upload.wikimedia.org/wikipedia/commons/1/15/Wikipedia-logo-v2-br.png',
+'brwiki'= '$stdlogo',
 'brwikimedia'   = '$stdlogo',
 'brwikisource'=
'http://upload.wikimedia.org/wikipedia/commons/9/97/Wikisource-logo-br.png',
 'brwiktionary'  = '$stdlogo',
-'bswiki' =
'http://upload.wikimedia.org/wikipedia/commons/d/dd/Wikipedia-logo-v2-bs.png',
+'bswiki'= '$stdlogo',
 'bswikinews'=
'http://upload.wikimedia.org/wikipedia/commons/b/b1/Bs_wikinews_logo.png',
 'bswikiquote'   = '$stdlogo',
 'bugwiki'=
'http://upload.wikimedia.org/wikipedia/commons/5/59/Wikipedia-logo-v2-bug.png',
 'bxrwiki'= '$stdlogo',
-'cawiki' =
'http://upload.wikimedia.org/wikipedia/commons/3/34/Wikipedia-logo-v2-ca.png',
+'cawiki'=
'http://upload.wikimedia.org/wikipedia/$lang/1/1e/Wiki-ca.png',
 'cawikibooks'   = '$stdlogo',
 'cawikinews'=
'http://upload.wikimedia.org/wikipedia/commons/a/a4/Wikinews-logo-ca-small.png',
 'cawikiquote'   = '$stdlogo',
@@ -403,20 +403,20 @@
 'cswiktionary'  = '$stdlogo',
 'cuwiki'= '$stdlogo',
 'cvwiki'= '$stdlogo',
-'cywiki' =
'http://upload.wikimedia.org/wikipedia/commons/1/13/Wikipedia-logo-v2-cy.png',
+'cywiki'= '/images/wiki-$lang.png',
 'cywiktionary'  = '$stdlogo',
-'dawiki' =
'http://upload.wikimedia.org/wikipedia/commons/3/3e/Wikipedia-logo-v2-da.png',
+'dawiki'= '$stdlogo',
 'de_labswikimedia' =

[Bug 24078] Re-point Wikimedia wiki logos to the local Wiki.png file

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24078

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #19 from Ashar Voultoiz has...@free.fr 2011-02-05 12:24:13 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 1566)
+++ InitialiseSettings.php(working copy)
@@ -315,9 +315,9 @@
 'abwiki'= '$stdlogo',
 'acewiki'   = '$stdlogo',
 'advisorywiki'  =
'http://upload.wikimedia.org/wikipedia/meta/7/7d/Wikimediaboard-logo135px.png',
-'afwiki' =
'http://upload.wikimedia.org/wikipedia/commons/d/d8/Wikipedia-logo-v2-af.png',
+'afwiki'= '$stdlogo',
 'afwiktionary'  = '$stdlogo',
-'alswiki' =
'http://upload.wikimedia.org/wikipedia/commons/2/26/Wikipedia-logo-v2-als.png',
+'alswiki'   = '$stdlogo',
 'amwiki'= '$stdlogo',
 'angwiki'   = '$stdlogo',
 'angwikibooks'  = '$stdlogo',
@@ -328,11 +328,11 @@
 'arbcom_dewiki' = '$stdlogo',
 'arbcom_nlwiki' =
'http://upload.wikimedia.org/wikipedia/commons/9/9b/Arbcom_nl_logo.png',
 'arcwiki'   = '$stdlogo',
-'arwiki'=
'http://upload.wikimedia.org/wikipedia/commons/1/1e/Wikipedia-logo-v2-ar.png',
+'arwiki'= '$stdlogo',
 'arwikibooks'   = '$stdlogo',
 'arwikiquote'   = '$stdlogo',
 'arwikisource'  = '$stdlogo',
-'arzwiki' =
'http://upload.wikimedia.org/wikipedia/commons/3/3b/Wikipedia-logo-v2-arz.png',
+'arzwiki'   = '$stdlogo',
 'astwiki'   = '$stdlogo',
 'astwiktionary'  = '$stdlogo',
 'aswiki'= '$stdlogo',
@@ -346,32 +346,32 @@
 'bat_smgwiki'   = '$stdlogo',
 'bawiki'= '$stdlogo',
 'bclwiki'= '$stdlogo',
-'be_x_oldwiki' =
'http://upload.wikimedia.org/wikipedia/commons/0/08/Wikipedia-logo-v2-be-x-old.png',
+'be_x_oldwiki'  = '$stdlogo',
 'bewiki'= '$stdlogo',
-'bgwiki' =
'http://upload.wikimedia.org/wikipedia/commons/c/cf/Wikipedia-logo-v2-bg.png',
+'bgwiki'= '$stdlogo',
 'bgwikibooks'   = '$stdlogo',
 'bgwikiquote'   = '$stdlogo',
 'bgwikisource'  =
'http://upload.wikimedia.org/wikipedia/commons/d/d0/Wikisource-logo-bg.png',
 'bgwiktionary'  = '$stdlogo',
 'bhwiki'= '$stdlogo',
-'bjnwiki'=
'http://upload.wikimedia.org/wikipedia/commons/1/14/Lambang_Wikipidia_Bahasa_Banjar.png',
+'bjnwiki'   =
'http://upload.wikimedia.org/wikipedia/commons/1/14/Lambang_Wikipidia_Bahasa_Banjar.png',
 'bmwiki'= '$stdlogo',
-'bnwiki' =
'http://upload.wikimedia.org/wikipedia/commons/6/6f/Wikipedia-logo-v2-bn.png',
+'bnwiki'= '$stdlogo',
 'bnwikibooks'   =
'http://upload.wikimedia.org/wikipedia/commons/7/70/Wikibooks-logo-bn.png',
 'bnwikisource'  = '$stdlogo',
 'boardwiki' =
'http://upload.wikimedia.org/wikipedia/meta/7/7d/Wikimediaboard-logo135px.png',
 'bowiki'= '$stdlogo',
 'bpywiki'   = '$stdlogo',
-'brwiki' =
'http://upload.wikimedia.org/wikipedia/commons/1/15/Wikipedia-logo-v2-br.png',
+'brwiki'= '$stdlogo',
 'brwikimedia'   = '$stdlogo',
 'brwikisource'=
'http://upload.wikimedia.org/wikipedia/commons/9/97/Wikisource-logo-br.png',
 'brwiktionary'  = '$stdlogo',
-'bswiki' =
'http://upload.wikimedia.org/wikipedia/commons/d/dd/Wikipedia-logo-v2-bs.png',
+'bswiki'= '$stdlogo',
 'bswikinews'=
'http://upload.wikimedia.org/wikipedia/commons/b/b1/Bs_wikinews_logo.png',
 'bswikiquote'   = '$stdlogo',
 'bugwiki'=
'http://upload.wikimedia.org/wikipedia/commons/5/59/Wikipedia-logo-v2-bug.png',
 'bxrwiki'= '$stdlogo',
-'cawiki' =
'http://upload.wikimedia.org/wikipedia/commons/3/34/Wikipedia-logo-v2-ca.png',
+'cawiki'=
'http://upload.wikimedia.org/wikipedia/$lang/1/1e/Wiki-ca.png',
 'cawikibooks'   = '$stdlogo',
 'cawikinews'=
'http://upload.wikimedia.org/wikipedia/commons/a/a4/Wikinews-logo-ca-small.png',
 'cawikiquote'   = '$stdlogo',
@@ -403,20 +403,20 @@
 'cswiktionary'  = '$stdlogo',
 'cuwiki'= '$stdlogo',
 'cvwiki'= '$stdlogo',
-'cywiki' =

[Bug 26739] wgLogo-variable points to wrong path

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26739

--- Comment #7 from Ashar Voultoiz has...@free.fr 2011-02-05 12:24:48 UTC ---
I have send the resolution here although it is a duplicate of bug 24078

-- 
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 24078] Re-point Wikimedia wiki logos to the local Wiki.png file

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24078

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Resolution|FIXED   |WONTFIX

--- Comment #20 from Ashar Voultoiz has...@free.fr 2011-02-05 12:45:01 UTC ---
I have reverted the change (local rev 1568) per discussion on IRC, they are now
back to commons.

The reason, per IRC, is that some wikis have local upload disabled, some others
have horribly wrong / ugly logos. Each community will have to request a switch
to the local wiki one by one.

If you are in such a case, please open a new bug requesting a switch for your
wiki.


Finally marking the bug as wontfix.

-- 
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 27174] New: Change Timezone name from Asia/Calcutta to Asia/Kolkata

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27174

   Summary: Change Timezone name from Asia/Calcutta to
Asia/Kolkata
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
   URL: http://en.wikipedia.org/wiki/Special:Preferences
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: User preferences
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tinucher...@gmail.com
CC: agarr...@wikimedia.org, tinucher...@gmail.com


Please Change Timezone name from Asia/Calcutta to Asia/Kolkata in Mediawiki
Preferences. 

http://en.wikipedia.org/wiki/Special:Preferences

Calcutta was changed to Kolkata in 2001 

http://en.wikipedia.org/wiki/Renaming_of_cities_in_India 
http://en.wikipedia.org/wiki/Kolkata

-- 
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 27131] Add checkbox to [[Special:PrefixIndex]] to hide the given prefix in the list items

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27131

--- Comment #2 from mybugs.m...@gmail.com 2011-02-05 13:03:05 UTC ---
(In reply to comment #1)
 An interesting usecase would be the ability to trigger it when transcluding
 {{special:prefixindex/foo}} (but I'm not sure how to go about doing that, 
 since
 the normal way of passing parameters via subpages is already in use)

Yep! I created this bug after noticed that a page was using this
{{special:prefixindex/foo}} trick.

I'm not sure either about how to use the feature on pages transcluding the
special page. But at least in the page itself it should be easier to
implement...

-- 
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 25438] Enable FlaggedRevs for Belarussian Wikipedia

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25438

Olya dimp...@yandex.ru changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #17 from Olya dimp...@yandex.ru 2011-02-05 13:03:07 UTC ---
Many thanks for your work. We are very pleased with the result. But we expect
that will also include the option autoeditors. It can also be included? Thank
you

-- 
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 25438] Enable FlaggedRevs for Belarussian Wikipedia

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25438

--- Comment #18 from JeLuF je...@gmx.de 2011-02-05 13:11:14 UTC ---
Who should get autoeditor privs? sysops?

-- 
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 27150] Database query error (1267) while login/signup attempt

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27150

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 CC||ialex.w...@gmail.com
  Component|Database|Prototype server
Version|1.17|unspecified
 AssignedTo|wikibugs-l@lists.wikimedia. |roan.katt...@gmail.com
   |org |
Product|MediaWiki   |Wikimedia

-- 
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 27175] New: IPv6 support required

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27175

   Summary: IPv6 support required
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: DNS
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: manishsm...@gmail.com


In a month or two, IPv6 users shall start hitting Mediawiki servers. Please
improve and implement the IPv6 framework in Mediawiki before the vandals get
here.

-- 
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 14230] Add a button to request a new fancy captcha (code)

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14230

fole...@netcourrier.com changed:

   What|Removed |Added

 CC||fole...@netcourrier.com

--- Comment #6 from fole...@netcourrier.com 2011-02-05 13:40:01 UTC ---
I agree that we need more than the proposed workaround : see also my comment at 
http://lists.wikimedia.org/pipermail/wikitech-l/2011-February/051612.html

-- 
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 26739] wgLogo-variable points to wrong path

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26739

Hans-Petter Fjeld atlux...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |

--- Comment #8 from Hans-Petter Fjeld atlux...@gmail.com 2011-02-05 13:46:19 
UTC ---
bug 24078 is wontfix. There it was decided that local project request change
for themself. I have confirmed that the logo localy on our wiki is the good
version. Change $wgLogo for no.wikip to
http://upload.wikimedia.org/wikipedia/no/b/bc/Wiki.png;.

-- 
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 13627] The move reason field should be one line only

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13627

fole...@netcourrier.com changed:

   What|Removed |Added

   Priority|Normal  |High
   Severity|enhancement |major

--- Comment #13 from fole...@netcourrier.com 2011-02-05 13:50:56 UTC ---
I think this is a major bug. Cutting a user's text without warning that the
text is going to be cut if the text is too long, is a major bug in my view. I
don't see this as mere enhancement. 

Can you imagine the same happened with this very Additional comment box on
bugzilla ?

At least here you would be able to add a second comment below to replace the
cut text. But is it reasonable to tell people to move the wiki page back and
move it again with a shorter text when they experience such difficulty ?

-- 
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 25788] Mobile main page sl:

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25788

Mihael Simonič smih...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |major

-- 
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 27055] Devanagari and Arabic combining character handling

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27055

--- Comment #1 from Dave Ross thedaver...@gmail.com 2011-02-05 15:41:31 UTC 
---
The discussion can be seen here, but here are the diacritics and characters
provided to me:


Hindi:
First of all, the pairs with nuqta (a dot underneath) and without it should be
searchable the same way Roman letters with diacritics and without are
searchable.
* क़/क ख़/ख ग़/ग ज़/ज फ़/फ ड़/ड ढ़/ढ 
The letters are not identical but So that if a user typed खून, ख़ून would also
be listed.
* Words containing diacritics ॉ (candra), ् (virama) should be equal to
those without them: चॉकलेट / चाकलेट, सन् / सन. Similar to the way English words
entries with a space are equal to those having a hyphen (-) between them. 

Arabic:
* Different forms of alif: ا, أ‎, إ‎, ﺁ‎ and ٱ‎‎ should be searchable
together, e.g. أمس and امس, etc.
* Words containing any of these diacritics could be searchable as if they
don't have them and the other way around: 
ـَ fatHa, ـِ kasra, ـُ Damma, ـْ sukuun, ـّ shadda, ـٰ dagger 'alif. 

* ـٌ tanwiin al-Damm (تنوين الضم) 
* ـٍ tanwiin al-kasr (تنوين الكسر) 
* ـً tanwiin al-fatH (تنوين الفتح) 

Persian often uses a zero-width nonjoiner ( # x200C;) as in ویکی‌پدیا. People
who don’t know how to access it tend to substitute a space: ویکی پدیا. It’s a
misspelling, but lots of people can’t help it.

In languages like Khmer and Thai that do not use word spaces, there is often a
zero-width space ( # x200B;) as in តើអ្នកនិយាយ​ភាសាអង់គ្លេស​ទេ. More often
than not, it is simply left out (តើអ្នកនិយាយភាសាអង់គ្លេសទេ). Both spellings are
correct.

I think Anatoli neglected to mention the word-final Arabic pair ه/ة. The final
letter ة may be typed as ه.

-- 
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 25704] LaTeX tag with empty parameter not highlighted correctly

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25704

--- Comment #5 from Jim quietbritish...@hotmail.com 2011-02-05 16:22:22 UTC 
---
From the bug on the GeSHi site: this is now fixed in CVS, and will be in the
next stable release.  (The current stable version is 1.0.8.9, so presumably the
next one will be something like 1.0.8.10.)

-- 
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 27174] Change Timezone name from Asia/Calcutta to Asia/Kolkata

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27174

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-02-05 16:39:43 UTC ---
This is an upstream bug with either php, or the underlying system timezone
information.


However, both timezones are present, so Asia/Calcutta is probably just being
kept for backwards compatibility. (maybe close worksforme(?))

-- 
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 27176] New: add global and per wiki sections in config files for XML dumps

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27176

   Summary: add global and per wiki sections in config files for
XML dumps
   Product: XML Snapshots
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General
AssignedTo: ar...@wikimedia.org
ReportedBy: ar...@wikimedia.org
CC: tf...@wikimedia.org


We should have a global section and per wiki sections in the config file for
the dumps; this would allow us to set different parallelization options without
a proliferation of files

-- 
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 27175] IPv6 support required

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27175

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bawolff...@gmail.com
 Resolution||INVALID

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-02-05 16:45:00 UTC ---
Closing as Invalid (since this doesn't actually list a bug). There are IPv6
issues, but blocking people isn't one of them. See
https://bugzilla.wikimedia.org/buglist.cgi?keywords=%20ipv6query_format=advancedkeywords_type=allwordsbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENEDresolution=---resolution=WONTFIXresolution=LATER
for a list of open issues.

If you have a specific IPv6 issue, please re-open this bug.

-- 
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 27140] Add information to $wgInvalidateCacheOnLocalSettingsChange for low-traffic wiki warning

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27140

--- Comment #9 from LordAndrew reachouttothetr...@hotmail.com 2011-02-05 
16:49:57 UTC ---
Yeah, but other things can still change the Last-Modified date on
Special:RecentChanges, causing WWWOFFLE to inform people of an update when
there is none. You shouldn't rely on that.

-- 
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 27177] New: on parallelized jobs we sporadically get failed to update status file, find and fix

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27177

   Summary: on parallelized jobs we sporadically get failed to
update status file, find and fix
   Product: XML Snapshots
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General
AssignedTo: ar...@wikimedia.org
ReportedBy: ar...@wikimedia.org
CC: tf...@wikimedia.org


On the parallelized runs we see complains about not being able to write the
dumpruninfo file or the status file periodically.  It's not critical since
subsequent writes succeed, but it would be nice to track down and fix this
issue.

Example messages:

Couldn't update status files. Continuing anyways
Couldn't save dump run info file. Continuing anyways

-- 
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 27177] on parallelized jobs we sporadically get failed to update status file, find and fix

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27177

Ariel T. Glenn ar...@wikimedia.org changed:

   What|Removed |Added

   Severity|enhancement |minor

-- 
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 24078] Re-point Wikimedia wiki logos to the local Wiki.png file

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24078

--- Comment #21 from Nemo_bis federicol...@tiscali.it 2011-02-05 18:05:21 UTC 
---
(In reply to comment #20)
 some others
 have horribly wrong / ugly logos.

I always thought that comment #3 assumed that some sysadmin (or possibly
steward) was going to batch upload logos to wiki.png.

-- 
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 27178] New: no progress report / status displayed for recombine steps

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27178

   Summary: no progress report / status displayed for recombine
steps
   Product: XML Snapshots
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: General
AssignedTo: ar...@wikimedia.org
ReportedBy: ar...@wikimedia.org
CC: tf...@wikimedia.org


So the phases that are recombining chunks into one large file don't seem to
display progress reports/status updates, and they should, if only the size of
the file getting bigger.

-- 
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 27179] New: API: List of extension tags

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27179

   Summary: API: List of extension tags
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


I have not found a way to get all extensions tag for a wiki (like math, nowiki,
gallery, pre).

Maybe add a param to meta=siteinfosiprop to allow listing of the extension
tags.

Thanks.

-- 
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 27180] New: API: List of allowed html tags

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27180

   Summary: API: List of allowed html tags
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


I have not found a way to get all allowed html tag for a wiki (like div, span,
small, big, sub, sup).

Maybe add a param to meta=siteinfosiprop to allow listing of the allowed html
tags.

Thanks.

-- 
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 27181] New: Special:Version is missing Parser extension tags and Parser function hooks for core-only installation

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27181

   Summary: Special:Version is missing Parser extension tags and
Parser function hooks for core-only installation
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com


A installation without any extensions shows no Parser extension tags and
Parser function section on Special:Version, but there are also extensions
tags and parser function in the core installation, so the section should be
added.

Thanks.

-- 
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 27182] New: API: Add filter by prefix for meta=allmessages

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27182

   Summary: API: Add filter by prefix for meta=allmessages
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


The special page Special:AllMessages can filtered by prefix. I have not found a
option for the api.

Thanks.

-- 
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 27183] New: API: Add filter by customisation state for meta=allmessages

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27183

   Summary: API: Add filter by customisation state for
meta=allmessages
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


The special page Special:AllMessages can filtered by customisation state. I
have not found a option for the api.

Thanks.

-- 
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 27184] New: Sep11 interwiki prefix should be removed from the table

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27184

   Summary: Sep11 interwiki prefix should be removed from the
table
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://www.sep11memories.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Interwiki links
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: afterthespaghe...@mailinator.com


It can be added to the [[m:Interwiki map]] later if we really needed it but
since it's not considered a Wikimedia Foundation wiki I think it's best to just
remove it from the table completely.

-- 
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 25438] Enable FlaggedRevs for Belarussian Wikipedia

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25438

--- Comment #19 from Olya dimp...@yandex.ru 2011-02-05 18:55:02 UTC ---
The rights of autoeditors must be issued by administrators to address
community. 

Problem number 2: the situation is such that none of our section could not
establish a stable version of the article. Even administrators and bureaucrats,
says that we are not enough rights.

-- 
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 27185] New: API: Add Special:ComparePages

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27185

   Summary: API: Add Special:ComparePages
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


I have not found a way, to simulate the functionality from Special:ComparePages
within one api query. Please add this.

With rvdiffto it is possible to diff the current version of a page against
another revision, but not again the current version of an other page. Maybe add
rvdifftotitle and rvdifftopageid.

Thanks.

-- 
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 27184] Sep11 interwiki prefix should be removed from the table

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27184

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-02-05 19:14:16 UTC ---
At the very least the url should be corrected to point to wherever that wiki
lives now. Note that currently its an iw_local interwiki, which should perhaps
be changed. Regardless of what is changed, back compatibility should probably
be maintained.

-- 
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 27186] New: The certificate of lists.wikimedia.org is not valid anymore

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27186

   Summary: The certificate of lists.wikimedia.org is not valid
anymore
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://lists.wikimedia.org/
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: major
  Priority: Normal
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: maar...@mdammers.nl


The certificate was valid until today.

-- 
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 27187] New: Add SSL certificate expiration checks to nagios

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27187

   Summary: Add SSL certificate expiration checks to nagios
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@pobox.com


cf bug 27186 -- expired cert on lists.wikimedia.org

per IRC discussion:

[11:26] Multichil Just add all the websites to Nagios and enable the
certificate check. You'll get a nice warning a month in advance

example at
http://blog.bashton.com/2010/quick-tip-check-ssl-certificate-life-in-nagios/

-- 
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 27188] New: Closed wikis should be available in read only mode

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27188

   Summary: Closed wikis should be available in read only mode
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bawolff...@gmail.com


Closed wikis should be available for viewing in a read only fashion, preferably
with a big giant warning on them that they're closed.

Currently such wikis are not accessible at all.

-- 
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 27184] Sep11 interwiki prefix should be removed from the table

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27184

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Bawolff bawolff...@gmail.com 2011-02-05 19:42:10 UTC ---


*** This bug has been marked as a duplicate of bug 24805 ***

-- 
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 24805] Sep11wiki offline

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24805

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||afterthespaghetti@mailinato
   ||r.com

--- Comment #5 from Bawolff bawolff...@gmail.com 2011-02-05 19:42:10 UTC ---
*** Bug 27184 has been marked as a duplicate of this bug. ***

-- 
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 21502] Including DPL lists eliminates references

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21502

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

   Keywords|easy, need-review, testme   |
 CC||bawolff...@gmail.com

-- 
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 27188] Closed wikis should be available in read only mode

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27188

Victor Vasiliev vasi...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||vasi...@gmail.com
 Resolution||INVALID

--- Comment #1 from Victor Vasiliev vasi...@gmail.com 2011-02-05 19:44:44 UTC 
---
That is not true. See, e.g. http://tt.wikiquote.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 27188] Closed wikis should be available in read only mode

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27188

--- Comment #2 from TeleComNasSprVen afterthespaghe...@mailinator.com 
2011-02-05 19:46:26 UTC ---
Some Wikimedia wikis such as [[aa:Main Page]] already practice this, however
others such as the Klingon Wikipedia at [[m:History of the Klingon Wikipedia]]
are deleted entirely as a database, or moved to [[Wikia:]].

-- 
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 26739] wgLogo-variable points to wrong path

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26739

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||je...@gmx.de
 Resolution||WONTFIX

--- Comment #9 from JeLuF je...@gmx.de 2011-02-05 19:53:09 UTC ---
Hans-Petter, please don't use this bug for your request, it's about enabling
the setting for all and putting requests together in this ticket will make it
very hard for us to track the necessary changes.

-- 
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 26739] wgLogo-variable points to wrong path

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26739

--- Comment #10 from JeLuF je...@gmx.de 2011-02-05 19:53:32 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 1568)
+++ InitialiseSettings.php(working copy)
@@ -599,7 +599,7 @@
 'nostalgiawiki' =
'http://upload.wikimedia.org/wikipedia/meta/3/32/Wiki_orig_logo.png',
 'novwiki'   = '$stdlogo',
 'noboard_chapterswikimedia' =
'http://upload.wikimedia.org/wikimedia/no/b/bc/Wiki.png',
-'nowiki' =
'http://upload.wikimedia.org/wikipedia/commons/c/cf/Wikipedia-logo-v2-no.png',
+'nowiki' = '$stdlogo',
 'nowikimedia'   = '$stdlogo',
 'nowikibooks'   = '$stdlogo',
 'nowiktionary'  = '$stdlogo',
===
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

-- 
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 27174] Change Timezone name from Asia/Calcutta to Asia/Kolkata

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27174

Brion Vibber br...@pobox.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #2 from Brion Vibber br...@pobox.com 2011-02-05 19:57:18 UTC ---
These are indeed coming from the system timezone database, which is provided by
Ubuntu Linux's standard operating system packages.

There are a number of such pairs of 'old' and 'new' name variants sitting
side-by-side for compatibility -- even 'Asia/Saigon' and 'Asian/Ho Chi Minh' --
and since we're displaying the raw timezone identifiers you just get them all.

Note that if we add type-ahead suggestion or other such improvements, it'll
most likely make the expected modern spelling or name pop up first as well
while still keeping compatibility for people who might start typing the old
form; so we won't want to filter it out.

Going ahead and resolving WORKSFORME.

-- 
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 27186] The certificate of lists.wikimedia.org is not valid anymore

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27186

Ryan Lane rlan...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rlan...@gmail.com
 Resolution||FIXED

-- 
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 27172] Increase $wgAccountCreationThrottle for Portuguese Wikibooks

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27172

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from JeLuF je...@gmx.de 2011-02-05 20:05:08 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===
Index: CommonSettings.php
===
--- CommonSettings.php(revision 1569)
+++ CommonSettings.php(working copy)
@@ -2336,6 +2336,19 @@
 #$wgAPIModules['parse'] = 'ApiDisabled';
 #}

+if ( $wgDBname == 'ptwikibooks' ) {
+# Account creation throttle disabled for Logística 2011 project from
+# [[FCT]] / [[New University of Lisbon]]
+if ( ( time()  strtotime( '2011-02-14T08:00 +1:00' ) )
+  ( time()  strtotime( '2011-02-25T23:00 +1:00' ) )
+  ( wfGetIP() == '193.136.126.36' || wfGetIP() == '193.136.124.200')
)
+{
+$wgAccountCreationThrottle = 100;
+}
+}
+
+
+
 # THIS MUST BE AFTER ALL EXTENSIONS ARE INCLUDED
 #
 # REALlY ... were not kidding here ... NO EXTENSIONS AFTER
===
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

-- 
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 22708] Update Wikimedia's Mailman install

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22708

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

Summary|Update WMF's Mailman|Update Wikimedia's Mailman
   |install |install

--- Comment #6 from MZMcBride b...@mzmcbride.com 2011-02-05 20:46:34 UTC ---
According to Mark yesterday (February 4, 2011) in #wikimedia-operations:
mailman will be moved to a new box and upgraded in the process soon

-- 
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 21497] Change default font for EasyTimeline on ML projects to something that actually has glyphs for Malayalam characters

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21497

JeLuF je...@gmx.de changed:

   What|Removed |Added

 CC||je...@gmx.de

--- Comment #12 from JeLuF je...@gmx.de 2011-02-05 21:16:49 UTC ---
FreeSerif looks better, but it's not perfect.
http://test.wikipedia.org/wiki/User:JeLuF/21497
Look for the label of the red dot in the legend.

-- 
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 21497] Change default font for EasyTimeline on ML projects to something that actually has glyphs for Malayalam characters

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21497

--- Comment #13 from Bawolff bawolff...@gmail.com 2011-02-05 21:24:59 UTC ---
I believe that is caused by the new unicode 5 way of encoding a certain
character as one code point (U+0D7E) instead of two code points separated by a
ZWJ (U+D33 U+D4D U+200D). Presumably the older font doesn't support it. See bug
25623

-- 
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 27180] API: List of allowed html tags

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27180

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-02-05 21:30:32 UTC ---
This is not really something configurable, so i don't think this should be
query-able from the api. What sort of use case would something like this have?

-- 
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 27128] Mediawiki prevents you from selecting files that are not in the $wgFileExtensions array, even when $wgCheckFileExtensions is set to false

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27128

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
 AssignedTo|wikibugs-l@lists.wikimedia. |tpars...@wikimedia.org
   |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 27180] API: List of allowed html tags

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27180

--- Comment #2 from duplicate...@googlemail.com 2011-02-05 21:45:56 UTC ---
r73880 whitelists some tags, when you need this update at the client, than the
api is the best way.

Having the possible attributes is also nice.

But feel free to WONTFIX this.

-- 
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 27181] Special:Version is missing Parser extension tags and Parser function hooks for core-only installation

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27181

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-02-05 21:46:47 UTC ---
Hmm, I suppose the Installed Extensions header doesn't really work if 0
extensions are installed.

confirmed present on trunk.

-- 
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 27161] Check if Status::isGood() and Status::isOk() are used appropriately in FileRepo

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27161

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||700

-- 
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 700] Code quality issues (and other stuff that sucks) (tracking)

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Depends on||27161

-- 
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 27173] Remove noindex meta tag from HTML of logged in users

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27173

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-02-05 
22:04:50 UTC ---
I don't understand: what advantage would users see if this were removed?

-- 
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 27173] Remove noindex meta tag from HTML of logged in users

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27173

--- Comment #2 from Mathias Schindler mathias.schind...@gmail.com 2011-02-05 
22:06:03 UTC ---
A 50 byte size reduction per page (before compression).

-- 
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 12093] za.wikiquote (Chueng Wikiquotes) does not send email confirmations

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12093

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||FIXED

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-02-05 
22:10:57 UTC ---
I think this can be closed now.  Reopen if it is still a problem.

-- 
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 27173] Remove noindex meta tag from HTML of logged in users

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27173

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||platoni...@gmail.com
 Resolution||WONTFIX

--- Comment #3 from Platonides platoni...@gmail.com 2011-02-05 22:12:30 UTC 
---
Those pages are indeed not suitable for robot indexing. The 50 byte size
reduction is not significant.
We could remove more bytes by removing the script variables, comments or
performing html5 minimization techniques. But you would need to reason why
those few bytes make a difference.

-- 
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 6941] Confirmation Email Generates Misleading Error when Time Zone is not configured

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6941

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||FIXED

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-02-05 
22:12:32 UTC ---
Since PHP requires the timezone to be set now, this should be considered fixed.

-- 
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 21497] Change default font for EasyTimeline on ML projects to something that actually has glyphs for Malayalam characters

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21497

--- Comment #14 from JeLuF je...@gmx.de 2011-02-05 22:22:48 UTC ---
I'm tempted to have the font a per-timeline option, with FreeSans as default:

Index: Timeline.php
===
--- Timeline.php(revision 72554)
+++ Timeline.php(working copy)
@@ -48,8 +48,13 @@
return true;
 }

-function renderTimeline( $timelinesrc ){
+function renderTimeline( $timelinesrc, $attr ){
global $wgUploadDirectory, $wgUploadPath, $IP, $wgTimelineSettings,
$wgArticlePath, $wgTmpDirectory, $wgRenderHashAppend;
+
+   if ( isset( $attr[font] ) ) {
+   $wgTimelineSettings-fontFile = preg_replace(
'/[^a-zA-Z0-9_-]/', '', $attr[font] ) . '.ttf';
+   }
+
$hash = md5( $timelinesrc );
if ($wgRenderHashAppend != )
$hash = md5( $hash . $wgRenderHashAppend );


===
timeline font=FreeSerif
  .
/timeline

-- 
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 26808] Run $wgSpamRegex on Account registration

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808

--- Comment #4 from Subfader subfa...@gmail.com 2011-02-05 22:37:59 UTC ---
you're right. moved it to the top of addNewAccount()

-- 
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 16166] Remove hits from CAPTCHA dictionary

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16166

Platonides platoni...@gmail.com changed:

   What|Removed |Added

   Keywords||shell

-- 
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 26808] Run $wgSpamRegex on Account registration

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808

--- Comment #5 from Subfader subfa...@gmail.com 2011-02-05 22:43:41 UTC ---
wait. I only wanted to block new spam bits with certain e-mail adresses like
da.vid.smi.th@gmail.com

if you think that's better ok, no idea.

-- 
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 21497] Change default font for EasyTimeline on ML projects to something that actually has glyphs for Malayalam characters

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21497

--- Comment #15 from JeLuF je...@gmx.de 2011-02-05 22:55:47 UTC ---
(In reply to comment #13)
 I believe that is caused by the new unicode 5 way of encoding a certain
 character as one code point (U+0D7E) instead of two code points separated by a
 ZWJ (U+D33 U+D4D U+200D). Presumably the older font doesn't support it. See 
 bug
 25623

The font I've used was from Ubuntu. Version 20060501cvs-12.

With FreeSerif from freefont-ttf-20100919 it works fine.

Unfortunately, FreeSans from that release still doesn't include Malayalam.

-- 
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 21497] Change default font for EasyTimeline on ML projects to something that actually has glyphs for Malayalam characters

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21497

--- Comment #16 from Bawolff bawolff...@gmail.com 2011-02-05 23:02:42 UTC ---
I'm tempted to have the font a per-timeline option, with FreeSans as default

Hmm, that would make sense. I'm not sure why i didn't do that originally, or if
there was a reason that i didn't do that originally (since the commit adding
the font option was such a long time ago, and my memory doesn't really stretch
that far back).

-- 
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 27189] New: Add option for additional text in tooltip on mouseover

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27189

   Summary: Add option for additional text in tooltip on mouseover
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: efe...@ozemail.com.au


The current tooltip on mouseover shows the name of the link, but there would be
many instances when a short description would be helpful as well, like a one
sentance summary of a linked article, so that the user doesn't have to go to
the linked article in order to understand what it is.

I envisage that the short description is written on the page being linked to
(the target), and when the link is created on the 'current' page (eg
[[target|alias]] a flag can indicate if the description should show in the
mouseover, eg [[target|alias|hoverdesc]]

-- 
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 26739] wgLogo-variable points to wrong path

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26739

Hans-Petter Fjeld atlux...@gmail.com changed:

   What|Removed |Added

 Resolution|WONTFIX |FIXED

--- Comment #11 from Hans-Petter Fjeld atlux...@gmail.com 2011-02-05 23:06:50 
UTC ---
(In reply to comment #9)
 Hans-Petter, please don't use this bug for your request, it's about enabling
 the setting for all and putting requests together in this ticket will make it
 very hard for us to track the necessary changes.

JeLuF, you were wrong. This bug is about enabling the logo only for one wiki.
no.wikipedia.org. As you might have understood since you resolved it. Just
wanted to point that out. I reported this bug, so I know very well what it is
about, I just mentioned briefly at the end of the bugreport that this might
also apply to other wikis.

-- 
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 27189] Add option for additional text in tooltip on mouseover

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27189

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Version|wikimedia-deployment|unspecified

-- 
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 27189] Add option for additional text in tooltip on mouseover

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27189

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bawolff...@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-02-05 23:39:17 UTC ---


*** This bug has been marked as a duplicate of bug 26587 ***

-- 
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 26587] Show summary of target page in link tooltips

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26587

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||efe...@ozemail.com.au

--- Comment #10 from Bawolff bawolff...@gmail.com 2011-02-05 23:39:17 UTC ---
*** Bug 27189 has been marked as a duplicate of this bug. ***

-- 
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 27190] New: The Wikimedia Foundation image doesn't show on some wikis

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27190

   Summary: The Wikimedia Foundation image doesn't show on some
wikis
   Product: MediaWiki
   Version: 1.17
  Platform: All
   URL: http://prototype.wikimedia.org/
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hazard...@yahoo.com
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com


The A Wikimedia Project image that should be beside the Powered by MediaWiki
image is not displayed.

-- 
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 27190] The Wikimedia Foundation image doesn't show on some wikis

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27190

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com
  Component|Images and files|Prototype server
Version|1.17|unspecified
 AssignedTo|wikibugs-l@lists.wikimedia. |roan.katt...@gmail.com
   |org |
Product|MediaWiki   |Wikimedia

--- Comment #1 from p858snake p858sn...@gmail.com 2011-02-06 00:32:40 UTC ---
This is possibly due to the missing WikimediaMessages extension.

It's pointing to:
a href=http://wikimediafoundation.org/;img
src=/images/wikimedia-button.png width=88 height=31 alt=Wikimedia
Foundation//a

-- 
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 27190] The Wikimedia Foundation image doesn't show on some wikis

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27190

--- Comment #2 from p858snake p858sn...@gmail.com 2011-02-06 00:32:55 UTC ---
And is pointing to bits on live projects:
http://bits.wikimedia.org/skins-1.5/common/images/poweredby_mediawiki_88x31.png

-- 
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 27190] The Wikimedia Foundation image doesn't show on some wikis

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27190

--- Comment #3 from p858snake p858sn...@gmail.com 2011-02-06 00:34:09 UTC ---
* Viewed the wrong image: should be
http://www.mediawiki.org/images/wikimedia-button.png

-- 
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 27191] New: Re-point to local Wiki.png for kowiki

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27191

   Summary: Re-point to local Wiki.png for kowiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site logos
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kwj2...@gmail.com


I request for changing path of the logo of kowiki. I think all criteria have
been satisfied:
* New logo uploaded: Yes.
* The file is fully protected: Yes.
* Local consensus:
https://secure.wikimedia.org/wikipedia/ko/w/index.php?oldid=6441542#.EC.9C.84.ED.82.A4.EB.B0.B1.EA.B3.BC.EC.9D.98_.EB.A1.9C.EA.B3.A0_.ED.86.B5.EC.A0.9C.EA.B6.8C.28.3F.29.EC.9D.84_.EB.A1.9C.EC.BB.AC.EB.A1.9C_.ED.99.98.EC.9B.90.ED.95.98.EA.B8.B0
* Local file path: http://upload.wikimedia.org/wikipedia/ko/b/bc/Wiki.png
Thank you.

-- 
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 24078] Re-point Wikimedia wiki logos to the local Wiki.png file

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24078

Woojin Kim kwj2...@gmail.com changed:

   What|Removed |Added

 Blocks||27191

-- 
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 27191] Re-point to local Wiki.png for kowiki

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27191

Woojin Kim kwj2...@gmail.com changed:

   What|Removed |Added

 Depends on||24078

-- 
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 27188] Closed wikis should be available in read only mode

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27188

Casey Brown b...@caseybrown.org changed:

   What|Removed |Added

 CC||b...@caseybrown.org

--- Comment #3 from Casey Brown b...@caseybrown.org 2011-02-06 01:32:14 UTC 
---
Yes, wiks are usually just locked and remain accessible.  If they are strange
cases that we wouldn't want, they're either deleted or removed from all.dblist.
See wikitech:Close a wiki for more info.

-- 
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 26639] Headings appear twice, instead of edit section links

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

--- Comment #19 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2011-02-06 01:39:24 UTC ---
I tried making a change in r81583 to hide these markers from tidy.

See if this fixed bug.

-- 
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 27140] Add information to $wgInvalidateCacheOnLocalSettingsChange for low-traffic wiki warning

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27140

--- Comment #10 from jida...@jidanni.org 2011-02-06 02:18:36 UTC ---
(In reply to comment #9)
 Yeah, but other things can still change the Last-Modified date on
 Special:RecentChanges, causing WWWOFFLE to inform people of an update when
 there is none. You shouldn't rely on that.
Cough up the facts! I want to root out and prosecute each of these illegal
causes. I can't stand being suckered into checking RecentChanges only to find
no change. On high use wikis this is never a problem, but on low use wikis, a
daily false alarm on RecentChanges already will have the 'boy who cried wolf'
effect for any patroler.

-- 
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 16763] Present list of matching timezone locations based on client offset

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16763

--- Comment #1 from Brion Vibber br...@pobox.com 2011-02-06 04:31:52 UTC ---
I'm using this sort of pruning with a visual display in
[[mw:Extension:TimeZonePicker]], still experimental.

-- 
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 10840] center not parsed correctly if several in one line

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10840

Diederik van Liere dvanli...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dvanli...@gmail.com
 Resolution||WORKSFORME

--- Comment #2 from Diederik van Liere dvanli...@gmail.com 2011-02-06 
05:29:23 UTC ---
It seems that this bug has been fixed. I pasted the example in the Sandbox and
the generated output is:
pA/p
centerB/center
pC/p
centerD/center
pE/p

All tags are appropriately closed.

-- 
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 10975] Visio Diagram Integration

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10975

Diederik van Liere dvanli...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dvanli...@gmail.com
 Resolution||WONTFIX

--- Comment #1 from Diederik van Liere dvanli...@gmail.com 2011-02-06 
05:33:46 UTC ---
I am pretty sure that the Visio file format is proprietary and that it's not
possible to create an extension with the suggested functionality. See also
http://en.wikipedia.org/wiki/Microsoft_Visio

-- 
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 11640] would be handy if list and exactlist filters had negation

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11640

--- Comment #3 from Diederik van Liere dvanli...@gmail.com 2011-02-06 
07:25:27 UTC ---
Created attachment 8086
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8086
Updated the patch to a the most recent revision (no changes)

I have updated the patch by Brian Foley to the most recent revision. I think
it's need to be reviewed and then (hopefully) merged into the trunk. All
credits go to Brian Foley.

-- 
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 11640] would be handy if list and exactlist filters had negation

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11640

Diederik van Liere dvanli...@gmail.com changed:

   What|Removed |Added

   Keywords||need-review
 CC||dvanli...@gmail.com

-- 
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 12135] External links in templates cause a PHP in_array error

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12135

Diederik van Liere dvanli...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dvanli...@gmail.com
 Resolution||FIXED

--- Comment #3 from Diederik van Liere dvanli...@gmail.com 2011-02-06 
07:32:15 UTC ---
It seems that this issue has been fixed.

-- 
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