[Bug 27105] [in bawolff's img_metadata branch] XMP parse error on files that incorrectly use an unordered array for creator's list

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Bawolff bawolff...@gmail.com 2011-02-13 08:02:54 UTC ---
Wow, that's even awesomer you're using it stand alone for some other project.

Yeah it is kind of weird that adobe makes a standard, then doesn't follow it.
Anyways, fixed as of r82051.

-- 
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 18635] Allow to use User pages as OpenIDs even if user is using OpenID already

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

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Keywords||need-review, patch
URL||http://www.mediawiki.org/wi
   ||ki/Extension:OpenID
 CC||m...@tgries.de

--- Comment #3 from T. Gries m...@tgries.de 2011-02-13 08:13:59 UTC ---
(In reply to comment #0)
 Currently, users can't use their user page URLs on site A as OpenID on site B
 if they login to site A using OpenID - some users might want to do that for
 vanity purposes or whatever (because one person can have multiple OpenID 
 URLs).

For openid-php-openid-782224d (taken from [1]) and OpenID-MediaWiki-1.16-r66255
[2] I created a patch which allows this per-wiki.

1. introduced a new switch
/**
 * Allow to use User pages as OpenIDs even if user is using OpenID already
 *
 * If true, users can use their user page URLs of this site A as OpenID
on another site B
 * even if user is using OpenID on A already
 * Some users might want to do that for vanity purposes or whatever
 *
 * https://bugzilla.wikimedia.org/show_bug.cgi?id=18635
 * If false, prevent serving OpenID accounts (TODO list item; done)
 *
 */
$wgOpenIDAllowServingOpenIDUserAccounts = true;

2. renamed the README file of the MediaWiki extension to
README.OpenID-mediawiki-extension - to avoid overwriting when merging with
the openid-php files, as currently suggested in the documentation

3. made everything working in MediaWiki 1.16.2 under PHP 5.3.5 (the patch fixes
Call-time pass-by-reference is deprecated error when using in PHP 5.3.x [3])

4. complete patched code
4.1 OpenID__openid-php-openid-782224d_plus_MW1.16-r66255 (original code
from openid-php and OpenID-MW extension [1] plus [2]
4.2 OpenID (patched version; on request)
4.3 diff between 4.1 - 4.2 (attached here)

[1] http://github.com/openid/php-openid/downloads
(https://github.com/openid/php-openid/zipball/2.2.2)
[2] http://www.mediawiki.org/wiki/Extension:OpenID
(http://upload.wikimedia.org/ext-dist/OpenID-MW1.16-r66255.tar.gz)
[3] https://github.com/openid/php-openid/issues#issue/8 Call-time
pass-by-reference is deprecated

-- 
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 18635] Allow to use User pages as OpenIDs even if user is using OpenID already

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

--- Comment #4 from T. Gries m...@tgries.de 2011-02-13 08:18:13 UTC ---
correction - something went wrojng when submitting the texz
[2] http://upload.wikimedia.org/ext-dist/OpenID-MW1.16-r66255.tar.gz

-- 
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 18635] Allow to use User pages as OpenIDs even if user is using OpenID already

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

--- Comment #5 from T. Gries m...@tgries.de 2011-02-13 08:19:37 UTC ---
http://upload.wikimedia.org/ext-dist/OpenID-MW1.16- r 6 6 2 5 5 .tar.gz

-- 
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 27353] IPv6 address not recognised

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-02-13 08:19:40 UTC ---
What webserver are you running.

This (mostly) works for me on apache. (otoh, when accessing any special page
using ipv6 locally I get white screen of death, which i need to investigate
futher)

-- 
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 18635] Allow to use User pages as OpenIDs even if user is using OpenID already

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

--- Comment #6 from T. Gries m...@tgries.de 2011-02-13 08:21:52 UTC ---
Created attachment 8137
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8137
patch for (openid-php 2.2.2 and OpenID Mediawiki extension 1.16.x)  1.allow
openid accounts work as openid provider url 2. fix deprecated error in PHP
5.3.x

-- 
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 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

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

--- Comment #19 from darklama darkl...@gmail.com 2011-02-13 09:56:55 UTC ---
Another option. Invent a new protocol and remap it:

url(mw://Page.css) -
url(/w/index.php?title=Page.cssaction=rawctype=text/css)

-- 
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 14977] $wgServer lacks brackets in IPv6 URLs

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

--- Comment #24 from Ashar Voultoiz has...@free.fr 2011-02-13 10:41:29 UTC ---
One way would be to check the SERVER_NAME variable for columns, and enclose it
in brackets automatically.

-- 
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 24466] Enable Collection extension on hiwiki

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

mayurkumar mayur...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|LATER   |

--- Comment #13 from mayurkumar mayur...@gmail.com 2011-02-13 11:33:44 UTC ---
Hi,
 I am reopening this bug bcoz the problem associated eith this bug has been
resolved.I found fonts error in pdf files bcoz i had not install a proper font
system on my pc, Many another hindi wikipedian tried to create same pdf creator
on wii source and found that it is working properly.Then i realised that its
due to font style.

Plz reinstall this exetension so that our readers and users may get benefits
from this.

Thank you and regards
Mayur

-- 
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 24466] Enable Collection extension on hiwiki

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

Liangent liang...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||liang...@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 4438] No CSS hook exists for distinguishing between actions for a given page title

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

--- Comment #10 from Subfader subfa...@gmail.com 2011-02-13 12:51:48 UTC ---
Can't get Sparkla's JS solution working
http://test.wikipedia.org/w/index.php?title=User:Splarka/monobook.jsoldid=21972

