[Bug 55985] New: Failure to bring up save dialog, addition of navbox

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55985

   Web browser: ---
Bug ID: 55985
   Summary: Failure to bring up save dialog, addition of navbox
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: Mac OS X 10.6
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: pear...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I opened VE and placed my cursor at the bottom of an article.
After adding a navbox template through the transclusion editor, the Save
button was green (not grayed out), but pressing it did not bring up the save
dialog.  Making other changes did not help. Tested on current FF and Chrome,
Mac OS.

The edit I wanted to make:

https://en.wikipedia.org/w/index.php?title=Waging_Heavy_Peace%3A_A_Hippie_Dreamdiff=578220189oldid=573321038

-- 
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 55732] git-review broken on Ubuntu+ARM

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55732

--- Comment #7 from Chad H. innocentkil...@gmail.com ---
(In reply to comment #5)
 Looks like there is a workaround:
 
 http://www.mediawiki.org/wiki/Gerrit/Alternatives_to_git-review

That's always been a workaround. Some of us do this daily rather than use
git-review.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55732] git-review broken on Ubuntu+ARM

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55732

--- Comment #6 from Željko Filipin zfili...@wikimedia.org ---
I have reported the bug upstream:

https://bugs.launchpad.net/git-review/+bug/1243044

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55986] New: RedisBagOStuff-incr broken by due to PHP serialization for primitives

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55986

   Web browser: ---
Bug ID: 55986
   Summary: RedisBagOStuff-incr broken by due to PHP
serialization for primitives
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

This can be reproduced by running:

php /vagrant/mediawiki/tests/phpunit/phpunit.php --use-bagostuff=redis
/vagrant/mediawiki/tests/phpunit/includes/objectcache/BagOStuffTest.php

on https://gerrit.wikimedia.org/r/#/c/91138/ .

I was able to eliminate the error by dropping RedisBagOStuff-incr (falling
back on the parent's incr, lock, and unlock), but I'm not sure if that's an
acceptable solution.

This breaks the ping limiter (tested), and probably a couple other things (not
tested), when Redis is the main cache (as it is with MediaWiki-Vagrant).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55986] RedisBagOStuff-incr broken by due to PHP serialization for primitives

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55986

--- Comment #1 from Matthew Flaschen mflasc...@wikimedia.org ---
The reason it doesn't work is that the value gets written as e.g. i:0;, and
Redis can't increment that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55987] New: Intermittent BagOStuffTest failures for Redis

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55987

   Web browser: ---
Bug ID: 55987
   Summary: Intermittent BagOStuffTest failures for Redis
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

To test, run:

php /vagrant/mediawiki/tests/phpunit/phpunit.php --use-bagostuff=redis
/vagrant/mediawiki/tests/phpunit/includes/objectcache/BagOStuffTest.php

It occasionally fails (the reason for being non-deterministic may be the
usleep) with:

BagOStuffTest::testMerge
Failed asserting that true is false.

BagOStuffTest::testGet
Array (...) does not match expected type string.

BagOStuffTest::testGetMulti
Failed asserting that two arrays are equal.

or some combination thereof.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55986] RedisBagOStuff-incr broken by due to PHP serialization for primitives

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55986

Matthew Flaschen mflasc...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=55987

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55987] Intermittent BagOStuffTest failures for Redis

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55987

Matthew Flaschen mflasc...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=55986

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55986] RedisBagOStuff-incr broken by due to PHP serialization for primitives

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55986

--- Comment #2 from Tyler Romeo tylerro...@gmail.com ---
I don't think this is a bug with MediaWiki, because the RedisBagOStuff class
does not do any serializing. That is handled by the underlying phpredis
library. Then again, I don't have much experience with Redis, so I could be
wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55986] RedisBagOStuff-incr broken by due to PHP serialization for primitives

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55986

--- Comment #3 from Matthew Flaschen mflasc...@wikimedia.org ---
To clarify, by This breaks, I mean master, not the proposed fix (using the
parent's).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55986] RedisBagOStuff-incr broken by due to PHP serialization for primitives

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55986

--- Comment #4 from Matthew Flaschen mflasc...@wikimedia.org ---
It's a bug with how MW uses Redis and the libraries.  We specifically request
to use the PHP serializer *and* use Redis's INCR call (which does the increment
on the server, rather than the client sending the new value); that's the
conflict.

