[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261

--- Comment #6 from Allen Stambaugh allen4na...@gmail.com 2011-11-24 08:52:19 
UTC ---
Created attachment 9543
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9543
PHP script to demonstrate how an IPv6 hostname can be modified.

The PHP code I posted in my previous comment was untested and defective. The
attachment should show how an IPv6 address enclosed in brackets can be modified
before being parsed for linking. The reverse can be done after the HTML markup
has been generated. I hope someone can come up with a better way to do this as
this seems to be a bit of a kludge.

-- 
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 31745] No New Page Patrolling in some namespaces

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31745

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||INVALID

--- Comment #29 from Antoine hashar Musso has...@free.fr 2011-11-24 
09:27:15 UTC ---
wgUseRCPatrol is now disabled on ruwikisource ( local revision is 2650)

Marking bug as INVALID. Local stylesheet need to be updated to show the 'mark
as patrolled' link.

-- 
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 32486] WebRequest::getPathInfo() broken in img_auth.php on DreamHost

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32486

--- Comment #7 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2011-11-24 09:56:39 UTC ---
I committed some changes to the WebRequest and img_auth.php handling code in
r104150. Could you tell me if that change fixes 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 32537] Don't load some (default) modules if they've been loaded before

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32537

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2011-11-24 10:02:01 
UTC ---
To fix the problem you had on zhwiki, I suggest putting ULS in a hidden gadget
(are hidden gadgets supported on the live site? I forgeT) so you can use
mw.loader.using( 'ext.gadgets.uls', ... ) as appropriate.

Re the actual bug, maybe we should disallow calling load() on site and user
somehow. They're weird modules because they're loaded raw, which means the
usual guards against double-loading fail; however, they're also loaded on every
page, so calling load() on them is always unnecessary. So there the good news
is your load() call would stop working (which fixes the double-loading bug),
and the bad news is your load() call would stop working (which breaks your
hack).

-- 
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 32605] RSS extension doesn't support protocol-relative URLs

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32605

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2011-11-24 10:06:02 
UTC ---
Does the output of rss even include the original URL?

-- 
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 32537] Don't load some (default) modules if they've been loaded before

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32537

--- Comment #4 from Liangent liang...@gmail.com 2011-11-24 10:18:14 UTC ---
(In reply to comment #3)
 To fix the problem you had on zhwiki, I suggest putting ULS in a hidden gadget
 (are hidden gadgets supported on the live site? I forgeT) so you can use
 mw.loader.using( 'ext.gadgets.uls', ... ) as appropriate.

That's exactly what I did at
http://zh.wikipedia.org/wiki/MediaWiki:Gadget-site-lib.js . I set the
description text to a blank string and hid the checkbox with site CSS. I cannot
find an option to set a gadget as hidden, even in trunk.

 Re the actual bug, maybe we should disallow calling load() on site and user
 somehow. They're weird modules because they're loaded raw, which means the
 usual guards against double-loading fail; however, they're also loaded on 
 every
 page, so calling load() on them is always unnecessary. So there the good news
 is your load() call would stop working (which fixes the double-loading bug),
 and the bad news is your load() call would stop working (which breaks your
 hack).

Why do we have to load them raw? or can we wrap the whole content with an
if(){} of loading state check.

-- 
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 29203] Run collectstats.pl --regenerate to populate statistics about bug resolution

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29203

--- Comment #9 from Antoine hashar Musso has...@free.fr 2011-11-24 10:25:29 
UTC ---
The collect script does not seem to work properly. Apergos gave me the cronjob
output:

DBD::mysql::st execute failed: Duplicate entry '118-2011-11-24 00:00:00' for
key 1 [for Statement INSERT INTO series_data (series_id, series_date,
series_value) VALUES (?, '2011-11-24', ?) with ParamValues: 0='118', 1=244] at
./collectstats.pl line 526
main::CollectSeriesData() called at ./collectstats.pl line 162

