[Bug 36879] safety trailers for google search links:should be spell=0

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36879

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #7 from T. Gries m...@tgries.de 2012-05-28 06:13:28 UTC ---
fixed in v1.22

-- 
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 37013] ResourceLoader does not check dependencies for existance

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37013

--- Comment #2 from Dmitriy Sintsov ques...@rambler.ru 2012-05-28 06:18:19 
UTC ---
I think Extension:UploadWizard also was using this module and it should be
supported in 1.18.2 as well.

Is there a graceful way of catching these errors at client side in 1.20?
However, 1.20 includes the forementioned module.

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

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


[Bug 37155] New: Sending email via Gmail bug (and solution): includes/UserMailer.php

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37155

   Web browser: ---
 Bug #: 37155
   Summary: Sending email via Gmail bug (and solution):
includes/UserMailer.php
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Email
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mill...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


I spend a lot of hours while trying to see why my MediaWiki installation is not
able to send email via Gmail. I am using 1.18. However, the source of the
problem (at least, the source which I detected) didn't change inside of the
latest revision.

In short, I replaced:
$headers['Return-Path'] = $from-toString();

($headers['Return-Path'] = $from-address; in current version);

with:
$headers['Reply-To'] = $from-toString();

-- and sending emails via Gmail is working now for me.

Please, check if it's still an 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 37113] Special:AggregateGroups load fails

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37113

--- Comment #4 from MWUser karin.jepps...@hotmail.se 2012-05-28 07:04:52 UTC 
---
This is the error I get!

Call to undefined method User::getEditToken() in
C:\inetpub\wwwroot\mediawiki\extensions\Translate\api\ApiAggregateGroups.php on
line 229

-- 
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 37072] jobrunner trapped in a loop cause of webVideoTranscode job

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37072

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-05-28 08:27:07 
UTC ---
I found the root cause while sleeping this week-end.

The cause is that transcode jobs are excluded from being processed by
runJobs.php (through the use of $wgJobTypesExcludedFromDefaultQueue) whereas
nextJobDB.php still consider those jobs as in need of processing.  End result
is an infinite loop since jobs are never processed.


Hence the addition of $wgJobTypesExcludedFromDefaultQueue, by commit
45f9da8ad7, need to be enhanced.

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

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


[Bug 35193] Enable sub page feature in Telugu Wikisource (te.wikisource.org)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35193

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Resolution|FIXED   |

--- Comment #12 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-05-28 
08:31:44 UTC ---
Breadcrumb links are not working.

Look at this page in the English Wikisource:
https://en.wikisource.org/wiki/Gesenius%27_Hebrew_Grammar/25._Unchangeable_Vowels

It has a breadcrumb link to Gesenius' Hebrew Grammar under the title. I don't
see breadcrumbs in Telugu Wikisource.

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

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


[Bug 37072] jobrunner trapped in a loop cause of webVideoTranscode job

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37072

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

   What|Removed |Added

   Priority|Normal  |High

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-05-28 08:33:18 
UTC ---
Raising priority as a remember to get that reviewed asap.  It causes
disruptions on deployment-prep .

Patch to MW Core:
https://gerrit.wikimedia.org/r/9116

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

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


[Bug 37156] New: ProofreadPage extension doesn't work correctly in Telugu Wikisource

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37156

   Web browser: ---
 Bug #: 37156
   Summary: ProofreadPage extension doesn't work correctly in
Telugu Wikisource
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ProofreadPage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: shijua...@hotmail.com
CC: b...@adres.pl, zaran.krl...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Hi

Currently in Telugu Wikisource, the ProofreadPage extension doesn't work
properly. 

For example,
http://te.wikisource.org/w/index.php?title=%E0%B0%AA%E0%B1%81%E0%B0%9F:Molla_Ramayanam.djvu/12action=edit
 this page is not showing the scanned page on the right side. 


Also here are elsewhere (for example for subpages), the navigational links at
the top of the page are not appearing.

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

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


