[Bug 29817] Add support for custom description

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29817

--- Comment #5 from Ralf Schmitt  2012-10-08 06:32:15 UTC ---
Well, thinking another minute about it, I think this is stupid...and the
subtitle shouldn't be misused as a description.

-- 
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 29817] Add support for custom description

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29817

Ralf Schmitt  changed:

   What|Removed |Added

 CC||r...@brainbot.com

--- Comment #4 from Ralf Schmitt  2012-10-08 06:30:03 UTC ---
Well, that's the subtitle, which should be printed together with the title on
the cover.

If it helps with the kiwix downloader and does provide enough information for a
description, please open a pull request on github.

-- 
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 40848] WikiLove installation on Urdu Wikipedia

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40848

Jasper Deng  changed:

   What|Removed |Added

 CC||jas...@jasperswebsite.com
Summary|Installation wikiLove   |WikiLove installation on
   ||Urdu Wikipedia

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

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


[Bug 40848] New: Installation wikiLove

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40848

   Web browser: ---
 Bug #: 40848
   Summary: Installation wikiLove
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: WikiLove
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: sb_na...@yahoo.in
CC: rkald...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Urdu Wikipedia is deprived of WikiLove extension. And needs to be installed it
on Urdu Wikipedia. Recently wikilove.js has been created and updated in
common.js but didnt appear WikiLove tab "heart" icon on talkpages.

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

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


[Bug 40832] ResourceLoader: @embed doesn't work on user or site CSS

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40832

Krinkle  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 Resolution||INVALID
Summary|RL's Data URI embedding |ResourceLoader: @embed
   |(aka /* @embed */) doesn't  |doesn't work on user or
   |work on user or site CSS|site CSS

--- Comment #1 from Krinkle  2012-10-08 04:49:06 UTC ---
It only works for files stored on disk, not for URLs. This is because it needs
to be able to invalidate cache when the file is changed, and there is a limit
to the file size allowed in embeds.

One could open a feature request to support URLs in the future, but at this
time this is not a bug and it is not related to user/site scripts (embedding
files from a URI isn't supported from core modules either).

Of course for core modules all icons are on disk, as there is no reason to use
them from a URL. And from user/site scripts there is no way to select a file
from disk, because that can only be done from a relative path, and for a wiki
page script, there is no relative path because it is a page, not a real css/js
file.

I believe there is an open ticket to request support for referencing wiki files
from wiki scripts, something like:

 background-image: url([[File:Example.svg|22px]]);

 background-image: url(mw-file://Example.svg/22px);

 background-image: -mw-file(Example.svg, 22px);

But that's something else entirely.

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

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


[Bug 38822] Review Wikibase Repo extension for deployment

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38822

--- Comment #10 from Tim Starling  2012-10-08 04:35:50 
UTC ---
(In reply to comment #9)
> Our current implementation works fine if you have one poll script per wiki. It
> uses $wgSharedTables for accessing the repo's wb_changes table, which only
> works if that's on the same server. So I'm now changing this to use the 
> foreign
> wiki stuff.

$wgSharedTables is outdated. I will add a deprecation warning.

> One question about terminology though: Can you explain to me what are
> "sections" and "groups", and how they related to "clusters"?

A section is collection of wiki databases. A shared database like centralauth
is treated like a wiki in that it can be in a section. 

A query group (sometimes abbreviated to "group") is the set of queries which
come from a particular caller or a related set of callers, for example user
contributions queries. Query group configuration allows such queries to be
directed to particular slaves, to make efficient use of the RAM cache or to
avoid having one feature overload the server used by another feature.

A cluster is a master DB server and its associated slaves, which are used by
ExternalStoreDB for reading and writing article text data.

-- 
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 40679] http $wgServer with $wgSecureLogin should not infinitely self-redirect

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40679

Tyler Romeo  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

--- Comment #23 from Tyler Romeo  2012-10-08 04:22:12 UTC 
---
https://gerrit.wikimedia.org/r/27136

-- 
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 40789] $wgSecureLogin is broken

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40789

Tyler Romeo  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |tylerro...@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 40847] New: Add /fundraising to dumps.wikimedia.org

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40847

   Web browser: ---
 Bug #: 40847
   Summary: Add /fundraising to dumps.wikimedia.org
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Fundraising: Misc.
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jay...@gmail.com
CC: fr-t...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


It is not possible to browse to http://dumps.wikimedia.org/fundraising/ from
the homepage http://dumps.wikimedia.org/

A link needs to be added.

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

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


[Bug 16546] Wikimedia dumps should contain FlaggedRevs data, including article status

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16546

John Mark Vandenberg  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |ar...@wikimedia.org
   |org |

--- Comment #7 from John Mark Vandenberg  2012-10-08 04:09:04 
UTC ---
Assigning to bug to Ariel, per bug 35975 comment 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 16546] Wikimedia dumps should contain FlaggedRevs data, including article status

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16546

John Mark Vandenberg  changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #6 from John Mark Vandenberg  2012-10-08 04:07:24 
UTC ---
*** Bug 35975 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 35975] dump more tables from FlaggedRevs on WMF wikis

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35975

John Mark Vandenberg  changed:

   What|Removed |Added

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

--- Comment #2 from John Mark Vandenberg  2012-10-08 04:07:24 
UTC ---


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

-- 
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 38534] Add LiquidThreads status to MediaWiki's info action

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38534

