[Bug 69182] Database upgrade MariaDB 10: Metadata access in INFORMATION_SCHEMA causes complete blocks

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69182

Sean Pringle  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |sprin...@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 69182] Database upgrade MariaDB 10: Metadata access in INFORMATION_SCHEMA causes complete blocks

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69182

--- Comment #1 from Sean Pringle  ---
labsdb1001 has now been switched onto SSD and labsdb1002 is in progress. Have
also set tokudb_empty_scan=disabled [1] which is a large part of the problem.

Providing there is always a table_schema = '...' clause the queries should be
faster. If the clause is omitted the query will take forever and trash the
table cache. That would be nice to avoid.

If issuing many, stagger the timing.

[1]
http://www.mysqlperformanceblog.com/2014/07/09/tokudb-gotchas-slow-information_schema-tables/

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


[Bug 66477] [[Special:Random/Canonical]] appears broken

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66477

Ricordisamoa  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 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 35925] Wikisource related bugs and enhancements (tracking)

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35925
Bug 35925 depends on bug 66477, which changed state.

Bug 66477 Summary: [[Special:Random/Canonical]] appears broken
https://bugzilla.wikimedia.org/show_bug.cgi?id=66477

   What|Removed |Added

 Status|NEW |RESOLVED
 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 68832] VisualEditor Mobile: Toolbar does not float while tapping towards the end of the screen

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68832

--- Comment #9 from Juliusz Gonera  ---
Reverting 71395e1f (https://gerrit.wikimedia.org/r/#/c/139677/) fixes this bug
but brings back bug 65928. Need to consult with Ed.

-- 
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 69213] New: Flow: title attributes (tooltips) aren't useful, some wrong

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69213

Bug ID: 69213
   Summary: Flow: title attributes (tooltips) aren't useful, some
wrong
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sp...@wikimedia.org
CC: dh...@wikimedia.org, ebernhard...@wikimedia.org,
mpinc...@wikimedia.org, pandiculat...@gmail.com,
sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

The W3C says "The title attribute may be set for both A and LINK to add
information about the nature of a link. This information may be spoken by a
user agent, rendered as a tool tip, ..."  But the title attributes of many Flow
actions and links simply repeat the text in the anchor, while the Permalink
title attribute is just "topic" or "post".  We should eliminate title
attributes or provide proper ones.

Fixing this would also avoid the Hovercards Beta Feature on enwiki popping up
cards for the enwiki articles on Gratitude, Topic, and Post.

I think class Anchor is creating most of the title attributes that duplicate
the anchor text.  It should not do this!  Instead class Anchor should take an
optional titleAttr Message|string parameter; if not provided it should not
create a title attribute.  It could also check if $message is a Message, if so
then fabricate a titleAttr message key by appending '-tooltip' to
$message->getKey().

Here's an incomplete list of bad title attributes:

Reply in titlebar has no title attribute, it should be "Reply to topic"
Reply under a post has title="Reply", should be nothing or "Reply to this post"
Edit under a post has title="Edit", should be nothing or "Edit this post"
Thank under a post has title="thank' , should be "Thank the author of this
post"
(The link title is only "Thank" because the flow-post-meta-actions are
capitalized using CSS text-transform: capitalize.)

In the Action menu, the title attributes:
"Edit title" should be nothing or "Edit topic title"
"Summarize" should be nothing or "Provide a summary of this topic"
etc. The same actions in the post action menu should have title="
post".

Permalink in the Topic action menu has title="topic" (message
'flow-link-topic'), in the Post action menu it has title="post" (message
'flow-link-post').  Both are wrong, should be nothing or "Permanent link (URL)
to this topic[/post]"

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


[Bug 68950] log_params should contain the revision IDs of null revisions and redirects created by page move events

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68950

Nathan Larson  changed:

   What|Removed |Added

Summary|log_params should contain   |log_params should contain
   |the revision IDs of null|the revision IDs of null
   |revisions and redirect  |revisions and redirects
   |pages, and page IDs of  |created by page move events
   |redirect pages, created by  |
   |page move events|

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


[Bug 68818] Investigate the creation of a wiki for the dev community that is organizing around Labs

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68818

MZMcBride  changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #16 from MZMcBride  ---
I strongly agree with comment 4.

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


[Bug 68818] Investigate the creation of a wiki for the dev community that is organizing around Labs

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68818

--- Comment #15 from Betacommand  ---
Another example of where tools labs and wikitech utterly fail.

I was looking up the docs for connecting to a wiki via code. Using the
toolserver wiki it was fairly easy:
https://wiki.toolserver.org/view/Database_access#PHP

On wiki tech, the single search result that has replica.my.cnf is
https://wikitech.wikimedia.org/wiki/Tool_Labs/Migration_to_eqiad which is
utterly useless for researching what a user needs. When searching for the more
generic "connect database" you get results that have nothing to do with tools.

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


[Bug 69212] New: neutral mw-ui-quiet anchors should lighten on hover and have no outline

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69212

Bug ID: 69212
   Summary: neutral mw-ui-quiet anchors should lighten on hover
and have no outline
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: shahyar+wmfbugzi...@gmail.com
  Reporter: sp...@wikimedia.org
