[Bug 57617] watchlist table not available on labs

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57617

Dispenser dispen...@toolserver.org changed:

   What|Removed |Added

 Blocks||66868

-- 
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 70351] MediaWiki UI styles are applied to core instead of relevant skins

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70351

--- Comment #12 from Matthew Flaschen mflasc...@wikimedia.org ---
(In reply to Isarra from comment #11)
 That being said, this also comes up with regard to js gadgets, which will
 often use special buttons even when the skin may not, and they will need a
 sane coloured button default.

That's kind of what I'm getting at below (the login page was just an example). 
JS gadgets and user scripts (even on-wiki content, for mediawiki.ui.button
specifically) have access to the MW UI modules.  However, if a JS gadget makes
a MW UI button, it's going to look however MW UI buttons look in the skin.  If
there are no MW UI styles in that skin, it's going to look totally unstyled.

There's not going to be an exception where FooSkin MW UI buttons from core
pages normally look like X, but gadgets running on a FooSkin wiki look like Y. 
All FooSkin MW UI buttons are going to look the same (except that constructive
looks different from progressive, etc.).

 All three should be options. We need a sane default (in core, that can be
 used by whatever skin if desired, and will be included in the main one(s))

That's the existing implementation.

   Is there any documentation on how to do that, or use the underlying
   framework? From where I'm standing it looks like the only option is to
   manually override all the styles, and when they keep changing and getting
   more complex, that's pretty horrible.
  
  The basic tool is
  https://www.mediawiki.org/wiki/Manual:$wgResourceModuleSkinStyles , along
  with the discussion above about whether you're augmenting or replacing
  styles (that is important re what I said about 'default').
  
  Importantly, there are also mixins at
  https://git.wikimedia.org/tree/mediawiki%2Fcore.git/
  e2e6f7767ef58659904422c36d390c230b59852f/resources%2Fsrc%2Fmediawiki.less
  which you can use (note the mediawiki.less/mediawiki.ui directory, which has
  mixins and variables).  These can be imported with e.g.:
  
  @import mediawiki.ui/variables;
 
 But if that's variables, what about the framework? What all can we change?

There are also mixins at mediawiki.ui/mixins (e.g. button-colors, which will
let you make MW UI-style buttons, but have your own color choices).  (I realize
some skins might want to go for a totally different button approach, but this
is one tool)

See 
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/resources%2Fsrc%2Fmediawiki.less%2Fmediawiki.ui%2Fmixins.less

 How do we include the js for the form elements (since a lot simply CANNOT be
 styled with css alone)?

MediaWiki UI has no JavaScript currently, though it may be necessary for future
work.

 How do we create our own styles from the ground up,
 not just change some colours and crap? Or is that all in there somewhere?

If you're doing it from the ground up, basically the same as any other LESS or
CSS (you can use either).

You would then use +foo or foo (see
https://www.mediawiki.org/wiki/Manual:$wgResourceModuleSkinStyles) depending on
whether you're replacing the whole module, or augmenting it (MW UI itself is
broken into multiple modules, which will probably make your job easier, since
you can choose to e.g. replace the button module, but leave the checkbox module
intact).

This requires the 'default' thing I mentioned earlier, which I'll try to do
soon, since it doesn't actually hurt anything (even if no one actually makes a
skin-specific MW UI).

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


[Bug 69420] hhvmsh does not load MediaWiki's context

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69420

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

   What|Removed |Added

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

--- Comment #1 from Matthew Flaschen mflasc...@wikimedia.org ---
This is apparently 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 70631] Have Jenkins run a voting PHPUnit job for GettingStarted

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70631

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160608 had a related patch set uploaded by Mattflaschen:
Register PHPUnit tests

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

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


[Bug 70631] Have Jenkins run a voting PHPUnit job for GettingStarted

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70631

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 70855] Login as another user no longer works

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70855

--- Comment #12 from Jon jrob...@wikimedia.org ---
https://bugzilla.wikimedia.org/show_bug.cgi?id=49890

There was discussion on mailing lists about killing this behaviour.

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