Tyler Romeo  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||tylerro...@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 16546] Wikimedia dumps should contain FlaggedRevs data, including article status

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16546

John Mark Vandenberg  changed:

   What|Removed |Added

Summary|Wikimedia dumps do not  |Wikimedia dumps should
   |contain any information |contain FlaggedRevs data,
   |about the (flagged) article |including article status
   |status  |

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

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


[Bug 39957] Expose MediaWiki info action's page watchers value to more users

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39957

Tyler Romeo  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||tylerro...@gmail.com

--- Comment #2 from Tyler Romeo  2012-10-08 04:05:53 UTC 
---
https://gerrit.wikimedia.org/r/27134

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

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


[Bug 40539] Add support for OpenDyslexic font

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40539

--- Comment #7 from Santhosh Thottingal  
2012-10-08 04:02:32 UTC ---
Patchset 5 of gerrit Ia4b18cf0 added it as non-default font for following
languages
en,af,pt,es,sw,de,fi,sq,fr,hu,ca,da,fo,ga,is,ms,sv,wa,lb,gd,oc,tr,mi,it,et,cy

-- 
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 39490] Add caching to info action

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39490

Tyler Romeo  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||tylerro...@gmail.com

--- Comment #1 from Tyler Romeo  2012-10-08 03:54:31 UTC 
---
https://gerrit.wikimedia.org/r/27133

-- 
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 40154] Display redirect status in MediaWiki's info action

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40154

Tyler Romeo  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||tylerro...@gmail.com

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

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


[Bug 40829] ?action=info doesn't show cascading page protection

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40829

Tyler Romeo  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||tylerro...@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 40154] Display redirect status in MediaWiki's info action

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40154

--- Comment #4 from Krenair  2012-10-07 23:28:50 UTC ---
Okay, so I've rethought this and decided to go with this:
If it redirects to somewhere else:
"Redirects to" - (link to page)

If it's counted as a content page:
"Counted as a content page" - "Yes"

Gerrit change 27125

-- 
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 39963] jQuery.uls.data. ... function names

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39963

--- Comment #2 from Amir E. Aharoni  2012-10-07 
23:20:36 UTC ---
Fixes submitted:

* Component: https://github.com/wikimedia/jquery.uls/pull/9
* Extensions: https://gerrit.wikimedia.org/r/#/c/27124/

Tests will be updated after they stabilize in GitHub.

-- 
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 40838] Please remove some namespaces from es.wikibooks

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40838

Dereckson  changed:

   What|Removed |Added

   Keywords|shellpolicy |patch-in-gerrit, shell
   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
 CC||dereck...@espace-win.org
 AssignedTo|wikibugs-l@lists.wikimedia. |dereck...@espace-win.org
   |org |
   Severity|normal  |enhancement

--- Comment #1 from Dereckson  2012-10-07 23:14:30 
UTC ---
[ Note ]

The namespace still contains 9 redirections your cleaning bot has forgotten:

* [[es:Wikiversidad:Broken/Proceso de fundación]]
* [[es:Wikiversidad:Claustro]]
* [[es:Wikiversidad:Curso de Introducción a la Programación, Algoritmos]]
* [[es:Wikiversidad:Departamento de Física]]
* [[es:Wikiversidad:Departamento de Gestión de la Información]]
* [[es:Wikiversidad:Evolución]]
* [[es:Wikiversidad:Facultad de Arquitectura e Ingeniería]]
* [[es:Wikiversidad:Facultad de Ingeniería Electrónica]]
* [[es:Wikiversidad:Proceso de fundación]]

[ Local consensus ]

The change were discussed and approved by active community members. 
_

[ Taking this bug. -shellpolicy +shell +patch-in-gerrit ]

Gerrit change 27123

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


[Bug 40845] InfoAction->pageInfo() accepts a title parameter, and then overwrites it

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40845

Madman  changed:

   What|Removed |Added

   Keywords||design, easy,
   ||patch-in-gerrit

--- Comment #2 from Madman  2012-10-07 23:08:34 UTC ---
Copy/paste fail. Good catch, Reedy. :)

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

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


[Bug 40846] New: Indexing on private wikis seems to have halted

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40846

   Web browser: ---
 Bug #: 40846
   Summary: Indexing on private wikis seems to have halted
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: billinghu...@gmail.com
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


Similar to [[bugzilla:32947]], the indexing on the checkuser wiki has not been
updating and it would seem that for at least a week.  If someone could please
check and kick as necessary, that would be great.

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

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


[Bug 38534] Add LiquidThreads status to MediaWiki's info action

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38534

--- Comment #7 from Krenair  2012-10-07 22:55:33 UTC ---
I've thought about this for a bit and decided to simply only output when it's
true/yes/on.

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

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


[Bug 40845] InfoAction->pageInfo() accepts a title parameter, and then overwrites it

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40845

Krenair  changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #1 from Krenair  2012-10-07 21:38:19 UTC ---
Gerrit change 27119

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

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


[Bug 26059] Add support for KML/KMZ filetype

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26059

James Alexander  changed:

   What|Removed |Added

 CC||cste...@wikimedia.org,
   ||jalexan...@wikimedia.org

