[Bug 67186] Don't use createOrMerge() if nothing to do

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

Florian  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|normal  |major

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


[Bug 67186] New: Don't use createOrMerge() if nothing to do

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

Bug ID: 67186
   Summary: Don't use createOrMerge() if nothing to do
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  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: ---

When the user is logged in and has linked his Googleaccount already to the
account, don't run createOrMerge() after request /Special:GoogleLogin.

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


[Bug 67185] Use MWException, catch Google_Service_Exception

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

Florian  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |florian.schmidt.welzow@t-on
   |org |line.de
   Target Milestone|--- |Future release
   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 67185] New: Use MWException, catch Google_Service_Exception

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

Bug ID: 67185
   Summary: Use MWException, catch Google_Service_Exception
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  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: ---

Instead of using Google_Service_Exception as raw text, catch this and use
MWException instead.

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


[Bug 67184] New: Search results number are outside the grey background

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

Bug ID: 67184
   Summary: Search results number are outside the grey background
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Search
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: innocentkil...@gmail.com,
neverett+bugzi...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 15763
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15763&action=edit
Number of results on mediawiki.org

Or tab "badge", I don't know how to describe it. Didn't test other wikis.

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


[Bug 66943] HHVM: Assertion in Scribunto_LuaEngine::callParserFunction() during uksort() call

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

Tim Starling  changed:

   What|Removed |Added