[Bug 70631] Have Jenkins run a voting PHPUnit job for GettingStarted

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70631

--- Comment #3 from Matthew Flaschen mflasc...@wikimedia.org ---
It looks like the issue was in our extension (it was already running tests,
presumably the core ones, but not our own).

BTW, I made a minor change to the docs to clarify it was talking about PHPUnit
(https://www.mediawiki.org/w/index.php?title=Continuous_integration/Tutorials/Adding_a_MediaWiki_extensiondiff=1163392oldid=1021658).
 Correct me if I'm 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 70698] Pokey does not always show on flyout on IE 8

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70698

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |samsm...@wikimedia.org
   |org |

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


[Bug 58585] Allow contributors to update their own details in tech metrics directly

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58585

--- Comment #25 from Alvaro a...@bitergia.com ---
Hi Tapasweni,

First of all, thank you very much for your interest in this project.

Sarvesh did a nice prototype of what the project is looking for at:

http://serene-brushlands-3632.herokuapp.com/

You have the source code here:

https://github.com/sarvesh-onlyme/Mediawiki-Identity-Mapping

Maybe you can try to configure and execute this prototype and talk with Sarvesh
about the license of the code. Maybe we can just start from this prototype.

Vinay also create a prototype but it is not now available online and I am not
sure about its final status.

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


[Bug 70869] Search is sometimes slow

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70869

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
Created attachment 16480
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16480action=edit
Elastic search instances load average

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


[Bug 70862] monitor unsigned salt keys

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70862

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

   What|Removed |Added

 CC||yuvipa...@gmail.com

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Yuvi, I am not sure how familiar you are with diamond. Would it make sense to
write a basic collector that list the rejected/unsigned keys on the salt
master, send that to graphite and alert on them?

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

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51497

--- Comment #8 from Antoine hashar Musso has...@free.fr ---
Thank you Yuvi for the monitoring!  Do we have a way to tweak the body of email
notifications?  I find them hard to read :-D

-- 
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 70256] Gate and submit jobs take ages to run (30m+)

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70256

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
That is an issue in the Jenkins gearman plugin which sometime forget about the
jobs. Hence Zuul can no more trigger them and keep queuing new job requests.

That is a java code issue and upstream is more or less aware about it though
there is not much effort put into it unfortunately :(

Marking as dupe of: Bug 63760 - Jobs are sometime no more being triggered by
Zuul / Jenkins

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

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


[Bug 63760] Jobs are sometime no more being triggered by Zuul / Jenkins

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63760

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

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #11 from Antoine hashar Musso has...@free.fr ---
*** Bug 70256 has been marked as a duplicate of this bug. ***

-- 
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 70880] New: VisualEditor: {{lowercasetitle}} is not reflected in Display title in Advanced page settings

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70880

Bug ID: 70880
   Summary: VisualEditor: {{lowercasetitle}} is not reflected in
Display title in Advanced page settings
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: amir.ahar...@mail.huji.ac.il
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

The article [[iOS]] in the English Wikipedia has {{lowercasetitle}}, which is a
wrapper for {{displaytitle}}.

It works correctly for display, but isn't shown in the Advanced settings
dialog.

-- 
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 70369] Failed to archive artifacts and java.util.concurrent.ExecutionException

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70369

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Created attachment 16481
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16481action=edit
Console output for
https://integration.wikimedia.org/ci/job/mwext-GettingStarted-qunit/287/console

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


[Bug 70369] Failed to archive artifacts and java.util.concurrent.ExecutionException

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70369

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
I am not sure what happened.  /log/ is where we have commands log to and it is
deleted early on with:

 rm -fr

Maybe a file / inode went corrupted and not properly deleted.  The java code
attempted to archive log/mw-debug-www.log which indicates it hasn't been
deleted by the rm command.  The stacktrace hints at a corrupted file imho.

Following builds passed though so I guess it was a transient / one time issue.
Feel free to reopen if it occurs again.

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


[Bug 70868] deployment-salt can't talk to itself, git deploy hangs

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70868

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
all are now salty except:
* deployment-saio
* deployment-parsoidcache02
* deployment-soa-cache01