--- Comment #26 from James Alexander  2012-10-07 
21:37:41 UTC ---
Opening a new ticket until action is taken isn't going to help anything move
faster (it may actually make it move slower). Someone was asking on IRC about
this and so I'm adding Chris Steipp as well since it's a security issue and he
might have an idea on the risks involved and what we can do. I do not know of
any place where we've blocked a specific browser from using a specific type of
file but that doesn't mean it's out of the bounds of possibility. I certainly
think this is a file that we want to make possible if we can.

That said, your comments here Jess are unacceptable. This is not a place to
throw around insults.

Yes, we try to support anything that has over 1% of our page hits. IE6 has just
over 2% for actual html page requests right now.  You're right, a large portion
of IE6 users are still in China but you're wrong that most of them can't view
Wikipedia. Yes we're blocked occasionally but usually they can get to most of
the pages. Our mission is to spread this free knowledge to as many people as
possible, it would be totally unacceptable to just say "you're not welcome here
because of your browser" especially at levels that high. 2% of requests i still
millions of page requests. That is especially true when most people who are
using IE6 do not get to make that choice themselves or are in areas of the
world where you especially want to get information.

Pushing to try and get a bug resolved is completely ok, insulting specific
groups of users or trying to flood the bug channels is not. Please tone your
rhetoric down.

(Said as a personal community member/admin and not as a staff member)

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

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


[Bug 11782] ":" indent markup fails if paragraph is to the right of an image

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11782

--- Comment #10 from Erwin Dokter  2012-10-07 21:31:58 UTC 
---
Suggest we close this, as I can't imagine a nice CSS solution for core.

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

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


[Bug 38210] Adding customization of unwatched changes to user preferences

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38210

David1217  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WONTFIX

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

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


[Bug 40845] New: InfoAction->pageInfo() accepts a title parameter, and then overwrites it

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40845

   Web browser: ---
 Bug #: 40845
   Summary: InfoAction->pageInfo() accepts a title parameter, and
then overwrites it
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: madman.enw...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Remove the overwrite, or remove the parameter

protected function pageInfo( $title ) {
global $wgContLang, $wgDisableCounters, $wgRCMaxAge;

$user = $this->getUser();
$lang = $this->getLanguage();
$title = $this->getTitle();
$id = $title->getArticleID();

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

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


[Bug 39533] Merge action=credits into action=info

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39533

--- Comment #8 from Krenair  2012-10-07 21:09:49 UTC ---
Reedy merged Gerrit change 26945, so action=credits is back to how it was and
the code to show it on action=info has been commented out.

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

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


[Bug 40820] Call to undefined method CreditsAction::getCredits()

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40820

Krenair  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #7 from Krenair  2012-10-07 21:05:16 UTC ---
Merged by Reedy.

-- 
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 40844] download tool works incorrect

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40844

--- Comment #1 from Platonides  2012-10-07 20:43:15 UTC 
---
As answered in the mailing list, that's a wget problem.

The list generated by my tool correctly uses:
http://upload.wikimedia.org/wikipedia/commons/a/ad/%D0%9F%D0%B0%D0%BC%D1%8F%D1%82%D0%BD%D0%B8%D0%BA_%D0%B7%D0%B0%D1%82%D0%BE%D0%BF%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%BC_%D0%BA%D0%BE%D1%80%D0%B0%D0%B1%D0%BB%D1%8F%D0%BC_%D0%B2_%D0%A1%D0%B5%D0%B2%D0%B0%D1%81%D1%82%D0%BE%D0%BF%D0%BE%D0%BB%D0%B5.JPG


The problem seems to lie in wget when extracting to a local filename.

If you are using *nix with a utf-8 filesystem, pass the
--restrict-file-names=nocontrol parameter to wget.

If you're using Windows you will end up with utf-8 encoded filenames, so
you'd need another script to decode them to the format used by Windows.

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

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


[Bug 40830] MediaWiki:Post-expand-template-argument-category

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40830

--- Comment #2 from Siebrand  2012-10-07 20:40:15 UTC ---
(In reply to comment #1)
> Looks like local customization of that message:
> 
> http://nl.wikipedia.org/wiki/MediaWiki:Post-expand-template-argument-category

That basically only prefixed with ns: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 40830] MediaWiki:Post-expand-template-argument-category

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40830

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #1 from duplicate...@googlemail.com 2012-10-07 20:07:06 UTC ---
Looks like local customization of that message:

http://nl.wikipedia.org/wiki/MediaWiki:Post-expand-template-argument-category

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

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


[Bug 38534] Add LiquidThreads status to MediaWiki's info action

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38534

--- Comment #6 from Siebrand  2012-10-07 19:50:28 UTC ---
You may want to ask for input from design@lists, as ui/ux is important here.

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

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


[Bug 40844] New: download tool works incorrect

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40844

   Web browser: ---
 Bug #: 40844
   Summary: download tool works incorrect
   Product: Tools
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: [Other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: a...@wikimediaukraine.org.ua
Classification: Unclassified
   Mobile Platform: ---


https://toolserver.org/~platonides/catdown/catdown.php tool do not recognize
Cyrillic in names of files.  For example it writes
"Р%9FамС%8FС%82РЅРёРє_Р·Р°С%82опленнС%8BРј_РєРѕС%80аблС%8FРј_РІ_СеваС%81С%82ополе"
instead of "Памятник затопленным кораблям в Севастополе.JPG"  Please, fix 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 17297] Add margins to printable css style

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17297