[Bug 37157] New: Impossible to select contact method

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37157

   Web browser: ---
 Bug #: 37157
   Summary: Impossible to select contact method
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
   URL: http://meta.wikimedia.org/wiki/Special:TranslatorSignu
p
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: TranslationNotifications
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: amir.ahar...@mail.huji.ac.il,
bugzilla.wikime...@publi.purodha.net,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Putting this bug in the TranslationNotifications extension queue is based on a
guess. Please forgive me, if I was wrong laking the time for more thorough
investigation.

On page
http://meta.wikimedia.org/wiki/Special:TranslatorSignup
in the form field group Preferred contact methods,
I want to select email only.

This results in an error message, and nothing of my data is kept.

I fact, I can seelct any combination of methods - none of them is accepted. I
tried them all. Also, the error message appears to be inserted in a weird place
in the DOM tree. It appears overlapping with a the (empty) select-list at the
end of the field group.

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

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


[Bug 37135] Update of git-review failed

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37135

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||has...@free.fr
 Resolution||INVALID

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-05-28 10:22:33 
UTC ---
pkg_resources.DistributionNotFound: pip==1.1

So update pip to 1.1 with:

sudo easy_install -U pip


Please note this is not a pip / python support forum.

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

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


[Bug 1] Documentation is out of date, incomplete (tracking)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

Mark Clements (HappyDog) w...@kennel17.co.uk changed:

   What|Removed |Added

 Blocks|2007|

--- Comment #41 from Mark Clements (HappyDog) w...@kennel17.co.uk 2012-05-28 
10:24:31 UTC ---
It already implicitly blocks bug 2007 by blocking bug 700, so no need to block
it directly 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 2007] Tracking bug (tracking)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

Mark Clements (HappyDog) w...@kennel17.co.uk changed:

   What|Removed |Added

 Depends on|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 37157] Impossible to select contact method

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37157

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

   What|Removed |Added

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

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-05-28 
10:41:26 UTC ---
Can you please tell what is the error message.

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


[Bug 37157] Impossible to select contact method

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37157

--- Comment #2 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net 
2012-05-28 11:08:11 UTC ---
There are two, in fact:
- Mer han e Problem met jet wat De enjejovve häß
- Dinge aanjejovve Wäät es kein müjjelesche Ußwahl.
Translating to:
- There is a problem with something that you have entered
- Your supplied value is not a possible choice.
Their respective positions are:
- above all message group boxes
- in the box of contact methods, underneath all choices.

Though, of course, I tried uselang=en, the answer page, and its messages are
not in English. This is a long reported and long known bug but has
unfortunately been marked as wontfix. Now, we do not know the original
messages, since the bug has not been fixed. Bad luck. I hope, my translation
will suffice.

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


[Bug 37158] New: Menues overlap

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37158

   Web browser: Firefox
 Bug #: 37158
   Summary: Menues overlap
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://translatewiki.net/wiki/MediaWiki:Previewnote/ks
h
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin: Vector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: asha...@wikimedia.org,
bugzilla.wikime...@publi.purodha.net,
krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10666
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10666
Screenshot of Vector skin, where topmost two menues overlap

See attached screen shot, the topmost two menues overlap, and one partially
obscures the other.

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

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


[Bug 37135] Update of git-review failed

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37135

--- Comment #3 from Krinkle krinklem...@gmail.com 2012-05-28 11:26:43 UTC ---
Thanks. I wonder how I updated it last time then. Anyhow, executed the install
command for pip, and then the git-review update went fine.

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

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


[Bug 37135] Update of git-review failed

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37135

--- Comment #4 from Krinkle krinklem...@gmail.com 2012-05-28 11:28:18 UTC ---
Note that I filed it here because
1) I imagine other developers might have similar issues, this way they can find
it right here (even if it is just a +upstream or INVALID).
2) I don't know much about python, so for all I know this could've been a
problem with git-review or the way we have set up gerrit.

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

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


[Bug 37135] Update of git-review failed

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37135

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

   What|Removed |Added

 Resolution|INVALID |WORKSFORME

--- Comment #5 from Antoine hashar Musso has...@free.fr 2012-05-28 13:15:35 
UTC ---
I was just teasing you!! Sorry! ;-D

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

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


