[Bug 23612] en.wikipedia with Vector is reported to be slow

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23612

--- Comment #20 from fbjon thr...@gmail.com 2010-08-20 06:29:33 UTC ---
(In reply to comment #17)
 How did you test this? Wikipedia.org hasn't updated yet, nor mediawiki.org 
 did.
 It's just fixed in the developer respository.

I did the same fix (updating csshover.htc to 3.11 as in r70975) on our
organization's internal MediaWiki installation, but IE6 still freezes for a few
seconds.

-- 
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 24880] New: Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

   Summary: Fix Korean Wikinews's interwiki table.
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dev...@devunt.kr


Please fix Korean Wikinews's interwiki table. w: is doesn't work, en: go to
wikipedia(not wikinews). I think interwiki table is same as wikipedia. please
fix it. 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 24880] Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

Devunt B. dev...@devunt.kr 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 24878] Change Korean Wikinews Logo

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24878

Devunt B. dev...@devunt.kr changed:

   What|Removed |Added

   Keywords||shell

--- Comment #1 from Devunt B. dev...@devunt.kr 2010-08-20 06:53:04 UTC ---
+ 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 24880] Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com
 AssignedTo|wikibug...@lists.wikimedia. |rhals...@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 24880] Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

--- Comment #1 from Devunt B. dev...@devunt.kr 2010-08-20 07:44:51 UTC ---
same problem in s: wikt: b: and other etc;

-- 
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 24857] New thumbnails are not sharp

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24857

--- Comment #7 from Tim Starling tstarl...@wikimedia.org 2010-08-20 08:06:05 
UTC ---
The issue is an arbitrary change in SharpenImageChannel() made some time
between ImageMagick 6.4.9 and 6.5.1. The relevant code changed from this:

  alpha=exp(-((double) u*u+v*v)/(2.0*MagickSigma*MagickSigma));
  kernel[i]=(double) (-alpha/(2.0*MagickPI*MagickSigma*MagickSigma));
  if ((width  3) || (u != 0) || (v != 0))
normalize+=kernel[i];

To this:

  alpha=exp(-((double) u*u+v*v)/(2.0*MagickSigma*MagickSigma));
  kernel[i]=(double) (-alpha/(2.0*MagickPI*MagickSigma*MagickSigma));
  normalize+=kernel[i];

The result is that for a given sigma, images look more blurry in the new
convert. Based on brief testing, to reproduce a result similar to the old 0x0.4
requires a sharpen parameter of approximately 0x0.8 in the new ImageMagick. 

Both -unsharp and -sharpen exist in both versions, and have completely
different implementations. Unsharp does not appear to have changed
significantly, so it might be a candidate for version-independent operation in
the next MediaWiki release. But for now I will just change our configuration to
use 0x0.8 instead of 0x0.4.

-- 
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 24880] Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

--- Comment #2 from Devunt B. dev...@devunt.kr 2010-08-20 08:53:52 UTC ---
And please add kowikipedia(http://ko.wikipedia.org/wiki/) to use to import
source.

-- 
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 24881] New: Add $wgImportSources in Korean Wikinews

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24881

   Summary: Add $wgImportSources in Korean Wikinews
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dev...@devunt.kr


please add $wgImportSources = array(meta, commons, kowikipedia); in
kowikinews's setting file. kowikipedia is add in bug 24880

-- 
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 24881] Add $wgImportSources in Korean Wikinews

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24881

Devunt B. dev...@devunt.kr changed:

   What|Removed |Added

   Keywords||shell
   Severity|enhancement |major

-- 
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 24877] Enable File Uploading in Korean Wikinews

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24877

Devunt B. dev...@devunt.kr changed:

   What|Removed |Added

   Severity|enhancement |normal

-- 
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 24878] Change Korean Wikinews Logo

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24878

Devunt B. dev...@devunt.kr changed:

   What|Removed |Added

   Severity|major   |critical

-- 
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 24880] Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

Devunt B. dev...@devunt.kr changed:

   What|Removed |Added

   Severity|enhancement |critical