See
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/d987f43b24a24a6f3fcd5886fedaf483fa3c6891/includes%2Fobjectcache%2FRedisBagOStuff.php#L58
and
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/d987f43b24a24a6f3fcd5886fedaf483fa3c6891/includes%2Fobjectcache%2FRedisBagOStuff.php#L297

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 51753] Links with language variants can't automatically jump to mobile sites

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51753

--- Comment #5 from Liangent liang...@gmail.com ---
(In reply to comment #4)
 This problem keeps going, but I found something interesting about interacting
 between wikipedia and google search's page.

In case you don't know, zhwiki has a script:
https://zh.wikipedia.org/wiki/MediaWiki:Gadget-variant-link-fix.js

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54034] [OPS] Puppet script for LaTeXML

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54034

--- Comment #9 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #4)
 Ticket was successfully created: RT #5743

RT ticket got resolved:
afaik this ticket regaring the latexml package is outdated, i just briefly
talked to Gabriel as well and saw some mail threads, turns out the Node.js
solution is 10x faster etc and runs in the browser sandbox and this is not the
preferred solution anymore. So i'm closing this ticket.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54607] api: mobileformat html returns inconsistent response

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54607

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 87252 merged by jenkins-bot:
Make mobileformat not change the output structure

https://gerrit.wikimedia.org/r/87252

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55926] www.wikisource.org API call no longer works

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55926

Jan Zerebecki jan.wikime...@zerebecki.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||jan.wikime...@zerebecki.de
  Component|General/Unknown |Apache configuration
 Resolution|--- |FIXED

--- Comment #5 from Jan Zerebecki jan.wikime...@zerebecki.de ---
The link from the description works again. Thanks for catching this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55732] git-review broken on Ubuntu+ARM

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55732

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55732] git-review broken on Ubuntu+ARM

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55732

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||upstream
   See Also||https://launchpad.net/bugs/
   ||1243044

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37256] #tag cannot produce XHTML-style self-closing tags, required by LST

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37256

--- Comment #21 from badon fastgoldf...@gmail.com ---
(In reply to comment #17)
 Last I checked LST's section tags don't even work when transcluded through
 templates. I'm pretty sure LST is a hack that involves string manipulation of
 page contents. I seriously doubt that {{#tag will EVER work for it even if it
 does output self-closing tags. So I'd say this is WONTFIX/INVALID.

Yes, according to the extension page, LST can transclude ordinary sections, but
it cannot itself be transcluded:

https://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion#Limitations

Fortunately, all of the common use cases that we have discussed do not require
transclusion. For your concerns about the technical hurdles involved in
resolving this bug as FIXED, I think we should defer to the extension
maintainer. However, I think you're saying that LST performs it's work after
the MediaWiki parser is done, which you conclude means that the section /
tags would output literally for the web browser, instead of being interpreted
by the MW parser. More clearly, the procedure would like this:

1. #tag expanded by MW parser into section / tags.
2. section / tags expanded by LST.

If the above is correct, then I suspect that order of operations will not be a
problem, assuming you're right (and I'm paraphrasing your comment correctly)
that LST is doing string replacement after the MediaWiki parser has finished
its work. If those 2 steps above were reversed, then we would have a more
difficult problem, but certainly nothing that's impossible.

I feel like I've misunderstood something.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55753] Jenkins: Upgrade jsduck from v4.x to v5.x

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55753

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55595] set $wgShowExceptionDetails on jenkins jobs.

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55595

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

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |
   Severity|normal  |enhancement

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
I did a bunch of refactoring last week since it was no more acceptable to miss
debug logs or leave people clueless when something goes wrong.

The most important changes are:

settings injection for MediaWiki https://gerrit.wikimedia.org/r/#/c/89837/ .
That let us append PHP files to the end of LocalSettings. The files are under
integration/jenkins.git in /mediawiki/conf.d


The Jenkins Job Builder macro definition is
https://gerrit.wikimedia.org/r/#/c/90341/

It has been applied to all extensions tests by
https://gerrit.wikimedia.org/r/#/c/90358/ . A side effect is that the build
also capture the debug log entry as an artifact so people can download it from
Jenkins \O/


Still have to apply such modification to mediawiki/core and possibly to other
jobs, so I am leaving this bug open meanwhile.  Assigning to self and raising
priority so I dont forget about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54787] monitor gallium disk performances

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54787

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Still pending bug 36994 (deploy the ganglia module making it possible to
monitor disk).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55968] Enable VisualEditor for all namespaces other than Project, Template, MediaWiki and Talk*

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55968

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 CC||at.li...@live.com.au