Those instances haven't been migrated to the beta cluster puppet/salt masters.

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


[Bug 70695] CI: mw-api-siteinfo.py should more clearly report site failure

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70695

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 70695] CI: mw-api-siteinfo.py should more clearly report site failure

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70695

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160616 had a related patch set uploaded by Hashar:
mw-api-siteinfo: raise on http error

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

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


[Bug 70695] CI: mw-api-siteinfo.py should more clearly report site failure

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70695

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160616 merged by jenkins-bot:
mw-api-siteinfo: raise on http error

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

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


[Bug 70695] CI: mw-api-siteinfo.py should more clearly report site failure

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70695

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |sp...@wikimedia.org
   |org |

--- Comment #8 from Antoine hashar Musso has...@free.fr ---
Excellent finding S!  I have copy pasted your one-liner fix and made you an
Author: :]

Thank you!

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


[Bug 66023] Importing does not work with HHVM

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66023

dan d_ent...@yahoo.com changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

--- Comment #9 from dan d_ent...@yahoo.com ---
https://gerrit.wikimedia.org/r/#/c/159973/

-- 
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 65756] Installing Chameleon messes up vector

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65756

s7ep...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from s7ep...@gmail.com ---
Fixed in I85f3f758ec4603cb983091cd422830080b689ff2

-- 
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 69423] androidsdk::dependencies doesn't work on Trusty

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69423

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

   What|Removed |Added

   Priority|Unprioritized   |Low

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Low priority, we no more build any Android app. Can be revisited later on.

-- 
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 68604] Incorrect date displayed

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68604

iuval.m...@gmail.com changed:

   What|Removed |Added

 CC||iuval.m...@gmail.com

--- Comment #1 from iuval.m...@gmail.com ---
See also:
https://commons.wikimedia.org/wiki/File:Festejando_la_victoria_de_Argentina_ante_Holanda._patio_olmos_-_C%C3%B3rdoba,_Argentina_.jpg

Another Android mobile upload which has 1969-12-31 (essentially, -1) reported
as the EXIF date in the {{information}} template. This one actually has no date
in the EXIF data itself.

On Commons:
A search for 31 December 1969 (according to EXIF data) returns ~160 results 
A search for 1 January 1970 (according to EXIF data) returns ~440 results

Possible relative of bug 45909?

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


[Bug 70881] New: Bot should use notices in-channel

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70881

Bug ID: 70881
   Summary: Bot should use notices in-channel
   Product: Tool Labs tools
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: wikibugs IRC bot
  Assignee: valhall...@arctus.nl
  Reporter: gryll...@fastmail.fm
CC: yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

18:35:45 wikibugs Wikimedia Labs / tools: androidsdk::dependencies doesn't
work on Trusty - https://bugzilla.wikimedia.org/69423#c3 (Antoine hashar
Musso) p:UnprioLow Low priority, we no more build any Android app. Can be
revisited later on.

Could we please have the bot use /notice instead of /msg to this channel? I
keep thinking humans are talking in the channel (/notice is a lower activity
level in my IRC client).

-- 
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 70879] Simple accessibility preferences

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70879

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.24-git
   Severity|normal  |enhancement

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


[Bug 69708] wikidata beta (item pages, etc.) inaccessible with 503 errors

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69708

--- Comment #6 from Aude aude.w...@gmail.com ---
reproduced these issues in vagrant, which uses hhvm:

Fatal error: Argument 1 passed to Wikibase\\ItemContent::__construct() must be
an instance of Wikibase\\Item, Wikibase\\DataModel\\Entity\\Item given in
/vagrant/mediawiki/extensions/WikidataBuildResources/extensions/Wikibase/repo/includes/content/ItemContent.php
on line 95

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


[Bug 69708] wikidata beta (item pages, etc.) inaccessible with 503 errors

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69708

--- Comment #7 from Aude aude.w...@gmail.com ---
i then restarted hhvm and the error is gone!  before restarting, i did composer
install of all of wikibase etc., which maybe exceeded some limit or such?

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