-- 
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 29153] Pages loading without formatting too often

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #49 from Roan Kattouw roan.katt...@gmail.com 2011-11-24 10:31:19 
UTC ---
(In reply to comment #47)
 Created attachment 9535 [details]
 Headers on Network tab on Google Chrome, after disabling all gadgets and
 cleared user scripts
This one is very interesting: supposedly Chrome got a 403 Forbidden response
(!!). If you ever get a 403 again, please include the full headers *and the
content*. I can see from the Content-Length header that the response is 117
bytes, but I don't see the actual body of the 403 response in your screenshots.
This should be in the Response tab.

The other failures are really weird. Attachment 9532 shows a failure for both
flaggedrevs CSS and the jquerymediawiki JS request (obviously if that one
fails, any other JS that does load explodes immediately). Attachment 9533 shows
a different page load where only the flaggedrevs CSS failed to load; according
to the net panel it failed to load, but when you look at the details in
attachment 9534 the response from the server was a 304 (which means Chrome
must've had a cached version handy, and the server is telling it that that
cached version is still good; so how can it fail to load?). Attachment 9535
makes sense to me (403 from the server, don't know how that would happen, but
Chrome's reaction to it makes sense), but attachment 9536 is even weirder: the
WikiEditor request fails to load, but it's a cached 200 response?!

This might be related to
http://stackoverflow.com/questions/6559825/corrupt-google-chrome-cache
(doubtful, though, as I haven't seen any weird Range headers in your
screenshot), or to another bug that might exist in Chrome where it sends a
no-caching header (Cache-Control: max-age=0 in one of your screenshots,
Cache-Control: no-cache  Pragma: no-cache in the other) 
along with an If-Modified-Since header; I'm not sure if that's legal and how
servers are supposed to respond to that, but we respond to it with a 304
(because of the IMS) and I guess that might confuse Chrome.

-- 
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 31755] Styling in headers breaks sortable tables

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31755

--- Comment #14 from Roan Kattouw roan.katt...@gmail.com 2011-11-24 10:35:49 
UTC ---
(In reply to comment #13)
 So people following the style=background-color: workaround in Help:Sorting
 are being undermined by Reflinks. Is there some logical reason why Reflinks is
 doing what it is doing? Reflinks: 
 *http://en.wikipedia.org/wiki/User:Dispenser/Reflinks
This is probably just a bug in reflinks, I suggest you contact the author about
it.

-- 
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 32215] [Wikimedia Messages] Change all sitesupport-url to protocol-relative URL

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32215

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2011-11-24 10:37:10 
UTC ---
If anything, sitesupport-url should probably just be an https link, because it
links to the donation interface.

-- 
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 29153] Pages loading without formatting too often

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #50 from Liangent liang...@gmail.com 2011-11-24 10:39:00 UTC ---
I also see this randomly (missing of Common.css). Browsers used include
Iceweasel on PC and Opera Mini on cellphone IIRC. I cannot reproduce it somehow
so it's not easy for me to provide debug info.

-- 
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 32537] Don't load some (default) modules if they've been loaded before

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32537

--- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2011-11-24 10:41:58 
UTC ---
(In reply to comment #4)
 Why do we have to load them raw? or can we wrap the whole content with an
 if(){} of loading state check.
We didn't want to load them in a closure like normal modules, because that
could break function definitions that are expected to be global etc. It should
be OK to wrap them in an if statement or do anything else that doesn't involve
wrapping them in a closure, though.

-- 
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 32619] Narayam on Commons based on uselang attribute

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32619

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||niklas.laxst...@gmail.com
 Resolution||FIXED

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-11-24 
10:50:32 UTC ---
{{done}}.

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


[Bug 32578] Tracking bug for Tamil Wiki projects

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32578

Bug 32578 depends on bug 32619, which changed state.

Bug 32619 Summary: Narayam on Commons based on uselang attribute
https://bugzilla.wikimedia.org/show_bug.cgi?id=32619

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||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


[Bug 32619] Enable Narayam extension on Commons

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32619

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

  Component|Narayam |Extension setup
Version|any |unspecified
Product|MediaWiki extensions|Wikimedia
Summary|Narayam on Commons based on |Enable Narayam extension on
   |uselang attribute   |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 31467] Tracking bug for getting the Android app on translatewiki

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31467

--- Comment #18 from Niklas Laxström niklas.laxst...@gmail.com 2011-11-24 
11:05:07 UTC ---
One more thing: I need a small logo to add this project into the
translatewiki.net front page.

-- 
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 32622] New: Option to filter from big list of input methods like in Language Selector

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32622

   Web browser: ---
 Bug #: 32622
   Summary: Option to filter from big list of input methods like
in Language Selector
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: Narayam
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: srik@gmail.com
CC: junu.pv+pub...@gmail.com,
santhosh.thottin...@gmail.com
Classification: Unclassified


Can we have a textbox below the More input methods which can be used to
filter from long list like how its done for language selector now.

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

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


[Bug 32623] New: Add SQLite support

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32623

   Web browser: ---
 Bug #: 32623
   Summary: Add SQLite support
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wp.wu...@gmail.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified


Semantic MediaWiki is currently missing SQLite support (installation fails
because it is apparently using MySQL syntax). If desired I can add the specific
output but I doubt this would 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


[Bug 32622] Option to filter from big list of input methods like in Language Selector

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32622

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-11-24 
11:21:28 UTC ---
We are definitely going to re-think the design of the Narayam interface.

-- 
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 31697] in languages where the User: space has more than one gender flavor, autocomplete suggests pages from user space even before user types :

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31697

Bug 31697 depends on bug 32376, which changed state.

Bug 32376 Summary: XML dump contains gender-specific namespaces that breaks 
search indexing of those namespaces
https://bugzilla.wikimedia.org/show_bug.cgi?id=32376

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||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


[Bug 32376] XML dump contains gender-specific namespaces that breaks search indexing of those namespaces

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32376

Robert Stojnic rain...@eunet.rs changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #12 from Robert Stojnic rain...@eunet.rs 2011-11-24 11:51:59 UTC 
---
Resolved in r104124

-- 
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 32624] New: API support for useformat=mobile

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32624

   Web browser: ---
 Bug #: 32624
   Summary: API support for useformat=mobile
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MobileFrontend
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: roan.katt...@gmail.com
CC: prei...@wikimedia.org, tf...@wikimedia.org
Classification: Unclassified


Copying request from the mediawiki-api list. Tried to get the reporter to
report this themselves, but apparently the restrictions put in place after the
spam attack prevented that.

http://lists.wikimedia.org/pipermail/mediawiki-api/2011-November/002431.html



Hi All,
Will the useformat=mobile be supported by MediaWiki API where appropriate?