For those who want to hardcode a solution: includes/Skin.php:

function getPageClasses( $title ) {
global $wgRequest;
$numeric = 'ns-'.$title-getNamespace();
if( $title-getNamespace() == NS_SPECIAL ) {
$type = 'ns-special';
} elseif( $title-isTalkPage() ) {
$type = 'ns-talk';
} else {
$type = 'ns-subject';
}
$name = Sanitizer::escapeClass( 'page-'.$title-getPrefixedText() );
  if (!$wgRequest-getVal('action')) {
$actionValue='view';
} else {
$actionValue = $wgRequest-getVal('action');
}
$action = 'action-'. $actionValue;
return $numeric $type $name $action;
}

This will add  action-edit to the body class when you edit a page etc. and
action-view when there is no action.

-- 
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 4438] No CSS hook exists for distinguishing between actions for a given page title

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

--- Comment #11 from Subfader subfa...@gmail.com 2011-02-13 12:57:29 UTC ---
A slightly improved version will also add action-yes to catch all pages that
have an action.

  if (!$wgRequest-getVal('action')) {
$actionValue = 'action-no action-view';
} else {
$actionValue = 'action-yes action-'.$wgRequest-getVal('action');
}
$action = $actionValue;

-- 
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 26012] Fatal error when running update

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

--- Comment #9 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-02-13 
12:59:17 UTC ---
According to this commit, it should not work with 1.16:
http://svn.wikimedia.org/viewvc/mediawiki?view=revisionrevision=81025

-- 
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 27360] PHP Only variables should be passed by reference error when running maintenance script SMW_refreshdata.php

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

--- Comment #3 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-02-13 
13:57:40 UTC ---
This looks like an SMW+ issue really. The warning is probably coming from
automaticsemanticforms making an incorrect call to the SMW SQL store. 

In any case, whet version of SMW are you using? Did it came bundled with SMW+
(and have a bunch of patches with it)? If so, you should report this to
Ontoprise.

-- 
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 27225] Search term with a dash ' - ' in it not found

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

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

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-13 
14:39:26 UTC ---
– is not the same as -, but something fancy is (not?) going on here.

-- 
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 27377] New: Special:Listfiles user selector broken if called with $par

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

   Summary: Special:Listfiles user selector broken if called with
$par
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bryan.tongm...@gmail.com


If Special:Listfiles/$par is called, the user selector doesn't work because it
sets a hidden title field to Special:Listfiles/$par and a hidden user field to
an empty string.

-- 
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 25983] Drop unused columns

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

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

   What|Removed |Added

   Priority|High|Low
 CC||niklas.laxst...@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 13862] Show TOC on Special:SpecialPages

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

Danny B. dann...@email.cz changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #12 from Danny B. dann...@email.cz 2011-02-13 14:45:26 UTC ---
Reopening per comment 0 comment 2 comment 3 comment 7. Besides it has been
discussed on IRC in the days the bug has been open and it had support there as
well.

-- 
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 26085] Language interwikis aren't working on talk pages

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

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

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-13 
14:46:40 UTC ---
What purpose would that be?

-- 
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 27265] Usage of deprecated PHP functions

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

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

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-13 
15:00:04 UTC ---
So what is it exactly that needs to be fixed to close 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 17313] Moving edits incomplete and stalled after renaming a user on enwiki

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

--- Comment #22 from Jeff G. rsyqfiojg...@spammotel.com 2011-02-13 15:02:01 
UTC ---
I suggest creating a way to salt the account names that request successful
renames, implementing it on English Wikipedia, and getting consensus of the
Bureaucrats there to use 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 27378] New: Duping the bug does not add users to CC-list of target bug

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

   Summary: Duping the bug does not add users to CC-list of target
bug
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Bugzilla
AssignedTo: pdha...@wikimedia.org
ReportedBy: dann...@email.cz
CC: innocentkil...@gmail.com, s...@reedyboy.net


When the bug 1 is closed as duplicate to bug 2, it used to add all users from
cc-list of bug 1 to cc-list of bug 2 but no longer does.

No matter if user is reporter, commenter or just watcher.

-- 
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 27195] Grant anonymous users 'createpage' right and enable Extension:FlaggedRevisions on fa.wikipedia.org fawiki_p

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

Amir Sarabadani ladsgr...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|LATER   |

--- Comment #7 from Amir Sarabadani ladsgr...@gmail.com 2011-02-13 16:07:07 
UTC ---
Thanks please revoke 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 27375] Do the diff colouring in CR

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

--- Comment #1 from Reedy s...@reedyboy.net 2011-02-13 16:39:05 UTC ---
This doesn't seem to make any difference on my brower, but on my phone it seems
to do...

-- 
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 27376] when using ApiBase::PARAM_TYPE = 'integer' without a min or max value, api doesn't validate the input is actually an integer

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Reedy s...@reedyboy.net 2011-02-13 17:01:03 UTC ---
r82060

--- Comment #3 from Reedy s...@reedyboy.net 2011-02-13 17:01:35 UTC ---
Test

-- 
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 10128] Image disappeared on Wikimedia Commons

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

--- Comment #12 from Jeff G. rsyqfiojg...@spammotel.com 2011-02-13 17:03:58 
UTC ---
The first two files were 'Deleted because Missing license/source/permission
information.'  Stop_hand.svg and Wipermail.jpg appear to have been restored. 
Status is 'RESOLVED 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 4438] No CSS hook exists for distinguishing between actions for a given page title

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