[Bug 70882] New: Wrong URLs in wikitech.wikimedia.org watchlist notifications

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70882

Bug ID: 70882
   Summary: Wrong URLs in wikitech.wikimedia.org watchlist
notifications
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Infrastructure
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kel...@kiwix.org
CC: abog...@wikimedia.org, m...@uberbox.org,
rlan...@gmail.com, t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

Here is a notification email I have received:


The Wikitech page OCG has been changed on 15 September 2014 by Cscott, see
http://labs.wikipedia.org/wiki/OCG for the current revision. 

See
http://labs.wikipedia.org/w/index.php?title=OCGdiff=nextoldid=126212
to view this change.

See http://labs.wikipedia.org/w/index.php?title=OCGdiff=0oldid=126212
for all changes since your last visit.


For the following contribution:
https://wikitech.wikimedia.org/w/index.php?title=OCGdiff=nextoldid=126212

The problem:
Given links point to 404

The solution:
Given links should have wikitech.wikimedia.org instead of
labs.wikipedia.org in the URLs

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


[Bug 70883] New: Run git gc --aggressive for mediawiki-extensions-Wikibase.git

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70883

Bug ID: 70883
   Summary: Run git gc --aggressive for
mediawiki-extensions-Wikibase.git
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Git/Gerrit
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: christ...@quelltextlich.at, innocentkil...@gmail.com,
marcin.cies...@gmail.com, rlan...@gmail.com
   Web browser: ---
   Mobile Platform: ---

the contents of .git in the Wikibase repo are 45 M.  I think this can be
cleaned up, for example by running git gc --aggressive, maybe also git
repack?

http://gerrit-review.googlesource.com/Documentation/cmd-gc.html

making this smaller would make jenkins (slaves) happier since it is installed
there via composer, doing fresh clone.

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


[Bug 70883] Run git gc --aggressive for mediawiki-extensions-Wikibase.git

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70883

--- Comment #1 from Aude aude.w...@gmail.com ---
some of the other things suggested in
rallydev.com/community/engineering/shrinking-git-repository-move-githubcom
might be helpful and desirable, also.

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


[Bug 69423] androidsdk::dependencies doesn't work on Trusty

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69423

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

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

--- Comment #4 from Yuvi Panda yuvipa...@gmail.com ---
I fixed this a while ago in I76c5b3dff7905d94adb4d46929f09250dff26bd7

-- 
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 70862] monitor unsigned salt keys

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70862

--- Comment #2 from Yuvi Panda yuvipa...@gmail.com ---
Indeed, that seems ok to do. *Ideally* we would just do this in icinga instead
of with diamond, but considering icinga status on labs I'd say go ahead with
doing it in diamond. We already have written some custom collectors for us (see
minimalpuppetagent.py), and it should be fairly trivial to copy that and use it
here.

Do you want to give it a shot? I can help with the diamond bits :)

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


[Bug 61630] SemanticForms should pass jshint

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61630

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160623 had a related patch set uploaded by Hashar:
SemanticForms now pass jshint make it voting

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

-- 
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 61630] SemanticForms should pass jshint

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61630

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160623 merged by jenkins-bot:
SemanticForms now pass jshint make it voting

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

-- 
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 60619] All repositories should pass jshint test (tracking)

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60619
Bug 60619 depends on bug 61630, which changed state.

Bug 61630 Summary: SemanticForms should pass jshint
https://bugzilla.wikimedia.org/show_bug.cgi?id=61630

   What|Removed |Added

 Status|PATCH_TO_REVIEW |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 70631] Have Jenkins run a voting PHPUnit job for GettingStarted

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70631

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160608 merged by jenkins-bot:
Register PHPUnit tests

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

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


[Bug 61630] SemanticForms should pass jshint

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61630

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

   What|Removed |Added

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

--- Comment #6 from Antoine hashar Musso has...@free.fr ---
Thanks Yaron! It even has a .jshintrc file.

I have made the Jenkins job voting :-)