CC: jrob...@wikimedia.org, krinklem...@gmail.com,
matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

When the Flow inline styles moved to core, we lost the hover behavior for
neutral inline quiet anchors, i.e. woith no
mw-ui-{progressive|constructive|destructive} colorizing class, just
class="mw-ui-quiet".  Without a hover behavior, a neutral quiet anchor seems
dead.

Neutral quiet anchors used to lighten @colorLightenPercentage on hover, now the
generated CSS has separate rules for mw.ui-quiet and mw-ui-quiet:hover but they
end up with the same color #66 (@colorTextLight).

Also, quiet anchors get a dotted outline on click because they don't have
outline: none on focus and active.

This would be easier to notice if the generated KSS at
http://tools.wmflabs.org/styleguide/desktop/section-6.html had a sample showing
Neutral (plain).  The way the KSS is set up
mw-ui-quiet is a modifier of a regular link.

OR...
Maybe we don't need to support .mw-ui-quiet on its own, and all quiet links
must pick a color class.  May Galloway has asked for some quiet links to be
gray on hover, but currently Flow's Reply • Edit • Thank inline links are all
colored..

-- 
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 66102] use one library for all http requests

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66102

--- Comment #3 from Gerrit Notification Bot  ---
Change 152200 had a related patch set uploaded by John Vandenberg:
HTTP requests with user-agent without version

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

-- 
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 66102] use one library for all http requests

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66102

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |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 68950] log_params should contain the revision IDs of null revisions and redirect pages, and page IDs of redirect pages, created by page move events

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68950

Nathan Larson  changed:

   What|Removed |Added

Summary|log_params should contain   |log_params should contain
   |the revision IDs of null|the revision IDs of null
   |revisions created by page   |revisions and redirect
   |move events |pages, and page IDs of
   ||redirect pages, created by
   ||page move events

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


[Bug 33186] Provide an API to rotate an image

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33186

Alex Monk  changed:

   What|Removed |Added

 CC||kren...@wikimedia.org
   Assignee|jger...@wikimedia.org   |wikibugs-l@lists.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 65040] [twn] Support gerrit repos in mediawiki/skins

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65040

--- Comment #5 from Bartosz Dziewoński  ---
I don't really see that happening (see [1] for my reply to Krinkle, who was the
only person who suggested that AFAICS; tl;dr: it's worth it).

[1] http://lists.wikimedia.org/pipermail/wikitech-l/2014-August/077960.html

Really, can I 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 53800] mediawiki & mediawiki/job cgroups creation should be moved to limit.sh

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53800

Alex Monk  changed:

   What|Removed |Added

 CC||kren...@wikimedia.org
   Assignee|jger...@wikimedia.org   |wikibugs-l@lists.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 47312] not all jobs are processed (webVideoTranscode)

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47312

Alex Monk  changed:

   What|Removed |Added

 CC||kren...@wikimedia.org
   Assignee|jger...@wikimedia.org   |wikibugs-l@lists.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 45918] MwEmbedSupport doesn't work with non standard layouts

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45918

Alex Monk  changed:

   What|Removed |Added

 CC||kren...@wikimedia.org
   Assignee|jger...@wikimedia.org   |wikibugs-l@lists.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 53615] SASL authentication for memcached

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53615

Dereckson  changed:

   What|Removed |Added

   Assignee|dereck...@espace-win.org|wikibugs-l@lists.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 69211] New: wikieditor pages not being cached by browsers when they should be

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69211

Bug ID: 69211
   Summary: wikieditor pages not being cached by browsers when
they should be
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: WikiEditor
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jhaar-wikime...@whanau.org
CC: roan.katt...@gmail.com, tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Looking in our apache logs I can see tonnes of the following

"GET
/wiki/load.php?debug=false&lang=en&modules=ext.wikiEditor%7Cext.wikiEditor.dialogs%2Ctoolbar%7Cext.wikiEditor.toolbar.hideSig%7Cjquery.wikiEditor%7Cjquery.wikiEditor.dialogs%2Ctoolbar%7Cjquery.wikiEditor.dialogs.config%7Cjquery.wikiEditor.toolbar.config%2Ci18n&skin=vector&version=20140806T052205Z&*
HTTP/1.0"

If I manually download one of those pages, I see it has nice "cache me!"
headers in it (basically cache this page for a month)

Date: Wed, 06 Aug 2014 22:54:18 GMT
Server: Apache
X-Powered-By: PHP/5.3.3
X-Content-Type-Options: nosniff
Last-Modified: Wed, 06 Aug 2014 22:54:18 GMT
Cache-Control: public, max-age=2592000, s-maxage=2592000
Expires: Fri, 05 Sep 2014 22:54:18 GMT
Connection: close
Content-Type: text/javascript; charset=utf-8

That sounds great, but the link is NEVER downloaded again! The next time a user
comes back, they get a different URL variant and download it all over again. I
can see users editing pages and every time this (effective) url is
re-downloaded because the version string is different