--- Comment #17 from Derk-Jan Hartman  2012-10-07 
18:53:27 UTC ---
I can see your point, but targeting 'just the exceptions' with CSS is rather
difficult and the complaints by the 99% carry quite a bit of weight
(unfortunately for those in the 1%). Also, this is a decision by the en.wp
community, not mediawiki developers, so I suggest you have that discussion
there :D

-- 
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 17297] Add margins to printable css style

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17297

--- Comment #16 from Philippe Verdy  2012-10-07 18:43:39 
UTC ---
I'd like to give 3 practicle examples about these accessibility needs (for
large enough line-heights, and restricted line-widths) :

1) In churches, many people complained that they could not read the Bible or
the priest books during masses. So the priest preprinted the Bible extract that
was read during the ceremony, just using larger fonts (e.g. 12 pica), but also
doubled line-heights and no more than 60 ems per line. Aged peoples appreciate
this due to their vision problems (including people that suffer from
restrictions of their angle of vision).

2) In schools, young children need texts not exceeding about 40 ems of width
per line. Otherwise they won't read it, and with a minimum line-height of about
1.5, sometimes 2.0. This is a problem of training of their vision when they
learn to read, as they need to point the text to read with their finger.

3) When studying texts, it is also common to reprint an article with a doubled
line-height, to allow manual handwritten annotations or corrections between
lines of text. Or they want lines not exceeding more than a dozen of words, for
allowing readable added annotations in the side margins. Very useful for text
reviewers and correctors.

These problems are not solved in browsers just by zooming in or redefining the
size of the "logical point" in their display settings.

Such adjustments wanted by users will be useful, and fixing line-heights to
absolute values relative to the initial font size will not match these
understandable desires.

-- 
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 17297] Add margins to printable css style

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17297

--- Comment #15 from Philippe Verdy  2012-10-07 18:25:11 
UTC ---
Note also that I hope that some day browsers will have a new accessibility
option for allowing users to specify a minimum line-height for everything: a
line-height of 1.2 is difficult to follow for many people that have vision or
brain problems, they prefer texts with line height a minimum of 1.4 or 1.5,
even if it takes more space on screen.

If the browser proposes this accessibility option (in addition to the minimum
font sizes), then the evenly distributed line-height in paragraphs will not be
sustainable without creating overlaps problems.

For the same reason, line-widths may be setup by users to not exceed some ems,
because people have difficulties to follow very long lines and return to the
next line (notably if the line-height is very narrow). With an accessibility
option, the browsers may propose them to restrict paragraphs widths to no more
than 40em or 60em (even if this creates large blank margins in the layout),
even if the default is to allow arbitrary long lines in browsers.

This is a good reason why most newspapers and books prefer to use blocks
rendered in multiple columns (to save paper space), as they are easier to read,
especially at small font sizes (e.g. in phone diaries and dictionaries, or
classified ads).

-- 
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 17297] Add margins to printable css style

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17297

--- Comment #14 from Philippe Verdy  2012-10-07 18:11:27 
UTC ---
Are you sure that superscripts and subscripts will use the same font as the
rest of the text ? My opinion is that this explicit setting of line-height with
a unit should be reserved only to superscripts generated for example by note
calls and references, or abreviation marks like "st", "nd", "rd", for which the
content of the superscript is predicatble (eventually generated by a template),
but not for all general superscripts for which you don't know what is written
inside (and notably is it contains text in another script or language).

Given that the default line-height now is 1.2 (instead of 1.4 before), the
superscript may easily overlap the line above. There are also accessibility
considerations, because some users will want to avoid all reduction of font
sizes for superscripts or subscripts, to keep the text readable, even if this
cause the line-gap to be unevenly distributed.

Also some browsers won't be able to reduce the font size for superscripts or
subscripts below some level (for example on some low resolution screens, or on
small displays like smartphones, where fonts are already small by default and
there's a minimum font size defined in the browser's user preferences in order
to allow text selection and better readability), and will need that the
line-height becomes adaptative, without overlaps caused by an insufficient
fixed line-height.

-- 
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 29817] Add support for custom description

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29817

Kelson [Emmanuel Engelhart]  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|enhancement |trivial

--- Comment #3 from Kelson [Emmanuel Engelhart]  
2012-10-07 18:04:05 UTC ---
It seems that the extension simply writes this information in the wrong place
called "/M/Subtitle" instead of "/M/Description". Could you please fix that,
this is trivial.

-- 
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 17297] Add margins to printable css style

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17297

--- Comment #13 from Derk-Jan Hartman  2012-10-07 
17:53:50 UTC ---
I note that there is currently line-height:1em on sup and sub elements in the
English Wikipedia. Specifically to avoid uneven line height within a paragraph
due to references and other sup sub elements. People found the text more
difficult to read if there were unexpected 'gaps' all over the place. So there
is some credit to them, though i concur that overly setting explicit
line-heights is probably a bad idea.

-- 
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 40843] Lock wait timeout exceeded

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40843

--- Comment #1 from Sam Reed (reedy)  2012-10-07 17:43:15 
UTC ---
Yeah, some ongoing but known issues

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

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


[Bug 40843] New: Lock wait timeout exceeded

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40843

   Web browser: ---
 Bug #: 40843
   Summary: Lock wait timeout exceeded
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Media storage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: yan...@gmail.com
CC: bhartsho...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


