[Bug 33185] Closure of ten.wikipedia.org

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

--- Comment #9 from Ruslan  2011-12-25 06:33:36 UTC ---
Thanks, Reedy, it works now. It was probably related to groupOverrides.

To SPQRobin

no, not because I am steward. The 'edit' right (and other rights) was not
removed from '*' usergroup as it is 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 29236] Extension:Collection should copy the book title automatically to the stored "book page" input field

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

--- Comment #4 from John Norrington  2011-12-25 04:36:43 
UTC ---
Created attachment 9761
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9761
Collection.template.php patch

Here is a quick patch to get it working, is this suitable?

-- 
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 1605] [[Section::...]] variables

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

--- Comment #57 from Kinsey Moore  2011-12-25 04:31:45 UTC 
---
This extension seems to still work as expected on current trunk as of rev
105797.  I'm now looking at the work that needs to be done to get this in SVN
and ready for deployment.

-- 
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 23629] incorrect UTF-8 processing on output of page and section titles

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

--- Comment #4 from orenbochman  2011-12-25 03:23:06 UTC 
---
Thanks for the prompt response. 

I'm fairly new to Bugzilla and missed the URL you gave. Also your second
response is very helpful since I have not had to fix problems involving
multibyte Unicode characters.

Your original bug report points to the Result Rendering Stage of search. 

I'm now trying to narrow down the source of the bug.

I have found that there are bugs in Java's (Multibyte) Unicode implementation
which carried over to the version of Wikipedia's search library, Lucene. While
Lucene has fixed these we are still working with the old version. 
Another second option could be the highlighter code which is being upgraded.

Anyhow I'll also be adding some unit test to make sure this issue does not
reccur once it is fixed.

I'll update here as soon once I find out more.

-- 
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 33185] Closure of ten.wikipedia.org

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