-- 
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 24878] Change Korean Wikinews Logo

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24878

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com
   Severity|critical|normal

-- 
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 24880] Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

Huib abigor Laurens abi...@forgotten-beauty.com changed:

   What|Removed |Added

 CC||abi...@forgotten-beauty.com
   Severity|critical|normal

--- Comment #3 from Huib abigor Laurens abi...@forgotten-beauty.com 
2010-08-20 09:15:38 UTC ---
this is not critical

-- 
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 24878] Change Korean Wikinews Logo

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24878

Huib abigor Laurens abi...@forgotten-beauty.com changed:

   What|Removed |Added

 CC||abi...@forgotten-beauty.com
 AssignedTo|wikibug...@lists.wikimedia. |cb...@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 24881] Add $wgImportSources in Korean Wikinews

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24881

Albamhandae acc6...@naver.com changed:

   What|Removed |Added

 CC||acc6...@naver.com

--- Comment #1 from Albamhandae acc6...@naver.com 2010-08-20 09:27:58 UTC ---
Also, add incubator in the source. We have not yet finished importing a bit
pages from the incubator wiki ([[Incubator:Wn/ko]]).

-- 
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 24882] New: Make NS aliases in Korean Wikinews.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24882

   Summary: Make NS aliases in Korean Wikinews.
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ko.wikinews.org/wiki/%EC%9C%84%ED%82%A4%EB%89%B
4%EC%8A%A4:%EC%82%AC%EB%9E%91%EB%B0%A9#.EC.9D.B4.EB.A6
.84_.EA.B3.B5.EA.B0.84.EC.9D.98_.EB.8B.A8.EC.B6.95.ED.
98.95
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dev...@devunt.kr


Please make alias 뉴: to 위키뉴스:; 뉴토: to 위키뉴스토론:; please.

-- 
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 22506] Set logo on vi.wikisource

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22506

Trần Nguyễn Minh Huy minhhuyw...@gmail.com changed:

   What|Removed |Added

URL||http://meta.wikimedia.org/w
   ||iki/Requests_for_logos#Wiki
   ||source
 CC||minhhuyw...@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 22506] Set logo on vi.wikisource

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22506

Trần Nguyễn Minh Huy minhhuyw...@gmail.com changed:

   What|Removed |Added

URL|http://meta.wikimedia.org/w |http://meta.wikimedia.org/w
   |iki/Requests_for_logos#Wiki |iki/Requests_for_logos/Arch
   |source  |ives/2010#Wikisource

-- 
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 24882] Make NS aliases in Korean Wikinews.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24882

Devunt B. dev...@devunt.kr changed:

   What|Removed |Added

   Severity|enhancement |normal

-- 
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 24875] Enable Extension:LiquidThreads on commons

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24875

--- Comment #2 from DieBuche diebu...@gmail.com 2010-08-20 10:59:38 UTC ---
k, bumped it back to top; but tech stuff never seems to get much response on
commons

-- 
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 11822] rescaling of animated gif increase size

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11822

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #20 from Derk-Jan Hartman hart...@videolan.org 2010-08-20 
15:38:47 CEST ---
Should be much improved with r71354.

I'm using OptimizeTransparency, hopefully at some time the normal -optimize is
repaired and we can start using that.

-- 
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 16456] GIF Issues (tracking)

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16456

Bug 16456 depends on bug 11822, which changed state.

Bug 11822 Summary: rescaling of animated gif increase size
https://bugzilla.wikimedia.org/show_bug.cgi?id=11822

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 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 24827] Mandatory fields busted if any input type=checkboxes field is set to mandatory

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24827

--- Comment #1 from Neill Mitchell mitchell_ne...@hotmail.com 2010-08-20 
14:46:41 UTC ---
Okay, found another instance that will break all mandatory fields. If 
you set any multiple values field of type string to mandatory then all 
mandatory fields stop working. I guess it's because multiple value 
string fields default to checkboxes.

-- 
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 24878] Change Korean Wikinews Logo

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24878