A database error has occurred. Did you forget to run maintenance/update.php
after upgrading? See:
https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: SELECT 1 FROM `image` WHERE img_name = 'Jyotiraditya_Scindia.jpg' LIMIT
1 FOR UPDATE
Function: LocalFile::lock
Error: 1205 Lock wait timeout exceeded; try restarting transaction (10.0.6.41)

while uploading over
https://commons.wikimedia.org/wiki/File:Jyotiraditya_Scindia.jpg

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

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


[Bug 40842] New: instance types show wrong mem/disk space on creation

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40842

   Web browser: ---
 Bug #: 40842
   Summary: instance types show wrong mem/disk space on creation
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: benap...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When creating a new instance we are asked to select a type which will give a
set number of CPU, memory and disk usage.

They all show 10GB for disk space.

The s1 types all show 1024 MB of memory.

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

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


[Bug 38534] Add LiquidThreads status to MediaWiki's info action

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38534

--- Comment #5 from Madman  2012-10-07 17:38:43 UTC ---
Gerrit change #27019 (just leaving this here because I couldn't understand why
I was getting a 404 the first three or four times, herp derp).

Upon reflection, I believe I agree with Siebrand; hasn't one of our goals so
far been to only show relevant information, hence the change to the
restrictions table? It's open to discussion as we don't have any sort of design
goal, I suppose, but I don't think any structural change is required. Also, I
think if an extension is going to be adding less than two rows to action=info,
it should do so in one of the tables core provides.

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

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


[Bug 40840] Tests needed for page views with $wgMaxCredits > 0

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40840

--- Comment #3 from Tim Landscheidt  2012-10-07 
17:27:20 UTC ---
(In reply to comment #2)
> Stop Krenair from moving methods between classes and forgetting to check for
> other uses relying on their previous locations, preventing anyone from viewing
> articles while $wgMaxCredits > 0.

Well, it should stop *everybody* :-).  Experience is learning from mistakes,
preferably from other people's mistakes :-).

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

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


[Bug 40840] Tests needed for page views with $wgMaxCredits > 0

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40840

Krenair  changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #2 from Krenair  2012-10-07 17:10:53 UTC ---
Stop Krenair from moving methods between classes and forgetting to check for
other uses relying on their previous locations, preventing anyone from viewing
articles while $wgMaxCredits > 0.

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

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


[Bug 40769] Validator: Call to undefined method SpecialPageFactory::addAliases()

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40769

--- Comment #13 from Jeroen De Dauw  2012-10-07 
17:08:02 UTC ---
Feel free to test yes :) Or to write a test. Since the dev version no longer
supports 5.2 I'm really not going to downgrade my PHP just to try 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 40840] Tests needed for page views with $wgMaxCredits > 0

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40840

--- Comment #1 from Antoine "hashar" Musso  2012-10-07 17:04:50 
UTC ---
Can you please add a meaningful description for this bug ? Would avoid us to
dig in bug 40820 to find out what this bug is about :-)

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

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


[Bug 40819] Config viewer is a 404

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40819

--- Comment #1 from Antoine "hashar" Musso  2012-10-07 17:03:22 
UTC ---
I guess we should point to http://noc.wikimedia.org/conf/ and whitelist the
*-wmflabs.php files.

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

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


[Bug 40769] Validator: Call to undefined method SpecialPageFactory::addAliases()

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40769

--- Comment #12 from Nischay Nahata  2012-10-07 17:01:57 
UTC ---
It does, but I would recommend you test get_called_class() once.

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

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


[Bug 40769] Validator: Call to undefined method SpecialPageFactory::addAliases()

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40769

--- Comment #11 from Jeroen De Dauw  2012-10-07 
16:59:05 UTC ---
Oh wow, PHP 5.4.7... good to know it works fine with that 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 40769] Validator: Call to undefined method SpecialPageFactory::addAliases()

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40769

Jeroen De Dauw  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||WORKSFORME

--- Comment #10 from Jeroen De Dauw  2012-10-07 
16:54:59 UTC ---
I also considered get_called_class, but it has a compatibility fallback in
Validator. I do hope it's not broken...

I'm getting a map, so I'm guessing you already fixed it.

Closing the bug, please do reopen if you continue to have the 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 17297] Add margins to printable css style

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17297

--- Comment #12 from Philippe Verdy  2012-10-07 16:21:58 
UTC ---
Looks good.

Note that this ialso fixes other useful cases (not just superscripts and
subscripts) :

- the case where the inner subelements implicitly need to set their own
line-height, notably in multilingual texts where inner subelements may be
written in another script requiring a bigger line-height as they implicitly use
another font which has larger line height requirements (example: citations in
Chinese, or Tibetan, within an English paragraph). This was needed for better
supporting the internationalisation.