[Bug 37159] New: sqlite: DatabaseBase::delete and DatabaseBase::update return ResultWrapper object

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37159

   Web browser: ---
 Bug #: 37159
   Summary: sqlite: DatabaseBase::delete and DatabaseBase::update
return ResultWrapper object
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jeroen_ded...@yahoo.com
Classification: Unclassified
   Mobile Platform: ---


DatabaseBase::delete and DatabaseBase::update should always return a boolean,
this is what the docs state and what appears to be happening when using MySQL.
However, when using sqlite to run some of my tests (that run fine with MySQL),
I'm getting some failures because I'm getting back a ResultWrapper object.

See failing test here:
https://integration.mediawiki.org/ci/job/MediaWiki-Tests-Misc/1446/console

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

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


[Bug 37159] sqlite: DatabaseBase::delete and DatabaseBase::update return ResultWrapper object

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37159

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

   What|Removed |Added

Version|unspecified |1.20-git

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

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


[Bug 37160] New: Cant scroll in edit window

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37160

   Web browser: ---
 Bug #: 37160
   Summary: Cant scroll in edit window
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: juandevojni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


I get cs.wp site via my LG cell phone (Android OS), but there is no way to
scroll down if the edit window is open and there is more text.

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

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


[Bug 37161] New: Use operations/mediawiki-config gerrit repo for beta

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37161

   Web browser: ---
 Bug #: 37161
   Summary: Use operations/mediawiki-config gerrit repo for beta
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com
CC: benap...@gmail.com, fai...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Right now there is beta-specific stuff:
* inline in the production configuration files with if-cluster
* in the non-standard file InitializeSettingsDeploy.php that exists only on the
beta server, and included through a patch in wmf-config

wmf-config:
* CommonsSettings.php
* InitializeSettings.php
* ...
* production/
 - PrivateSettings.php (only in local repo in production/fenari)
 - ClusterSettings.php (contains stuff specific to the cluster)
 - db.php
 - mc.php
* beta/
 - PrivateSettings.php (only in local repo on beta/deployment-dbdump)
 - ClusterSettings.php (contains stuff specific to the cluster)
 - db.php
 - mc.php

We still need a way to guide the inclusion of the right directory though. Maybe
an environmental variable can be used? Hashar suggested /etc/profile 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 37159] sqlite: DatabaseBase::delete and DatabaseBase::update return ResultWrapper object

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37159

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-05-28 
15:09:08 UTC ---
Installed sqlite and could reproduce locally.

Did some debugging, and found that the DB abstraction layer is riddled with
inconsistencies in return types. Just have a look at DatabaseBase::doQuery and
it's implementations in DatabaseMysql and DatabaseSqlite.

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

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


[Bug 36820] Only allow notification for non-discouraged pages

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36820

Amir E. Aharoni amir.ahar...@mail.huji.ac.il 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 on the CC list for the bug.

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


[Bug 36821] Notification e-mail should be more personal and specific

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36821

Amir E. Aharoni amir.ahar...@mail.huji.ac.il 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 on the CC list for the bug.

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


[Bug 36822] Add timestamp to talk page message

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36822

Bug 36822 depends on bug 36821, which changed state.

Bug 36821 Summary: Notification e-mail should be more personal and specific
https://bugzilla.wikimedia.org/show_bug.cgi?id=36821

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

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

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


[Bug 37015] special page summary can't be emptied

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37015

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |amir.ahar...@mail.huji.ac.i
   |org |l

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

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


[Bug 37161] Use operations/mediawiki-config gerrit repo for beta

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37161

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #1 from Krinkle krinklem...@gmail.com 2012-05-28 15:27:27 UTC ---
hashar  or /etc/cluster

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

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


[Bug 37162] New: default Advanced search settings are not so useful

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37162

   Web browser: ---
 Bug #: 37162
   Summary: default Advanced search settings are not so useful
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Bugzilla
AssignedTo: mhershber...@wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: innocentkil...@gmail.com, s...@reedyboy.net,
thehelpfulonew...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Why are LATER and DUPLICATE resolutions selected by default in the Advanced
search? Is it useful to anybody?