I am able to do the following for non mobile content
$.getJSON('http://en.wikipedia.org/w/api.php?action=parsepage='+encodeURIComponent(query)+'prop=textformat=jsoncallback=?',
function(json) { 
// do stuff
});

It would be nice if adding the parameter useformat=mobile would get the json
object of the mobile page content

like http://en.wikipedia.org/wiki/Main_Page?useformat=mobileformat=json

but this link returns a file containing a json object of the page content

Regards,

Asher Szmulewicz

-- 
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 31336] Ordered properties does not work as described.

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31336

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 CC||yaro...@gmail.com

--- Comment #4 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-11-24 
13:54:30 UTC ---
Yaron, are you familiar w/ this feature?

-- 
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 32623] Add SQLite support

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32623

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-11-24 
13:56:22 UTC ---
We're well aware of this, but need someone with SQLite knowledge to fix this,
and then another person to review it, before it can go into SMW.

-- 
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 28768] meta=globaluserinfo doesn't display homewiki

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28768

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com
Summary|action=globaluserinfo   |meta=globaluserinfo doesn't
   |doesn't display homewiki|display homewiki

-- 
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 32625] New: make guiuser of meta=globaluserinfo multi

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32625

   Web browser: ---
 Bug #: 32625
   Summary: make guiuser of meta=globaluserinfo multi
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CentralAuth
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
CC: agarr...@wikimedia.org, vasi...@gmail.com
Blocks: 23855
Classification: Unclassified


It is nice to check more than one user in a request.

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 23855] Non Core API Tracking bug

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23855

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||32625

-- 
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 32605] RSS extension doesn't support protocol-relative URLs

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32605

--- Comment #4 from MZMcBride b...@mzmcbride.com 2011-11-24 14:26:30 UTC ---
(In reply to comment #3)
 Does the output of rss even include the original URL?

I don't know. I tried looking at the code, but I couldn't figure out where the
list items were being put together.

If you use an https:// input link, you get https:// output. I think supporting
protocol-relative output in the RSS extension for blogs that support https and
http is reasonable 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 16176] Create XML category dumps

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16176

--- Comment #7 from Ariel T. Glenn ar...@wikimedia.org 2011-11-24 14:36:08 
UTC ---
I'm pretty uneasy about running this complicated query with 4 tables and a
subquery to boot, at least for full dumps. For manual exports of a small set of
pages via Special:Export it might be just fine.  Anyone with more query-fu than
me want to weigh in?

-- 
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 32500] Defining transwiki sources for sa.wikipedia.org

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32500

Shiju Alex shijua...@hotmail.com changed:

   What|Removed |Added

 CC||shijua...@hotmail.com

--- Comment #1 from Shiju Alex shijua...@hotmail.com 2011-11-24 14:43:59 UTC 
---
 - http://en.wikisource.org
 - http://sa.wikipedia.org

Can also be added along with this, since we might require to import from these
sites also.

-- 
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 31341] multiple file selection doesn't respect maxUpload config

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31341

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #7 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-11-24 
14:44:51 UTC ---
Dialog added in r104167

-- 
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 32624] API support for useformat=mobile

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32624

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 32624] API support for useformat=mobile

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32624

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||23855

-- 
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 23855] Non Core API Tracking bug

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23855

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||32624

-- 
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 32625] make guiuser of meta=globaluserinfo multi

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32625

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 32625] make guiuser of meta=globaluserinfo multi

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32625

--- Comment #1 from Reedy s...@reedyboy.net 2011-11-24 15:28:33 UTC ---
Shouldn't be too difficult, but it will need some refactoring to do it

-- 
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 32619] Enable Narayam extension on Commons

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32619

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 32618] MediaWiki should support partial page caching (edge side includes)

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32618

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 32618] MediaWiki should support partial page caching (edge side includes)

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32618

--- Comment #1 from Reedy s...@reedyboy.net 2011-11-24 15:29:40 UTC ---
Weird, I thought there was already a bug for this open

-- 
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 32626] New: Backlinks generated by references/ shouldn't be visible in printed version of pages

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32626

   Web browser: ---
 Bug #: 32626
   Summary: Backlinks generated by references/ shouldn't be
visible in printed version of pages
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Cite
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com
Classification: Unclassified


article text.[1] article text.[2] article text.[2]

== References ==

1. ^ ref 1
2. ^ 2.1 2.1 ref 2

 should be printed as 

article text.[1] article text.[2] article text.[2]

== References ==

1. ref 1
2. ref 2

-- 
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 32623] Add SQLite support

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32623

mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

 CC||mediaw...@kghoffmeyer.de

--- Comment #2 from mediaw...@kghoffmeyer.de 2011-11-24 15:37:11 UTC ---
Hi this might be a bit off-topic, but I would rather have full support of
PostgresQL than adding a new engine. This applies to MW itself too there
PostgesQL is still kinda experimental, at least they say so.

-- 
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 32627] New: Inconsistent state indicator on action=watch/unwatch

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32627

   Web browser: ---
 Bug #: 32627
   Summary: Inconsistent state indicator on action=watch/unwatch
   Product: MediaWiki
   Version: (wikimedia-deployment)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Watchlist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com
Classification: Unclassified