Surely that version variable at the end is at fault? Shouldn't you just have
the version of WikiEditor in there instead, so that everyone downloads the same
URL all the time? (until there's an actual code change of course)

Basically we're running mediawiki as an HTTPS-based intranet server and I'm
noticing it's quite slow as large numbers of staff are countries away from the
server, and these big repeated downloads are really noticable due to latency.
So I'm trying to see what could be cached to improve responsiveness

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 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638
Bug 38638 depends on bug 67023, which changed state.

Bug 67023 Summary: AJAX review errors show HTML markup in notification
https://bugzilla.wikimedia.org/show_bug.cgi?id=67023

   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 67023] AJAX review errors show HTML markup in notification

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67023

Bartosz Dziewoński  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||matma@gmail.com
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |foma...@googlemail.com
   |org |

--- Comment #7 from Bartosz Dziewoński  ---
Turns out this had a patch by Fomafix pending for almost three weeks.

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


[Bug 67023] AJAX review errors show HTML markup in notification

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67023

--- Comment #6 from Gerrit Notification Bot  ---
Change 147320 merged by jenkins-bot:
Do not show raw HTML code in notification

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

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


[Bug 69206] Bundle git installers for Windows & OS X

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69206

Bryan Davis  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 69208] New: Document specific instructions for Windows install

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69208

Bug ID: 69208
   Summary: Document specific instructions for Windows install
   Product: MediaWiki-Vagrant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: easy
  Severity: enhancement
  Priority: Unprioritized
 Component: General
  Assignee: o...@wikimedia.org
  Reporter: bda...@wikimedia.org
CC: o...@wikimedia.org, yuvipa...@gmail.com
Blocks: 49057
   Web browser: ---
   Mobile Platform: ---

The basic steps are very similar for installing on Windows and a un*x platform,
but there are small and subtle differences that should be explained in the
README document. For example:

* What commands to run in a cmd.exe shell versus a git-scm bash session
* Directory mapping terminology differences between Windows and un*x
* The need to install git

It would also be useful to Windows users to have README renamed to README.txt
and stored with Windows newlines so that it will open in Notepad via double
clicking and be readable.

Windows instructions should be kept in the same readme so that they do not
drift from the un*x documentation.

-- 
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 49057] MediaWiki-Vagrant should be easy to distribute and set up at events (tracking)

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49057

Bryan Davis  changed:

   What|Removed |Added

 Depends on||69208

-- 
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 69208] Document specific instructions for Windows install

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69208

Bryan Davis  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 67023] AJAX review errors show HTML markup in notification

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67023

--- Comment #5 from Gerrit Notification Bot  ---
Change 147320 had a related patch set uploaded by Bartosz Dziewoński:
Do not show raw HTML code in notification

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

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


[Bug 67023] AJAX review errors show HTML markup in notification

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67023

--- Comment #4 from Gerrit Notification Bot  ---
Change 152186 abandoned by Bartosz Dziewoński:
Parse HTML in JavaScript failure notices

Reason:
Bah…

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

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


[Bug 69207] VisualEditor (or Parsoid?): Interwiki links are halfway converted to external links, and completely broken

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69207

--- Comment #1 from WhatamIdoing  ---
Also, I didn't touch any of those links.  I added a space in one paragraph so I
could look at the Save dialog, and it broke all of these interwiki links on the
entire page.

-- 
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 69207] New: VisualEditor (or Parsoid?): Interwiki links are halfway converted to external links, and completely broken

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69207

Bug ID: 69207
   Summary: VisualEditor (or Parsoid?):  Interwiki links are
halfway converted to external links, and completely
broken
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: wmf.whatamido...@yahoo.com
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

http://en.wikipedia.beta.wmflabs.org/w/index.php?diff=118689&oldid=101159

This took a perfectly normal link like:

[[mw:User talk:Whatamidoing (WMF)|on Mediawiki]]

and turned it into something completely broken (single brackets instead of
double, and space instead of pipe):

[mw:User talk:Whatamidoing (WMF) on Mediawiki]

-- 
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 49057] MediaWiki-Vagrant should be easy to distribute and set up at events (tracking)

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49057

Bryan Davis  changed:

   What|Removed |Added

 Depends on||69206

-- 
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 69206] New: Bundle git installers for Windows & OS X

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69206

Bug ID: 69206
   Summary: Bundle git installers for Windows & OS X
   Product: MediaWiki-Vagrant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: General
  Assignee: o...@wikimedia.org
  Reporter: bda...@wikimedia.org
CC: o...@wikimedia.org, yuvipa...@gmail.com
Blocks: 49057
   Web browser: ---
   Mobile Platform: ---

We should bundle a stable version of git from http://git-scm.com/downloads for
Windows and OS X users in the usb stick package. This was a step that needed to
be manually described for many Windows users at Wikimania 2014.

-- 
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 68951] Error in JavaScript console after closing the dialog twice

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68951

--- Comment #2 from Fomafix  ---
Fixed in https://gerrit.wikimedia.org/r/151047

-- 
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 69194] VisualEditor:Edit beta tab not shown, when not logged in.

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69194

James Forrester  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from James Forrester  ---
Yes, this is intentionally how it's configured on some wikis.

-- 
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 67023] AJAX review errors show HTML markup in notification

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67023