--- Comment #8 from Robin Pepermans (SPQRobin)  
2011-12-25 01:48:05 UTC ---
(In reply to comment #6)
> It seems the lock is ineffective by some reason. In
> https://meta.wikimedia.org/wiki/Special:SiteMatrix tenwiki is marked as locked
> but the editing is not really disabled. (see
> http://ten.wikipedia.org/wiki/Special:ListGroupRights)

You are able to edit because editing on closed wikis is in fact *restricted to
stewards*.

-- 
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 33275] Browser error message received when accessing namespace pages that don't yet exist

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

--- Comment #10 from Mark A. Hershberger  2011-12-25 
01:01:32 UTC ---
Could you paste or upload a snippet of your LocalSettings.php file that
contains the require() bits and any configuration you've done for these
extensions?

I tried to reproduce *some* of your set and got no errors.  Here's a snip from
the LocalSettings.php file I had:

$wgExtraNamespaces[500] = "Foo";
$wgExtraNamespaces[501] = "Foo_talk";

require_once( "extensions/Validator/Validator.php" );
include_once( "extensions/SemanticMediaWiki/SemanticMediaWiki.php" );
enableSemantics("localhost");


/* CategoryTree */
$wgUseAjax = true;
require_once("{$IP}/extensions/CategoryTree/CategoryTree.php");

/* Collection (Version 1.5) */
require_once("$IP/extensions/Collection/Collection.php");
$wgGroupPermissions['user']['collectionsaveasuserpage'] = true;
$wgGroupPermissions['user']['collectionsaveascommunitypage'] = true;

/* Renameuser */
require_once("$IP/extensions/Renameuser/Renameuser.php");

/* Cite */
require_once("$IP/extensions/Cite/Cite.php");

/* Embed Document (Version 0.13) */

/* Google doc viewer (Version 0.2.1) */

/* MediawikiPlayer (Version 0.3.0) */
require_once("$IP/extensions/MediawikiPlayer/MediawikiPlayer.php");

/* Nimbus */
/* ParserFunctions (Version 1.4.0) */
require_once("$IP/extensions/ParserFunctions/ParserFunctions.php");

/* RSS Reader (Version 0.2.5) */
require_once("$IP/extensions/RSS/RSS.php");

/* Gadgets */
require_once("$IP/extensions/Gadgets/Gadgets.php");

/* WikiEditor (Version 0.3.0) */
require_once("$IP/extensions/WikiEditor/WikiEditor.php");

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

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


[Bug 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

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

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #23 from Platonides  2011-12-25 00:49:54 UTC 
---
The 'user' parameter is gone. Anything documenting it should be updated.

(In reply to comment #18)
> Per discussion with Niklas, we never implemented support for "|user". It's 
> been
> a long time, so I don't remember the reasoning, but maybe Niklas does.

It may have been with me (or perhaps you had similar talks with both of us)
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/86927#c16501


(In reply to comment #21)
> You mean, "you can use the *other* cache-polluting hack we haven't got round 
> to
> fixing yet"...  :p

Yes. The goal was to avoid adding more cache-polluting hacks. "If you want
this, you need to use int: Oh, btw int: is evil"  :)

-- 
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 33371] New: Minor edits not always marked in advanced RC

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

   Web browser: ---
 Bug #: 33371
   Summary: Minor edits not always marked in advanced RC
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Recent changes
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gti...@gmail.com
Classification: Unclassified


Since Wikipedia switched to the 1.18 branch, minor edits are not marked on the
top level of the advanced recent changes list (that is, the "a" is there in the
collapsible part when there were multiple edits to the same page, but it is
missing when there was only one edit to that page).

-- 
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 33370] New: Catch invalid filenames before submit

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

   Web browser: ---
 Bug #: 33370
   Summary: Catch invalid filenames before submit
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UploadWizard
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: eviatarb...@gmail.com
CC: asha...@wikimedia.org, ne...@wikimedia.org
Classification: Unclassified


Invalid filenames (for example, those with colons) generate an error that says
"Unknown warning: badfilename" after submission. However, they should be
checked before submission to allow the user to revise it, the same way
duplicate filenames are detected. After submission, there is no way to go back,
and one has to start over. This is especially a problem if the file was large.

-- 
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 33330] only full legal code is linked in the settings

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

--- Comment #8 from Maarten Dammers  2011-12-24 23:40:49 
UTC ---
I strongly disagree with linking to the full legal code. 

It's not required: The Creative Commons licenses require linking to the URI.
This is implemented by linking to the base url
(http://creativecommons.org/licenses/by/3.0/), not the full legal code. Go
check out all the nice wizards at http://creativecommons.org/ to see how
Creative Commons recommends people to do this.

It's not user friendly at all: The legal code is unreadable compared to the
deed. The legal code is only available in one language, the deed is available
in several languages.

-- 
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 33275] Browser error message received when accessing namespace pages that don't yet exist

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

--- Comment #9 from Mark A. Hershberger  2011-12-24 
23:34:08 UTC ---
(In reply to comment #8)
> CategoryTree
[...]
> CategoryTree


Do you really have this extension installed twice?

-- 
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 33369] Check configuration for obvious errors

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 33330] only full legal code is linked in the settings

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

--- Comment #7 from Saibo  2011-12-24 23:17:21 UTC ---
(In reply to comment #5)
> The choice to link to the legalese version of the code was deliberate, for
> legal reasons. Although I agree it is bad to have a prominent link to 
> something
> that's not very helpful.
Our license templates (e.g. [[commons:Template:Cc-by-sa-3.0]]) link to the deed
only which links to the legal code. In fact I think our license templates
should also directly link to the legal code (which is what is -probably-
relevant in the end) like we've done it after the last cc license template
redesign at dewp: e.g. [[:de:Vorlage:Bild-CC-by-sa/3.0]]. There we decided that
we only link to the legal code and emphasize directly in the license template
that this is the legally binding stuff. Instead we did not link to the deed as
it is more or less the same as our license template. 
In order to be consistent and to avoid several places of config I had proposed
above that you link to our license templates at commons instead - so you have
diverted the task to them. And actually - those templates are that what is on
the file page after uploader. That is what the uploader should see before
upload because it will be there after upload and we want to make sure that he
made a thoughtful decision by placing THIS template an the file.

-- 
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 33365] New feedback dialog. Privacy and usability issues.

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