-- 
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 70862] monitor unsigned salt keys

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70862

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
I already have too many things to complete which are long overdue. So I am
unlikely to look at writing a diamond collector anytime soon.  If you have some
spare bandwidth, please step in :-D

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


[Bug 70862] monitor unsigned salt keys

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70862

--- Comment #4 from Yuvi Panda yuvipa...@gmail.com ---
Alright, I'll put it on my 'spare bandwidth TODO' list :)

In the meantime, if anyone else wants to step in, please do! I'll be happy to
help.

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


[Bug 70862] monitor unsigned salt keys

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70862

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

   Keywords||easy

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


[Bug 35534] Free-form tagging in gerrit

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35534

--- Comment #24 from Seb35 seb35wikipe...@gmail.com ---
(In reply to Nemo from comment #23)
 (In reply to Seb35 from comment #21)
  but it’s already
  possible to change the topic after the commit. See
  https://gerrit.wikimedia.org/r/#/c/160022/ for an example (a comment is
  added when topic changes).
 
 What we need is being able to tag a changeset after the *merge*. I don't see
 such an option for the topic anywhere (my changes, others' changes, new or
 old screen).
 
  (I remarked this some days ago.)
 
 Where?

Ok, this is only before the merge (I didn’t catch this detail), small 'notepad'
icon in the 'Topic' field.

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


[Bug 54755] Create OTRS patch for 1-click spam disposal

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54755

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #10 from Nemo federicol...@tiscali.it ---
FWIW, in OTRS I usually use bulk actions after mass-checking the spam mails
with an extension like https://addons.mozilla.org/firefox/addon/checkfox/

(Probably obvious to many but not to all and I don't know where else to post
it. Originally suggested to me by Frieda many years ago.)

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


[Bug 70883] Run git gc --aggressive for mediawiki-extensions-Wikibase.git

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70883

--- Comment #2 from Chad H. innocentkil...@gmail.com ---
There is no aggressive option...gerrit gc != git gc.

But yes, we can run gerrit gc.

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


[Bug 67663] unsigned comments cause travis build breakage

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160513 merged by jenkins-bot:
Remove test dependency on sigs on de:user_talk:xqt

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

-- 
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 70883] Run git gc --aggressive for mediawiki-extensions-Wikibase.git

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70883

--- Comment #3 from Aude aude.w...@gmail.com ---
if gerrit gc does the trick, then sounds good and worth a try :)

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


[Bug 59481] DBQ-198 Create and update database reports on fr.wikipedia

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59481

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #1 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

-- 
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 59498] DBQ-215 List of JavaScript/CSS editors

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59498

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #1 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

-- 
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 59480] DBQ-197 User preferences usage on Portuguese Wikipedia

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59480

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #2 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

-- 
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 59482] DBQ-200 Edit history and protection log of semi-protected articles

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59482

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #1 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

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


[Bug 59486] DBQ-204 SQL query for pages created on dates between October 2011 and March 2013

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59486

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #1 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

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


[Bug 59497] DBQ-214 Basic translation stats for Meta

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59497

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #1 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

-- 
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 59491] DBQ-208 List of all composer or songwriter names, in sorted alphabetical order

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59491

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #1 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

-- 
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 59479] DBQ-196 one side categories on en.wiki

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59479

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #2 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

-- 
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 59488] DBQ-206 List of English Wikipedia articles along with creation date, length, and categories

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59488

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #1 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

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


[Bug 59487] DBQ-205 Number of power users using enhanced recentchanges

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59487

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

   What|Removed |Added

 CC||at.li...@live.com.au
   Severity|major   |normal

--- Comment #2 from This, that and the other (TTO) at.li...@live.com.au ---
This query request is old. If you no longer require this query to be run,
please close this bug as WONTFIX. Thanks!

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


[Bug 67573] Enable 'Comments' namespace at Test.Wikipedia.org

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67573

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #6 from This, that and the other (TTO) at.li...@live.com.au ---
No reply - closing.

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