Cary Bass cb...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|cb...@wikimedia.org |wikibug...@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 24878] Change Korean Wikinews Logo

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24878

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

   What|Removed |Added

 CC||b...@caseybrown.org
 AssignedTo|wikibug...@lists.wikimedia. |rhals...@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 24883] New: frr.wiki with wrong name in table

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24883

   Summary: frr.wiki with wrong name in table
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Interwiki links
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: abi...@forgotten-beauty.com


When you look at:
http://de.wikipedia.org/wiki/Spezial:Liste_der_Wikimedia-Wikis you will find
frr as Frasch but thats the wrong dialect it should be: Nordfriisk

-- 
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 24883] frr.wiki with wrong name in table

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24883

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
  Component|Interwiki links |Internationalization
Product|Wikimedia   |MediaWiki

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2010-08-20 
16:20:54 UTC ---
Ref:
http://translatewiki.net/wiki/Support/Archive/2009/6#Support_for_North_Frisian_-_frr

enwiki seems to list Frasch, while Ethnologue gives Nordfriesisch as an
alternative name.

Do you have other reliable sources?

-- 
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 23288] Changes on watched pags not shown in the watchlist

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23288

crangasi2...@yahoo.com changed:

   What|Removed |Added

 CC||crangasi2...@yahoo.com
   Severity|major   |trivial

--- Comment #1 from crangasi2...@yahoo.com 2010-08-20 17:24:23 UTC ---
Go to Special:Preferences, the Wached list tab and check the first version,
which says something like Extend the wached pages list to show all the made
changes, not just the most recent ones (I don't know the exact string, I'm
using Romanian for interface).

However, there is still a problem: this option should be enabled by default on
Wikipedia/commons. From what I can tell right now it isn't.

-- 
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 24818] Changing skin in userOptions.php fails.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24818

--- Comment #1 from Max Semenik maxsem.w...@gmail.com 2010-08-20 17:26:58 UTC 
---
Setting a preference to a global default simply removes it from database, so
what you're seeing in response to php userOptions.php skin --usage is normal.
Are you saying that users didn't observe a change in their preferences? (Note
that user objects may be cached and although a change in prefrerences should
result in cache invalidation, all kinds of glitches can happen).

-- 
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 8856] Enhanced Special:Recentchanges sometimes shows odd group change sizes

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8856

crangasi2...@yahoo.com changed:

   What|Removed |Added

 CC||crangasi2...@yahoo.com

--- Comment #2 from crangasi2...@yahoo.com 2010-08-20 17:38:04 UTC ---
The same bug appears when a robot edits a page between the first and the last
change in a group. This is quite annoying, as it raises alarm flags when the
robot changes are big (for instance when adding iw links for a new article).

The same thing occurs in the watched pages list, only there bots are enabled by
default.

-- 
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 24874] Upgrade to Bugzilla 3.6.2

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24874

Fred Vassard fvass...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Fred Vassard fvass...@wikimedia.org 2010-08-20 19:36:43 
UTC ---
Upgraded. 
Priyanka is verifying!

-- 
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 22504] Upgrade bugzilla to 3.6.2

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22504

Fred Vassard fvass...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #12 from Fred Vassard fvass...@wikimedia.org 2010-08-20 19:37:59 
UTC ---
Bugzilla upgraded.
Priyanka is verifying.

-- 
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 24874] Upgrade to Bugzilla 3.6.2

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24874

Fred Vassard fvass...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=22504

-- 
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 24874] Upgrade to Bugzilla 3.6.2

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24874

--- Comment #3 from Priyanka Dhanda pdha...@wikimedia.org 2010-08-20 19:42:05 
UTC ---
More testing r2345

-- 
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 24884] New: Search box doesn't work in IE6 in Hebrew Wikipedia

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24884

   Summary: Search box doesn't work in IE6 in Hebrew Wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: yonideb...@gmail.com


Readers of the Hebrew Wikipedia report that the search box doesn't work in IE6.
essentially, they currently cannot use the sreach function and are unable to
reach their desired article. Searching the English Wikipedia works.

-- 
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 24837] LiquidThreads API namespaces don't include canonical key (breaking API change)

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24837