- the case where the inner subelements explicitly set a bigger font size (for
example with the "big" HTML element. This generally should not occur in
Wikipedia articles but it will occur within texts found in Wikisource.

Thanks for fixing it, because it avoids many undesired overlaps between lines
of text (including if the content is JUST a text element, where that text
element uses multiple scripts requiring multiple fonts, or a font that does not
even match those specified by default or explicitly in the container).

It also avoids overlaps above or below the block element containing the
paragraph : the block will be automatially adjusted if needed, by taking first
within their top or bottom margin, or expanding them as needed.

Using unitless line-heights allows the line-height to be inherited so that
lines will be contextually higher where needed (even if this makes the while
paragraph having non evenly spaced lines).

Forcing evenly spaced lines (with a unit in the line-height) is only required
in very specific contexts, where the Wikicode (or HTML markup) will explicitly
set a fixed line-height using an explicit line-height with a unit for this case
(this is not needed for articles, just for forms where you want to align text
lines horizontally between separate columns. This is enough rare that such
occurences will be explicitly CSS-styled at the begining of the paragraph or in
a container  or  (or a wiki table), but I've not been able to find
any article requiring this hack for forcing evenly spaced lines.

-- 
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 40840] Tests needed for page views with $wgMaxCredits > 0

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40840

Sam Reed (reedy)  changed:

   What|Removed |Added

   Keywords||need-unittest
   Priority|Unprioritized   |Lowest
   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 40841] New: ConfirmEdit: readdir() expects parameter 1 to be resource, boolean given

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40841

   Web browser: ---
 Bug #: 40841
   Summary: ConfirmEdit: readdir() expects parameter 1 to be
resource, boolean given
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ConfirmEdit (CAPTCHA extension)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: aschulz4...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


698 PHP Warning:  readdir() expects parameter 1 to be resource, boolean given
in
/usr/local/apache/common-local/php-1.20wmf12/extensions/ConfirmEdit/FancyCaptcha.class.php
on line 174


302 PHP Warning:  readdir() expects parameter 1 to be resource, boolean given
in
/usr/local/apache/common-local/php-1.20wmf12/extensions/ConfirmEdit/FancyCaptcha.class.php
on line 147


Not sure if these are now useless based on it being rewritten for 1.21wmf1...

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

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


[Bug 40840] New: Tests needed for page views with $wgMaxCredits > 0

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40840

   Web browser: ---
 Bug #: 40840
   Summary: Tests needed for page views with $wgMaxCredits > 0
   Product: MediaWiki
   Version: 1.21-git
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Unit tests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: t...@tim-landscheidt.de
CC: has...@free.fr, krinklem...@gmail.com,
m...@everybody.org
Classification: Unclassified
   Mobile Platform: ---


Cf. bug 40820.

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

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


[Bug 38719] FileBackend.php has 1 GB limit, despite $wgMaxUploadSize

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38719

--- Comment #11 from Krenair  2012-10-07 14:34:25 UTC ---
On the 23rd of September, Aaron Schulz posted this comment on the Gerrit
change:
>The limit is 4GiB now, and if it were to be configured, we'd want to use a 
>paramer given to the FileBackend constructor.

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

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


[Bug 40839] New: Edits from Translation Notification Bot are not being marked as bot

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40839

   Web browser: ---
 Bug #: 40839
   Summary: Edits from Translation Notification Bot are not being
marked as bot
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
   URL: https://zh.wikipedia.org/w/index.php?diff=23127253&old
id=23115938
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TranslationNotifications
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: xu.jimmy@gmail.com
CC: amir.ahar...@mail.huji.ac.il, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com, srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Not marking as minor should be enough to trigger the new messages prompt.

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

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


[Bug 38534] Add LiquidThreads status to MediaWiki's info action

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38534

Krenair  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #4 from Krenair  2012-10-07 14:19:05 UTC ---
The same applies to bug 40829 (Gerrit change 27091). CCing Siebrand.

If we're not going to show when a true/false value is false, then maybe we
should structure this differently.
Have a list of things which are considered on/true maybe?

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

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


[Bug 40789] $wgSecureLogin is broken

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40789

Tyler Romeo  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

--- Comment #3 from Tyler Romeo  2012-10-07 14:18:56 UTC 
---
https://gerrit.wikimedia.org/r/27044

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

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


[Bug 40609] Some RTL interfaces have incredibly large width, causing horizontal scrollbar to appear

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40609

--- Comment #5 from Derk-Jan Hartman  2012-10-07 
14:17:25 UTC ---
Fixed per
https://meta.wikimedia.org/wiki/MediaWiki_talk:Centralnotice-template-B12_JimmyBlank
and 

https://meta.wikimedia.org/w/index.php?title=MediaWiki%3ACentralnotice-template-B12_JimmyBlank&diff=4196786&oldid=4103995

If you still see it, please clear your browser cache:
http://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache

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

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


[Bug 40609] Some RTL interfaces have incredibly large width, causing horizontal scrollbar to appear

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40609

Hoo man  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||h...@online.de
 Resolution||FIXED

--- Comment #4 from Hoo man  2012-10-07 14:16:30 UTC ---
Has been fixed on October 3 by Nemo bis:
https://meta.wikimedia.org/w/index.php?diff=4196786&oldid=4103995&diffonly=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 40789] $wgSecureLogin is broken

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40789

--- Comment #2 from Tyler Romeo  2012-10-07 14:15:22 UTC 
---
That's a pretty big oversight on my part. My apologies. This entire week I feel
like I've been getting stupider. Standby for patch.

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

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


[Bug 17297] Add margins to printable css style

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17297

--- Comment #11 from Derk-Jan Hartman  2012-10-07 
14:05:53 UTC ---
Now uploaded https://gerrit.wikimedia.org/r/27043

-- 
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 14597] central-auth ALT message for browsers with images disabled

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14597