--- Comment #12 from Subfader subfa...@gmail.com 2011-02-13 17:30:03 UTC ---
Now also considering diffs which don't use the action parameter.

  if (!$wgRequest-getVal('action')) {
$actionValue = 'action-no action-view';
} else {
$actionValue = 'action-yes action-'.$wgRequest-getVal('action');
}
  if ($wgRequest-getVal('diff')) {
$actionValue = 'action-yes action-diff';
}
$action = $actionValue;

-- 
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 27195] Grant anonymous users 'createpage' right and enable Extension:FlaggedRevisions on fa.wikipedia.org fawiki_p

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

--- Comment #8 from Max Semenik maxsem.w...@gmail.com 2011-02-13 17:31:57 UTC 
---
(In reply to comment #7)
 Thanks please revoke it

Why? Do you have community consensus for this?

-- 
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 27378] Duping the bug does not add users to CC-list of target bug

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|enhancement |minor

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

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


[Bug 12942] Uncategorized categories/pages/templates refactoring

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

--- Comment #8 from Reedy s...@reedyboy.net 2011-02-13 17:43:29 UTC ---
Uncat pages is now UncategorizedPagesPage

Uncat categories now subclasses UncategorizedPagesPage, as does uncat
templates...

Varying only on the requestedNamespace...

-- 
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 26085] Language interwikis aren't working on talk pages

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

Reedy s...@reedyboy.net 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 27353] IPv6 address not recognised

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

--- Comment #2 from Simon Walker stwalkers...@googlemail.com 2011-02-13 
18:11:25 UTC ---
Apache/2.2.14 (Ubuntu) - http://ipv6.helpmebot.org.uk/~stwalkerster/info.php

Might this be related to the fact IPv6 connectivity is being provided via a
tunnel from Hurricane Electric?

-- 
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 27379] New: Wikipedia Latgalian

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

   Summary: Wikipedia Latgalian
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dark-eag...@hotmail.com


Wikipedia in Latgalian language [1] has been approved by the Language
committee and the Board, which means that it should be created. The code is
ltg.

Test project is at [2].

Thanks!

[1] -
http://meta.wikimedia.org/wiki/Requests_for_new_languages/Wikipedia_Latgalian_3
[2] - http://incubator.wikimedia.org/wiki/wp/ltg

-- 
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 27380] New: SQL Error in SMW_SQLStore2.php at 1106

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

   Summary: SQL Error in SMW_SQLStore2.php at 1106
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: pe...@peter-siegel.de
CC: jeroen_ded...@yahoo.com, pe...@peter-siegel.de


MediaWiki1.16.2
SemanticMediaWiki 1.5.5
PHP5.2.15 (apache2handler)
PostgreSQL9.0.1


On selecting the semantic search in page Special:Ask following error is
reported:

-
A database error has occurred
Query: DELETE FROM smw_tmp_unusedprops USING smw_tmp_unusedprops INNER JOIN
smw_rels2 INNER JOIN smw_ids ON p_id=smw_id AND title=smw_title AND smw_iw=''
Function: SMW::getUnusedPropertySubjects
Error: 1 ERROR: syntax error at end of input
LINE 1: ...OIN smw_ids ON p_id=smw_id AND title=smw_title AND smw_iw=''
^
Backtrace:
#0
/opt/lappstack-1.2-4/apache2/htdocs/peterswiki/includes/db/Database.php(538):
DatabasePostgres-reportQueryError('ERROR: syntax ...', 1, 'DELETE FROM
smw...', 'SMW::getUnusedP...', false)
#1
/opt/lappstack-1.2-4/apache2/htdocs/peterswiki/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php(1106):
DatabaseBase-query('DELETE FROM smw...', 'SMW::getUnusedP...')
#2
/opt/lappstack-1.2-4/apache2/htdocs/peterswiki/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php(222):
SMWSQLStore2-getUnusedPropertiesSpecial()
#3
/opt/lappstack-1.2-4/apache2/htdocs/peterswiki/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php(378):
SMWAskPage::addAutocompletionJavascriptAndCSS()
#4
/opt/lappstack-1.2-4/apache2/htdocs/peterswiki/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php(55):
SMWAskPage-makeHTMLResult()
#5
/opt/lappstack-1.2-4/apache2/htdocs/peterswiki/includes/SpecialPage.php(559):
SMWAskPage-execute(NULL)
#6 /opt/lappstack-1.2-4/apache2/htdocs/peterswiki/includes/Wiki.php(254):
SpecialPage::executePath(Object(Title))
#7 /opt/lappstack-1.2-4/apache2/htdocs/peterswiki/includes/Wiki.php(64):
MediaWiki-handleSpecialCases(Object(Title), Object(OutputPage),
Object(WebRequest))
#8 /opt/lappstack-1.2-4/apache2/htdocs/peterswiki/index.php(117):
MediaWiki-performRequestForTitle(Object(Title), NULL, Object(OutputPage),
Object(User), Object(WebRequest))
#9 {main}
-

-- 
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 27379] Wikipedia Latgalian

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

Olegs Anosovs dark-eag...@hotmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||dark-eag...@hotmail.com
 AssignedTo|wikibugs-l@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 26085] Language interwikis aren't working on talk pages

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #3 from Krinkle krinklem...@gmail.com 2011-02-13 18:14:36 UTC ---
I've been annoyed by this as well at times, but on the other hand it does make
sense (to me).

Interlanguage links indicate that a page is also available in another language
(where you may find more information or perhaps informationin your own language
would you be visiting a foreign wiki).

Since the talk-pages are not translated it is understandable for them not to
have interlanguage links.

I'm not saying it should not be implemented, but I guess this is the reason why
it has not been done before.