--- Comment #2 from This, that and the other at.li...@live.com.au ---
How well does VisualEditor handle the non-editable portions of File and
Category pages? Do they just disappear when VE is invoked?

-- 
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 55412] Jenkins: report metrics to statsd

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55412

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
I have deployed the plugin a few days ago. The stats are send to Statsd and
available in graphite under:

stats.jenkins.ci
stats.timers.jenkins.ci

Not sure what to do with them now though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55412] Jenkins: report metrics to statsd

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55412

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55412] Jenkins: report metrics to statsd

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55412

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
Note, I have build the jenkins-statsd-plugin available at
https://github.com/joemiller/jenkins-statsd-plugin using the statsd prefix
jenkins.ci

There is no informations regarding the jobs executors/queue status as provided
by https://github.com/katzj/jenkins-to-graphite  

I have filled https://github.com/joemiller/jenkins-statsd-plugin/issues/5 to
ask features from the jenkins-to-graphite script to be ported in the Java
plugin.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55988] New: Jenkins: Statsd metrics miss queue/nodes/executors informations

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55988

   Web browser: ---
Bug ID: 55988
   Summary: Jenkins: Statsd metrics miss queue/nodes/executors
informations
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
   URL: https://github.com/joemiller/jenkins-statsd-plugin/iss
ues/5
OS: All
Status: NEW
  Keywords: upstream
  Severity: enhancement
  Priority: Unprioritized
 Component: Continuous integration
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: has...@free.fr, innocentkil...@gmail.com,
krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Jenkins now send metrics to Statsd (was bug 55412). There is no informations
regarding the jobs executors/queue status as provided
by https://github.com/katzj/jenkins-to-graphite  

I have filled https://github.com/joemiller/jenkins-statsd-plugin/issues/5 to
ask features from the jenkins-to-graphite script to be ported in the Java
plugin.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55412] Jenkins: report metrics to statsd

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55412

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Filled as bug 55988

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55988] Jenkins: Statsd metrics miss queue/nodes/executors informations

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55988

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55508] PHP CodeSniffer reports line length based on bytes, not on characters

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55508

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Antoine hashar Musso has...@free.fr ---
I have retriggered the original build:

https://integration.wikimedia.org/ci/job/mwext-cldr-phpcs-strict/4/console

The phpcs command being run is:


 phpcs -v -s . --encoding=utf-8 \
  --standard=/var/lib/jenkins/tools/mwcodesniffer/MediaWiki \
  --extensions=php,php5,inc,sample \
  '--ignore=languages/messages/Messages,*.i18n.php,*.i18n.alias.php' \
  --report-checkstyle=checkstyle-phpcs.xml \
  --report-full

And the result is a SUCCESS.  So the fix was indeed to pass '--encoding=utf-8'
to phpcs :-]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55508] PHP CodeSniffer reports line length based on bytes, not on characters

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55508

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Assignee|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 51743] Jenkins reporting error with insufficient info

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51743

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
Following bug 55595, I have enabled $wgShowExceptionDetails and $wgDebugLogFile
on all extension jobs.  Still have to migrate mediawiki/core jobs though.

I am closing this bug, lets follow up on bug 55595.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53594] configure jobs to be runnable on any slaves

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53594

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

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|has...@free.fr  |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #5 from Antoine hashar Musso has...@free.fr ---
Still blocked by PHPUnit / pear packages not being available on slaves (bug
54762).

Removing myself as an assignee of this tracking bug to clear up my bugzilla
dashboard. Will assign myself to the blocking bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54762] find a way to deploy PHPUnit on production machines

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54762

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

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Got to find a solution with ops. Not sure how to do it though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55989] New: mw.loader.using hides JavaScript errors

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55989

   Web browser: ---