Summary|HPHP::computeMaskFromNumElm |HHVM: Assertion in
   |s(uint32_t): Assertion `n   |Scribunto_LuaEngine::callPa
   |<= 0x7fffU' failed. |rserFunction() during
   ||uksort() call

--- Comment #3 from Tim Starling  ---
There is still an assertion from computeMaskFromNumElms() while running
Scribunto tests, but it's probably a different bug. Let's split these up by
backtrace rather than failure mode. Updated title accordingly.

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


[Bug 67119] Fullscreen image transition doesn't work in Safari 8

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

--- Comment #5 from Dirk Schulze  ---
(In reply to Gerrit Notification Bot from comment #3)
> Change 142486 had a related patch set uploaded by Gergő Tisza:
> Set height:100% on blur filter to improve Safari fullscreen transition
> 
> https://gerrit.wikimedia.org/r/142486

The containing block of the SVG and its containing block must be 100% as well,
see my comment #2.

It is probably solvable even without taking care of the SVG.

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


[Bug 67119] Fullscreen image transition doesn't work in Safari 8

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

--- Comment #4 from Tisza Gergő  ---
I'll admit I didn't understand any of that, and I am highly sceptical the SVG
has anything to do with that, nor do I think a height: 100% rule will actually
change its size (since the parent has a small height as well). But at least it
doesn't seem to do any harm on other browsers; can you test the patch?

(In reply to Dirk Schulze from comment #2)
> You can always test it with a WebKit nightly: http://nightly.webkit.org (OS
> X required).

Yeah, that last part is the problem :)

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


[Bug 67119] Fullscreen image transition doesn't work in Safari 8

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 Ever confirmed|0   |1

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


[Bug 67119] Fullscreen image transition doesn't work in Safari 8

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 142486 had a related patch set uploaded by Gergő Tisza:
Set height:100% on blur filter to improve Safari fullscreen transition

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

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


[Bug 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

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

--- Comment #25 from Tisza Gergő  ---
Thanks for clearing that up!

Yeah, site-wide settings are passed via ResourceLoader which generates static
.js files from them. I don't know the details of the caching strategy, but on
WMF sites it's typically 5-10 minutes until a change takes effect.

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


[Bug 36795] Collapsible arrows on Special:CentralNoticeLogs point to the wrong direction with RTL interface language

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

Amir E. Aharoni  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 745] RTL/bidirectional issues (tracking)

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

Bug 36795 Summary: Collapsible arrows on Special:CentralNoticeLogs point to the 
wrong direction with RTL interface language
https://bugzilla.wikimedia.org/show_bug.cgi?id=36795

   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 67164] Fatal error: Call to a member function isMainPage() on a non-object in ApiMobileView.php on line 270

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

Florian  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||florian.schmidt.welzow@t-on
   ||line.de
 Resolution|--- |FIXED

--- Comment #2 from Florian  ---
New PS by MaxSem and Merged:
https://gerrit.wikimedia.org/r/#/c/142436

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


[Bug 67119] Fullscreen image transition doesn't work in Safari 8

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

--- Comment #2 from Dirk Schulze  ---
(In reply to Tisza Gergő from comment #1)
> It's not clear to me from the description what the actual bug is; can you
> clarify?

In Safari, switching from window to fullscreen has a nice transition where the
page with the centered image scales to the fullscreen.

In Safari 8 this is broken: During the transition, the page gets reduced to a
height of 150px and a 150px height stripe of the page translates from the top
to the middle of the screen. The page stays 150px height during the whole
transition. After the transition, the page and image are scaled to the correct
size and 100% height of the screen.

While the SVG bug might not intentionally be used, so far just the 100%
viewport height bug of  elements made it look correctly. If no size is
specified, the SVG is sized 150x300 px (just like HMTL Canvas) now. That
explains what you see the stripe above.

You can always test it with a WebKit nightly: http://nightly.webkit.org (OS X
required).

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


[Bug 66114] Hovercards: Add `lang` and `dir` attributes to the `.mwe-popups-extract`

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

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 66114] Hovercards: Add `lang` and `dir` attributes to the `.mwe-popups-extract`

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

--- Comment #1 from Gerrit Notification Bot  ---
Change 142481 had a related patch set uploaded by Prtksxna:
Add `lang` and `dir` attributes to `.mwe-popups-extract`

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

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


[Bug 11874] Enforced   breaks inline CSS with !important

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

Jackmcbarn  changed:

   What|Removed |Added

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

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


[Bug 3158] Parser inserts invalid   in the middle of style attribute

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

Jackmcbarn  changed:

   What|Removed |Added

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

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


[Bug 3158] Parser inserts invalid   in the middle of style attribute

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

Jackmcbarn  changed:

   What|Removed |Added

 CC||jackmcbarn+w...@gmail.com

--- Comment #8 from Jackmcbarn  ---
It looks like CSS is just what makes this bug visible, rather than anything to
do with its cause. At includes/parser/Parser.php:410-419:

# Clean up special characters, only run once, next-to-last before
doBlockLevels
$fixtags = array(
# french spaces, last one Guillemet-left
# only if there is something before the space
'/(.) (?=\\?|:|;|!|%|\\302\\273)/' => '\\1 ',
# french spaces, Guillemet-right
'/(\\302\\253) /' => '\\1 ',
'/ (!\s*important)/' => ' \\1', # Beware of CSS magic word
!important, bug #11874.
);
$text = preg_replace( array_keys( $fixtags ), array_values( $fixtags ),
$text );

This is doing a very aggressive replacement of spaces with   throughout
the entire content of the page, and it's apparently already caused at least one
other bug. I'm not sure why this is doing this, but our CSS handling is totally
innocent and is just a red herring.

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


[Bug 67183] Obsolete references to MessagesEn.php

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

--- Comment #1 from Matthew Flaschen  ---
Some of these may not be obsolete, since MessagesEn.php is still used for other
purposes, but e.g.
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/134f34e04f5ca339a57c0bf13f07488376333f37/includes%2Fcache%2FLocalisationCache.php#L449
threw when I had a cache issue, and MessagesEn.php was certainly not missing
(nor do I think it was related).

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


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

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

Matthew Flaschen  changed:

   What|Removed |Added

 Depends on||67183

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


[Bug 67183] New: Obsolete references to MessagesEn.php

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

Bug ID: 67183
   Summary: Obsolete references to MessagesEn.php
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: alolita.sha...@gmail.com, asha...@wikimedia.org,
da...@sheetmusic.org.uk, kartik.mis...@gmail.com,
niklas.laxst...@gmail.com, run...@gmail.com,
siebr...@kitano.nl, sucheta.ghos...@gmail.com
Blocks: 1
   Web browser: ---
   Mobile Platform: ---

There are obsolete references to MessagesXx.php/MessagesEn.php in
includes/DefaultSettings.php, includes/cache/LocalisationCache.php,
includes/installer/Installer.php, and languages/Language.php .

These includes an exception thrown at runtime (as well as documentation).  They
should all be updated to accurately reflect the current behavior.

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


[Bug 67182] New: Send 404 status code for special pages without contents

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

Bug ID: 67182
   Summary: Send 404 status code for special pages without
contents
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
   Web browser: ---
   Mobile Platform: ---

For example [[Special:RecentChangesLinked/InvalidFooBarTitle]].

It has been observed on zhwiki that some search engine indexed pages with spam
contents as "InvalidFooBarTitle". I guess it's because some spammers fed them
to search engines deliberately. Sending 404s for them may resolve this with no
harm.

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


[Bug 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

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

--- Comment #24 from Laurence 'GreenReaper' Parry  ---
I think we've been misunderstanding each other, but it's my fault. :-)

What I was trying to say was that even when I set this variable to "false",
there was an issue loading the image; it'd attempt to load twice in quick
succession, failing both times, and only then make API calls. My belief was
that this was the intended behaviour, and I was trying to suggest how it might
be improved.

Having retested this, it seems that likely that I had cached resources which
caused it to go down the "true" path even though I'd set it to "false". When I
tried it again, having cleared everything out, it generated the image as
expected.

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


[Bug 66943] HPHP::computeMaskFromNumElms(uint32_t): Assertion `n <= 0x7fffffffU' failed.

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