-- 
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 27380] SQL Error in SMW_SQLStore2.php at 1106

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

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-02-13 
18:23:45 UTC ---
Thanks for reporting. I'm planning to have a look at SMWs PostGres support, but
this is blocked by the current MediaWiki installer having broken PostGres
support, preventing me from setting up a testing wiki.

-- 
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 27375] Do the diff colouring in CR

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Reedy s...@reedyboy.net 2011-02-13 18:28:30 UTC ---
Oh, seen it locally. Duh, diffs get cached

r82064

-- 
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 1211] Subcategory paging is not separate from article or image paging

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

--- Comment #68 from Aryeh Gregor simetrical+wikib...@gmail.com 2011-02-13 
18:33:14 UTC ---
This is in 1.17, as comment 65 says.  It will be in a stable release when 1.17
is released.  It will be enabled on Wikimedia at some time in the relatively
near future.  Please be patient.

-- 
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 27381] New: Don't (un)expand headings on right click

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

   Summary: Don't (un)expand headings on right click
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Keywords: easy
  Severity: enhancement
  Priority: Normal
 Component: Vector Skin
AssignedTo: tpars...@wikimedia.org
ReportedBy: theevilipaddr...@hotmail.de
CC: asha...@wikimedia.org


Created attachment 8138
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8138
Simple patch, checking event.which

I have recently noted that the headings of the navigation bar also collapse or
uncollapse on right click. IMO this is sort of unexpected, because you usually
press the right mouse button maybe to go back or forward in the history,
inspect an element out of interest as I did, check out the source or similar,
however you don't expect the page to change when doing so.

I have added a simple patch which would solve this problem. I'm not sure about
the middle mouse button, because I have never used one, so I left it as is with
this button.

This fix is done in an extension, but under the component MediaWiki
extensions, I couldn't find Vector, so I did it here. Feel free to move.

-- 
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 27381] Don't (un)expand headings on right click

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

The Evil IP address theevilipaddr...@hotmail.de changed:

   What|Removed |Added

   Attachment #8138|0   |1
is obsolete||

--- Comment #1 from The Evil IP address theevilipaddr...@hotmail.de 
2011-02-13 19:06:31 UTC ---
Created attachment 8139
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8139
Simple patch, checking event.which

Fixed path, since I only checked out the modules directory due to the tiny
memory of my netbook.

-- 
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 17160] Gender specific display text for User namespace

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

--- Comment #17 from Leinad danny.lei...@gmail.com 2011-02-13 19:19:14 UTC ---
(In reply to comment #16)
 See r82029

Yay! This is wonderful suprise :))

I have some observations/questions:
* I tried add $namespaceGenderAliases via LocalSettings.php, but it is not work
- only works via MessagesPl.php. 
* Are you planning to allow add default names in $namespaceGenderAliases via
platform translatewiki or I should request in new bug?
* Gender form is visible only in h1 and URL, but not in tab. In my opinion if
$namespaceGenderAliases is enabled, there should exist MediaWiki messages for
tab with proper gender form.

-- 
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 27381] Don't (un)expand headings on right click

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
  Component|Vector Skin |Vector
Version|1.18-svn|any
Product|MediaWiki   |MediaWiki extensions

-- 
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 27382] New: wrong encodding

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

   Summary: wrong encodding
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: minor
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: serega...@gmail.com


Ubuntu 10.04 LTS x86_64
# svn info
Путь: '.'
URL: http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_17/phase3
Корень репозитория: http://svn.wikimedia.org/svnroot/mediawiki
UUID репозитория: dd0e9695-b195-4be7-bd10-2dea1a65a6b6
Редакция: 82071
Вид узла: каталог
Задано: нормально
Автор последнего изменения: ialex
Редакция последнего изменения: 81968
Дата последнего изменения: 2011-02-11 17:53:39 +0300 (Птн, 11 Фев 2011)

# apache2 -v
Server version: Apache/2.2.14 (Ubuntu)
Server built:   Nov 18 2010 21:19:09

# php -v
PHP 5.3.2-1ubuntu4.7 with Suhosin-Patch (cli) (built: Jan 12 2011 18:36:55) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

-- 
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 27382] wrong encodding

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

--- Comment #1 from serega386 serega...@gmail.com 2011-02-13 19:35:02 UTC ---
Created attachment 8140
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8140
screenshot

-- 
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 27382] wrong encodding

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rlan...@gmail.com
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |rlan...@gmail.com
   |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 27382] wrong encodding

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

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |
 AssignedTo|rlan...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #2 from Ryan Lane rlan...@gmail.com 2011-02-13 19:39:46 UTC ---
Closed the wrong 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 27197] Bugzilla doesn't allow unified diffs any more

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rlan...@gmail.com
 Resolution||FIXED
 AssignedTo|pdha...@wikimedia.org   |rlan...@gmail.com

--- Comment #1 from Ryan Lane rlan...@gmail.com 2011-02-13 19:40:57 UTC ---
PatchReader module was missing.

-- 
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 27353] IPv6 address not recognised

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

--- Comment #3 from Bawolff bawolff...@gmail.com 2011-02-13 19:42:06 UTC ---
 This (mostly) works for me on apache. (otoh, when accessing any special page
 using ipv6 locally I get white screen of death, which i need to investigate
 futher)
Just to clarify, I discovered my comment about special pages not working was
due to the redirect bug (bug 14977). Its unrelated to your issue.

-- 
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 27382] special:search snippets have the wrong encoding

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
  Component|General/Unknown |Search