When the user (un)watched a page from action=(un)watch, the watching tab (=
the star) is showing the watching state before the action was done.

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

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


[Bug 3893] Import/Export should support zipped XML

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3893

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

   What|Removed |Added

 CC||ar...@wikimedia.org

--- Comment #13 from Ariel T. Glenn ar...@wikimedia.org 2011-11-24 15:41:59 
UTC ---
I guess it's fine to allow the user to select compress output file or
something on the special:export form.  I would make it the user's choice
though, rather than replacing the existing plain text format as this patch
does.

-- 
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 29528] diff3 not found / parameter length

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29528

mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

 CC||mediaw...@kghoffmeyer.de

--- Comment #1 from mediaw...@kghoffmeyer.de 2011-11-24 15:44:03 UTC ---
suhosin.get.max_value_length was again reported and fixed with bug 32100

-- 
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 29528] diff3 not found

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29528

mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

Summary|diff3 not found / parameter |diff3 not found
   |length  |

-- 
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 29528] diff3 not found

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29528

mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

   Priority|Normal  |High

--- Comment #2 from mediaw...@kghoffmeyer.de 2011-11-24 15:51:55 UTC ---
GNU diff3 does not get detected. Affirmative to for MW 1.17.0 and OpenBSD with
diff3 2.8.1. This issue started appearing after the upgrade to PHP 5.3.6. It
was working on PHP 5.2.13. Since this error message will most likely appear
more frequently when people move on with PHP I changed the importance of this
bug to high.

-- 
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 32628] New: Disable Oversight extension on WMF

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32628

   Web browser: ---
 Bug #: 32628
   Summary: Disable Oversight extension on WMF
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Extension setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: aschulz4...@gmail.com, br...@wikimedia.org
Classification: Unclassified


According to the OBSOLETE file [1] in SVN, Oversight/HideRevision was made
obsolete in core itself in 1.16, and was supposed to be deleted from the repo
at 1.17

Is there any reason we can't just disable it?

Do we need to do any config migration (Aaron?)?

Or is it enough just to remove require(
$IP/extensions/Oversight/HideRevision.php ); from CommonSettings.php?



[1]
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Oversight/OBSOLETE?revision=67908view=markup

-- 
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 32623] Add SQLite support

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32623

--- Comment #3 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-11-24 
15:57:59 UTC ---
MW supports both PostGres and SQLite. SMW does not since it does not only use
the MW db abstraction functions, but also constructs SQL on it's own, since
there where no appropriate abstraction functions for several queries at the
time they where written. And these manually constructed queries are what's
causing the compat issues w/ PostGres and SQLite. So some one needs to either
make SMW strictly use the abstraction functions if this is possible at this
point, or add in queries that also work w/ the other DBs.

-- 
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 14048] Special:Export should have an option to export with the sites license

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14048

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

   What|Removed |Added

 CC||ar...@wikimedia.org

--- Comment #14 from Ariel T. Glenn ar...@wikimedia.org 2011-11-24 16:00:50 
UTC ---
What about the author list as a solution to the problem?  That code is already
in Export.php and SpecialExport, and even usable after
https://svn.wikimedia.org/viewvc/mediawiki?revision=103314view=revision. It
allows the list of authors for a page to be exported even when only the current
revision is exported. (If you export full history you already have the user
names/IPs included in the revisions.)

-- 
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 32621] Root /Foo style article paths and action paths conflict

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32621

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-11-24 16:26:28 UTC 
---
edit/Foo is a legitimate page name (especially if $wgCapitalLinks is
disabled)... this sort of thing is one of the reasons we recommend against
putting your article and other spaces in the same place. :)

But if folks do do this, swapping the order to recognize action paths first is
probably better behavior for most cases.

-- 
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 22881] Greatly improved Export and Import

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22881

Vitaliy Filippov vita...@yourcmc.ru changed:

   What|Removed |Added

   Attachment #8386|0   |1
is obsolete||

--- Comment #31 from Vitaliy Filippov vita...@yourcmc.ru 2011-11-24 16:47:03 
UTC ---
Created attachment 9544
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9544
ZIP support + rebase the patch to r104165

The new version of patch:
* Rebased to r104165... (again and again...)
* ZIP support, used instead of multipart/related by default. Old
multipart/related is also supported, partly as an example of multiple archive
formats
* Added reporting of imported upload count
* Recent changes are now restored during import (so the post-import state looks
almost exactly same as in the source wiki)
* FileRepo part does not need changes anymore, thanks to Bryan Tong Minh! :)
* There was a bug in trunk - sha1 was compared with sha1base36 in Import.php
* A note about addPages() / addPagesExec() in SpecialExport: they're static
because they are useful for MW extensions, for example for a BatchEditor
extension we have.

I understand that the code maybe isn't perfect... But see, previous versions of
MediaWiki also don't have perfect code in export/import part. :)

And one more thing about backwards compatibility, ZIP and etc etc etc: all
efforts to maintain backwards compatibility with MW  1.18 are useless anyway,
because old XML parser didn't allow differences in the element hierarchy, even
if all the difference is a single added element, and it bails out with strange
errors in this case.

So I still suggest archives as the primary dump format, not the XML with
base64-encoded parts :)

-- 
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 32486] WebRequest::getPathInfo() broken in img_auth.php on DreamHost

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32486