Gerrit Notification Bot  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 67023] AJAX review errors show HTML markup in notification

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67023

--- Comment #3 from Gerrit Notification Bot  ---
Change 152186 had a related patch set uploaded by Bartosz Dziewoński:
Parse HTML in JavaScript failure notices

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

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


[Bug 68255] [OPS] Jenkins: Package php5-parsekit missing in Trusty

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68255

--- Comment #11 from Bryan Davis  ---
We could try out something like
https://github.com/JakubOnderka/PHP-Parallel-Lint where N php procs are run in
parallel to speed up the lint time. During a full scap run, we only lint the
wmf-config and multiversion directories and trust that the php codebase has
been linted already. sync-file doesn't lint at all and sync-dir lints the
contents of the directory being synced. We could run some manual tests on tin
to see if running some multiple php procs in parallel gives reasonable
performance. The current parsekit lint is very fast, but adding even a few
seconds to a large sync is not like to make a significant difference in
operational wall-clock time.

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


[Bug 69200] Implement full checkbox spec in mediawiki.ui

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69200

--- Comment #5 from Bartosz Dziewoński  ---
HTML doesn't really support tri-state checkboxes (or the 'indeterminate'
checkedness state) – the standard does define such a thing [1], however it is
only controllable via JavaScript (there isn't any way to define this state in
HTML, not any UI that allows the user to set it). I believe the browser support
for this is currently spotty at best, too. We shouldn't concern ourselves with
it.

[1]
http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-input-indeterminate

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


[Bug 69200] Implement full checkbox spec in mediawiki.ui

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69200

--- Comment #4 from Matthew Flaschen  ---
Okay, so it basically means some of the represented items are checked.  I don't
know if we have that anywhere.

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


[Bug 69205] New: Creating numbered lists with images resets the numbering back to 1 for each list item

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69205

Bug ID: 69205
   Summary: Creating numbered lists with images resets the
numbering back to 1 for each list item
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: max.anderson.contrac...@chicos.com
CC: da...@sheetmusic.org.uk, jforres...@wikimedia.org,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Since I have multiple screenshots (6), I've placed them in an Imgur album:
http://imgur.com/a/emySl

1) User creates a numbered list as instructions on how to install a piece of
software in a IT Documentation Wiki. They use the button in the toolbar to
create this numbered list.
2) They create list item 1, 2, 3, and 4 WITHOUT any screenshots JUST text. (See
bug screenshot 1)
3) User places cursor at the end of each line to add a corresponding screenshot
for what's described in the text of that line.
3) They use the "Insert media" dropdown, search and select their image, and
place it with their cursor directly at the end of the line. This places the
image on the next line.
4) They go into the properties of the image and uncheck "wrap content with this
item" and select "basic" as the image type. This places the image at original
size left aligned and directly below the line it was placed on (This is correct
and normal).
4) They repeat this for each line and it appears correctly with correct
numbering in tact. (See bug screenshot 2)
5) They save the page. 
6) Once VE is closed out and the final render of the page appears, each
numbered list is reset to 1, and the images are now not aligned with the list
indenting. (see bug screenshot 3)

I've found a work around however it's not very convenient:

1) If a user then goes into the "edit source" page for that page, they will see
each list item, and then the link to the image on the line below it. (See bug
screenshot 4)
2) If the user manually moves each image link up to the previous line after the
text (the numbered step it wishes to be apart of in the numbered list) and
saves the page, it will appear correctly with the numbered list not being reset
to 1 for every list item. (See bug screenshot 5 and bug screenshot 6)

I'm not sure of the details on how to go about fixing this, but I would say VE
needs to make sure that the image link wiki markup stays on the same line as
the list item.

-- 
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 69159] sorting of style modules leading to arbitrary loading of files

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69159