Version|wikimedia-deployment|1.17
Summary|wrong encodding |special:search snippets
   ||have the wrong encoding

--- Comment #3 from Bawolff bawolff...@gmail.com 2011-02-13 19:43:53 UTC ---
Based on your screenshot, I'm assuming only the snippets from special:search
have wrong encoding.

-- 
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 27383] New: TIFF file description pages state pixel rather than pixels

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

   Summary: TIFF file description pages state pixel rather than
pixels
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://commons.wikimedia.org/wiki/File:The_Earth_seen_
from_Apollo_17.tiff
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rsyqfiojg...@spammotel.com
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com,
rsyqfiojg...@spammotel.com, hart...@videolan.org


3,720 × 3,796 pixel is not the correct plural 3,720 × 3,796 pixels at
http://commons.wikimedia.org/wiki/File:The_Earth_seen_from_Apollo_17.tiff .

-- 
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 27383] TIFF file description pages state pixel rather than pixels

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |trivial

-- 
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 27383] TIFF file description pages state pixel rather than pixels

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

Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

 CC||raimond.spekk...@gmail.com
  Component|Images and files|PagedTiffHandler
Version|unspecified |any
 AssignedTo|wikibugs-l@lists.wikimedia. |gla...@hallowelt.biz
   |org |
Product|MediaWiki   |MediaWiki extensions
   Severity|trivial |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 27383] TIFF file description pages state pixel rather than pixels

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

Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Raimond Spekking raimond.spekk...@gmail.com 2011-02-13 
19:51:24 UTC ---
Fixed with r82073

-- 
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 27379] Wikipedia Latgalian

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-02-13 
20:00:26 UTC ---
I confirm this on behalf of the Langcom.

Here's the data for the creation, from the request page:

* Language name in native language (not needed for the setup, but needed if it
is a completely new language for updating Meta pages): '''Latgaļu''' (for
interwikis); '''Latgaļu volūda''' (full name)
* Language code: '''ltg'''
* Site url: '''ltg.wikipedia.org'''
* Logo (135x155px PNG image; a derivative from a decent SVG image):
[[:File:Wikipedia-logo-v2-ltg.png]]
* Project name (Wikipedia in native language): '''Vikipedeja'''
* The name of the project namespace (usually the same as the previous):
'''Vikipedeja'''
* The name of the project talk namespace (something like Wikipedia talk in
your language): '''Vikipedejis sprīža'''
* Default project timezone (something like: CET (UTC+1)): '''EET (UTC+2)'''

-- 
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 27379] Please create Wikipedia in Latgalian language

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
Summary|Wikipedia Latgalian |Please create Wikipedia in
   ||Latgalian language

-- 
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 27195] Grant anonymous users 'createpage' right and enable Extension:FlaggedRevisions on fa.wikipedia.org fawiki_p

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

--- Comment #9 from Mjbmr mjb...@gmail.com 2011-02-13 20:14:37 UTC ---
Yes we are, as a discussion before it was for trial period and now creating
page by anonymous users should be disable and now should install FlaggedRevs
extension 
with standard configuration like dewiki on fawiki for a trial period like
creating page by anonymous users, here a like to discussion:

http://fa.wikipedia.org/wiki/ویکی‌پدیا:نظرخواهی_برای_تغییر_محدودیت‌های_ویرایشی/ویرایش_در_انتظار_(آزمایشی)

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 27382] special:search snippets have the wrong encoding

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

--- Comment #4 from Max Semenik maxsem.w...@gmail.com 2011-02-13 20:16:58 UTC 
---
What database and what collation (in case of MySQL) are you using?

-- 
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 27382] special:search snippets have the wrong encoding

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

--- Comment #5 from serega386 serega...@gmail.com 2011-02-13 20:23:52 UTC ---
PostgreSQL 8.4.7 on x86_64-pc-linux-gnu, compiled by GCC gcc-4.4.real (Ubuntu
4.4.3-4ubuntu5) 4.4.3, 64-bit

CREATE DATABASE wikidb
  WITH OWNER = wikiuser
   ENCODING = 'UTF8'
   TABLESPACE = pg_default
   LC_COLLATE = 'ru_RU.UTF-8'
   LC_CTYPE = 'ru_RU.UTF-8'
   CONNECTION LIMIT = -1;

-- 
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 19587] secure.wikimedia.org speed and status

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

--- Comment #8 from Chris Wood standsongr...@gmail.com 2011-02-13 20:31:27 
UTC ---
The above three pages are still inaccessible for me. Also I've found another:
https://secure.wikimedia.org/wikipedia/en/wiki/9/11

-- 
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 27382] special:search snippets have the wrong encoding

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

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

   Keywords||postgresql
 CC||g...@turnstep.com

--- Comment #6 from Max Semenik maxsem.w...@gmail.com 2011-02-13 20:34:54 UTC 
---
CC'ing the Postgres maintainer.

-- 
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 19587] secure.wikimedia.org speed and status

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #9 from Bawolff bawolff...@gmail.com 2011-02-13 20:37:56 UTC ---
https://secure.wikimedia.org/wikipedia/en/wiki/Obama

The first time i tried to access it i got a 502 error about proxy not being
able to read. Second time, it went through rather quickly. Perhaps the parser
cache is separate for secure and rest of everything, and that page just takes
insanely long to render that it times out(?)

-- 
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 27379] Please create Wikipedia in Latgalian language

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

  Component|Language setup  |Site requests
 Blocks||16976
 AssignedTo|rhals...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org

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

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


[Bug 16976] Wikis ready for creation (tracking)

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 Depends on||27379

-- 
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 17160] Gender specific display text for User namespace

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