--- Comment #2 from Tim Starling  ---
Proposed fix at


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


[Bug 46815] frame:preprocess with ref tags loses the backlinks

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

Jackmcbarn  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||jackmcbarn+w...@gmail.com
 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 46815] frame:preprocess with ref tags loses the backlinks

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

--- Comment #7 from Gerrit Notification Bot  ---
Change 99794 merged by jenkins-bot:
Don't cache volatile wikitext

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

-- 
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 63162] Hovercards: When image is not masked by pin should use main popup height

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

--- Comment #8 from Quiddity  ---
Merging comments from bug 65242:

Attachment 15363 (logo crop)
Attachment 15364 (album crop)
Attachment 15365 (portrait crop)

(Quiddity wrote)
> Images are cropped in Hovercards, which sometimes looks quite bad.
> Particularly logos (screenshot 1) and album covers (screenshot 2).
> Occasionally portraits of people will be cut off right in their hairline
> (screenshot 3).
> 
> The best of our images, are already scrupulously cropped/framed, so it would
> be ideal to present to readers, exactly the images that our editors intended.


(Eduard Braun wrote)
> This is also an issue for all graphical illustrations like diagrams,
> chemical structure formulae, geometric sketches, 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 65242] Hovercards: images are cropped

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

Quiddity  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   See Also|https://bugzilla.wikimedia. |
   |org/show_bug.cgi?id=63162   |
 Resolution|--- |DUPLICATE

--- Comment #4 from Quiddity  ---


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

-- 
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 63162] Hovercards: When image is not masked by pin should use main popup height

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

Quiddity  changed:

   What|Removed |Added

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

--- Comment #7 from Quiddity  ---
*** Bug 65242 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 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

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

--- Comment #23 from Tisza Gergő  ---
(In reply to Laurence 'GreenReaper' Parry from comment #20)
> I think you missed the point - your second request *may get a 404* if you
> simply repeat it, even if the image _has_ been generated on the server by
> that point, because intermediate servers may cache the 404 for a short
> period of time.

There is no point in adding a workaround to thumbnail guessing which makes it
slower than not using it in the first place - the whole point of the feature is
to improve speed. For sites which have a CDN or reverse proxy, sending lots of
requests which go around it will probably cause problems and/or be much slower.
You should just not use thumbnail guessing in that case. (And if you care about
speed, you should set up 404-handler-based thumbnail generation anyway.)

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


[Bug 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

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

--- Comment #22 from Gerrit Notification Bot  ---
Change 142476 had a related patch set uploaded by Gergő Tisza:
Keep thumbnail guessing enabled

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

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


[Bug 67181] Hovercards: Blue text appearing in textextract

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

--- Comment #3 from Quiddity  ---
Created attachment 15762
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15762&action=edit
screenshot

I'm also unable to replicate, with a fresh account. It must be one of my
gadgets/scripts/preferences interfering, but I'm not sure which (and too
exhausted to delve deeper, tonight). Here's an Inspector screenshot, just in
case, or for later).

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