Reedy  changed:

   What|Removed |Added

  Component|UploadWizard|General/Unknown
Version|any |unspecified
Product|MediaWiki extensions|MediaWiki

-- 
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 33364] New feedback dialog. Link to bugzilla without parameters.

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

Reedy  changed:

   What|Removed |Added

  Component|UploadWizard|General/Unknown
Version|any |unspecified
Product|MediaWiki extensions|MediaWiki

-- 
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 33363] New feedback dialog. Not translated to German

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

Reedy  changed:

   What|Removed |Added

  Component|UploadWizard|General/Unknown
Version|any |unspecified
Product|MediaWiki extensions|MediaWiki

--- Comment #3 from Reedy  2011-12-24 22:50:54 UTC ---
(In reply to comment #2)
> It's the core feedback used by UploadWizard, VisualEditor, ..
> 
> It's translated on 
> https://translatewiki.net/wiki/MediaWiki:Feedback-bugnote/de
> but the message was removed in r106302, so perhaps LocalisationUpdate removed
> the translations automatically.

Seems likely

-- 
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 28747] AntiSpoof should also check global accounts from CentralAuth

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

Reedy  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

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

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


[Bug 28747] AntiSpoof should also check global accounts from CentralAuth

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

--- Comment #10 from Reedy  2011-12-24 22:48:57 UTC ---
Marking as 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 28747] AntiSpoof should also check global accounts from CentralAuth

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

Reedy  changed:

   What|Removed |Added

 CC||od_mish...@yahoo.com

--- Comment #9 from Reedy  2011-12-24 22:48:39 UTC ---
*** Bug 15545 has been marked as a duplicate of this bug. ***

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

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


[Bug 15545] AntiSpoof should check against CentralAuth database

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

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #5 from Reedy  2011-12-24 22:48:39 UTC ---
Duping against bug 28747 as that's where the work has been done

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

-- 
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 33273] Enable FlaggedRevs on Ukrainian Wikipedia

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

--- Comment #4 from Reedy  2011-12-24 22:44:03 UTC ---
Progress of config so far, not enabled yet

(In reply to comment #0)
> // к-сть рівнів перевірки
> $wgFlaggedRevValues = 1;
> 

Done

(In reply to comment #1)
> * Reviewer flag is given and removed by bureaucrats. Reviewers may set all
> levels
> * Editor flag is given and removed by sysops. Editors may set first 2
> levels (unapproved/sighted)

Done by default

(In reply to comment #1)
> Additional options:
> * Flag such spaces: articles, files, templates, categories

Done


Remains(?):
(In reply to comment #1)
> Additional options:
> * All users (including unregistered) see latest version of article
> * All users (including unregistered) see unreviewed and unsighted versions of
> pages
> * 1 parameter with 3 levels (unapproved/sighted/reviewed)

^ Need to look up config stuff in there

-- 
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 30996] Set $wgCategoryCollation to 'uca-default' and rebuild category sort keys on Wikimedia wikis deployment

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

Reedy  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 32669] Enable Narayam on mr.wikipedia

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

Reedy  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |niklas.laxst...@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 33200] Enable Autopatrol user group and RC patol for sa wiki

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

Reedy  changed:

   What|Removed |Added

 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 33200] Enable Autopatrol user group and RC patol for sa wiki

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

--- Comment #2 from Reedy  2011-12-24 22:33:29 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 33200] Enable Autopatrol user group and RC patol for sa wiki

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

Reedy  changed:

   What|Removed |Added

 CC||raul.swar...@gmail.com

--- Comment #1 from Reedy  2011-12-24 22:30:31 UTC ---
*** Bug 33291 has been marked as a duplicate of this bug. ***

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

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


[Bug 33291] Add autopatrolled flag right on sa.wikipedia

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

Reedy  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #2 from Reedy  2011-12-24 22:30:31 UTC ---


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