More than once it confused my searches.

This is more useful:
* Select no resolutions by default.
* Select UNCONFIRMED, NEW, ASSIGNED and REOPENED statuses by default.
(Currently none are selected.)

-- 
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 37163] New: talk page notification title appears in the originating wiki content language

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37163

   Web browser: ---
 Bug #: 37163
   Summary: talk page notification title appears in the
originating wiki content language
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: TranslationNotifications
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: amir.ahar...@mail.huji.ac.il, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Talk page notification title appears in the originating wiki content language.
It should appear in the same language as the rest of the message.

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

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


[Bug 37164] New: talk page message's directionality is based on the target wiki content language

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37164

   Web browser: ---
 Bug #: 37164
   Summary: talk page message's directionality is based on the
target wiki content language
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: TranslationNotifications
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: amir.ahar...@mail.huji.ac.il, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Blocks: 745
Classification: Unclassified
   Mobile Platform: ---


Talk page message's directionality is based on the target wiki content
language. It should be based on the language of the message.

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

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


[Bug 745] RTL/bidirectional issues (tracking)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

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

   What|Removed |Added

 Depends on||37164

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

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


[Bug 37165] New: notification language preferences may be saved as empty strings

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37165

   Web browser: ---
 Bug #: 37165
   Summary: notification language preferences may be saved as
empty strings
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TranslationNotifications
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: amir.ahar...@mail.huji.ac.il, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Notification language preferences ( translationnotifications-lang-* ) may be
saved as empty strings. It's better to delete the corresponding rows from the
properties.

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

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


[Bug 27706] Enable Extension:RSS on ua.wikimedia

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27706

Yuri Perohanych direc...@wikimediaukraine.org.ua changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #17 from Yuri Perohanych direc...@wikimediaukraine.org.ua 
2012-05-28 16:02:36 UTC ---
I asket to install http://www.mediawiki.org/wiki/Extension:RSS for
http://ua.wikimedia.org 

I just checked http://ua.wikimedia.org/wiki/special:Version and have founded
that the RSS has not been installed. Please help.

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

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


[Bug 27706] Enable Extension:RSS on ua.wikimedia

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27706

--- Comment #18 from Yuri Perohanych direc...@wikimediaukraine.org.ua 
2012-05-28 16:03:10 UTC ---
I asked

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

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


[Bug 37150] UploadWizard broken in Safari 5

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37150

--- Comment #1 from Mark Holmquist mtrac...@member.fsf.org 2012-05-28 
16:05:09 UTC ---
I have a hunch that this has to do with the new handling of uploads right
away--some of the magic might have created empty Upload objects. I'll make sure
we do proper emptying of the bins once we've thrown them out. Funny that no
other browsers complained, though!

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

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


[Bug 37162] default Advanced search settings are not so useful

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37162

--- Comment #1 from Chad H. innocentkil...@gmail.com 2012-05-28 16:33:52 UTC 
---
LATER and DUPLICATE were added to the default search some time ago to help
people avoid filing duplicate bugs. This was geared towards casual
contributors, not power users like ourselves.

It's very trivial to change your default search settings if these aren't
acceptable.

-- 
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 37150] UploadWizard broken in Safari 5

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37150

Mark Holmquist mtrac...@member.fsf.org changed:

   What|Removed |Added

   Keywords||patch, patch-need-review

--- Comment #2 from Mark Holmquist mtrac...@member.fsf.org 2012-05-28 
16:55:06 UTC ---
Turns out we weren't checking for FileApi functionality in our decision to use
one upload handler or the other. This patch ought to do the trick:
https://gerrit.wikimedia.org/r/9140

That being said, I haven't tested it, it would be nice to have a labs instance
to test these sorts of things

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

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


[Bug 37144] UploadWizard: Wiki Loves Monuments contest issues (tracking)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37144

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

   What|Removed |Added

 Depends on||32410

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

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