--- Comment #18 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-13 
20:47:48 UTC ---
(In reply to comment #17)
 I have some observations/questions:
 * I tried add $namespaceGenderAliases via LocalSettings.php, but it is not 
 work
 - only works via MessagesPl.php. 

Yes, it is like any other variable in MessagesXx.php

 * Are you planning to allow add default names in $namespaceGenderAliases via
 platform translatewiki or I should request in new bug?

Currently there is no way to add them directly in twn. Should be done either in
bugzilla or through Support on twn. Sorry I didn't actually read the first
comment in this bug.

 * Gender form is visible only in h1 and URL, but not in tab. In my opinion 
 if
 $namespaceGenderAliases is enabled, there should exist MediaWiki messages for
 tab with proper gender form.

Was it you or someone else which suggested the workaround
{{GENDER:{{BASEPAGENAME}}|...}}. Anyway, could you open a separate bug for it
so that I don't forget 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 24984] Thumbnailing errors for tiffs

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

--- Comment #11 from Jeff G. rsyqfiojg...@spammotel.com 2011-02-13 20:53:02 
UTC ---
A similar problem is in [[Commons:Category:Hermitage hi-res TIFF files from a
.torrent]], where 11 of 15 images (73%) are not thumbnailing.  If there is an
exactly 12.5 megapixels (12,500,000 pixels) limit on thumnbnailing TIFF images
(and/or others besides PNG images), please update [[Commons:Commons:First
steps/Quality and description#Size_and_scaling]] to reflect the current reality
and consider increasing that five year old limit.

-- 
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 13862] Show TOC on Special:SpecialPages

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

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

   What|Removed |Added

 CC|has...@free.fr  |

--- Comment #13 from Ashar Voultoiz has...@free.fr 2011-02-13 20:53:05 UTC ---
Removing myself from CC since I have no interest in implementing this request.
I do confirm this is an easy task 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 27353] IPv6 address not recognised

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

--- Comment #4 from Brion Vibber br...@pobox.com 2011-02-13 20:55:02 UTC ---
Can you double-check what $_SERVER['REMOTE_ADDR'] returns? Sounds like we have
a couple possibilities:

1) REMOTE_ADDR data provided by the web server is missing or bogus
2) REMOTE_ADDR is fine, but for some reason that value doesn't get normalized
correctly by IP::canonicalize()

-- 
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 24984] Thumbnailing errors for tiffs

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

--- Comment #12 from Jeff G. rsyqfiojg...@spammotel.com 2011-02-13 20:55:05 
UTC ---
Let's try those links again:
[[Commons:Category:Hermitage hi-res TIFF files from a .torrent]] and
[[Commons:Commons:First steps/Quality and description#Size_and_scaling]]

-- 
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 27384] New: Wiki links (double square brackets) are not hyperlinked when they traverse linebreaks

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

   Summary: Wiki links (double square brackets) are not
hyperlinked when they traverse linebreaks
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: https://bugzilla.wikimedia.org/show_bug.cgi?id=24984#c
11
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Bugzilla
AssignedTo: pdha...@wikimedia.org
ReportedBy: rsyqfiojg...@spammotel.com
CC: innocentkil...@gmail.com, s...@reedyboy.net


This behavior appears to be specific to this bugzilla because these are wiki
links.  Compare the wiki links in
https://bugzilla.wikimedia.org/show_bug.cgi?id=24984#c11 (which are not
hyperlinked) with the wiki links in the next comment
https://bugzilla.wikimedia.org/show_bug.cgi?id=24984#c12 (which are
hyperlinked).

-- 
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 27360] PHP Only variables should be passed by reference error when running maintenance script SMW_refreshdata.php

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

--- Comment #4 from Gijs van Haastrecht subs@gmail.com 2011-02-13 
21:02:25 UTC ---
Thanks for answering.
I got the latest version of both SMW (1.5.5)and SMW+ (1.5.2).
I thought it might be SMW+ wrongly calling SMW methods as well.
Will report it to them.

-- 
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 27360] PHP Only variables should be passed by reference error when running maintenance script SMW_refreshdata.php

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

--- Comment #5 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-02-13 
21:05:20 UTC ---
Markus: Unless you disagree with this being SMW+s doing it wrong, this can be
marked as invalid.

-- 
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 27377] Special:Listfiles user selector broken if called with $par

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |br...@pobox.com
   |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 27385] New: Set Polish $namespaceGenderAliases

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

   Summary: Set Polish $namespaceGenderAliases
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: danny.lei...@gmail.com


Please set on MessagesPl.php:

$namespaceGenderAliases = array(
NS_USER = array( 'male' = 'Użytkownik', 'female' = 'Użytkowniczka' ),
NS_USER_TALK = array( 'male' = 'Dyskusja_użytkownika', 'female' =
'Dyskusja_użytkowniczki' ),
);

-- 
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 27353] IPv6 address not recognised

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

--- Comment #5 from Simon Walker stwalkers...@googlemail.com 2011-02-13 
21:08:30 UTC ---
I created a new script in a different directory which just contained the
following code:

echo  . $_SERVER['REMOTE_ADDR'] . ;

The output of this is
(http://ipv6.helpmebot.org.uk/~stwalkerster/remoteaddr.php):

2001:5c0:1400:a::df

I hope this is what you wanted.

(The   is something I commonly use to check for leading and trailing
whitespace)

-- 
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 27386] New: Add undo and redo buttons

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

   Summary: Add undo and redo buttons
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: InlineEditor
AssignedTo: jp.po...@gmail.com
ReportedBy: jp.po...@gmail.com