Bug ID: 55989
   Summary: mw.loader.using hides JavaScript errors
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
CC: krinklem...@gmail.com, matma@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Nothing is logged to console if error happens inside mw.loader.using callback
function. MAkes it hard to debug when code just seems to not execute.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55757] Zuul: should no more vote on code-review

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55757

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 91157 had a related patch set uploaded by Hashar:
no more voting on code-review

https://gerrit.wikimedia.org/r/91157

-- 
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 55757] Zuul: should no more vote on code-review

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55757

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 55757] Zuul: should no more vote on code-review

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55757

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 91157 merged by jenkins-bot:
no more voting on code-review

https://gerrit.wikimedia.org/r/91157

-- 
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 55757] Zuul: should no more vote on code-review

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55757

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Deployed

-- 
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 49459] continuous integration monitoring (tracking)

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49459

Bug 49459 depends on bug 49457, which changed state.

Bug 49457 Summary: monitor Zuul queues in ganglia
https://bugzilla.wikimedia.org/show_bug.cgi?id=49457

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 49457] monitor Zuul queues in ganglia

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49457

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
This is done by having Zuul send its metrics to Statsd which had let me add
some graph on the Zuul status page https://integration.wikimedia.org/zuul/

That is fulfilling the original need (monitor Zuul queues). Hence I am closing
this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55595] set $wgShowExceptionDetails on jenkins jobs.

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55595

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
Pending the modification of mediawiki/core jobs.

-- 
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 55990] New: Flow design is too large for smaller script

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55990

   Web browser: ---
Bug ID: 55990
   Summary: Flow design is too large for smaller script
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: ebernhard...@wikimedia.org, sp...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Created attachment 13538
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13538action=edit
flow landing page at 800x600

Most of my browser sessions ends up being roughly 800x600 (more like 900x600
really).  Flow has a lot of margin around its element which mean that a page
for me would only have a single message usually.

Attached is the landing page at 800x600. Half of the screen is taken by top
headers, the bottom half has the title and at best will have a couple lines of
the first message.

Would be nice to make the layout more compressed, maybe consider it to be
dynamically set based on the screen width?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55990] Flow design is too large for smaller script

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55990

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Created attachment 13539
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13539action=edit
Flow second page at 800x600

Screenshot taken after pressing page down. That highlights the Flow layout does
not expose much of the actual messages since more than half of the screen is
occupied by actions/titles/user name...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55990] Flow design is too large for smaller screen

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55990

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

   What|Removed |Added

Summary|Flow design is too large|Flow design is too large
   |for smaller script  |for smaller screen

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
For the context, I got a 13 inches MacBook air with a screen resolution of
1440x900, slightly higher density compared to the MacBook pro which has
1280x800.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 51497] Setup monitoring for Beta cluster

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51497

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

   What|Removed |Added

 CC||benap...@gmail.com,
   ||fai...@wikimedia.org,
   ||mhershber...@wikimedia.org,
   ||platoni...@gmail.com
  Component|Continuous integration  |deployment-prep (beta)
Product|Wikimedia   |Wikimedia Labs

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 51494] Use Beta cluster as a true canary for code deployments (tracking)

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51494

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

   What|Removed |Added

 CC||benap...@gmail.com,
   ||fai...@wikimedia.org,
   ||mhershber...@wikimedia.org,
   ||platoni...@gmail.com
  Component|Continuous integration  |deployment-prep (beta)
Product|Wikimedia   |Wikimedia Labs

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47734] [OPS] Jenkins: allow wmde members to rebuild jobs

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47734

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

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47734] [OPS] Jenkins: allow wmde members to rebuild jobs

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47734

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

   What|Removed |Added

   Assignee|has...@free.fr  |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
Aude from WMDE has been added to the RT and she is in the WMF office this week.
Should help get stuff done.

Removing myself from assignees, that is really an ops task.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55987] Intermittent BagOStuffTest failures for Redis

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55987

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55986] RedisBagOStuff-incr broken by due to PHP serialization for primitives

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55986

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55973] OOM error in Special:GlobalAllocation

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55973

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 55966] Add a You've not saved your changes dialogue

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55966

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.22-git

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54917] VisualEditor: Cursoring around a node leads to pawning inserting the cursor before (not after) the text in Firefox

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54917