--- Comment #2 from Moka  ---
(In reply to Andre Klapper from comment #1)
> (In reply to Moka from comment #0)
> > The order of how CSS files is important. [...]
> > 'dependencies' also does not work for style modules.
> 
> Is there a specific example that you could share?

Here are the contents of my skin:


skins/TLKWiki/TLKWiki.php
https://ghostbin.com/paste/zaonx

skins/TLKWiki/SkinTLKWiki.php
https://ghostbin.com/paste/uzdp4

skins/TLKWiki/screen.css
(some CSS file)

Here is a link to my wiki http://www.mylionking.com/wiki
I have removed the sort() on the line I linked to in the first post.

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


[Bug 37790] shop.wikimedia.org should be HTTPS only

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37790

--- Comment #17 from Caitlin Cogdill  ---
(In reply to MZMcBride from comment #15)
> (In reply to Elliott Eggleston from comment #13)
> > This is not possible to fix while the shop is hosted on Shopify.  They don't
> > offer the option of turning off http, and in certain places, like their
> > post-login redirect, they automatically send the user to http.
> 
> Presumably Shopify has an issue tracker of some kind? Is there an open
> ticket about this issue (i.e., a store cannot be HTTPS-only currently)?

As noted in my above comments, we have had an open ticket with Shopify about
this since February 2014. Thus far they have been unable to allocate resources
for a fix, but we are continuing to ask for help.
> 
> > Unless we want to find a new vendor or take on the responsibility of hosting
> > our own ecommerce site, this is a WONTFIX.
> 
> This is a bit of a false dichotomy. Let's get Shopify to fix their code. :-)
> If Shopify really can't support an HTTPS-only site in 2014, then it makes
> more sense to reëvaluate using them as a vendor than it does to close this
> ticket. For sure.

This is certainly something we can look into, however with limited resources,
the Shop has priorities that weigh heavier than this one, mainly in finding and
moving to a new fulfillment partner. We can keep this bug open in the interim,
but I just want to manage expectations about timing, as switching to a new
vendor would require months of planning and integration.

-- 
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 69201] VisualEditor: visualeditor-beta-warning help mentions non-existent Cancel button

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69201

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|jforrester+veteambztickets@ |jforres...@wikimedia.org
   |wikimedia.org   |
   Target Milestone|--- |VE-deploy-2014-08-14
Summary|visualeditor-beta-warning   |VisualEditor:
   |help mentions non-existent  |visualeditor-beta-warning
   |Cancel button   |help mentions non-existent
   ||Cancel button

--- Comment #1 from James Forrester  ---
Fixed in gerrit I36f13b2ff this morning. :-)

-- 
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 69168] De emphasize pre selected edit summaries

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69168

--- Comment #5 from Dan Garry  ---
(In reply to Andre Klapper from comment #4)
> Surely there is always experience that differs from the majority exposed in
> gathered data (as long as gathered data does not show 100% for one certain
> behavior or expectation). :)

Indeed. However, the data does show that the reaction of crippling confusion at
the edit summary screen is literally in the minority, as over 50% of both
registered and anonymous users make it past that screen.

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


[Bug 69204] weblinkchecker.py uses a fake user-agent

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69204

John Mark Vandenberg  changed:

   What|Removed |Added

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

-- 
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 66102] use one library for all http requests

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66102

John Mark Vandenberg  changed:

   What|Removed |Added

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

--- Comment #2 from John Mark Vandenberg  ---
site.py & weblib.py use 'import urllib', but for urlencode

urllib:
pywikibot/page.py:1841:f = urllib.urlopen(self.fileUrl())
pywikibot/version.py:199:buf = urllib.urlopen(url).readlines()

scripts/upload.py
scripts/flickrripper.py
scripts/checkimages.py
scripts/weblinkchecker.py
scripts/imagerecat.py
scripts/maintenance/wikimedia_sites.py
scripts/data_ingestion.py

urllib2:
scripts/reflinks.py

httplib (not httplib2):
pywikibot/version.py:123:conn = httplib.HTTPSConnection('github.com')

scripts/weblinkchecker.py
scripts/reflinks.py

-- 
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 69200] Implement full checkbox spec in mediawiki.ui

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69200

--- Comment #3 from Jared Zimmerman (WMF)  ---
here is a web example (from gmail) of mixed state checkboxes 
https://www.dropbox.com/s/1eyuj50vuoz6g7y/Screenshot%202014-08-06%2022.02.10.png

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


[Bug 69200] Implement full checkbox spec in mediawiki.ui

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69200

--- Comment #2 from Jared Zimmerman (WMF)  ---
looking good, I'd like to get the animation in, prior to calling this closed.
The mixed state is probably not needed at this time (I was channeling the needs
of AutoCAD from my previous job)

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


[Bug 69204] New: weblinkchecker.py uses a fake user-agent

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69204

Bug ID: 69204
   Summary: weblinkchecker.py uses a fake user-agent
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: network
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: jay...@gmail.com
   Web browser: ---
   Mobile Platform: ---

weblinkchecker.py (core) contains this comment:

# we fake being Firefox because some webservers block unknown
# clients, e.g. https://images.google.de/images?q=Albit gives a 403
# when using the PyWikipediaBot user agent.
'User-agent': 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8) Gecko/20051128
SUSE/1.5-0.1 Firefox/1.5',

Which was added to core in Jan 2007:
https://www.mediawiki.org/wiki/Special:Code/pywikipedia/3165

Faking the user-agent should be an option, default disabled, or only used for
servers known to be problematic.

-- 
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 68897] VisualEditor Mobile: Disable the context menu for the Basic reference

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68897

Rummana Yasmeen  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

-- 
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 69022] Hardcoded path to Popups settings icon

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69022

sp...@wikimedia.org changed:

   What|Removed |Added

 CC||sp...@wikimedia.org

--- Comment #1 from sp...@wikimedia.org ---
A fix for both the path and SVG fallback is to put class
mwe-popups-settings-icon on a span, and then use the background-image-svg(
'resources/gear_gray.svg', 'resources/gear_gray.png' ) LESS mixin.

Add a comment somewhere saying where the icon came from, and a @TODO use
WikiFont glyph.

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


[Bug 69203] New: VE's beta help adds a question mark to 'Switch to source editing'

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69203

Bug ID: 69203
   Summary: VE's beta help adds a question mark to 'Switch to
source editing'
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: easy
  Severity: trivial
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: sp...@wikimedia.org
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