[Bug 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

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

--- Comment #21 from Gerrit Notification Bot  ---
Change 142475 had a related patch set uploaded by Gergő Tisza:
Disable thumbnail URL guessing by default

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

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


[Bug 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

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

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 67180] Hovercards: TextExtract has anchor link?!

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

--- Comment #1 from Quiddity  ---
> (Note: It won't be an issue [...])

Ignore this end-note, I was confusing myself.

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


[Bug 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

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

--- Comment #20 from Laurence 'GreenReaper' Parry  ---
> Adding no-cache would defeat the point of thumbnail guessing, which is
> to shave off a few hundred milliseconds from the image loading time.

I think you missed the point - your second request *may get a 404* if you
simply repeat it, even if the image _has_ been generated on the server by that
point, because intermediate servers may cache the 404 for a short period of
time.

The cache-busting on the second request for the thumbnail is intended to avoid
this situation. Otherwise you get a big red 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 67181] Hovercards: Blue text appearing in textextract

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

--- Comment #2 from Prateek Saxena  ---
Unable to replicate this on Chrome 35 and Firefox 29 on MacOS 10.9

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


[Bug 61804] Enable #lsth from Labeled Section Transclusion on pt.wikiversity

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

--- Comment #5 from Al-Scandar Solstag  ---
Aaaand... we've had this hanging for a few months now. Is there anything I can
do to help you? Please let me know. Thanks, ale

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


[Bug 67181] Hovercards: Blue text appearing in textextract

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

--- Comment #1 from Quiddity  ---
also at
https://en.wikipedia.org/wiki/Special:WhatLinksHere/List_of_The_Price_Is_Right_pricing_games

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


[Bug 66261] Hovercards: ctrl-clicking a link, will cause Hovercard to reappear, when original tab is next seen

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

--- Comment #1 from Quiddity  ---
Created attachment 15761
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15761&action=edit
screenCast

Screencast showing the problem.  
I ctrl-click (or middle-click, or right-click-open-in-new-tab) the link, and
every time I go back to the original page, the hovercard reappears. 

Even if I mouseover other links (to trigger new hovercards).

The only way to cancel it, is to left-click somewhere on the original page.

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


[Bug 64043] change in default schema for MSSQL complicates installation with PostgreSQL

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

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


[Bug 64043] change in default schema for MSSQL complicates installation with PostgreSQL

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

--- Comment #5 from Gerrit Notification Bot  ---
Change 142472 had a related patch set uploaded by Skizzerz:
(bug 64043) Set the default database schema to "mediawiki" so as not to break
the CLI installer.

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

-- 
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 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

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

Morbus Iff  changed:

   What|Removed |Added

 CC||mor...@disobey.com

--- Comment #19 from Morbus Iff  ---
Random reporter from IRC. $wgMediaViewerUseThumbnailGuessing = false; works
pretty well for me. In my case, I have no thumbs 404 handler (and, when the
thumbnail didn't exist on the server, an .htaccess Rewrite rule would send the
request back to Main_Page, confusing E:MultimediaViewer). After false'ing, my
large images (>3 megs and over), which were causing the hiccups, are now all
loading properly.

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


[Bug 67181] New: Hovercards: Blue text appearing in textextract

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

Bug ID: 67181
   Summary: Hovercards: Blue text appearing in textextract
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Popups
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pandiculat...@gmail.com
CC: pandiculat...@gmail.com, psax...@wikimedia.org,
yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

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

This one article has blue text for its Hovercard (See screenshot). I cannot
determine why.

https://en.wikipedia.org/wiki/Tadeusz_Ko%C5%9Bciuszko

(Tested/found at https://en.wikipedia.org/wiki/Tadeusz )

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


[Bug 67180] New: Hovercards: TextExtract has anchor link?!

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

Bug ID: 67180
   Summary: Hovercards: TextExtract has anchor link?!
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Popups
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pandiculat...@gmail.com
CC: pandiculat...@gmail.com, psax...@wikimedia.org,
yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

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

Hovercards targetting this page
https://www.mediawiki.org/wiki/Special:WhatLinksHere/Extension:AllowAnchorTags
all show a missing top-left padding, and text that appears rendered as normal
hypertext (mouseover the blue link, and it gets underlined like an anchor tag).

Ditto at
https://www.mediawiki.org/wiki/Special:WhatLinksHere/Extension:AnchorHandler
(Only the top link/part of that hovercard is actually clickable. The rest
appears to be, but isn't.)

(Note: It won't be an issue, once Hovercards are turned off for this namespace.
But it'd probably be worth diagnosing why it is happening.)

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


[Bug 67175] Always create global account if it doesn't exist

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

--- Comment #2 from Chris Steipp  ---
legoktm brought up that there are some cases where the current behavior
protects the owner of the home wiki, who hasn't globalized (for some reason,
but could). I think we can work out a plan to make sure people who own the
"home wiki", if they're still reasonably active, would have the opportunity to
globalize before we make this change.

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


[Bug 67178] VisualEditor: Pressing "delete" / "backspace" when selecting a node sometimes does not delete it

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

--- Comment #1 from Erik Moeller  ---
Definitely no clean repro - comes and goes as you click on templates. But once
it stops working in a session, it seems to stop for good.

-- 
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 67179] Beta labs: firstedit tour seems to disable button it attaches to

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

--- Comment #2 from Rob Moen  ---
actually .guider_arrow_inner_container

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


[Bug 67179] Beta labs: firstedit tour seems to disable button it attaches to

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

Rob Moen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Rob Moen  ---
Confirmed, the transparent .guider_arrow_inner element is hanging over the
button.

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


[Bug 36795] Collapsible arrows on Special:CentralNoticeLogs point to the wrong direction with RTL interface language

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 120312 merged by Awight:
Show rtl collapsible arrow in rtl languages

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

-- 
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 66331] Flow adds a bunch of one letter leaction choices

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

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||legoktm.wikipe...@gmail.com
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |legoktm.wikipe...@gmail.com
   |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 66331] Flow adds a bunch of one letter leaction choices

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 138214 merged by jenkins-bot:
Set $wgLogActionsHandlers properly for back-compat strings

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

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


[Bug 67179] New: Beta labs: firstedit tour seems to disable button it attaches to

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

Bug ID: 67179
   Summary: Beta labs: firstedit tour seems to disable button it
attaches to
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: GuidedTour
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: swall...@wikimedia.org
CC: mflasc...@wikimedia.org, samsm...@wikimedia.org,
swall...@wikimedia.org, tc...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Steps to replicate: 

1. Visit an article with ?tour=firstedit, like
http://en.wikipedia.beta.wmflabs.org/wiki/0.22949446047648203_Moved?tour=firstedit

2. Click edit

3. Attempt to Preview while the associated guider is visible and attached 

At this step, I intermittently get no response from clicking Preview. The same
applies to Save. 

This bug is not happening on enwiki right now but I also get in on my
MediaWiki-Vagrant instance after pulling down master. 

Browsers: I get this in Chrome and Firefox latest versions.

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


[Bug 67179] Beta labs: firstedit tour seems to disable button it attaches to

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

Steven Walling  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

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


[Bug 67178] VisualEditor: Pressing "delete" / "backspace" when selecting a node sometimes does not delete it

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
   Target Milestone|--- |VE-deploy-2014-07-03

-- 
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 67178] New: VisualEditor: Pressing "delete" / "backspace" when selecting a node sometimes does not delete it

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