--- Comment #5 from MZMcBride b...@mzmcbride.com 2010-08-20 20:11:17 UTC ---
(In reply to comment #3)
 Note that while this is a bug, the actual breakage is the fault of the bots
 themselves, they should be able to handle such issues.

It's my understanding that every namespace except NS:0 will have a canonical
namespace. Missing a key isn't something that scripts are designed to handle
generally if there's an understood expectation that a key will always be
present.

Thank you for fixing the 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 24863] Double entry of contributions/contacts in Civi

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24863

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2010-08-20 
20:34:50 UTC ---
After some investigation, it turns out that the problem is due to a change in
how PayPal/Payflow handle transactions.

Originally, transactions that we received via PayPal would result in PayPal
sending us a message about that transaction through a service we wrote to
receive notification about transactions from PayPal (it's our 'IPN Listener').  

Transactions received via Payflow were completely handled on our end - we only
received transaction information by asking Payflow directly for it.

Now, Payflow transactions as well as PayPal transactions are sent from PayPal
to our IPN listener.  As a result, we were pulling in transaction information
for the same transaction from two different sources, resulting in double
transaction entry.

I am working on a stop-gap measure to deal with this while we sort out a better
solution to these 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 24874] Upgrade to Bugzilla 3.6.2

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24874

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #4 from Platonides platoni...@gmail.com 2010-08-20 20:44:07 UTC 
---
The comment box has moved up again (bug 22173).

-- 
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 17316] New 404 error page

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17316

--- Comment #18 from Platonides platoni...@gmail.com 2010-08-20 20:46:55 UTC 
---
The problem of the phrase To check for [TITLE] on Wikipedia, see: is to get
the right item for Wikipedia (ie. the domain sitename).

The other pieces can be easily extracted but that has greater variation (we
could probably use the domain unless it is wikimedia, and then what?).

-- 
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 24731] certain file types are blocked for uploading

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24731

--- Comment #6 from Platonides platoni...@gmail.com 2010-08-20 20:55:11 UTC 
---
Does it upload with javascript disabled in the browser?

-- 
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 24199] DynamicPageList2 has security issues

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24199

mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

 CC||mediaw...@kghoffmeyer.de

--- Comment #2 from mediaw...@kghoffmeyer.de 2010-08-20 21:54:40 UTC ---
It seems as something happened to $wgRawHtml in MW 1.16.0 Either it is now
depreciated or it is broken, since extensions using it (true) do not work any
longer. In the first case Manual:$wgRawHtml should be updated in the latter a
new bug should be filed. However the release notes of ME 1.16.0 do not mention
$wgRawHtml. Still I am not aware what happended exactly.

-- 
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 24859] Redirect to mobile gateway should be handled on the server-side rather than the client-side

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24859

Tomasz Finc tf...@wikimedia.org changed:

   What|Removed |Added

 CC||tf...@wikimedia.org
 AssignedTo|tstarl...@wikimedia.org |tf...@wikimedia.org

--- Comment #2 from Tomasz Finc tf...@wikimedia.org 2010-08-20 23:40:21 UTC 
---
Issue has been raised with the ops team. Waiting to hear back to determine
action plan.

-- 
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 24885] New: Can't install from a fresh check out of trunk.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24885

   Summary: Can't install from a fresh check out of trunk.
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Installation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dness...@yahoo.com


Created attachment 7640
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7640
screenshot of installation window (missing Install Mediawiki button

Someone has modified .../phase3/config in a way that breaks the installation
script. This problem appears in r71372, but the last change to the config
directory was r71254 by reedy. I have attached a screenshot that documents the
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 24885] Can't install from a fresh check out of trunk.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24885

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from p858snake p858sn...@gmail.com 2010-08-21 00:25:42 UTC ---


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

-- 
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 24764] Installer does not show Install MediaWiki! button anymore

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24764

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||dness...@yahoo.com

--- Comment #1 from p858snake p858sn...@gmail.com 2010-08-21 00:25:42 UTC ---
*** Bug 24885 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 24764] Installer does not show Install MediaWiki! button anymore

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24764