VE's help icon popup includes this "visualeditor-beta-warning" text:

... To switch back to source editing at any time without losing your changes,
open the dropdown next to "Cancel" and select "Switch to source editing?"."

The last message is 'visualeditor-mweditmodesource-title'.  But the item in the
dropdown is actually visualeditor-mweditmodesource-tool, which is "Switch to
source editing" without a question mark. Trivial to fix.

(Also "Cancel" is gone from the VE UI, I filed bug 69201.)

-- 
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 66816] Android App doesn't show keyboard using Find in page on landscape mode

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66816

Dan Garry  changed:

   What|Removed |Added

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

--- Comment #3 from Dan Garry  ---
Merged. 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 69202] VisualEditor: Distorted UI of Language Inspector/Special Character appears while trying to open them when the link inspector is already open in CE

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69202

Rummana Yasmeen  changed:

   What|Removed |Added

Summary|VisualEditor: Distorted UI  |VisualEditor: Distorted UI
   |of Language |of Language
   |Inspector/Special Character |Inspector/Special Character
   |appears while trying to |appears while trying to
   |open when the link  |open them when the link
   |inspector is already open   |inspector is already open
   |in CE   |in CE

-- 
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 69202] New: VisualEditor: Distorted UI of Language Inspector/Special Character appears while trying to open when the link inspector is already open in CE

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69202

Bug ID: 69202
   Summary: VisualEditor: Distorted UI of Language
Inspector/Special Character appears while trying to
open when the link inspector is already open in CE
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: ryasm...@wikimedia.org
CC: jforres...@wikimedia.org, rm...@wikimedia.org,
ryasm...@wikimedia.org, tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16144
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=16144&action=edit
Screenshot

Steps to reproduce:

1.Open a page with VE
2.Select a text
3.Click on Link inspector
4.While the link inspector is open, open Language inspector or Special
Character inserter

Observed Result:
The UI of both the inspector appears a bit distorted having a whitespace at the
bottom

See the screenshot attached

Environment:Production,test2,Betalabs

-- 
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 54994] UploadWizard hangs browser on entering image description

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54994

Rainer Rillke @commons.wikimedia  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ril...@wikipedia.de
 Ever confirmed|0   |1

--- Comment #18 from Rainer Rillke @commons.wikimedia  ---
So I found a way to crash Firefox 31.0 under openSUSE:
1. Prefill a long description. This can be done by URL or if you fetched a file
from Flickr etc.
2. Resize the textarea to make it wider.
3. Set the caret at the end of a line visible in the viewport (don't scroll in
the textarea).
4. Insert a [SPACE].

Result: Sometimes an unresponsive script warning that does not fully show up
(content of the window is missing) or even nothing -- the browser is just not
responding anymore.

-- 
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 69201] New: visualeditor-beta-warning help mentions non-existent Cancel button

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69201

Bug ID: 69201
   Summary: visualeditor-beta-warning help mentions non-existent
Cancel button
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: sp...@wikimedia.org
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

VE's help icon popup includes this "visualeditor-beta-warning" text:

"VisualEditor is in 'beta'. You may encounter software issues, and you may not
be able to edit parts of the page. To switch back to source editing at any time
without losing your changes, open the dropdown next to
\"{{int:visualeditor-toolbar-cancel}}\" and select
\"{{int:visualeditor-mweditmodesource-title}}\"."

But I don't see this Cancel button in the VE UI these days. The page options
"hamburger" dropdown is now between (?) and [Save page].  It would be more
helpful to show the hamburger icon in the help message, maybe WikiFont some
day.

-- 
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 69198] Setup QUnit tests on Jenkins for Echo

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69198

Antoine "hashar" Musso  changed:

   What|Removed |Added

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

--- Comment #5 from Antoine "hashar" Musso  ---
A first run of the job pass :-]
https://integration.wikimedia.org/ci/job/mwext-Echo-qunit/1/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 64815] Modify category.py to also update Wikidata on category rename

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64815

Ricordisamoa  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 69122] VisualEditor: [Regression wmf16]Opening link inspector/comment box in an empty line, opens them at the end of the previous line

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69122

--- Comment #3 from Rummana Yasmeen  ---
Language inspector also behaves in the same way

-- 
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 69198] Setup QUnit tests on Jenkins for Echo

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69198

--- Comment #4 from Gerrit Notification Bot  ---
Change 152175 merged by jenkins-bot:
QUnit job for Echo

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

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


[Bug 69198] Setup QUnit tests on Jenkins for Echo

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69198

--- Comment #3 from Gerrit Notification Bot  ---
Change 152172 merged by jenkins-bot:
QUnit job for Echo

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

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


[Bug 69198] Setup QUnit tests on Jenkins for Echo

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69198

--- Comment #2 from Gerrit Notification Bot  ---
Change 152175 had a related patch set uploaded by Hashar:
QUnit job for Echo

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

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


[Bug 69200] Implement full checkbox spec in mediawiki.ui

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69200

Matthew Flaschen  changed:

   What|Removed |Added

URL||https://trello.com/c/JETLmm
   ||7F/7-check-boxes