The InlineEditor extension has great undo and redo functionality built in, but
right now there are no buttons to interface with this.

Somewhere, there should be space for two buttons, and a counter to show how
many changes have been made. Where this should be, I don't know yet.

-- 
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 27377] Special:Listfiles user selector broken if called with $par

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

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from Brion Vibber br...@pobox.com 2011-02-13 21:20:21 UTC ---
This also happened without the $par -- any time that initial values had been
set, it would double in the hidden field. When the user field was added in
r68096, it was added to the hidden-field blacklist in the pager's extended
form, but with the wrong name.

Fixing from 'username' to 'user' gets it working; done on trunk in r82081.

-- 
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 27387] New: Gender specific display text for tabs

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

   Summary: Gender specific display text for tabs
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: danny.lei...@gmail.com


Now namespaces have gender support (bug17160), but tab of NS_USER needs the
same support.

On [[MediaWiki:Nstab-user]] is possible to set {{GENDER:{{BASEPAGENAME}}|male
form|female form}}, but I'm not sure is it ok for servers performance.

Maybe better idea is to create [[MediaWiki:Nstab-user-male]] and
[[MediaWiki:Nstab-user-female]] and use these messages when
$namespaceGenderAliases is enabled.

-- 
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 27385] Set Polish $namespaceGenderAliases

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

Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Raimond Spekking raimond.spekk...@gmail.com 2011-02-13 
21:36:02 UTC ---
r82083

-- 
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 27353] IPv6 address not recognised

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

--- Comment #6 from Brion Vibber br...@pobox.com 2011-02-13 21:39:51 UTC ---
Regression in r77067: prior to that, IP::isValid('2001:5c0:1400:a::df')
returned true.

-- 
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 27388] New: Enable Leaving the page message

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

   Summary: Enable Leaving the page message
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: InlineEditor
AssignedTo: jp.po...@gmail.com
ReportedBy: jp.po...@gmail.com


In the current editor, a warning pops up when leaving the page without saving.
This message should also be enabled for InlineEditor, including the user
preference to enable/disable it.

-- 
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 17160] Gender specific display text for User namespace

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

--- Comment #19 from Leinad danny.lei...@gmail.com 2011-02-13 21:46:09 UTC ---
(In reply to comment #18)
 (In reply to comment #17)
  I have some observations/questions:
  * I tried add $namespaceGenderAliases via LocalSettings.php, but it is not 
  work
  - only works via MessagesPl.php. 
 
 Yes, it is like any other variable in MessagesXx.php

Sorry, but I'm not sure... $namespaceGenderAliases will be not possible to set
in LocalSettings.php? I thought will be the same as $wgExtraNamespaces. For
example:

In default MediaWiki instalaltion there is
(http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesPl.php?view=markup):
$namespaceNames = array(
   NS_USER = 'Użytkownik',
);

but in own installation is possible to set own name
(http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php):
'wgExtraNamespaces' = array(
'plwiki' = array( 
NS_USER = 'Wikipedysta',
),
),


  * Gender form is visible only in h1 and URL, but not in tab. In my 
  opinion if
  $namespaceGenderAliases is enabled, there should exist MediaWiki messages 
  for
  tab with proper gender form.
 
 Was it you or someone else which suggested the workaround
 {{GENDER:{{BASEPAGENAME}}|...}}. Anyway, could you open a separate bug for it
 so that I don't forget it.

Ok, done bug27387.

-- 
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 27146] Regression? AJAX watch fails when $wgActionPaths used for watch, unwatch

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

--- Comment #2 from Brion Vibber br...@pobox.com 2011-02-13 21:51:19 UTC ---
Bump?

-- 
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 27317] Categories with dots at the end throw the API offtrack

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

John Du Hart j...@compwhizii.net changed:

   What|Removed |Added

 CC||j...@compwhizii.net

--- Comment #1 from John Du Hart j...@compwhizii.net 2011-02-13 22:12:11 UTC 
---
It's not the period at the end that's causing it to act funny, the
subcategories are being counted as part of the limit.

Example:

[[:commons:Category:Stereo_cards_of_San_Francisco]] exhibits the same behavior,
http://commons.wikimedia.org/w/api.php?action=querycmtitle=Category:Stereo_cards_of_San_Franciscolist=categorymemberscmnamespace=6cmlimit=5

Increasing the limit of the original query in the report reveals the images.

http://commons.wikimedia.org/w/api.php?action=querycmtitle=Category:Stereo_cards_of_Washington,_D.C.list=categorymembersgcmnamespace=6cmlimit=20

It's still an issue, just of a different kind

-- 
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 26856] category expansion does not work for categories (nodes) ending with punctuation mark colon

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Brion Vibber br...@pobox.com 2011-02-13 22:20:09 UTC ---
Fixed on trunk in r82085. Also fixes categorytree on those when explicit
'Category:' prefix isn't added.

-- 
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 27353] IPv6 address not recognised

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

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 CC||jschulz_4...@msn.com
 AssignedTo|wikibugs-l@lists.wikimedia. |jschulz_4...@msn.com
   |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 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

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

--- Comment #5 from Brion Vibber br...@pobox.com 2011-02-13 22:39:48 UTC ---
I haven't tried profiling, but tossing a /u on in
SpamRegexBatch::buildRegexes() doesn't seem to break at least. It should
however be double-checked with the full-size blacklists.

However -- this isn't necessarily sufficient for handling IDN domain spam, as
it won't match the punycode form of the name if it's linked that way. May
require some normalization to really do this right.