--- Comment #5 from Elitre elitr...@gmail.com ---
Still being reported: yesterday, on fr.wp.

-- 
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 55992] New: input type categories not always display correct

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55992

   Web browser: ---
Bug ID: 55992
   Summary: input type categories not always display correct
   Product: MediaWiki extensions
   Version: REL1_19 branch
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: SemanticForms
  Assignee: yaro...@gmail.com
  Reporter: finswimme...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Hello,
when i insert a field with the input type category or categories this way:
{{{field|Category|input type=category|top category=MY_Top}}}

Then sometimes when the form is loaded I don't get the checkboxes. They are
missing and just the text is display. After reloading the for several times
everything looks fine.

In the developer tools from firefox I found this message:
mw.loader::execute Exception thrown by ext.semanticforms.dynatree: $.widget
is not a function

-- 
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 55977] Software field of metadata on file description page is difficult to link correctly

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55977

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55978] Sessions don't work on non-loginwiki domains

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55978

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Depends on||55980

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35340] Vector: Add SVG version of collapsible sidebar arrow icon

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35340

Pau Giner pgi...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||pgi...@wikimedia.org
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55980] In Special:Watchlist, Show/Hide logged-in users should be Show/Hide registered users

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55980

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||easy
   Priority|Unprioritized   |Normal
  Component|General/Unknown |Watchlist
Version|unspecified |1.22-git
 Blocks||38638
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32101] High-density display issues (tracking) xhdpi hdpi Retina high-resolution HiDPI

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32101

Bug 32101 depends on bug 35340, which changed state.

Bug 35340 Summary: Vector: Add SVG version of collapsible sidebar arrow icon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35340

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44881] Vector skin issues (tracking)

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44881

Bug 44881 depends on bug 35340, which changed state.

Bug 35340 Summary: Vector: Add SVG version of collapsible sidebar arrow icon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35340

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 55993] New: Extra indentation for RelatedSites

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55993

   Web browser: ---
Bug ID: 55993
   Summary: Extra indentation for RelatedSites
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
   URL: http://en.wikivoyage.org/wiki/Melbourne
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: RelatedSites
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: singaporem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

There was some upstream change that occurred today on the 21st of October. The
links for RelatedSites in all Wikivoyages now have an extra indent due to the
class #mw-panel.collapsible-nav .portal .body getting additional left
margins. 

Should be an easy fix to remove the body class from the RelatedSites ul
element?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55993] Extra indentation for RelatedSites

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55993

--- Comment #1 from torty3 singaporem...@gmail.com ---
(In reply to comment #0)
 There was some upstream change that occurred today on the 21st of October.
 The
 links for RelatedSites in all Wikivoyages now have an extra indent due to the
 class #mw-panel.collapsible-nav .portal .body getting additional left
 margins. 
 
 Should be an easy fix to remove the body class from the RelatedSites ul
 element?

Adding Wikivoyage keyword to show up in search.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55994] FormEdit - JS Error in combination with skin vector and wikieditor

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55994

--- Comment #1 from Alex kori...@a3k.net ---
Created attachment 13541
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13541action=edit
formcode

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55994] New: FormEdit - JS Error in combination with skin vector and wikieditor

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55994

   Web browser: ---
Bug ID: 55994
   Summary: FormEdit - JS Error in combination with skin vector
and wikieditor
   Product: MediaWiki extensions
   Version: REL1_21 branch
  Hardware: All
OS: Windows 7
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: SemanticBundle
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kori...@a3k.net
CC: jeroen_ded...@yahoo.com
Classification: Unclassified
   Mobile Platform: ---

Created attachment 13540
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13540action=edit
error

I got a Browser Error Message if I combine formedit, vector skin, wikieditor on
freetext field and work with internet explorer. Firefox didn't show the error.

This error has been reproduced on a new wiki install as well.
In my tests the first appearance seems to be in SemanticBundle-20130226.tgz.
SemanticBundle-20130929.tgz was OK.

Client facts:
Windows 7 64bit
IE 10.0.9200.16521

Cleanwiki install facts:
MediaWiki 1.21.2 
PHP 5.3.3-7+squeeze14 (apache2handler) 
MySQL 5.0.51a-24+lenny5 

Download:
SemanticBundle-20130929.tgz

Installed extensions