Voyagerfan5761 / dgw mediaw...@technobabbl.es changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Voyagerfan5761 / dgw mediaw...@technobabbl.es 2011-11-24 
18:25:19 UTC ---
Tested and found to be behaving on my test wiki.

Appears fixed by r104150

-- 
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 32620] Support for root /Foo style pretty urls (tracking)

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32620

Bug 32620 depends on bug 32486, which changed state.

Bug 32486 Summary: WebRequest::getPathInfo() broken in img_auth.php on DreamHost
https://bugzilla.wikimedia.org/show_bug.cgi?id=32486

   What|Old Value   |New Value

 Status|NEW |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 22881] Greatly improved Export and Import

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22881

--- Comment #32 from Reedy s...@reedyboy.net 2011-11-24 19:04:08 UTC ---
Be nice to get it in for you before the patches go stale again!

-- 
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 12343] Deleting a page should not affect the old protection

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12343

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #5542|0   |1
is obsolete||

--- Comment #11 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:14:32 UTC ---
Comment on attachment 5542
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=5542
Adds the requried functionality

Patch no longer applies to trunk - automated testing per
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html -
marking obsolete.

-- 
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 29936] Api documentation on mw.org is out of date, incomplete

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29936

Ariel Test Glenn ar...@primate.net changed:

   What|Removed |Added

 CC||ar...@primate.net

--- Comment #3 from Ariel Test Glenn ar...@primate.net 2011-11-24 19:14:34 
UTC ---
Is this bug still accurate (api docs out of date)?

-- 
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 12343] Deleting a page should not affect the old protection

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12343

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |

--- Comment #12 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:16:38 UTC ---
Huji, I'm sorry, but trunk has changed since you submitted your patch such that
it no longer applies.  Would you be interested in talking with us about what
the desired behavior should be, possibly via a Village Pump or two and the
#mediawiki channel on freenode, and then revising your patch to include that
functionality?  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 29936] Api documentation on mw.org is out of date, incomplete

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29936

--- Comment #4 from Reedy s...@reedyboy.net 2011-11-24 19:17:45 UTC ---
I think it is to some extent, but nowhere near as bad as it was...

Needs checking again, as we've added a few more modules

-- 
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 10449] Add magic words to resolve canonical names

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10449

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #3954|0   |1
is obsolete||

--- Comment #12 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:18:36 UTC ---
Comment on attachment 3954
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=3954
patch to add {{CANONICALNAME}} magic word

Per automated testing
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html patch
no longer applies to MediaWiki trunk in Subversion.

-- 
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 10449] Add magic words to resolve canonical names

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10449

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #7764|0   |1
is obsolete||

--- Comment #13 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:18:55 UTC ---
Comment on attachment 7764
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7764
Add second parameter C to ns, namepace, talkspace, subjectspace and special

Per automated testing
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html patch
no longer applies to MediaWiki trunk in Subversion.

-- 
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 10449] Add magic words to resolve canonical names

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10449

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |i18n, need-parsertest,
   ||newparser, parser
 CC||suma...@panix.com

--- Comment #14 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:21:54 UTC ---
I'm sorry for the wait.  Because of the delay in reviewing these patches,
MediaWiki's codebase has changed enough that they no longer apply cleanly to
trunk.  I am bringing this to the attention of the parser rewrite team and the
internationalisation team so they can advise on whether it would be better to
update the patches submitted or to take a new approach.  Again, my regrets on
the delay.

-- 
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 11539] Add Hooks to SpecialImport and SpecialExport

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11539

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

 CC||ar...@wikimedia.org,
   ||dvanli...@gmail.com,
   ||suma...@panix.com

--- Comment #14 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:25:20 UTC ---
Christian, I am very sorry for the wait.  I've cc'd the people who currently
work on these dumps so they can advise you.  Thank you for your contribution
and sorry again for the delay in response!

-- 
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 16530] Edit summaries containing multiple autocomments are broken

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16530

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |

--- Comment #6 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:28:40 UTC ---
I'm sorry for the wait, Paul.  Because of the delay in reviewing your
contribution, MediaWiki's codebase has changed enough that the patch no longer
applies cleanly to trunk.  If you revise and update the patch, and mark it with
the patch and need-review keywords, we'll ensure someone reviews it a lot
faster.  My regrets, again.  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 16530] Edit summaries containing multiple autocomments are broken

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16530

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #5552|0   |1
is obsolete||

--- Comment #7 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:29:06 UTC ---
Comment on attachment 5552
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=5552
Proposed fix for regex in Linker-formatAutocomments

Per automated testing
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html patch
no longer applies to MediaWiki trunk in Subversion.

-- 
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 18465] Monobook strong for accessibility to selected items

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18465

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |
 CC||suma...@panix.com

--- Comment #3 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:32:40 UTC ---
jidanni, sorry, but the MediaWiki codebase has changed enough since you
submitted your patch that it no longer applies cleanly to trunk.  Would you be
interested in updating your patch and including improvements for other skins as
well?  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 18465] Monobook strong for accessibility to selected items

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18465

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #6027|0   |1
is obsolete||

--- Comment #4 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:32:59 UTC ---
Comment on attachment 6027
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=6027
patch

Per automated testing
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html patch
no longer applies to MediaWiki trunk in Subversion.