Bug ID: 67178
   Summary: VisualEditor: Pressing "delete" / "backspace" when
selecting a node sometimes does not delete it
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: esand...@wikimedia.org
  Reporter: jforres...@wikimedia.org
CC: da...@sheetmusic.org.uk, e...@wikimedia.org,
jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

The same node sometimes is deleted and sometimes isn't. Appears to apply to
block and inline nodes alike. Can't work out exact reproduction steps. Race
condition?

-- 
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 67177] VisualEditor: [Regression] Typing when a block node is selected should replace the node with a new paragraph of the typed input

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Target Milestone|--- |VE-deploy-2014-07-03

-- 
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 67177] New: VisualEditor: [Regression] Typing when a block node is selected should replace the node with a new paragraph of the typed input

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

Bug ID: 67177
   Summary: VisualEditor: [Regression] Typing when a block node is
selected should replace the node with a new paragraph
of the typed input
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: ASSIGNED
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: esand...@wikimedia.org
  Reporter: jforres...@wikimedia.org
CC: da...@sheetmusic.org.uk, jforres...@wikimedia.org,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Correct outcome:

* Select an inline image (or a reference or alien or…).
* Press "a".

Observe that the reference has been deleted, and an 'a' is in its place.


Bad outcome;

* Select a block image (or block template or…).
* Press "a".

Observe that the block image has not been deleted, and the 'a' is not in its
place (and no transaction has occurred).

-- 
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 67176] VisualEditor: Double-click should not open items that shouldn't be opened

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

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


[Bug 67176] New: VisualEditor: Double-click should not open items that shouldn't be opened

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

Bug ID: 67176
   Summary: VisualEditor: Double-click should not open items that
shouldn't be opened
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: ASSIGNED
  Severity: major
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: jforres...@wikimedia.org
CC: da...@sheetmusic.org.uk, jforres...@wikimedia.org,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

References defined inside a {{reflist}} aren't editable – but double-click now
opens the reference dialog (to empty content).