Semantic extensions 
Semantic Bundle (Version 1.8.0.4) 
Semantic Forms (Version 2.5.2) 
Semantic MediaWiki (Version 1.8.0.4) 

Parser hooks 
SyntaxHighlight (Version 1.0.8.11)

Other 
Validator (Version 0.5.1) 
Vector (Version 0.3.0) 
WikiEditor (Version 0.3.1)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55994] FormEdit - JS Error in combination with skin vector and wikieditor

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55994

Alex kori...@a3k.net changed:

   What|Removed |Added

Web browser|--- |Internet Explorer

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55994] FormEdit - JS Error in combination with skin vector and wikieditor

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55994

--- Comment #2 from Alex kori...@a3k.net ---
(In reply to comment #0)
 Created attachment 13540 [details]
 error
 
 I got a Browser Error Message if I combine formedit, vector skin, wikieditor
 on
 freetext field and work with internet explorer. Firefox didn't show the
 error.
 
 This error has been reproduced on a new wiki install as well.
 In my tests the first appearance seems to be in SemanticBundle-20130226.tgz.
 SemanticBundle-20130929.tgz was OK.
 
Sry this must be... SemanticBundle-20130219.tgz was OK

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52184] Selection expanded on undo

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52184

--- Comment #2 from Jonathan Haas jonathan_h...@live.de ---
Deleting infoboxes with a simple backspace has been disabled, but this is still
somewhat reproducible, if you select an area (for example the infobox _and_ the
bold T) in step 2.

In short: The problem is more hidden, but the underlying issue has not been
fixed.

-- 
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 55993] Extra indentation for RelatedSites

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55993

Aude aude.w...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Aude aude.w...@gmail.com ---
https://gerrit.wikimedia.org/r/#/c/91177/

I think removing body class from the ul element is the correct solution here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 4688] Allowing tag Image to access SVG layers

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4688

--- Comment #5 from Papou a.pirard.pa...@gmail.com ---
This is an exerpt from bug 55768  which concurs with this one.

SVG layers can contain texts for different languages, the above rivers and
municipalities, layers to compose different types of  keyboards.  The layers to
display for a particular case could be specified with
File:filename|layers=layer1, layer2,...,layerN

I made an experiment that is NOT the way it should be done but that shows the
general idea.
I used a fun SVG made with inkscape and containing language text layers as
described above.
g
   inkscape:groupmode=layer
   id=g3001
   inkscape:label=language=en
   style=display:none
   sodipodi:insensitive=true
text ...

g
   inkscape:groupmode=layer
   id=g3002
   inkscape:label=language=fr
   style=display:none
   sodipodi:insensitive=true
text ...

g
   inkscape:groupmode=layer
   id=g3004
   inkscape:label=language=ru
   style=display:none
   sodipodi:insensitive=true
text ...

...

Then I ran the following command with $svglan being the wanted language
parameter
svglan=ru
perl -pe undef $/;
s/(\layer\.*?language=$svglan.*?display:)none/\1inline/sg source.svg |
rsvg-convert  displayed.png

Et voilà, rsvg converts only the turned on display:inline layers and the
result was a PNG in the chosen language.

In short, the SVG renderer receives parameters that turn various layers on
based on their names or some ID.

I have drawn keyboard layouts SVGs for Wikipedia and a similar problem raises.
For example, a Russian keyboard is nothing more than a QWERTY keyboard with
Cyrillic stickers. Same for Greek.  Same for the additions that Unix makes.
Etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35342] WikiEditor: Add SVG versions of editing toolbar icons

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35342

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35335] Vector: Add SVG version of the watch star icon

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35335

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35345] RSS/Atom feed icon for sidebar is low-resolution

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35345

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35344] Enhanced Recent Changes collapse/show arrows are low-resolution

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35344

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54307] Watchlist icon on does not match on desktop and mobile skin

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54307

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35337] Wikipedia and other site logos pixelated, blurry on high-resolution screens

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35337

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35334] WikiLove: Add HiDPI version or SVG of heart icon

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35334

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35343] Link type icons are low-resolution

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35343

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32101] High-density display issues (tracking) xhdpi hdpi Retina high-resolution HiDPI

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32101

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 Whiteboard||gci2013
   ||https://www.mediawiki.org/w
   ||iki/Google_Code-In#Candidat
   ||e_tasks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53987] sulinfo is unusable (takes tens of seconds)

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53987