-- 
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 33291] Add autopatrolled flag right on sa.wikipedia

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

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy  2011-12-24 22:26:31 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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #9 from Reedy  2011-12-24 22:20:47 UTC ---
Imports are now 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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

--- Comment #8 from Reedy  2011-12-24 22:04:51 UTC ---
The issue was with:

(In reply to comment #0)
> Create, too, the Transwiki and Tranwiki namespaces in the same project.
>

-- 
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 33273] Enable FlaggedRevs on Ukrainian Wikipedia

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

--- Comment #3 from Reedy  2011-12-24 22:03:53 UTC ---
Database tables created

-- 
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 33185] Closure of ten.wikipedia.org

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

--- Comment #7 from Reedy  2011-12-24 21:50:57 UTC ---
http://wikitech.wikimedia.org/view/Close_a_wiki

It seems there must be some extra steps, nothing documents how we get them to
show as  editing restricted etc

-- 
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 33291] Add autopatrolled flag right on sa.wikipedia

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

Reedy  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 33369] New: Check configuration for obvious errors

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

   Web browser: ---
 Bug #: 33369
   Summary: Check configuration for obvious errors
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: LdapAuthentication
AssignedTo: rlan...@gmail.com
ReportedBy: rlan...@gmail.com
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified


Configuration options are often very, very wrong. It would be nice to check for
obvious errors in configuration, and add errors to the debug logging.

For easy to resolve configuration errors (for instance, strings that should be
ints, or ints that should be strings) automatically correct the errors.

-- 
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 33350] Refactor preferences

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

Ryan Lane  changed:

   What|Removed |Added

 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 33350] Refactor preferences

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

--- Comment #1 from Ryan Lane  2011-12-24 21:40:34 UTC ---
Fixed in r107220.

-- 
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 33363] New feedback dialog. Not translated to German

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33344] Unable to upgrade an existing installation

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

Tomasz Finc  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #1 from Tomasz Finc  2011-12-24 19:32:55 UTC 
---
That's the expected behavior as Brion signed the app with a different key then
our official app. An android device wont update an application if it has the
same info but a different key. It's a security precaution. 

What we have to do is to always sign our non production builds with a
consistent key. We have a bug open for that 

https://bugzilla.wikimedia.org/show_bug.cgi?id=33133 . We'll also learn what we
have to change in separate builds of the app so that we can have the nightly
and production side by side.

-- 
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 33185] Closure of ten.wikipedia.org

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

Ruslan  changed:

   What|Removed |Added

 CC||rusli...@gmail.com

--- Comment #6 from Ruslan  2011-12-24 18:15:40 UTC ---
It seems the lock is ineffective by some reason. In
https://meta.wikimedia.org/wiki/Special:SiteMatrix tenwiki is marked as locked
but the editing is not really disabled. (see
http://ten.wikipedia.org/wiki/Special:ListGroupRights)

-- 
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 31083] Babel extension: nl.wikipedia.org: wrong colors used.

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

Romaine  changed:

   What|Removed |Added

 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 33330] only full legal code is linked in the settings

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

--- Comment #6 from Maarten Dammers  2011-12-24 17:49:03 
UTC ---
Yes, I meant to get rid of
http://creativecommons.org/licenses/by-sa/3.0/legalcode and start using
http://creativecommons.org/licenses/by-sa/3.0/deed.en

We never link to full legal code, I don't think it's useful to start doing it
here. 

On a technical note. We're getting more and more locations where we localize
Creative Commons messages:
* The license extension used for the templates
* Upload wizard itself
* This configuration option

Would probably best to consolidate these translation messages.

-- 
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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