-- 
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 23890] Log: the usertoollinks are inside of mw-logevent-actionlink

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23890

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #7463|0   |1
is obsolete||

--- Comment #4 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:34:05 UTC ---
Comment on attachment 7463
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7463
Move the usertoollinks from $revert into the message

Per automated testing
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html patch
no longer applies to MediaWiki trunk in Subversion.

-- 
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 23890] Log: the usertoollinks are inside of mw-logevent-actionlink

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23890

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |

--- Comment #5 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:35:26 UTC ---
Umherirrender, I'm sorry for the wait in review.  The patch you wrote last year
doesn't apply to trunk anymore.  Is this patch still needed?  If so, would you
be interested in updating it?  Thanks, and sorry again.

-- 
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 32629] New: Wikipedia search reports wrong number, only recently happening

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32629

   Web browser: ---
 Bug #: 32629
   Summary: Wikipedia search reports wrong number, only recently
happening
   Product: Wikimedia Tools
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: [Other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@michaels.demon.co.uk
Classification: Unclassified


A search in Wikipedia reports the wrong number of hits. For example, until
recently, searching for supercede (without quote marks) in the Main
namespace, including redirects, returned the right number of hits. A few days
ago there were 12 actual hits, and 12 hits were reported. Then 16 hits were
reported, although there were still 12. On 24 November at !9:25 20 hits were
reported, but 12 hits were still recorded. So either the number of hits is
reported incorrectly, or possibly the number is correct and not all hits are
listed (I don't think so, 8 new uses of supercede in a week or so would be
unusual). I report this as searching for search result number in Bugzilla
finds nothing.

-- 
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 32629] Wikipedia search reports wrong number, only recently happening

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32629

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|[Other] |General/Unknown
Product|Wikimedia Tools |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 27936] preprocessor fail at parsing more than two back-to-back nested elements

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27936

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords||newparser, parsertest
 CC||b...@wikidev.net,
   ||en.wp.s...@gmail.com,
   ||suma...@panix.com

--- Comment #10 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:38:46 UTC ---
Dan, thank you for the patch and the parser test!  They are very much
appreciated.  I'm notifying Gabriel Wicke, who is working on rewriting the
parser.

In the few months since you made attachment 8859, the trunk has changed a
little; would you mind updating it to work against MediaWiki as it is in
Subversion now?  We'd appreciate that.  Thank you.  I'm sorry for the delay and
the inconvenience.

-- 
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 29153] Pages loading without formatting too often

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #51 from mybugs.m...@gmail.com 2011-11-24 19:38:57 UTC ---
Created attachment 9545
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9545
Metawiki - Google Chrome - Network and error console

The problem happened on Meta-wiki, while I was logged in. Here are the
screenshots.

-- 
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 27936] preprocessor fail at parsing more than two back-to-back nested elements

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27936

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |

-- 
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 27936] preprocessor fail at parsing more than two back-to-back nested elements

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27936

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #8859|0   |1
is obsolete||

--- Comment #11 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:39:46 UTC ---
Comment on attachment 8859
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8859
Single unified patch against phase3 with code changes and (passing!) parser
test

Per automated testing
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html patch
no longer applies to MediaWiki trunk in Subversion.  Requesting update.

-- 
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 29153] Pages loading without formatting too often

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #52 from mybugs.m...@gmail.com 2011-11-24 19:41:10 UTC ---
Created attachment 9546
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9546
Metawiki - Google Chrome - Headers and console

-- 
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 29153] Pages loading without formatting too often

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #53 from mybugs.m...@gmail.com 2011-11-24 19:43:40 UTC ---
Created attachment 9547
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9547
Metawiki - Google Chrome - No Response, No Preview and no Cookies

This screenshot shows that there was no response. I've checked also preview and
cookies tabs and they were blank too.

-- 
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 32629] Wikipedia search reports wrong number, only recently happening

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32629

--- Comment #1 from Michael m...@michaels.demon.co.uk 2011-11-24 19:50:43 UTC 
---
A search in Wikipedia reports the wrong number of hits. For example, until
recently, searching for supercede (without quote marks) in the Main
namespace, including redirects, resulted in 

Results 1 - 12 of 12 for supercede

followed by a list of 12 articles. This number has been reported correctly for
years.

A week or two ago 16 hits were reported, although only 12 were still listed. On
24 November at !9:25 20 Results 1 - 20 of 20 for supercede} was displayed,
followed by a list of 12 articles, the same articles as had been listed for 12
and then 16 results. So either the number of hits is reported incorrectly, or
possibly the number is correct and not all hits are listed (I don't think so, 8
new uses of supercede in a week or so would be unusual). I report this as
new, as searching for search result number in Bugzilla finds nothing.

-- 
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 23472] undesirable space after external link url in printout

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23472

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #7360|0   |1
is obsolete||

--- Comment #4 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:56:50 UTC ---
Comment on attachment 7360
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7360
remove extra space from a.external.text rule in commonPrint.css

Patch no longer applies to MediaWiki trunk in Subversion.
Tested by Rusty in
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.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 4127] Token to suppress table of contents autonumbering

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4127

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |need-parsertest, newparser
 CC||suma...@panix.com

--- Comment #9 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:59:14 UTC ---
The patch is now obsolete because it no longer applies cleanly to trunk due to
delay in review, so, marking obsolete and removing patch  need-review
keywords.