--- Comment #12 from Marc A. Pelletier m...@uberbox.org ---
Regardless of popularity, this cannot be made faster as it is currently written
before labs move save by changing the laws of physics.

The tools makes ~1000 database queries serially; unless and until it is made to
do them with at least some parallelism, it will remain highly dependent on
latency.

-- 
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 55995] New: Rising devanagari diacritics cut off in Lohit Devanagari font on Special:Notifications

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55995

   Web browser: ---
Bug ID: 55995
   Summary: Rising devanagari diacritics cut off in Lohit
Devanagari font on Special:Notifications
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: siddhartha.g...@gmail.com
CC: agarr...@wikimedia.org, bs...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

System Environment:
Windows 7 X64 SP1
Google Chrome 30.0.1599.101 m

Steps:
On https://www.mediawiki.org set the interface language to hindi (hi) with the
ULS webfont enabled (there's only one font for hindi, Lohit Devanagari)
Go to https://www.mediawiki.org/wiki/Special:Notifications

Problem:
The rising diacritics in the text of the notification (html element div
class=mw-echo-title ) get cut off due to the line height being explicitly
set. The problem does not arise for my system font (Mangal, proprietary Windows
font).

The problem is fixed if the css rule .mw-echo-title {line-height: 14px;} is
changed to 17px. It is possible that the problem may appear for other fonts of
the Lohit font-family which are being used for other indic languages. Similar
previous bugs: Bug 30809 and Bug 29405 which were solved using
language-specific css styling, which may possibly be used for this too.

(Please let me know if a screenshot is needed)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55995] Rising devanagari diacritics cut off in Lohit Devanagari font on Special:Notifications

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55995

Siddhartha Ghai siddhartha.g...@gmail.com changed:

   What|Removed |Added

 CC||siddhartha.g...@gmail.com
 Blocks||41348

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41348] Hindi Wikiprojects (tracking)

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41348

Siddhartha Ghai siddhartha.g...@gmail.com changed:

   What|Removed |Added

 Depends on||55995

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55751] ProveIt gadget test causes page.feature etc. to fail in Chrome

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55751

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 91180 had a related patch set uploaded by Cmcmahon:
don't run the ProveIt test for Chrome because of Bug 55751

https://gerrit.wikimedia.org/r/91180

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53987] sulinfo is unusable (takes tens of seconds)

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53987

--- Comment #13 from MZMcBride b...@mzmcbride.com ---
I hadn't realized until recently that [[m:Special:CentralAuth/Nemo_bis]] now
includes an edit count column. What additional functionality is needed before
we can point the sulinfo interwiki prefix to Special:CentralAuth?

-- 
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 55751] ProveIt gadget test causes page.feature etc. to fail in Chrome

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55751

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54803] VisualEditor: {{largethumb}} template on nlwiki getting substituted on save

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54803

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 CC||ssas...@wikimedia.org
  Component|Data Model  |General
   Assignee|esand...@wikimedia.org  |gwi...@wikimedia.org
Product|VisualEditor|Parsoid

--- Comment #3 from Ed Sanders esand...@wikimedia.org ---
This doesn't round trip in Parsoid.

-- 
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 55938] ant install

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55938

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 90766 merged by coren:
toollabs: Install ant on -login and -dev

https://gerrit.wikimedia.org/r/90766

-- 
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 54478] Install graphviz on exec nodes and -dev

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54478

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 90767 merged by coren:
toollabs: Install graphviz

https://gerrit.wikimedia.org/r/90767

-- 
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 53636] text input history/autocomplete doesn't work in IE + https

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53636

--- Comment #8 from Derk-Jan Hartman hartman.w...@gmail.com ---
I think some other sites workaround this problem by implementing their own
autocomplete using local storage/cookies.

That is something we could consider as well of course.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55751] ProveIt gadget test causes page.feature etc. to fail in Chrome

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55751

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 91180 abandoned by Cmcmahon:
don't run the ProveIt test for Chrome because of Bug 55751

Reason:
mistake