-- 
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 23817] wfObjectToArray does not recurse into arrays

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

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

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |br...@pobox.com
   |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 26250] ForeignAPIRepo broken if native json module not available

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

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

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |br...@pobox.com
   |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 23817] wfObjectToArray does not recurse into arrays

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Brion Vibber br...@pobox.com 2011-02-13 23:09:23 UTC ---
wfObjectToArray fix patch committed on trunk with whitespace cleanup in r82090.

FormatJson tweak to use Services_JSON's native associate array output applied
on trunk in r82091.

Both good catches and good fixes -- thanks for the patches Tim!

-- 
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 26250] ForeignAPIRepo broken if native json module not available

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

Bug 26250 depends on bug 23817, which changed state.

Bug 23817 Summary: wfObjectToArray does not recurse into arrays
https://bugzilla.wikimedia.org/show_bug.cgi?id=23817

   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 26250] ForeignAPIRepo broken if native json module not available

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #9 from Brion Vibber br...@pobox.com 2011-02-13 23:09:54 UTC ---
Patches from bug 23817 are applied in r82090 and r82091, fixing this.

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

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


[Bug 27353] IPv6 address not recognised

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

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Aaron Schulz jschulz_4...@msn.com 2011-02-13 23:25:12 UTC 
---
Fixed in r82093.

-- 
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 25600] Example phone number displaying in edit box but not in article.

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

--- Comment #5 from Brion Vibber br...@pobox.com 2011-02-13 23:26:28 UTC ---
Bump -- does this still happen?

Can you confirm if the problem continues with all Firefox add-ons disabled? Can
it be narrowed down to any specific add-on?

(Note that Firefox has recently blacklisted the Skype toolbar, which apparently
is/was an automatic extra that Skype installs for you on Windows, due to it
causing so many problems, including serious performance degradation. It's still
possible it was there and you didn't notice it, or there may be some other
plugin/addon that's doing similar stuff.)

-- 
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 27378] Duping the bug does not add users to CC-list of target bug

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||upstream
 CC||p858sn...@gmail.com

--- Comment #1 from p858snake p858sn...@gmail.com 2011-02-13 23:49:36 UTC ---
This would probably be better in the upstream bugzilla system.

-- 
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 17141] IPv4 addresses do not sort within sortable tables.

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

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 CC||jschulz_4...@msn.com

--- Comment #12 from Aaron Schulz jschulz_4...@msn.com 2011-02-13 23:49:45 
UTC ---
Why does ts_parseIP() have an octetlist var (and not quadlist). Also, it
probably could use a for loop to reduce the duplication.

-- 
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 24984] Thumbnailing errors for tiffs

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

--- Comment #13 from Tim Starling tstarl...@wikimedia.org 2011-02-13 23:53:04 
UTC ---
(In reply to comment #11)
 A similar problem is in [[Commons:Category:Hermitage hi-res TIFF files from a
 .torrent]], where 11 of 15 images (73%) are not thumbnailing.  If there is an
 exactly 12.5 megapixels (12,500,000 pixels) limit on thumnbnailing TIFF images
 (and/or others besides PNG images), please update [[Commons:Commons:First
 steps/Quality and description#Size_and_scaling]] to reflect the current 
 reality
 and consider increasing that five year old limit.

It's a wiki, you can edit that page yourself.

The limit will be increased when VIPS support is added, i.e. bug 25990.

-- 
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 27317] Categories with dots at the end throw the API offtrack

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

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

   Severity|critical|major

--- Comment #2 from DieBuche diebu...@gmail.com 2011-02-14 00:04:14 UTC ---
Ah, thanks. I didn't have time to investigate the problem further  just took a
(quick, but wrong) guess.

I think this shouldn't happen. I clearly specified cmnamespace: 6, so there's
no reason to take other namespace members into count

-- 
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 26441] quoted and unquoted attributes are not handled the same in Sanitizer.php

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

--- Comment #7 from Brion Vibber br...@pobox.com 2011-02-14 00:10:06 UTC ---
Need to add test cases for the behavior that it's supposed to be changing, and
clarify what is supposed to change and why.

Patch seems to be forbidding quoted empty elements, which is definitely
wrong.?

Appears to also remove '' and '' from the list of accepted chars for unquoted
attribs. Not sure how those chars actually interact with the rest of the
sanitizer stuff, but note the HTML 5 parser rules explicitly specify that ''
should close out the tag, while '' is technically bogus but should be treated
as part of the attribute value for consistent fallback behavior:

http://dev.w3.org/html5/spec/Overview.html#attribute-value-unquoted-state

-- 
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 27389] New: Update sortable table script to latest version

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

   Summary: Update sortable table script to latest version
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Javascript
AssignedTo: krinklem...@gmail.com
ReportedBy: krinklem...@gmail.com
CC: d...@ucsc.edu, tpars...@wikimedia.org


The sortable table we have in wikibits.js is an old version of the script.
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/wikibits.js?view=markup#l517

We should:
* Check if we made any adjustments to it
** if so, do we still need them or are they fixed upstream in the mean time ?
* Check out the latest version to see if it broke anything (ie. if it still
supports class=unsortable, and th as head in a tr and not require
thead)
* Rewrite that new version [1] in an object so we can easily put it somewhere
in /resources/ without conflicting with names of the legacy version in
wikibits.js or otherwise polluting the global/window namespace.
* Do some testing to verify that existing tables work fine
* Remove the old script and the sortables_init-call from wikibits.js
* Load the new script by default and call the Init() of it


[1] http://yoast.com/articles/sortable-table/
Tags: window.ts tablesort sortable table wikitable

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