-- 
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 4127] Token to suppress table of contents autonumbering

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4127

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #1119|0   |1
is obsolete||

--- Comment #10 from Sumana Harihareswara suma...@panix.com 2011-11-24 
19:59:43 UTC ---
Comment on attachment 1119
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=1119
Adds _NOTOCNUM__ token to suppress TOC autonumbering.

Per automated testing
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html patch
no longer applies to MediaWiki trunk in Subversion.  I'm sorry for the delay in
review.

-- 
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 8588] Include regular page links when determining unused images

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8588

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |

--- Comment #9 from Sumana Harihareswara suma...@panix.com 2011-11-24 
20:02:12 UTC ---
Dmitriy, I'm sorry to say that your patch doesn't cleanly apply to MediaWiki's
codebase anymore.  I'm marking it obsolete and removing the patch  need-review
keywords.  If the problem is still happening in the current version of
MediaWiki, would you be interested in revising your patch?  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 8588] Include regular page links when determining unused images

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8588

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Attachment #5445|0   |1
is obsolete||

--- Comment #10 from Sumana Harihareswara suma...@panix.com 2011-11-24 
20:02:32 UTC ---
Comment on attachment 5445
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=5445
This patch allows to see usage of image pagelinks in statistics on Image: page

Per automated testing
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056340.html patch
no longer applies to MediaWiki trunk in Subversion.  I'm sorry for the delay in
review.

-- 
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 32630] New: Improve mime type detection for Photoshop files

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32630

   Web browser: ---
 Bug #: 32630
   Summary: Improve mime type detection for Photoshop files
   Product: MediaWiki
   Version: 1.17.0
  Platform: All
OS/Version: All
Status: NEW
  Keywords: need-review, patch
  Severity: normal
  Priority: Unprioritized
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mueller062001-...@yahoo.de
CC: bawolff...@gmail.com, bryan.tongm...@gmail.com
Classification: Unclassified


Created attachment 9548
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9548
Fix for the issue

I have tried uploading a photoshop image in my MediaWiki installation, but it
did not work out. The problem is that the mime type image/vnd.adobe.photoshop
is not allowed currently.

To fix this shortcoming I have added the according mime types to mime.info and
mime.types. I will attach a patch.

I would be glad, if you would integrate it.

-- 
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 32631] New: Magic Tools namespace urlencoding ? and =

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32631

   Web browser: ---
 Bug #: 32631
   Summary: Magic Tools namespace urlencoding ? and =
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Interwiki links
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rsyqfiojg...@spammotel.com
Classification: Unclassified


There has been a problem with the magic Tools namespace urlencoding ? and
=. I have compensated for it in edit
http://meta.wikimedia.org/w/index.php?title=Template:Sr-requestdiff=3103234oldid=3081092
by using http://toolserver.org/; in the links for crosswiki-ness and
crossactivity.

Please see the discussion at
http://meta.wikimedia.org/wiki/Template_talk:Sr-request#Urlencoding .

-- 
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 32631] tools-interwiki should not urlencode ? and =

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32631

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||INVALID
Summary|Magic Tools namespace |tools-interwiki should
   |urlencoding ? and = |not urlencode ? and =

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-11-24 20:52:19 UTC ---
Thanks for your report.

A little tech talk – There is no Tools namespace.
tools: (just like mw:,  meta: , commons:, 'en:) are interwiki links.

They point to places on other domains.

If such place should be referenced with an additional query string, then the
correct syntax is to use {{fullurl:}}, instead of a [[normal link]]. The
behavior is expected and intended. Closing bug report as invalid.

I've made some examples here to see how this can be used in Template:Sr-request

http://www.mediawiki.org/w/index.php?title=Project:Sandboxoldid=457353

If it still doesn't work, feel free to 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 27936] preprocessor fail at parsing more than two back-to-back nested elements

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27936

--- Comment #12 from Dan Collins en.wp.s...@gmail.com 2011-11-24 20:55:04 UTC 
---
Created attachment 9549
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9549
Updated patch against r104190

What's this, Sumana, you're working on thanksgiving?

Per manual testing, the only failing hunk from the original patch had the
effect of removing a single line, which by the way was already commented out.
Here is the updated patch.

-- 
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 27860] Do not mark edits as minor by default on new section or new page creation

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27860

Doug wikipediad...@googlemail.com changed:

   What|Removed |Added

 CC||wikipediad...@googlemail.co
   ||m

--- Comment #5 from Doug wikipediad...@googlemail.com 2011-11-24 21:20:44 UTC 
---
This was a very bad idea and I noticed it shortly after it was implemented but
didn't know the cause.  On Wikisources this is very undesirable.  Now it is
impossible to create a new page from OCR in the pagespace and mark it as minor,
unless it's done by a bot.  Creation of a page (as in a pagespace page) is
almost always minor.  On many projects too, the creation of redirects is minor.
The fix of course also prevents this on non-WMF instances of mediawiki.  This
should be reverted.

-- 
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 32632] New: SemanticMaps: Title.

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32632

   Web browser: ---
 Bug #: 32632
   Summary: SemanticMaps: Title.
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: SemanticMaps
AssignedTo: jeroen_ded...@yahoo.com
ReportedBy: van.de.bug...@gmail.com
Classification: Unclassified


I use

 {{ #ask: ... 
 | format = map 
 }}