--- Comment #9 from Derk-Jan Hartman  2012-10-07 
13:31:22 UTC ---
The problem is that the alt text is also used for screenreaders of course. So a
login page with in the alt "You are seeing this probably because you do not
have images enabled in your browser, which means your browser probably did not
get the cookies to enable simultaneous logins to: site1" is also a bit
problematic.

-- 
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 11782] ":" indent markup fails if paragraph is to the right of an image

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11782

--- Comment #9 from Derk-Jan Hartman  2012-10-07 
13:27:09 UTC ---
For future reference, English Wikipedia now has the template Flowlist that can
be used to workaround this problem selectively.

https://en.wikipedia.org/wiki/Template:Flowlist

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

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


[Bug 40794] New namespaces for Kazakh Wikipedia

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40794

--- Comment #4 from Bolatbek  2012-10-07 11:45:45 UTC ---
All true. Thanks.

(In reply to comment #3)
> Taking this bug.
> 
> Gerrit change #27034.

-- 
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 37705] Render interlanguage links in SkinTemplate.php sidebar ucfirst per context language rules

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37705

--- Comment #25 from Bartosz Dziewoński  2012-10-07 
11:44:26 UTC ---
I submitted a different, and I believe better, solution for this bug as
https://gerrit.wikimedia.org/r/#/c/27039/, reverting the fix by Robin.

(It depends on Marcin's and Amir's fixes.)

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


[Bug 40838] New: Please remove some namespaces from es.wikibooks

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40838

   Web browser: ---
 Bug #: 40838
   Summary: Please remove some namespaces from es.wikibooks
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: https://es.wikibooks.org/w/index.php?title=Wikilibros:
Caf%C3%A9&oldid=192237#Wikiversidad
OS/Version: All
Status: NEW
  Keywords: shellpolicy
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: maure...@gmx.es
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


In the past Wikiversities and Wikibooks lived together. Six years ago
es.wikiversity was created and all the content hosted formerly on es.wikibooks
was transwiki imported to there, and the local content replaced with a template
that indicated the content was moved and where to find it

After an agreement on our local village pump that after six years ago we didn't
need any of those pointers anymore nor the namespaces I deleted all the
content, leaving empty those namespaces.

As such, to finish the process, please kindly remove from es.wikibooks the
following namespaces:

* [102] Wikiversidad
* [103] Wikiversidad Discusión

Discussion on the URL field. I'm a bureaucrat at es.wikibooks.

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 40736] Requesting removing 7 account creation limit

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40736

--- Comment #6 from Krenair  2012-10-07 10:09:55 UTC ---
Please make a new bug with information about when it ends and which wikis it
affects.

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

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


[Bug 40837] New: Focus Special:Search on input field only when not displaying results

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40837

   Web browser: ---
 Bug #: 40837
   Summary: Focus Special:Search on input field only when not
displaying results
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Search
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: lejo...@telia.com
Classification: Unclassified
   Mobile Platform: ---


When viewing [[Special:Search]] the focus is always on the search input field.
This is useful when you are going to start a new search. But when you are
viewing results for a previous search it is annoying that you can not start
pagedowning without having to unfocus the search input field.

I suggest the focus is only when viewing [[Special:Search]] without any search
terms (and maybe if the search terms gives no results). Not when viewing search
results like [[Special:Search/search+word]].

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

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


[Bug 40823] problems saving language links containing umlaut

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40823

Aude  changed:

   What|Removed |Added

 CC||aude.w...@gmail.com

--- Comment #3 from Aude  2012-10-07 09:46:33 UTC ---
I don't have this problem with my own test repos.  Only happens on the test
wiki: http://wikidata-test-repo.wikimedia.de/

-- 
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 40835] Add semantic properties to page information

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40835

--- Comment #1 from Leonard Wallentin  2012-10-07 
09:45:17 UTC ---
Seems I was wrong, now there is a hook for doing this: 'InfoAction' in
InfoAction.php , see https://bugzilla.wikimedia.org/show_bug.cgi?id=38559

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

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


[Bug 40836] New: Tooltips and menus not always visible

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40836

   Web browser: ---
 Bug #: 40836
   Summary: Tooltips and menus not always visible
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: smole...@eunet.rs
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Tooltips and article suggestion menus are always displayed below the link/text
box. This means that they are not visible if you are editing the lowermost
links on the screen. Javascript should recognize if a tooltip/menu is not fully
visible, and offer it above the link/text box. (Firefox 3.6.17, Ubuntu 8.04)

-- 
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 38617] Redirector.c should read redirect regex from config, config should be managed by puppet

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38617

Max Semenik  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||maxsem.w...@gmail.com

--- Comment #1 from Max Semenik  2012-10-07 09:27:09 UTC 
---
Submitted in https://gerrit.wikimedia.org/r/#/c/27035/

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

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


[Bug 40823] problems saving language links containing umlaut

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40823

Nikola Smolenski  changed:

   What|Removed |Added

 CC||smole...@eunet.rs

--- Comment #2 from Nikola Smolenski  2012-10-07 09:26:00 
UTC ---
Also Cyrillic, Greek, anything non-ASCII apparently. Smells like bad encoding
settings somewhere.

-- 
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 40776] Renaming namespace on gu.wiktionary

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40776

--- Comment #7 from Dereckson  2012-10-07 08:42:26 
UTC ---
I only prepared the configuration change.

This has still to be deployed by the operations. This will occur probably early
next week but can take a little longer.