I imagine this happens for a few things.

-- 
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 65473] OOjs UI: Dialogs are not accessible

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

--- Comment #19 from Alex Monk  ---
(In reply to Derk-Jan Hartman from comment #0)
> They don't restore the focus upon closing to where it was before opening the
> dialog.

This part was reverted in Gerrit change 141940

I'm not sure it was valid in the beginning... Works for me.

-- 
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 65217] Operational issues for very large TIFFs

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

--- Comment #19 from Sam Wilson  ---
Agh, *killed*. Unless DH is the mafia I guess...

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


[Bug 63491] Embedded SVG files should be optimized in ResourceLoader/CSSMin

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

Ryan Kaldari  changed:

   What|Removed |Added

 CC||rkald...@wikimedia.org

--- Comment #2 from Ryan Kaldari  ---
What about using SVGO plus a post-processing script to fix the bugs? Right now,
a lot of teams are minifying their SVGs locally, which not only makes them
harder to edit later, but breaks the SVGs in many cases.

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


[Bug 65217] Operational issues for very large TIFFs

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

--- Comment #18 from Sam Wilson  ---
Their shared hosting: 90M. Acutally, I think imagemagick failures are also the
processes running too long and being kissed.

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


[Bug 51798] VisualEditor: There should be help links in every context - dialog boxes, inspectors, etc.

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

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


[Bug 51798] VisualEditor: There should be help links in every context - dialog boxes, inspectors, etc.

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 142468 had a related patch set uploaded by Alex Monk:
Allow FieldLayouts to have help text

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

-- 
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 63399] Zuul: Highlight relevant change on Zuul status page when following submit pipeline url

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

Krinkle  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

-- 
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 66978] OAuth: Dialog for granting an app permission should clarify or link to what "basic rights" are

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

Chris Steipp  changed:

   What|Removed |Added

   Keywords||easy
   Priority|Unprioritized   |Normal
   Severity|normal  |minor

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


[Bug 67169] VisualEditor: Text-only GeneratedContentNode rerenderings aren't highlighted correctly

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

--- Comment #1 from Ed Sanders  ---
What about after https://gerrit.wikimedia.org/r/140439 ?

-- 
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 67175] Always create global account if it doesn't exist

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

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 67175] Always create global account if it doesn't exist

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

--- Comment #1 from Gerrit Notification Bot  ---
Change 142464 had a related patch set uploaded by CSteipp:
Always create global account on account creation

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

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


[Bug 66939] VisualEditor: When editing a template, the title is truncated at first dot (period)

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

Alex Monk  changed:

   What|Removed |Added

   Target Milestone|--- |VE-deploy-2014-07-03

-- 
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 66101] Multiple user_ids per username in account creation events from ServerSideAccountCreation log

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

Chris Steipp  changed:

   What|Removed |Added

 Depends on||67175

-- 
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 66939] VisualEditor: When editing a template, the title is truncated at first dot (period)

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

Alex Monk  changed:

   What|Removed |Added

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

--- Comment #8 from Alex Monk  ---
Should be fixed now.

-- 
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 67175] New: Always create global account if it doesn't exist

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

Bug ID: 67175
   Summary: Always create global account if it doesn't exist
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CentralAuth
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: cste...@wikimedia.org
CC: agarr...@wikimedia.org, vasi...@gmail.com,
wikimedia.b...@snowolf.eu
Blocks: 66101
   Web browser: ---
   Mobile Platform: ---

Currently, CentralAuth will not create a global account when a new account is
created, if there are existing local accounts with the same name on other
wikis. This is despite $wgCentralAuthAutoNew=true on the wiki.

Although the feature initially served a purpose, it seems to be causing more
issues now, due in part to how it's implemented and a bug in the rename user
extension.

I propose we just always create a global account.

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


[Bug 66696] VisualEditor Mobile: Getting stuck inside Link inspector while trying to clear the link text when there was no match for it in the inspector

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

ryasm...@wikimedia.org changed:

   What|Removed |Added

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

-- 
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 64575] OOjs UI: Selecting an item does something weird with the focus of the input on an iPad

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

ryasm...@wikimedia.org changed:

   What|Removed |Added

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