--- Comment #7 from Bertrand GRONDIN  2011-12-24 
17:23:04 UTC ---
That we want : Add the following namespace in InitialiseSettings.php:
in the wgExtraNamespaces' => array(
…
'ptwikinews' => array(
104 => 'Transwiki',
105 => 'Transwiki_Discussão',

for activing [[Special:Import]]

'wgImportSources' => array(

'ptwikinews' => array( 'w', 'wikt', 's', 'v', 'b', 'q', 'meta', 'commons',
'it', 'fr', 'ca', 'en', 'es', 'de', ),

Do you understand?

-- 
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 33229] Locking readerfeedback.labs.wikimedia.org

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

Reedy  changed:

   What|Removed |Added

 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 33229] Locking readerfeedback.labs.wikimedia.org

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

--- Comment #2 from Ruslan  2011-12-24 17:19:28 UTC ---
Thanks, it is sufficient.

-- 
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 33366] iPad / iPhone CAPTCHAs difficult to enter correctly

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33363] New feedback dialog. Not translated to German

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

Robin Pepermans (SPQRobin)  changed:

   What|Removed |Added

 CC||robinp.1...@gmail.com

--- Comment #2 from Robin Pepermans (SPQRobin)  
2011-12-24 17:12:15 UTC ---
It's the core feedback used by UploadWizard, VisualEditor, ..

It's translated on https://translatewiki.net/wiki/MediaWiki:Feedback-bugnote/de
but the message was removed in r106302, so perhaps LocalisationUpdate removed
the translations 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 33365] New feedback dialog. Privacy and usability issues.

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33364] New feedback dialog. Link to bugzilla without parameters.

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

--- Comment #6 from Bertrand GRONDIN  2011-12-24 
17:09:52 UTC ---
See this example this bug.

https://bugzilla.wikimedia.org/show_bug.cgi?id=25659

-- 
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 33185] Closure of ten.wikipedia.org

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

--- Comment #5 from Reedy  2011-12-24 17:08:11 UTC ---
I've added to closed.dblist for the time being

-- 
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 33359] Current location in Nearby missing

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|major   |enhancement

-- 
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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

--- Comment #5 from Bertrand GRONDIN  2011-12-24 
17:06:30 UTC ---
Transwiki is just a namespace reserved for imported page from others wikis. It
exists en french wikinews, catalan wikinews. This namespace is very usefull, it
prevents overwriting existing pages on target wiki.

Do you understand me?

-- 
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 33358] Focus on search field with auto-text highlight

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 33357] No progress after upload warnings

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 32641] Configuration changes for the Babel extension at es.wikibooks

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

Reedy  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Reedy  2011-12-24 17:05:22 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 33355] Provide special page for global usage of user scripts

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |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 33354] review log misses a diff link for changed files (and templates)

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33353] re-flagging seems to remove the previous flag

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33355] Provide special page for global usage of user scripts

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

--- Comment #2 from Phillip Patriakeas  
2011-12-24 17:00:15 UTC ---
(In reply to comment #1)
> RL2/the gadgets rewrite should fix a lot of this...

Would that also work for JS/CSS files in userspace and the Project: namespace?

-- 
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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

--- Comment #4 from Reedy  2011-12-24 16:58:52 UTC ---
Also, what do you mean "the Transwiki"?

You currently have an Importers and a Transwiki importer groups, the issue is,
no one is allowed to add/remove those groups

All admins can import (if sources were enabled) from other wikis

-- 
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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

--- Comment #3 from Bertrand GRONDIN  2011-12-24 
16:56:30 UTC ---
Following names : 
* Transwiki
* Transwiki Discussão

-- 
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 33351] r106752 breaks parser testing

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33350] Refactor preferences

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 33347] type check for mw.util.wikiGetlink

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 6422] Extract embedded text from PDF documents for search

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

dchand...@gmail.com changed:

   What|Removed |Added

 CC||dchand...@gmail.com

--- Comment #2 from dchand...@gmail.com 2011-12-24 16:54:46 UTC ---
@Brian: Thanks so much for posting this. I have desperately been trying to add
the capability of searching within pdfs. I'm definitely a non-expert though and
can generally only install extensions or make modifications that are
well-documented.