[Bug 32410] MediaWiki api doesn't serve EXIF GPSAltitude (and other tags) as decimals

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32410

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

   What|Removed |Added

 Blocks||37144

-- 
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 37161] Use operations/mediawiki-config gerrit repo for beta

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37161

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-05-28 17:03:00 
UTC ---
/etc/cluster would be great, I am not sure how bad it is to have every request
doing a stat + read that file.

Note that on deployment-prep project, the machine deployment-dbdump has a file
/etc/cluster which contains 'pmtpa' !!! ;-D

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

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


[Bug 37128] Category adder should have X to remove additional categories

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37128

Mark Holmquist mtrac...@member.fsf.org changed:

   What|Removed |Added

   Keywords||patch, patch-need-review

--- Comment #1 from Mark Holmquist mtrac...@member.fsf.org 2012-05-28 
17:13:59 UTC ---
Patch ready, fresh out of the oven: https://gerrit.wikimedia.org/r/9141

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

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


[Bug 15700] Create a separate special page for account creation

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15700

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
  Component|User login  |Special pages
   Target Milestone|--- |Future release
Summary|Userlogin and Create an |Create a separate special
   |account need to be separate |page for account creation
   |special pages   |

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

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


[Bug 30878] Narayam icon should be less confusing

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30878

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:27 UTC ---
Lowering priority on high priority bugs that have a low severity

-- 
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 35404] Leading space within [[ http://...]] gives redlink and avoids blacklist

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35404

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:29 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 36868] find a better home for /home/wikipedia

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36868

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:30 UTC ---
Lowering priority on high priority bugs that have a low severity

-- 
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 25140] Rendering of malayalam fonts in SVG

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25140

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #23 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:32 UTC ---
Lowering priority on high priority bugs that have a low severity

-- 
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 29521] Use consistent labels for the diff-action (diff on SpecialRecentChanges vs. prev on HistoryAction)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29521

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:35 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 29581] Category {type}from returns false navigation links

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29581

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:37 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 37063] SquidPurgeClient hangs on response from Squid Cache 2.7, or multiple entries in $wgSquidServers

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37063

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:38 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 30083] Commons does not know when its files are discussed on other wikis using File_talk pages. (not notified)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30083

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:39 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 26293] Very bad email grouping/threading for CodeReview mails in Gmail

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26293

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:40 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 29575] Handle summaries consisting of whitespace only consistently in contributions/history - watchlist/recent changes

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29575

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:42 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 32229] vi.wikipedia.org loads blank screen in firefox

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32229

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:43 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 30751] Allowed memory size exhausted when using API

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30751

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:45 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 28677] Fail more graciously when an expected existing revision, doesn't exist

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28677

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:47 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 34531] no choice for PD-old-70

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34531

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2012-05-28 
17:56:49 UTC ---
Lowering priority on high priority bugs that have a low severity

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

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


[Bug 31124] Going to the next step should set the user to the beginning of the form

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31124

Mark Holmquist mtrac...@member.fsf.org changed:

   What|Removed |Added

   Keywords||patch, patch-need-review
 CC||mtrac...@member.fsf.org

--- Comment #1 from Mark Holmquist mtrac...@member.fsf.org 2012-05-28 
17:59:18 UTC ---
Patch here: https://gerrit.wikimedia.org/r/9145

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

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


[Bug 37127] UW will not create a category but it tells so

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37127

--- Comment #1 from Mark Holmquist mtrac...@member.fsf.org 2012-05-28 
18:06:36 UTC ---
Saibo, we use lang=qqq for i18n documentation of messages. In any case, the
message is called 'mwe-upwiz-category-will-be-added' and means to say that we
will add the file to the category, but you're right, the actual category page
doesn't get created. I suppose this only means There is no page for this
category, but we'll add this file to it anyway.

With that information, is there a better way we could intimate that idea to the
user? Maybe something like This category is new, be careful!?

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

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


[Bug 37127] UW will not create a category but it tells so

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37127