A point on the map has title. Title is shown as a tooltip when mouse cursor
hovers the point icon, and also used as title in point's info bubble. There
also `#ask' parameter `title' which 

 Allows setting text that will be displayed in the pop-ups of all markers that
 do not have a specific title. 

(taken from http://semantic-mediawiki.org/wiki/Help:Map_format)

However, it is not clear how to set title for a specific point. I did some
experiments, then took a look into source code and found that the the first
printout statement is taken as point's title, but only it has type `Page'. 

In my application title is not of type `Page' but of type `String'.

Please consider the patch to allow the first printout of `String' type be a
title.

-- 
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 32632] SemanticMaps: Title.

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32632

--- Comment #1 from Van de Bugger van.de.bug...@gmail.com 2011-11-24 21:24:15 
UTC ---
Created attachment 9550
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9550
Let the first data of type `String' be a title.

-- 
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 32632] SemanticMaps: Title.

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32632

Van de Bugger van.de.bug...@gmail.com changed:

   What|Removed |Added

   Keywords||need-review, patch

-- 
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 2346] Special characters break section links in page history

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2346

--- Comment #9 from Dan Collins en.wp.s...@gmail.com 2011-11-24 21:36:56 UTC 
---
Created attachment 9551
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9551
Updated patch against r104197

Linker.php has changed a bit since then but here's my best guess at what that's
supposed to do. That code moved from formatComment to formatAutocomments and
then to formatAutocommentsCallback. This patch introduces the use of the global
$wgLegalTitleChars.

-- 
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 32633] New: Special:ExtensionDistributor 1.18 version does not include required items

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32633

   Web browser: ---
 Bug #: 32633
   Summary: Special:ExtensionDistributor 1.18 version does not
include required items
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SyntaxHighlight (GeSHi)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wikipediad...@googlemail.com
CC: soxre...@gmail.com
Classification: Unclassified


The documentation, included in the distribution says:

If you downloaded this from MediaWiki.org, there should already be a 'geshi'
directory in this folder. If there is, you can skip the next paragraph.

The documentation at [[mw:Extension:SyntaxHighlight GeSHi]] is clearer:

Since r4, we bundle Geshi into subversion. When downloading via the
ExtensionDistributor or directly from SVN, there should already be a geshi
directory inside your SyntaxHighlight_GeSHi directory. If this is the case then
GeSHi is already installed.

No such folder exists, 4 files were unzipped: SyntaxHighlight_GeSHi.php,
SyntaxHighlight_GeSHi.i18n.php, SyntaxHighlight_GeSHi.class.php, and README.

I downloaded the version for MW1.18 from the ExtensionDistributor.  Either
something is missing or the documentation is incorrect.

-- 
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 32633] Special:ExtensionDistributor 1.18 version does not include required items

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32633

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|SyntaxHighlight (GeSHi) |Site requests
Version|any |unspecified
Product|MediaWiki extensions|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 32633] Special:ExtensionDistributor 1.18 version does not include required items

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32633

--- Comment #1 from Reedy s...@reedyboy.net 2011-11-24 22:58:17 UTC ---
It would look like REL1_18 was checked out ignoring externals

Trunk and 1.17 are fine

-- 
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 18465] Monobook strong for accessibility to selected items

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18465

--- Comment #5 from jida...@jidanni.org 2011-11-24 23:27:39 UTC ---
Let this be a lesson for me. Bye.

-- 
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 32633] Special:ExtensionDistributor for REL1_18 version does not include svn:externals

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32633

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Special:ExtensionDistributo |Special:ExtensionDistributo
   |r 1.18 version does not |r for REL1_18 version does
   |include required items  |not include svn:externals

-- 
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 32634] New: re-indexing of wikis with gender namespaces

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32634

   Web browser: ---
 Bug #: 32634
   Summary: re-indexing of wikis with gender namespaces
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: lucene-search-2
AssignedTo: rain...@eunet.rs
ReportedBy: rain...@eunet.rs
Classification: Unclassified


Could someone take a look at which wikis use gender namespaces, and then adjust
the dates on searchidx2 in /a/search/indexes/status ?

The files in this directory contain the dates for the most recently indexed
article for each of the wikis. It would be good if this date would have been
rewinded to before the gender namespaces have been introduced so that all pages
are properly reindexed.

-- 
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 32617] Incorrect edit summary preloading when editing section 0

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32617

--- Comment #1 from Dan Collins en.wp.s...@gmail.com 2011-11-25 00:46:28 UTC 
---
Created attachment 9552
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9552
Patch that changes the regex mode.

The problem isn't necessarily only present in section zero - rather whenever
there is a malformed section link. Since we're editing a section, we only care
about section headers at the beginning of the current text we're editing, so
I've changed the regex that looks for them from /m to /s, which causes the ^ to
match the beginning of the string and not simply the beginning of the line.
Patch is attached, causes no new unit test failures.

-- 
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 32617] Incorrect edit summary preloading when editing section 0

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32617

Dan Collins en.wp.s...@gmail.com changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||en.wp.s...@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 32487] Create a mailing list for future Korean local Chapter

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32487

--- Comment #3 from Ryu, Cheol ry...@yahoo.com 2011-11-25 00:48:08 UTC ---
Something wrong or I missed something?

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


  1   2   >