--- Comment #1 from Matthew Flaschen  ---
Sorry, I forgot to link the spec.  It's at
https://trello.com/c/JETLmm7F/7-check-boxes

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


[Bug 54360] implement new Agora spec in mediawiki.ui (tracking)

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54360

Matthew Flaschen  changed:

   What|Removed |Added

 Depends on||69200

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


[Bug 69200] Implement full checkbox spec in mediawiki.ui

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69200

Matthew Flaschen  changed:

   What|Removed |Added

 Blocks||54360

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


[Bug 69200] New: Implement full checkbox spec in mediawiki.ui

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69200

Bug ID: 69200
   Summary: Implement full checkbox spec in mediawiki.ui
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: jared.zimmer...@wikimedia.org, jrob...@wikimedia.org,
krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

The initial implementation is in, but the spec has some further details.

One of the more noticeable ones is the green checkbox.  Per the spec, it's only
supposed to be green when focused.  Otherwise, it is gray.  This is important
on a page with a lot of checkboxes.

There is also a specified animation, and a "mixed" state (I'm not sure what
this means, though, since HTML does not really have 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 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

Florian  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 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

--- Comment #5 from Gerrit Notification Bot  ---
Change 152171 merged by jenkins-bot:
Fix no session set when replaceMWLogin is true

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

-- 
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 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

--- Comment #6 from Gerrit Notification Bot  ---
Change 152169 merged by jenkins-bot:
Fix no session set when replaceMWLogin is true

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

-- 
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 69198] Setup QUnit tests on Jenkins for Echo

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69198

Gerrit Notification Bot  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 69198] Setup QUnit tests on Jenkins for Echo

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69198

--- Comment #1 from Gerrit Notification Bot  ---
Change 152172 had a related patch set uploaded by Hashar:
QUnit job for Echo

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

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


[Bug 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

--- Comment #4 from Gerrit Notification Bot  ---
Change 152171 had a related patch set uploaded by Florianschmidtwelzow:
Fix no session set when replaceMWLogin is true

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

-- 
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 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

--- Comment #3 from Gerrit Notification Bot  ---
Change 152169 had a related patch set uploaded by Florianschmidtwelzow:
Fix no session set when replaceMWLogin is true

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

-- 
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 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

--- Comment #2 from Gerrit Notification Bot  ---
Change 152167 merged by jenkins-bot:
Fix no session set when replaceMWLogin is true

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

-- 
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 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |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 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

--- Comment #1 from Gerrit Notification Bot  ---
Change 152167 had a related patch set uploaded by Florianschmidtwelzow:
Fix no session set when replaceMWLogin is true

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

-- 
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 68255] [OPS] Jenkins: Package php5-parsekit missing in Trusty

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68255

--- Comment #10 from Antoine "hashar" Musso  ---
We could go with runkit, just have to make sure it is not loaded by default
(i.e. not in a PHP .ini file.  Then we could have our lint.php script to load
it via -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 68995] [OPS] Upgrade Jenkins Debian Glue from 0.8.1 to 0.10.0

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68995

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |akosia...@wikimedia.org
   |org |

--- Comment #6 from Antoine "hashar" Musso  ---
Alexandros fixed both RT.  Ie backport parallel  and upload the
jenkins-debian-glue packages for both Precise and Trusty.

I have confirmed all Jenkins slaves are up to date and happy.

Thank you Alexandros!

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


[Bug 68256] Jenkins: Set up integration slaves with Ubuntu Trusty

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68256
Bug 68256 depends on bug 68995, which changed state.

Bug 68995 Summary: [OPS] Upgrade Jenkins Debian Glue from 0.8.1 to 0.10.0
https://bugzilla.wikimedia.org/show_bug.cgi?id=68995

   What|Removed |Added

 Status|REOPENED|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 69199] Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

Florian  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Assignee|wikibugs-l@lists.wikimedia. |florian.schmidt.welzow@t-on
   |org |line.de

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


[Bug 69199] New: Create account doesn't work if $wgGLreplaceMWLogin is true

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69199

Bug ID: 69199
   Summary: Create account doesn't work if $wgGLreplaceMWLogin is
true
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: GoogleLogin
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: florian.schmidt.wel...@t-online.de
CC: florian.schmidt.wel...@t-online.de
   Web browser: ---
   Mobile Platform: ---

Comes from:
https://www.mediawiki.org/wiki/User_talk:Florianschmidtwelzow#Continous_Redirect

If $wgGLreplaceMWLogin is true the user will be redirected to the Create an
account page if he tries to create an account without any error message.

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


[Bug 64815] Modify category.py to also update Wikidata on category rename

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64815

--- Comment #5 from Gerrit Notification Bot  ---
Change 148539 merged by jenkins-bot:
update Wikibase item on category rename

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

-- 
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 68211] Special:BrokenRedirects on trwiki lists valid links

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68211

--- Comment #4 from superyet...@yahoo.com ---
Hmm, a quick check on "redirect" table indicates that there is a problem
related with the "İ" character. When a page is moved, all "i"s in the target
page name gets replaced with the aforementioned character, causing an invalid
entry in the "redirect" table.