--- Comment #2 from Raimond Spekking raimond.spekk...@gmail.com 2012-05-28 
18:15:58 UTC ---
(In reply to comment #1)
 Saibo, we use lang=qqq for i18n documentation of messages. 

You are right but qqx is some kind of magic:
https://commons.wikimedia.org/w/index.php?title=Special:UploadWizarduselang=qqx

You see the message keys instead of the message itself. But this trick does not
work for the whole UW process because of JavaScript.

Back to the bug itelf: I would consider rewording the message, to something
like This category does not exist, be careful.

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

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


[Bug 37166] New: Special:ImportTranslations times out during import big files

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37166

   Web browser: ---
 Bug #: 37166
   Summary: Special:ImportTranslations times out during import big
files
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: lockals...@gmail.com
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---


Importing .po files with 15000 messages times out. Translate extension should
support for based batch import of .po files. There are special functions in php
like fseek and ftell to achieve this. 

Also if there are more than 1000 changes in translations, ImportTranslations
should provide pagination feature (just a simple continue button) or
ajax-based loader.

-- 
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 37167] New: Special:ManageMessageGroups times out when dealing with 10000 changed messages

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37167

   Web browser: ---
 Bug #: 37167
   Summary: Special:ManageMessageGroups times out when dealing
with 1 changed messages
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: lockals...@gmail.com
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---


Special:ManageMessageGroups times out when dealing with 1 changed
messages. Definition files now can be updated by running
processMessageChanges.php, however it does not make any difference for
ManageMessageGroups workflow (sync-group.php is useless for unprocessed
messages). In older versions of translate extension it was possible to split
huge .pot files into small chunks and process them one-by-one
(Special:ManageMessageGroupsgroup=out-name-1,
Special:ManageMessageGroupsgroup=out-name-2 and so on). With recent versions
Special:ManageMessageGroups tries to show all changed messages on a single page
and times out.

This can be solved by providing pagination feature (just a simple continue
button) or ajax-based loader.

-- 
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 37168] New: Translate extension should not reparse defenition files on each message edit

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37168

   Web browser: ---
 Bug #: 37168
   Summary: Translate extension should not reparse defenition
files on each message edit
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: lockals...@gmail.com
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---


It seems that Translate extension reparses .pot files on each message edit. So
more messages in definition file means longer loading time for edit form or
page. Files with about 16000 messages leads to inevitable timeout on each
message edit. Why messages can't be accessed only through the database?

-- 
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 37127] UW will not create a category but it tells so

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37127

Mark Holmquist mtrac...@member.fsf.org changed:

   What|Removed |Added

   Keywords||patch, patch-need-review

--- Comment #3 from Mark Holmquist mtrac...@member.fsf.org 2012-05-28 
18:38:41 UTC ---
All right, I've made a patch that changes the message:
https://gerrit.wikimedia.org/r/9151

I'm not sure if that's the best way to do it, so if someone else has a problem
with the wording, they'll certainly voice it in their review.

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

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


[Bug 37169] New: Add context, filepath and comments in list=messagecollection props

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37169

   Web browser: ---
 Bug #: 37169
   Summary: Add context, filepath and comments in
list=messagecollection props
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: lockals...@gmail.com
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---


Currently list=messagecollection in API is useless for .pot files messages with
contexts, because messages with a same content and different contexts can not
be distinguished (hash can't be decoded into context). 

Also I would appreciate if you add filepath and translator comments as an
option to mcprop (currently only definition, translation and tags are
available).

-- 
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 37168] Translate extension should not reparse defenition files on each message edit

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37168

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-05-28 
18:55:07 UTC ---
It is loading comments which are not stored in the database.

-- 
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 36367] Make it possible to override account creation throttle on-wiki.

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36367

mybugs.m...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||mybugs.m...@gmail.com
 Resolution||DUPLICATE

--- Comment #2 from mybugs.m...@gmail.com 2012-05-28 18:55:49 UTC ---
I think this is a duplicate of bug 25000. See also r72959.

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

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

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


[Bug 25000] Remove IP throttle for account creation (provide override whitelist via a MediaWiki extension?)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25000

mybugs.m...@gmail.com changed:

   What|Removed |Added

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