Have you already implemented this on a wiki or know anyone who has? I've seen
it suggested that FileIndexer
(http://www.mediawiki.org/wiki/Extension_talk:FileIndexer) may be another
approach. Do you have any advice for which approach is easier to implement for
a non-expert? Do you think that the Extension:Proofreadpage method might be
easier or more stable than using the other extension?

Do you know of any step-by-step guides to doing this with pdftotext and
Proofread page?

Thanks so much in advance for any suggestion or guidance you have.

-- 
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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

--- Comment #2 from Reedy  2011-12-24 16:54:43 UTC ---
GoogleNewsSitemap enabled

What names do you want for the Transwiki (and talk) namespace?

-- 
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 33346] Update Resource loader migration docs

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33193] Review and deploy Score extension on Wikimedia Cluster

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

Reedy  changed:

   What|Removed |Added

   Keywords|shell   |

--- Comment #5 from Reedy  2011-12-24 16:51:11 UTC ---
-shell

Not required until extension is fully reviewed and has been marked ok for
deployment

-- 
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 33229] Locking readerfeedback.labs.wikimedia.org

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

--- Comment #1 from Reedy  2011-12-24 16:49:36 UTC ---
Soft locked via closed.dblist

Not sure if this is sufficient

-- 
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 33323] SVG line element without stroke-attribute was previously rendered black and is now not visible

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

--- Comment #16 from Mark A. Hershberger  2011-12-24 
16:48:56 UTC ---
(In reply to comment #15)
> Where I can find the actual version of librsvg which use Commons?

If you just wanted the binary:
http://packages.ubuntu.com/lucid-updates/librsvg2-2

We're going to be compiling our own since moving to that version lost some
patches we've made to librsvg.

I don't see where the package list or any custom source is pointed to, but you
*should* see the current configuration of the renderers by looking through
https://wikitech.wikimedia.org/ and https://noc.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 33042] Set wgBabelMainCategory to false for nlwiki

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

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy  2011-12-24 16:46:42 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 33368] Please enable WebFont on bypwiki

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

Siebrand  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |niklas.laxst...@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 33368] Please enable WebFont on bypwiki

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

Siebrand  changed:

   What|Removed |Added

   Keywords||shell

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

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


[Bug 8901] SVG rasterisation on Wikimedia sites (tracking)

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

Bug 8901 depends on bug 31122, which changed state.

Bug 31122 Summary: rsvg on scaler does not support styling the root element
https://bugzilla.wikimedia.org/show_bug.cgi?id=31122

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |

-- 
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 31122] rsvg on scaler does not support styling the root element

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |

--- Comment #8 from Mark A. Hershberger  2011-12-24 
16:38:41 UTC ---
Re-opening mis-duped bug.  Since the bug was in the version of librsvg that
shipped with Lucid, I've back ported the version of librsvg from precise
(http://packages.ubuntu.com/precise/librsvg2-2) and submitted it for Ops to
review in https://rt.wikimedia.org/Ticket/Display.html?id=2190 since there are
some security issues involved.

Hopefully we'll be able to get this taken care of before the new year, but I
wouldn't expect too much this weekend.

-- 
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 33355] Provide special page for global usage of user scripts

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

--- Comment #1 from Reedy  2011-12-24 16:36:05 UTC ---
RL2/the gadgets rewrite should fix a lot of 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 33355] Provide special page for global usage of user scripts

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

Reedy  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 33364] New feedback dialog. Link to bugzilla without parameters.

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

--- Comment #1 from Reedy  2011-12-24 16:35:00 UTC ---
In trunk it is

'bugsLink': new mw.Uri(
'//bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki%20extensions&component=UploadWizard'
),

-- 
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 33363] New feedback dialog. Not translated to German

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

Reedy  changed:

   What|Removed |Added

   Keywords||i18n

--- Comment #1 from Reedy  2011-12-24 16:31:50 UTC ---
I can't find that string anywhere... It sounds like it's had a local
customisation on Commons

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

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


[Bug 23629] incorrect UTF-8 processing on output of page and section titles

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

--- Comment #3 from Innocenti Maresin  2011-12-24 16:30:19 
UTC ---
Let us browse exactly to the query mentioned by me in the bugzilla's "URL"
field and examine the resulting document.