-- 
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 40820] Call to undefined method CreditsAction::getCredits()

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40820

Thomas Bleher  changed:

   What|Removed |Added

 CC||thomasble...@gmx.de

--- Comment #6 from Thomas Bleher  2012-10-07 08:40:57 UTC 
---
This change also breaks the DumpHTML extension for me. It errors out with the
same message:
PHP Fatal error:  Call to undefined method CreditsAction::getCredits() in
/srv/www/mediawiki/core/includes/SkinTemplate.php on line 339

I did a git bisect to narrow the error down to this commit. Reverting it makes
DumpHTML work again. Please fix this error!

-- 
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 40776] Renaming namespace on gu.wiktionary

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40776

--- Comment #6 from Dhaval  2012-10-07 08:34:19 UTC ---
(In reply to comment #5)
> Thank you, this is done.

That's great. Thank you! why do I still see old spelling at
http://gu.wiktionary.org/wiki/%E0%AA%B5%E0%AA%BF%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%A8%E0%AA%B0%E0%AB%80:%E0%AA%B8%E0%AA%B9%E0%AB%81_%E0%AA%AD%E0%AA%BE%E0%AA%B7%E0%AA%BE%E0%AA%93

It should rather show as 
http://gu.wiktionary.org/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 40835] New: Add semantic properties to page information

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40835

   Web browser: ---
 Bug #: 40835
   Summary: Add semantic properties to page information
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: leo_wallen...@hotmail.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


Now that action=info is reimplemented (see
http://www.mediawiki.org/wiki/Requests_for_comment/Reimplement_info_action),
this would be a good place to print out the semantic properties from SMW as
well, like this:
https://www.mediawiki.org/wiki/Rotsee/SMW_properties_in_info_page

(Maybe Special:Browse could even be removed from the toolbox, as there is
already a page information link there?)

InfoAction.php does not seem to contain any hook for modifying the information
page, so I'm not sure what the best way would be to achieve 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 40795] Enable subpages in User namespace on kkwiki

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40795

Dereckson  changed:

   What|Removed |Added

   Keywords||shellpolicy
 CC||dereck...@espace-win.org

--- Comment #5 from Dereckson  2012-10-07 08:05:35 
UTC ---
Good morning,

For any configuration change, we require a local consensus.

Could you discuss the matter on the Ауыл құдығы (or any more appropriate place)
to confirm this change is wanted by the community?

[ +shellpolicy ]

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


[Bug 40794] New namespaces for Kazakh Wikipedia

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40794

Dereckson  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|UNCONFIRMED |ASSIGNED
URL|http://kk.wikipedia.org |https://kk.wikipedia.org/w/
   ||index.php?title=%D0%A3%D0%B
   ||8%D0%BA%D0%B8%D0%BF%D0%B5%D
   ||0%B4%D0%B8%D1%8F:%D0%90%D1%
   ||83%D1%8B%D0%BB_%D2%9B%D2%B1
   ||%D0%B4%D1%8B%D2%93%D1%8B/%D
   ||2%B0%D1%81%D1%8B%D0%BD%D1%8
   ||B%D1%81%D1%82%D0%B0%D1%80&o
   ||ldid=1199441#.22.D0.96.D0.B
   ||E.D0.B1.D0.
URL||B0.22_.D0.B5.D1.81.D1.96.D0
   ||.BC_.D0.BA.D0.B5.D2.A3.D1.9
   ||6.D1.81.D1.82.D1.96.D0.B3.D
   ||1.96
   Keywords||shell
 CC||dereck...@espace-win.org
 AssignedTo|wikibugs-l@lists.wikimedia. |dereck...@espace-win.org
   |org |
 Ever Confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #3 from Dereckson  2012-10-07 07:59:14 
UTC ---
Taking this bug.

Gerrit change 27034.

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

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


[Bug 40823] problems saving language links containing umlaut

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40823

Daniel Kinzler  changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
   Severity|normal  |blocker

-- 
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 40834] [Regression] Modules with more than 1 stylesheet generate 404 errors in debug mode

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40834

--- Comment #1 from Krinkle  2012-10-07 07:29:00 UTC ---
Fix in I32a79af637acb782e07bbae413b0f007350096c3.

No released notes as it was a recent regression.

-- 
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 40776] Renaming namespace on gu.wiktionary

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40776

--- Comment #5 from Dereckson  2012-10-07 07:28:58 
UTC ---
Thank you, this is done.

-- 
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 40834] [Regression] Modules with more than 1 stylesheet generate 404 errors in debug mode

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40834

Krinkle  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 40834] New: [Regression] Modules with more than 1 stylesheet generate 404 errors in debug mode

2012-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40834

   Web browser: ---
 Bug #: 40834
   Summary: [Regression] Modules with more than 1 stylesheet
generate 404 errors in debug mode
   Product: MediaWiki
   Version: 1.20
  Platform: All
OS/Version: All
Status: NEW
  Keywords: code-update-regression
  Severity: major
  Priority: Unprioritized
 Component: ResourceLoader
AssignedTo: krinklem...@gmail.com
ReportedBy: krinklem...@gmail.com
CC: krinklem...@gmail.com, roan.katt...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Tracked down to I3e8227ddb87fd9441071ca935439fc6467751dab.

Strange 404 errors are happening to URIs that look like they're comma-separated
mashed together.

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