For instance, the page "Çağ-Çağ"
(https://tr.wikipedia.org/wiki/%C3%87a%C4%9F-%C3%87a%C4%9F) is now a redirect
to "Çağ Çağ Deresi"
(https://tr.wikipedia.org/wiki/%C3%87a%C4%9F_%C3%87a%C4%9F_Deresi) but the
related entry in the database points to the name "Çağ Çağ Deresİ".

Is there any chance we can request a database update for 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 67438] VisualEditor: "No results found" message appearing even before entering a search term inside Media Settings dialog

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67438

Rummana Yasmeen  changed:

   What|Removed |Added

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

--- Comment #6 from Rummana Yasmeen  ---
I just noticed this is again appearing in Betalabs, when you first open Media
Settings dialog and the page name is in the search field,the "No Result Found"
appears.Also, it appears when you click on "Change Image" button

-- 
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 67438] VisualEditor: "No results found" message appearing even before entering a search term inside Media Settings dialog

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67438

Rummana Yasmeen  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

-- 
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 69198] New: Setup QUnit tests on Jenkins for Echo

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69198

Bug ID: 69198
   Summary: Setup QUnit tests on Jenkins for Echo
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Continuous integration
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jrob...@wikimedia.org
CC: g...@wikimedia.org, has...@free.fr,
innocentkil...@gmail.com, krinklem...@gmail.com
   Web browser: ---
   Mobile Platform: ---

We have QUnit tests.
Preferably make them voting :)

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


[Bug 69197] New: [upstream] Jenkins ArtifactDeployer plugin v0.31 breaks lazy load causing slow start

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69197

Bug ID: 69197
   Summary: [upstream] Jenkins ArtifactDeployer plugin v0.31
breaks lazy load causing slow start
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Keywords: upstream
  Severity: normal
  Priority: Unprioritized
 Component: Continuous integration
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: g...@wikimedia.org, has...@free.fr,
innocentkil...@gmail.com, krinklem...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I have upgraded Jenkins which loaded just fine. Then updated a bunch of plugins
including ArtifactDeployer to 0.31.  That version breaks lazy loading and cause
the whole history to be loaded on Jenkins initialization.


Filled as https://issues.jenkins-ci.org/browse/JENKINS-24140

Workaround: I have manually downgraded the plugin to previous version.

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


[Bug 65040] [twn] Support gerrit repos in mediawiki/skins

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65040

--- Comment #4 from Siebrand Mazeland  ---
I've seen some discussion about skin extensions just being extensions. I
assumed it would be wise to wait on the outcome of that, because it could mean
that the skins would just come back again to the regular extensions tree, which
would be great from an L10n/twn perspective.

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


[Bug 65190] Cannot anonymously edit/change content of a LQT message but its title

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65190

--- Comment #15 from paladox2015  ---
Created attachment 16143
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=16143&action=edit
Console list

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


[Bug 65190] Cannot anonymously edit/change content of a LQT message but its title

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65190

--- Comment #14 from paladox2015  ---
please remove above comment I will upload a text file because it is so big.

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


[Bug 68079] VisualEditor: Re-use an existing reference shouldn't require a reference list to be or have been on the page to work

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68079

--- Comment #8 from Rummana Yasmeen  ---
okay, so there is no need to have a new bug on it I guess.

-- 
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 68897] VisualEditor Mobile: Disable the context menu for the Basic reference

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68897

Rummana Yasmeen  changed:

   What|Removed |Added

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

--- Comment #3 from Rummana Yasmeen  ---
The context menu for basic reference is still appearing in Betalabs

-- 
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 65040] [twn] Support gerrit repos in mediawiki/skins

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65040

--- Comment #3 from Bartosz Dziewoński  ---
Has anything been done about this? Can I help? It would be really great to have
this done quickly (maybe during the Hackathon at Wikimania?).

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


[Bug 68332] Create a tiny fallback skin to use when no proper skins are present

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68332

Bartosz Dziewoński  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |matma@gmail.com
   |org |
   Target Milestone|--- |1.24.0 release

--- Comment #6 from Bartosz Dziewoński  ---
Whee!

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


[Bug 68333] Move all four core skins to separate repositories and include them in the tarball

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68333
Bug 68333 depends on bug 68332, which changed state.

Bug 68332 Summary: Create a tiny fallback skin to use when no proper skins are 
present
https://bugzilla.wikimedia.org/show_bug.cgi?id=68332

   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 68484] VisualEditor: [Regression pre-wmf14] Each category is getting added twice in Betalabs, throws TypeError: categoryItem is undefined

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68484

Rummana Yasmeen  changed:

   What|Removed |Added

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

--- Comment #12 from Rummana Yasmeen  ---
Hmm, I can't either. Marking it as 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 69180] 50GB Fractal image Upload

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69180

--- Comment #8 from ev_s...@hotmail.com ---
Ok, what's the max dimensions/size you could handle,
so i'll try to upload a reduced version ?

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 69180] 50GB Fractal image Upload

2014-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69180

--- Comment #7 from ev_s...@hotmail.com ---
Ok, what's the max dimensions/size you could handle,
so i'll try to upload a reduced version ?

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


  1   2   3   >