--- Comment #20 from mybugs.m...@gmail.com 2012-05-28 18:55:49 UTC ---
*** Bug 36367 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 36341] Add license/rights column for mediawikis table

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36341

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #2 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:50 UTC ---
Removed upon request

-- 
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.
You are the assignee for the bug.

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


[Bug 36337] add language column to mediawikis table

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36337

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #3 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:51 UTC ---
Removed upon request

-- 
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 36292] rewrite/fix versioncheck for wikistats table

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36292

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #3 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:52 UTC ---
Removed upon request

-- 
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 36291] add 200 000 wikia wikis to stats table

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36291

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #1 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:52 UTC ---
Removed upon request

-- 
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.
You are the assignee for the bug.

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


[Bug 36265] import several thousand wikis from wikiteam lists

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36265

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #11 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:53 UTC ---
Removed upon request

-- 
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 36290] replace/rewrite largest_html.php / re-add output in other formats for largest all-in-one stats table

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36290

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #1 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:54 UTC ---
Removed upon request

-- 
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 36573] handle wikis which have API for siteinfo but do not have siprop statistics

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36573

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #2 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:55 UTC ---
Removed upon request

-- 
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.
You are the assignee for the bug.

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


[Bug 37062] MediaWiki - wiki registry

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37062

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #1 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:56 UTC ---
Removed upon request

-- 
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.
You are the assignee for the bug.

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


[Bug 36268] List of largest Mediawikis on http://wikistats.wmflabs.org/ displays wrong version number

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36268

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #10 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:56 UTC ---
Removed upon request

-- 
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 36286] update all the old wiki names to their official names reported by API

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36286

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #4 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:59 UTC ---
Removed upon request

-- 
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 36570] new possible wikifarms / hives detected - check for lists

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36570

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #4 from Robert Hanke ro...@gmx.de 2012-05-28 19:10:59 UTC ---
Removed upon request

-- 
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 36133] Initial Cleanup

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36133

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #6 from Robert Hanke ro...@gmx.de 2012-05-28 19:11:01 UTC ---
Removed upon request

-- 
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 36293] completely remove or globally add the views column in stats tables

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36293

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #1 from Robert Hanke ro...@gmx.de 2012-05-28 19:11:02 UTC ---
Removed upon request

-- 
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.
You are the assignee for the bug.

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


[Bug 36789] account creation for Mschon

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36789

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #3 from Robert Hanke ro...@gmx.de 2012-05-28 19:11:03 UTC ---
Removed upon request

-- 
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.
You are the assignee for the bug.

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


[Bug 36338] do not use old mysql_connect method, avoid client mismatch php/mariadb

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36338

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #1 from Robert Hanke ro...@gmx.de 2012-05-28 19:11:03 UTC ---
Removed upon request

-- 
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 36287] deploy a replacement for the old wikistats admin (WSA) script

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36287

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #4 from Robert Hanke ro...@gmx.de 2012-05-28 19:11:04 UTC ---
Removed upon request

-- 
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 36289] add a stats table for the LXDE wikis

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36289

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 CC|marcin.cies...@gmail.com|

--- Comment #2 from Robert Hanke ro...@gmx.de 2012-05-28 19:11:05 UTC ---
Removed upon request

-- 
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 36341] Add license/rights column for mediawikis table

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36341

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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.
You are the assignee for the bug.

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


[Bug 36341] Add license/rights column for mediawikis table

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36341

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

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

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


[Bug 37169] Add context, filepath and comments in list=messagecollection props

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37169

Lockal lockals...@gmail.com 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 on the CC list for the bug.

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


[Bug 37169] Add context, filepath and comments in list=messagecollection props

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37169

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-05-28 
19:40:47 UTC ---
MessageCollection api is not meant for that purpose.

There are plans for providing another api which provides all the translation
helpers in a structured way.

-- 
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 31738] Templates should have 'meta icons' to fix text direction issues

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31738

Fomafix foma...@googlemail.com changed:

   What|Removed |Added

 CC||foma...@googlemail.com