https://gerrit.wikimedia.org/r/91180

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55751] ProveIt gadget test causes page.feature etc. to fail in Chrome

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55751

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 91182 had a related patch set uploaded by Cmcmahon:
ProveIt gadget causes Page test to fail in Chrome Bug 55751

https://gerrit.wikimedia.org/r/91182

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55732] git-review broken on Ubuntu+ARM

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55732

Željko Filipin zfili...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Željko Filipin zfili...@wikimedia.org ---
Adding something like this to git-review.conf fixes the file:

[updates]
check=off

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55995] Rising devanagari diacritics cut off in Lohit Devanagari font on Special:Notifications

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55995

--- Comment #1 from Siddhartha Ghai siddhartha.g...@gmail.com ---
The css rule .mw-echo-title {line-height: 14px;} apparently also causes the
rising diacritics from one line to almost touch the dropping diacritics from
the previous line in the notifications flyout. Setting the line-height to 17px
fixes the problem there too. Separate bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55732] git-review broken on Ubuntu+ARM

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55732

Željko Filipin zfili...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55977] Software field of metadata on file description page is difficult to link correctly

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55977

--- Comment #3 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
I had a patch that added a parser function which could access other metadata
fields (gerrit change 67047. Its been in limbo for a while now). That is one
possible solution to this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37256] #tag cannot produce XHTML-style self-closing tags, required by LST

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37256

--- Comment #22 from Gadget850 ed.pal...@gmail.com ---
 Yes, according to the extension page, LST can transclude ordinary sections, 
 but it cannot itself be transcluded:
https://www.mediawiki.org/wiki/Extension:
Labeled_Section_Transclusion#Limitations

That is a circular argument. From that page:

Section tags cannot themselves be transcluded in order to work on other
pages... The #tag magic word does not work with section tags. #tag produces
balanced tags, while the section tags uses singular tags. See bug 37256.

I'm not sure why this is so difficult to understand.

#tag currently produces markup with an open and close tag of the form

  tagcontent/tag

LST requires markup using two singular tags of the form:

  section /contentsection /

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55996] New: Gender-modified namespace problem in touch.py

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55996

   Web browser: ---
Bug ID: 55996
   Summary: Gender-modified namespace problem in touch.py
   Product: Pywikibot
   Version: compat (1.0)
  Hardware: PC
OS: Windows 7
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: malaf...@clix.pt
Classification: Unclassified
   Mobile Platform: ---

It seems this user (User:Elvire) has gender specified as female, and it
changes the default User namespace alias (Portuguese language: default is
Utilizador; female is Utilizadora).
The bot cannot find the gender-mapped page in the list of fetched pages:

touch.py -family:wiktionary -lang:pt Utilizador_discussão:Elvire

'git' is not recognized as an internal or external command,
operable program or batch file.
Getting 1 page via API from wiktionary:pt...
BUG title Utilizadora Discussão:Elvire ([[pt:Utilizador Discussão:Elvire]])
no
t found in list
Expected one of: [[pt:Utilizadora Discussão:Elvire]]
Traceback (most recent call last):
  File D:\Work\pywikipedia\pagegenerators.py, line 1234, in __iter__
for loaded_page in self.preload(somePages):
  File D:\Work\pywikipedia\pagegenerators.py, line 1253, in preload
pywikibot.getall(site, pagesThisSite)
  File D:\Work\pywikipedia\wikipedia.py, line 5512, in getall
_GetAll(site, pages, throttle, force).run()
  File D:\Work\pywikipedia\wikipedia.py, line 5128, in run
self.oneDoneApi(vals)
  File D:\Work\pywikipedia\wikipedia.py, line 5406, in oneDoneApi
raise PageNotFound
PageNotFound



Pywikibot: wikipedia.py (r-1 (unknown), 1b27881, 2013/10/14, 11:11:46,
OUTDATED)

Release version: 1.0b1
Python: 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok

-- 
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 29079] RESOLVED HUMOROUS (TRACKING)

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29079

Bug 29079 depends on bug 30112, which changed state.

Bug 30112 Summary: MediaWiki needs moar NyanCat
https://bugzilla.wikimedia.org/show_bug.cgi?id=30112

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30112] MediaWiki needs moar NyanCat

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30112

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||j...@compwhizii.net
 Resolution|WORKSFORME  |---

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are 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   3   4   5   >