% wget
'http://ru.wikipedia.org/w/index.php?title=Special:Search&fulltext=1&search=%D0%B0&ns4=1&uselang=en'
--20:09:28-- 
http://ru.wikipedia.org/w/index.php?title=Special:Search&fulltext=1&search=%D0%B0&ns4=1&uselang=en
   =>
`index.php?title=Special:Search&fulltext=1&search=а&ns4=1&uselang=en'
…
20:09:30 (124.34 KB/s) -
`index.php?title=Special:Search&fulltext=1&search=а&ns4=1&uselang=en' stored
[41804/41804]

% hexdump -C -s 0x5d90 -n 128
index.php\?title=Special:Search\&fulltext=1\&search=а\&ns4=1\&uselang=en
5d90  d0 be d0 b2 20 7c 20 3c  73 70 61 6e 20 63 6c 61  | | |
5dc0  8b d0 bc d0 be d0 b2 20  7c 20 32 30 30 38 2d 31  |... | 2008-1|
5dd0  31 2d 30 39 20 7c 20 39  37 34 35 20 7c 20 d0 9f  |1-09 | 9745 | ..|
5de0  d0 b0 d1 82 d1 80 d1 83  d0 bb d0 b8 d1 80 d1 83  ||
5df0  d1 8e d1 89 d0 b8 d0 b9  2c 20 d0 be d1 82 d0 ba  |, ..|
5e00  d0 b0 d1 82 d1 8b d0 b2  d0 b0 d1 8e d1 89 d0 b8  ||

Here you can see invalid byte string 0xd0 (without continuation bytes) at
offset 0x5db1 and misplaced continuation byte 0x90 at 0x5db9.
This is U+0410 — Cyrillic letter "А" — split to 2 portions. This is clearly
visible in a browser too, as replacement characters. Is this exercise really so
complicated or boring for MediaWiki programmers?

-- 
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 33137] Activation of Special:Import and mw:Extension:GoogleNewsSitemap in portugues wikinews

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

Reedy  changed:

   What|Removed |Added

Summary|Activation of   |Activation of
   |Special:Import and  |Special:Import and
   |mw:Extension:GoogleNewsSite |mw:Extension:GoogleNewsSite
   |map in portugues wikininews |map in portugues wikinews

-- 
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 33319] Configure Babel extension category names for pt.wiktionary

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

Reedy  changed:

   What|Removed |Added

  Component|Site requests   |Extension setup
   Severity|normal  |enhancement

--- Comment #1 from Reedy  2011-12-24 16:28:42 UTC ---
Do these not want to have %code% instead of pt?

-- 
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 33320] Configure Babel extension category names for vo.wiktionary

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

Reedy  changed:

   What|Removed |Added

  Component|Site requests   |Extension setup
   Severity|normal  |enhancement

--- Comment #1 from Reedy  2011-12-24 16:28:37 UTC ---
Do these not want to have %code% instead of vo?

-- 
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 33344] Unable to upgrade an existing installation

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 33343] Binary Gender

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger  2011-12-24 
16:27:32 UTC ---
(In reply to comment #1)

> I suspect better labeling would be appropriate, but I'm not sure what
> additional options would actually accomplish in English specifically.

Marking low priority.  Since this is for grammar, we would have to start using
[[Gender neutral pronouns]] for English, at least.  I like them, but their
usage isn't standard.  Implementing this would result in a lot of confusion.

-- 
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 33368] Please enable WebFont on bypwiki

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

Reedy  changed:

   What|Removed |Added

   Keywords||i18n
Summary|Please enable WebFont   |Please enable WebFont on
   ||bypwiki

-- 
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 33368] Please enable WebFont

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

Reedy  changed:

   What|Removed |Added

  Component|WebFonts|Extension setup
Version|any |unspecified
Product|MediaWiki extensions|Wikimedia
   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 33368] New: Please enable WebFont

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

   Web browser: ---
 Bug #: 33368
   Summary: Please enable WebFont
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WebFonts
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: usin...@gmail.com
CC: s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com
Classification: Unclassified