Prodego prod...@gmail.com changed:

   What|Removed |Added

 CC||prod...@gmail.com
   Severity|normal  |blocker

-- 
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 24764] Installer does not show Install MediaWiki! button anymore

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24764

--- Comment #2 from Simon Walker stwalkers...@googlemail.com 2010-08-21 
00:40:01 UTC ---
Created attachment 7641
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7641
button found

I've found the button, turn off your browser's javascript to get what I've
taken this screenshot of.

-- 
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 24857] New thumbnails are not sharp

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24857

--- Comment #8 from Ryan Kaldari rkald...@wikimedia.org 2010-08-21 00:47:34 
UTC ---
Nice sleuthing!

-- 
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 24859] Redirect to mobile gateway should be handled on the server-side rather than the client-side

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24859

--- Comment #3 from Ryan Kaldari rkald...@wikimedia.org 2010-08-21 01:23:57 
UTC ---
Comment from Brion Vibber (via Wikitech-l):
What would be required would be some filtering in the caches to check for
particular User-Agents or other settings and send them the redirect directly,
or send them through to PHP for possible redirection. (Assuming there's no
problem with downstream caching, which I think should usually be ok the way we
have things marked -- as long as the redirect responses are marked as
private-cache or uncacheable.)

-- 
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 24852] New namespace for WikiProject on jawiki

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24852

Huib abigor Laurens abi...@forgotten-beauty.com changed:

   What|Removed |Added

   Keywords||shell
 CC||abi...@forgotten-beauty.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 24886] New: No Button to Install Mediawiki

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24886

   Summary: No Button to Install Mediawiki
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: Installation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: techman...@techman224.com


I've checked out the latest Mediawiki trunk revision from svn, but when I tried
to install it, when I scroll down on the config page, there's no button to
actually start the installation.

-- 
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 24886] No Button to Install Mediawiki

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24886

Techman224 techman...@techman224.com changed:

   What|Removed |Added

   Severity|critical|major

-- 
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 24886] No Button to Install Mediawiki

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24886

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||p858sn...@gmail.com
 Resolution||DUPLICATE
   Severity|major   |critical

--- Comment #1 from p858snake p858sn...@gmail.com 2010-08-21 03:26:55 UTC ---


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

-- 
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 24764] Installer does not show Install MediaWiki! button anymore

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24764

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||techman...@techman224.com

--- Comment #3 from p858snake p858sn...@gmail.com 2010-08-21 03:26:55 UTC ---
*** Bug 24886 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 24886] No Button to Install Mediawiki

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24886

Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org
   Severity|critical|minor

-- 
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 24880] Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

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

   What|Removed |Added

   Priority|Normal  |High
 CC||kwj2...@gmail.com
   Severity|normal  |major

--- Comment #4 from Woojin Kim kwj2...@gmail.com 2010-08-21 05:12:01 UTC ---
(In reply to comment #3)
 this is not critical

I don't think so. We should fix this problem as soon as possible. This problems
makes using interwiki link highly inconvenient.

-- 
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 24880] Fix Korean Wikinews's interwiki table.

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #5 from p858snake p858sn...@gmail.com 2010-08-21 05:23:11 UTC ---
(In reply to comment #2)
 And please add kowikipedia(http://ko.wikipedia.org/wiki/) to use to import
 source.

That is a separate issue and should be filed as a different bug report. Please
keep reports to one issue at hand.

-- 
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 23301] Cached animated GIF not animated at several resolutions

2010-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23301

Pedro Sánchez pdsanc...@gmail.com changed:

   What|Removed |Added

 CC||pdsanc...@gmail.com

--- Comment #1 from Pedro Sánchez pdsanc...@gmail.com 2010-08-21 05:26:46 UTC 
---
This is becoming widespread. Several images being reported on eswiki's village
pump.

Another example: first image from
http://es.wikipedia.org/wiki/Ilusi%C3%B3n_%C3%B3ptica

purging the page and/or reloading  everythng didn't help

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