[Bug 70882] 404 URLs in wikitech.wikimedia.org watchlist notifications (pointing to labs.wikimedia.org)

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70882

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

   What|Removed |Added

Summary|Wrong URLs in   |404 URLs in
   |wikitech.wikimedia.org  |wikitech.wikimedia.org
   |watchlist notifications |watchlist notifications
   ||(pointing to
   ||labs.wikimedia.org)

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


[Bug 5703] Special:Import needs to update site statistics

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5703

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #25 from This, that and the other (TTO) at.li...@live.com.au ---
(In reply to This, that and the other (TTO) from comment #24)
 Setting to unconfirmed. No reports of this issue since 2010. Is this issue
 still being seen?

No response = closing this bug. For issues with stats being inflated too high
on import, see bug 40009.

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


[Bug 59486] DBQ-204 SQL query for pages created on dates between October 2011 and March 2013

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59486

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

 CC||yuvipa...@gmail.com

--- Comment #2 from Yuvi Panda yuvipa...@gmail.com ---
I'll note that for most bugs in this component, someone can setup a query at
quarry.wmflabs.org and that should be enough.

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


[Bug 58865] [tracking] toolserver.org tools that have not been migrated

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58865
Bug 58865 depends on bug 60868, which changed state.

Bug 60868 Summary: Migrate http://tools.wmflabs.org/erwin85/catanalyzer.php to 
Tool Labs
https://bugzilla.wikimedia.org/show_bug.cgi?id=60868

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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


[Bug 60868] Migrate http://tools.wmflabs.org/erwin85/catanalyzer.php to Tool Labs

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60868

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from This, that and the other (TTO) at.li...@live.com.au ---
(In reply to Andre Koopal from comment #1)
 I'm afraid you'll probably have to consider this tool as being discontinued.

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


[Bug 19288] Gadget usage statistics

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19288

Helder he7d3r+b...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 59480] DBQ-197 User preferences usage on Portuguese Wikipedia

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59480

Helder he7d3r+b...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from Helder he7d3r+b...@gmail.com ---
Ideally, these stats should be updated periodically, but I would like an update
before closing this. This is mostly useful to keep an updated table on
https://pt.wikipedia.org/wiki/WP:Gadget#Estat.C3.ADsticas_de_utiliza.C3.A7.C3.A3o
as a workaround for bug 19288.

-- 
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 52728] Optimize Special:SupportedLanguages

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52728

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||wmf.bugconver...@gmail.com

--- Comment #10 from Nemo federicol...@tiscali.it ---
*** Bug 59497 has been marked as a duplicate of 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 59497] DBQ-214 Basic translation stats for Meta

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59497

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Nemo federicol...@tiscali.it ---
(In reply to Bugzilla Bug Importer (valhallasw) from comment #0)
 [[Special:SupportedLanguages]] and CleanChanges have both been disabled, so
 it's impossible to monitor translation activity on Meta. 

This is still true,

 It would be nice to
 have some basic stats, like number of edits and editors to Translations
 namespace, by month, excluding FuzzyBot. Thanks!

but this specific thing was done at [[m:Meta:Babylon/Translation_stats]], so
what's left to do is bug 52728.

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

-- 
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 59498] DBQ-215 List of JavaScript/CSS editors

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59498

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #2 from Nemo federicol...@tiscali.it ---
This is still relevant. It would be easy to do, if only I knew how to list all
dbnames with a query: a bash loop similar to

for dbname in $WIKIS;
do
sql $dbname select user_name from user JOIN user_groups on user_id =
ug_user WHERE ug_group = 'sysop';
done;

etc.

-- 
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 70764] [jquery.textSelection] Select sample text when splitlines is true

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70764

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords||easy

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


[Bug 70764] [jquery.textSelection] Select sample text when splitlines is true

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70764

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Bartosz Dziewoński matma@gmail.com ---
Hmm. Okay, that's actually reasonable.

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


[Bug 59487] DBQ-205 Number of power users using enhanced recentchanges

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59487

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=35785

--- Comment #3 from Nemo federicol...@tiscali.it ---
Still relevant.

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