Please enable WebFont Extension for Bishnupriya Manipuri Wikipedia.

Thanks
Uttam Singha
http://bpy.wikipedia.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 33367] CS needs language namespaces adding

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

--- Comment #3 from Peter Bena  2011-12-24 15:49:59 UTC ---
$namespaceGenderAliases = array(
NS_USER => array( 'male' => 'Wikipedista', 'female' => 'Wikipedistka' ),
NS_USER_TALK => array( 'male' => 'Diskuse s wikipedistou', 'female' =>
'Diskuse s wikipedistkou' ),
);

-- 
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 31122] rsvg on scaler does not support styling the root element

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

PRO  changed:

   What|Removed |Added

 CC||rainerril...@hotmail.com

--- Comment #7 from PRO  2011-12-24 15:44:21 UTC ---
*** Bug 33323 has been marked as a duplicate of this bug. ***

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

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


[Bug 33323] SVG line element without stroke-attribute was previously rendered black and is now not visible

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

PRO  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||perheli...@googlemail.com
 Resolution||DUPLICATE

--- Comment #15 from PRO  2011-12-24 15:44:21 UTC ---
Where I can find the actual version of librsvg which use Commons?

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

-- 
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 33367] CS needs language namespaces adding

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

--- Comment #2 from Niklas Laxström  2011-12-24 
15:32:42 UTC ---
Indeed. What you see in InitializeSettings.php is namespace aliases. Gender
feature needs explicit application. Can you provide the forms in above format
for mediawiki (and for projects if customisation needed)?

-- 
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 33367] CS needs language namespaces adding

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

Reedy  changed:

   What|Removed |Added

Summary|czech wiki doesn't  |CS needs language
   |recognize gender correctly  |namespaces adding
   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 33367] czech wiki doesn't recognize gender correctly

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

Reedy  changed:

   What|Removed |Added

   Priority|High|Normal
 CC||niklas.laxst...@gmail.com,
   ||s.mazel...@xs4all.nl
  Component|Language setup  |Internationalization
Product|Wikimedia   |MediaWiki

--- Comment #1 from Reedy  2011-12-24 15:27:22 UTC ---
I'm guessing it's because there are no gendered NSs setup in MessagesCs.php,
and likely no relevant extra site config (if necessary)

ie for Pt-br

$namespaceGenderAliases = array(
NS_USER => array( 'male' => 'Usuário', 'female' => 'Usuária' ),
NS_USER_TALK => array( 'male' => 'Usuário_Discussão', 'female' =>
'Usuária_Discussão' ),
);

-- 
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 23629] incorrect UTF-8 processing on output of page and section titles

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

orenbochman  changed:

   What|Removed |Added

 CC||orenboch...@gmail.com

--- Comment #2 from orenbochman  2011-12-24 15:18:57 UTC 
---
Please attach an example query that causes this error.

-- 
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 32005] Application should default to user/phone locale

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

Amir E. Aharoni  changed:

   What|Removed |Added

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

--- Comment #5 from Amir E. Aharoni  2011-12-24 
15:05:05 UTC ---
I'm not sure that that's still the case because i don't have a phone for
testing, but what Reedy saw was probably not "Qatar/AF", but "Qafár af". It is
the native name of the [[Afar language]] and it often appears first in the
list, because its ISO 639 code is "aa".

-- 
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 33367] czech wiki doesn't recognize gender correctly

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

Peter Bena  changed:

   What|Removed |Added

   Priority|Unprioritized   |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 33367] New: czech wiki doesn't recognize gender correctly

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

   Web browser: ---
 Bug #: 33367
   Summary: czech wiki doesn't recognize gender correctly
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: benap...@gmail.com
Classification: Unclassified


Althought InitialiseSettings contains information for proper name of User
namespace prefix; it doesn't work, only male gender is displayed for all users.
This is affecting cs.wikipedia and maybe some other sites (as far it was
reported to me).

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