-- 
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 66943] HPHP::computeMaskFromNumElms(uint32_t): Assertion `n <= 0x7fffffffU' failed.

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

--- Comment #1 from Tim Starling  ---
This is a result of the Make/Copy work that I did in proxy-array.cpp in

. Make() gives a reference count of 1, but Copy() gives a reference count of
zero, so if you want to use Copy() in the same place as Make() then you have to
incref the result. ProxyArray::Copy() in particular has the diff:

 ProxyArray::Copy(const ArrayData* ad) {
-  return innerArr(ad)->copy();
+  return Make(innerArr(ad)->copy());
 }

This is doubly wrong, since ProxyArray::Copy() should return an array with a
refcount of zero, which Make() doesn't do, and also Make() expects an argument
with a refcount of 1, which innerArr(ad)->copy() doesn't give. The result is
that arrays returned from EZC will cause a crash when you use them in certain
ways, such as sorting 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 65608] OOjs UI: onDomEvent('focus') does not work after jQuery upgrade

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

--- Comment #1 from Krinkle  ---
(In reply to Tisza Gergő from comment #0)
> jQuery 1.9 has a nasty change in how triggered focus events are handled.
> There is some documentation on it at [1] which states "jQuery has always
> ensured that a call to .trigger("focus") or .focus() consistently runs any
> attached event handlers, even if the element cannot be focused, and jQuery
> 1.9 continues to do that."
> 
> This is a bald-faced lie. 

No. This is taken out of context. Full two paragraph froms
http://jquery.com/upgrade-guide/1.9/#order-of-triggered-quot-focus-quot-events

"When the user clicks or tabs into a form element to bring it into focus, the
browser first fires a blur event for the previously focused element and then a
focus event for the new element. Prior to 1.9, a trigger()ed focus event using
either .trigger("focus") or .focus() would fire a focus event for the new
element and then the blur event for the previous element before finally
actually focusing the element. In 1.9 this behavior has been changed to reflect
the same order as if the user had caused the focus change."

"With native DOM focus events, the browser only calls a focus event handler if
the target element is not already focused and can also successfully be focused.
jQuery has always ensured that a call to .trigger("focus") or .focus()
consistently runs any attached event handlers, even if the element cannot be
focused, and jQuery 1.9 continues to do that. This is different behavior than
the DOM .focus() method, which will not call event handlers in many cases
including where the element is already focused or the element is disabled."

The first paragraph explains the fixed behaviour where it no longer manually
fires jQuery-bound event handlers first, and only trigger native focus() after
– which then triggers blur first – thus causing the blur to effectively happen
after the focus handlers are fired (blur bubbles back into jQuery and triggers
those).

As a result of using the native handlers and triggering them in the right
order, elements that are never focusable to begin with are no longer getting
any handlers triggers. Previously they were getting a partial/incomplete event
sequence (only the jQuery-bound handlers, but no blur or native focus of
course).

While the second paragraph is somewhat ambiguous, I don't think the sentence
you cited is saying it will continue to run on all elements (including those
not focusable in general). As emphasised by the sentence that follows that one,
it is saying they will run the handlers even if the element is already focussed
(which is also an instance of "cannot be focussed", albeit temporarily).

-- 
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 66939] VisualEditor: When editing a template, the title is truncated at first dot (period)

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

--- Comment #7 from Gerrit Notification Bot  ---
Change 142372 merged by jenkins-bot:
Don't remove 'extension' from template names

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

-- 
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 64575] OOjs UI: Selecting an item does something weird with the focus of the input on an iPad

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

--- Comment #10 from ryasm...@wikimedia.org ---
Ok, thanks for confirming.I will verify both the workflows once it is 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 35492] CSSMin::minify should not interfere value contents of string values

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

James Forrester  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|t...@tim-landscheidt.de  |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #8 from James Forrester  ---
Commit listed above was abandonned; resetting to "NEW".

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


[Bug 67173] New: Localized "Wikipedia" in about screen gets cut off

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

Bug ID: 67173
   Summary: Localized "Wikipedia" in about screen gets cut off
   Product: Wikipedia App
   Version: Stable
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Android App
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: maxsem.w...@gmail.com
CC: dga...@wikimedia.org, rages...@gmail.com,
yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Created attachment 15757
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15757&action=edit
Screenshot on Galaxy SII

See the screenshot of an example in Russian. It breaks branding - shrink to
fit?

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


[Bug 66699] Increase "remember me" login cookie expiry from 30 days to 1 year on Wikimedia wikis

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

--- Comment #33 from Matthew Flaschen  ---
(In reply to Jared Zimmerman (WMF) from comment #27)
> Most modern sites have dispensed with this type of control all together

I would be surprised if this is true of most major sites that are currently
actively used.  Google ("Stay signed in"), Twitter ("Remember me"), Facebook
("Keep me logged in"), Yahoo ("Keep me signed in"), and Pandora ("Remember me")
all have it.

I don't claim they all have the same behavior, but they all have a control on
the login screen.

-- 
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 37894] Get rid of startUp() function in mediawiki.js

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

James Forrester  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 CC||jforres...@wikimedia.org

--- Comment #2 from James Forrester  ---
This is clearly not actually assigned.

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


[Bug 67172] Maintainers have stack for EEVS dashboard server

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

Kevin Leduc  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Whiteboard||u=Maintainers c=EEVS p=0

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


[Bug 67172] New: Maintainers have stack for EEVS dashboard server

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

Bug ID: 67172
   Summary: Maintainers have stack for EEVS dashboard server
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Visualization
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kle...@wikimedia.org
CC: bugwatc...@sb-mail.wmflabs.org,
christ...@quelltextlich.at, dandree...@wikimedia.org,
kle...@wikimedia.org, nu...@wikimedia.org,
tneg...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

set up a server / software stack for EEVS dasboards

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


[Bug 64575] OOjs UI: Selecting an item does something weird with the focus of the input on an iPad

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

Juliusz Gonera  changed:

   What|Removed |Added

 CC||jgon...@wikimedia.org

--- Comment #9 from Juliusz Gonera  ---
@ryasmeen, it might be the same bug, yes. However, this bug is older than the
one you reported.

-- 
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 66751] Puppet is erasing growthdoc.wmflabs.org and proveit.wmflabs.org sites-enabled

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

--- Comment #20 from Andrew Bogott  ---
ok -- now (well, in an hour or so) you should be able to recreate your sites by
hand by placing the vhost files in /etc/apache2/sites-local.  Please try it out
and report back here how it works.

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


[Bug 66797] Argument 1 passed to Flow\Data\CachingObjectMapper::fromStorageRow() must be an array, null given

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

--- Comment #5 from Gerrit Notification Bot  ---
Change 140413 merged by jenkins-bot:
Protect against null values in ObjectManager::findMulti

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

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


[Bug 67171] Error saving settings: ... have cookies enabled

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

--- Comment #2 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/jtxt8rEw

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


[Bug 64826] ResourceLoader: load.php requests with only=styles should report if module is missing

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

Krinkle  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 66751] Puppet is erasing growthdoc.wmflabs.org and proveit.wmflabs.org sites-enabled

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

--- Comment #19 from Gerrit Notification Bot  ---
Change 142439 merged by Andrew Bogott:
On Labs, provision an Apache config dir that is not managed by Puppet

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

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


[Bug 61573] OOjs UI: Create a "ComboBox" (write-in-able drop-down) widget

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

James Forrester  changed:

   What|Removed |Added

   Priority|High|Normal
   Assignee|krinklem...@gmail.com   |kren...@wikimedia.org

-- 
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 65709] VisualEditor (or MediaWiki?): In automated browser tests, browser loses token or logs out when switching from VE to wikitext edit mode

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

Chris McMahon  changed:

   What|Removed |Added

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

-- 
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 67171] Error saving settings: ... have cookies enabled

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

Chris McMahon  changed:

   What|Removed |Added

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

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


[Bug 67171] Error saving settings: ... have cookies enabled

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

--- Comment #1 from Chris McMahon  ---
Created attachment 15756
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15756&action=edit
Error after clicking Save

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


[Bug 67171] New: Error saving settings: ... have cookies enabled

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

Bug ID: 67171
   Summary: Error saving settings: ... have cookies enabled
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: browser-test-bug
  Severity: normal
  Priority: Unprioritized
 Component: beta
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: cmcma...@wikimedia.org
CC: aricha...@wikimedia.org, jrob...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 15755
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15755&action=edit
Clicking Save looks OK

After logging in, attempt to set beta settings. 

After clicking Save, get message "Error saving settings. Please make sure that
you have cookies enabled"

This causes test failures such as
https://integration.wikimedia.org/ci/view/BrowserTests/job/browsertests-MobileFrontend-en.m.wikipedia.beta.wmflabs.org-linux-firefox-sauce/36/testReport/(root)/VisualEditor/Going_back_from_save_screen_in_VisualEditor/

This is probably a problem in core, and very likely related to the VE bug
https://bugzilla.wikimedia.org/show_bug.cgi?id=65709

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