[Bug 35785] Make enhanced recentchanges the default

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35785

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

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


[Bug 70335] adapt entity suggester to new dump format

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70335

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Whiteboard|u=dev c=backend p=0 |u=dev c=backend p=8

-- 
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 67663] unsigned comments cause travis build breakage

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #5 from John Mark Vandenberg jay...@gmail.com ---
We have a partial workaround only

-- 
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 66023] Importing does not work with HHVM

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66023

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 159973 had a related patch set uploaded by Dan-nl:
Special:Import not importing Special:Export XMLs

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

-- 
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 29923] Install QA system at ask.wikimedia.org

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29923

--- Comment #19 from Quim Gil q...@wikimedia.org ---
... and now you can try it out at https://phab-01.wmflabs.org/ponder/

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


[Bug 64742] Wrong century rounding is applied when entering Time values

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64742

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Whiteboard|u=dev c=frontend p=0|u=dev c=frontend p=8

-- 
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 69277] Kill the skins/common/ directory in mediawiki/core, moving the contents somewhere else

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69277

--- Comment #57 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 155442 merged by jenkins-bot:
Revamp classic edit toolbar not to hardcode paths in HTML

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

-- 
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 70767] Do not load full entities when invoking LinkBegin hook

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70767

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e
 Depends on||68026

-- 
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 68026] Create EntityFingerprintLookup service for use with EntityLabelFormatter and simmilar classes.

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68026

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Blocks||70767

-- 
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 70871] Update metric classification in Vital Signs dashboard

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70871

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160641 had a related patch set uploaded by Milimetric:
Change metric categories to what research defined

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

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


[Bug 70871] Update metric classification in Vital Signs dashboard

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70871

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 66523] harvest_template reports error when wikidata item does not exists:

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66523

JAn Dudík jan.du...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #3 from JAn Dudík jan.du...@gmail.com ---
Today again, latest version of pywikibot:

pwb.py harvest_template -cat:Údržba:Commonscat_není_na_Wikidatech
-template:Commonscat 1 P373
...
 Kostel Nanebevzeti Panny Marie (Vyskov) 
Adding P373 -- Church of the Assumption of the Virgin Mary (Vyskov)


ERROR: Page [[wikidata:-1]] doesn't exist.
Traceback (most recent call last):
  File D:\Py\rewrite\scripts\harvest_template.py, line 64, in run
self.processPage(page)
  File D:\Py\rewrite\scripts\harvest_template.py, line 111, in processPage
item = pywikibot.ItemPage.fromPage(page)
  File D:\Py\rewrite\pywikibot\page.py, line 3142, in fromPage
raise pywikibot.NoPage(i)
NoPage: Page [[wikidata:-1]] doesn't exist.

-- 
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 70659] DiffViewTest failures on travis!

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70659

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160647 had a related patch set uploaded by Aude:
Call parent::tearDown in FingerprintViewTest

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

-- 
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 70659] DiffViewTest failures on travis!

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70659

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

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 Resolution|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 70873] Cirrus unable to find insource:mazovia.pl on pl.wp where the phrase occurs in a URL

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70873

--- Comment #1 from Nik Everett neverett+bugzi...@wikimedia.org ---
Its not right but not unexpected.  insource: segments words in the same way
that we segment regular text.  I can't think of a workaround for you at this
point either - the insource:// is going to be slow unless you have another
filter like insource: but insource: is too much for you.

Thinking out loud for a solution: I wonder if its safe to trick the language
analyzer by pretending that ., :, / are  .   That'll cause splits where
we want them I think.  I'm not sure if that is right for all text in all
languages but, maybe?

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


[Bug 69952] NPEs from concurrency.SaneAsyncTask.onCatch

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69952

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160562 merged by Dbrant:
Guard against page being null in savePage

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

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


[Bug 69461] Conflict of Special:MyLanguage: Extension and MW core use the same special page name

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69461

--- Comment #3 from Lokal_Profil lokal_pro...@hotmail.com ---
Any updates on this bug? Translation of special pages are still effectively
locked down.

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