--- Comment #7 from Fomafix foma...@googlemail.com 2012-05-28 19:42:23 UTC ---
On dewiki we solve this problem with

mw.loader.using( [ 'mediawiki.util' ], function () { $( function () {
if ( mw.config.get( 'dontShowTopicons', false ) ) return;
mw.util.$content
.find( 'div.topicon' )
.insertBefore( '#firstHeading' )
.show();
} ) } );
in [[MediaWiki:Vector.js]]

div.topicon {
float: right;
margin-left: 3px;
font-size: 0.8em;
}
#firstHeading {
overflow: visible;
}
in [[MediaWiki:Vector.css]

and
.topicon {
display: none;
}
in [[MediaWiki:Common.css]]

Example:
https://de.wikipedia.org/w/index.php?title=Burg_Stahleck_%28Bacharach%29uselang=aruseskin=vector

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

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


[Bug 34759] Improve SQLite detection, to be able to execute SQLite tests

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34759

christ...@quelltextlich.at changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #5 from christ...@quelltextlich.at 2012-05-28 19:50:44 UTC ---
I cannot reproduce the original problem any longer - Resolved/Worksforme.

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

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


[Bug 35950] Replacing maintenance/Maintenance.php's STDOUT by print

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35950

christ...@quelltextlich.at changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #1 from christ...@quelltextlich.at 2012-05-28 19:55:54 UTC ---
Patch to remove the STDOUTs that cause problems has been committed upstream.

Git commit: 0c33345146fc6cfb05b25614d923b875cc4cfd5b
Gerrit link: https://gerrit.wikimedia.org/r/#/c/4981/

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

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


[Bug 32229] vi.wikipedia.org loads blank screen in firefox

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32229

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #8 from Platonides platoni...@gmail.com 2012-05-28 20:09:27 UTC 
---
Roan first changed the wgServer comparison in
https://vi.wikipedia.org/w/index.php?title=MediaWiki:ImportAVIM.jsdiff=5170195oldid=3996535

Then a bot replaced the document.write with mw.loader.load and made the url
relative in
https://vi.wikipedia.org/w/index.php?title=MediaWiki:ImportAVIM.jsdiff=nextoldid=5211042

Marking as fixed. Hashar, can you please verify?

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

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


[Bug 35068] Monobook user edit buttons go first

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35068

--- Comment #8 from Ragimiri ragim...@gmail.com 2012-05-28 20:20:43 UTC ---
Attempt to fix problem: https://cs.wikipedia.org/w/index.php?diff=8593563

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

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


[Bug 34819] [MySQL] Possibility for confusing error messages upon opening connection, while background connection is open

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34819

--- Comment #5 from christ...@quelltextlich.at 2012-05-28 20:22:37 UTC ---
(In reply to comment #4)
 Maybe you could [...] to submit your patch
 directly into Git and Gerrit [...]

Done.
Gerrit: https://gerrit.wikimedia.org/r/#/c/9202/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 37151] Update extensions/README

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37151

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

   What|Removed |Added

 CC||has...@free.fr

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-05-28 21:11:37 
UTC ---
What about submitting a 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 32247] Cannot go back after uploading files

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32247

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Blocks||37144

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

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


[Bug 37144] UploadWizard: Wiki Loves Monuments contest issues (tracking)

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37144

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Depends on||32247

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

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


[Bug 37150] UploadWizard broken in Safari 5

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37150

--- Comment #3 from Erik Moeller e...@wikimedia.org 2012-05-28 21:27:41 UTC 
---
Can you try testing it through BrowserStack or CrossBrowserTesting (either
should allow you to set up a tunnel to localhost)?

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

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


[Bug 37140] action=raw should not output an HTML error page

2012-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37140

--- Comment #3 from Platonides platoni...@gmail.com 2012-05-28 21:34:03 UTC 
---
I see. The problem is that when we get a hard db failure (such as a connection
error) we bail out with that hardcoded message and die. We should try not to
add much code there.

We may be able to abuse the fact that /* DB error */ is both valid js and css.

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

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


  1   2   >