[Bug 70871] Update metric classification in Vital Signs dashboard

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70871

--- Comment #2 from Dan Andreescu dandree...@wikimedia.org ---
The patch will ensure this happens going forward when generating the config.  I
changed the names manually in the generated file while we wait for that.

As a side note, Daily Edits and Daily Pages Created don't make sense
because all of these metrics are measured daily.  Having Daily in the name
would confuse matters in my opinion.

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


[Bug 69319] Allow option to uncheck Always use a secure connection when logged in at login.wikimedia.org/wiki/Special:Preferences

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69319

--- Comment #6 from Cometstyles cometsty...@yahoo.com ---
Its less about it being slow and more about it being irritating..why should you
enforcehttps on me (via cookies) even though i have disabled that option in
that wiki's preference? ..you people are refusing to see this as a bug/a
problem..but its a major pain in the ass for me so please, allow users to
globally TURN OFF this pathetic option, no one cares about security on the
wiki...

You are sacrificing speed for security (which is unnecessary).. I edit 40+
wikis a day from all domains and this is seriously becoming quite
irritating..even deleting the forcehttps cookies logs me out of everything
and prevent me from login back in unless i delete all centralauth related
cookies..if you refuse to fix this, atleast come up with a global script to
allow users to bypass this idiotic option.

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


[Bug 70834] Crash caused by pressing Retry button on connection issue error

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70834

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160604 merged by Dbrant:
Slow down retry button

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

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


[Bug 60196] Flow: moderation dialog popup does not contain cursor automatically

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60196

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160162 abandoned by Matthias Mullie:
Auto-focus moderation popup textarea

Reason:
Just noticed that, after https://gerrit.wikimedia.org/r/#/c/160483/, we don't
need this anymore (textarea is already focussed there)

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

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


[Bug 57812] Annotation tool that uses Wikidata concepts to annotate statements from books

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57812

--- Comment #19 from apsdehal amanpreet.iitr2...@gmail.com ---
Here is the project completion report
https://www.mediawiki.org/wiki/Wikidata_annotation_tool/project_completion_report

-- 
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 67496] Flow front-end: preview of header edit is extra-narrow

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67496

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160165 merged by jenkins-bot:
Fix preview of header edit is extra-narrow

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

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


[Bug 70659] DiffViewTest failures on travis!

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70659

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |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 70873] Cirrus unable to find insource:mazovia.pl on pl.wp where the phrase occurs in a URL

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70873

Nik Everett neverett+bugzi...@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 70884] New: VisualEditor: Citations appear broken for a few moments, before getting inserted in a Basic Reference dialog .

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70884

Bug ID: 70884
   Summary: VisualEditor: Citations appear broken for a few
moments, before getting inserted in a Basic Reference
dialog .
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: Windows XP
Status: UNCONFIRMED
  Severity: minor
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: ritu_ree...@yahoo.com
CC: jforres...@wikimedia.org, rm...@wikimedia.org,
ryasm...@wikimedia.org, tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16482
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16482action=edit
Citations broken display

Environment- Test2, beta, production

1 Cite Basic - Select to insert any citation(book/journal/news/website)
2 In the resulting modal, just click insert button.
3 Notice the citation appears broken momentarily and then gets added to the
Reference editor.

See screenshot.

-- 
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 70884] VisualEditor: Citations appear broken for a few moments, before getting inserted in a Basic Reference dialog .

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70884

Ritu Swain ritu_ree...@yahoo.com changed:

   What|Removed |Added

 CC||ritu_ree...@yahoo.com
Web browser|--- |Google Chrome

-- 
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 70885] New: OAuth uploads get logged as tools-webgrid-03.eqiad.wmflabs.

2014-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70885

Bug ID: 70885
   Summary: OAuth uploads get logged as
tools-webgrid-03.eqiad.wmflabs.
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: OAuth
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: marcin.cies...@gmail.com
CC: aschulz4...@gmail.com, bjor...@wikimedia.org,
cste...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

OAuth uploads get logged under the toolserver IP address, impacting (among
others) CheckUser

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