[Bug 70913] Remove $wgUseMediaWikiUIEverywhere dependency for button and text input styling (tracking)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70913
Bug 70913 depends on bug 70801, which changed state.

Bug 70801 Summary: Buttons have text of same colour when focused
https://bugzilla.wikimedia.org/show_bug.cgi?id=70801

   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 70801] Buttons have text of same colour when focused

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70801

Jon  changed:

   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 69212] neutral mw-ui-quiet anchors should lighten on hover and have no outline

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

Jon  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 70913] Remove $wgUseMediaWikiUIEverywhere dependency for button and text input styling (tracking)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70913
Bug 70913 depends on bug 69212, which changed state.

Bug 69212 Summary: neutral mw-ui-quiet anchors should lighten on hover and have 
no outline
https://bugzilla.wikimedia.org/show_bug.cgi?id=69212

   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 70134] Deletion page has mw-ui-constructive button, Other/additional reason input is tiny

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70134

Jon  changed:

   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 70913] Remove $wgUseMediaWikiUIEverywhere dependency for button and text input styling (tracking)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70913
Bug 70913 depends on bug 70134, which changed state.

Bug 70134 Summary: Deletion page has mw-ui-constructive button, 
Other/additional reason input is tiny
https://bugzilla.wikimedia.org/show_bug.cgi?id=70134

   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 71546] New: Argument 1 passed to Wikibase\ViewEntityAction::displayEntityContent() must be an instance of Wikibase\EntityContent

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71546

Bug ID: 71546
   Summary: Argument 1 passed to
Wikibase\ViewEntityAction::displayEntityContent() must
be an instance of Wikibase\EntityContent
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

while we don't need to support viewing diff of a wikitext revision and item
revision, we should show a friendly error message instead of this:

https://www.wikidata.org/w/index.php?title=User%3AAude&diff=150141788&oldid=8296571

PHP fatal error in
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/actions/ViewEntityAction.php
line 173:
Argument 1 passed to Wikibase\ViewEntityAction::displayEntityContent() must be
an instance of Wikibase\EntityContent, instance of WikitextContent given,
called in
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/actions/ViewEntityAction.php
on line 126 and defined 

#0
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/actions/ViewEntityAction.php(173):
Wikibase\ViewEntityAction::displayEntityContent()
#1
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/actions/ViewEntityAction.php(126):
Wikibase\ViewEntityAction->displayEntityContent(Object(WikitextContent))
#2 /srv/mediawiki/php-1.25wmf1/includes/MediaWiki.php(414):
Wikibase\ViewEntityAction->show()  
#3 /srv/mediawiki/php-1.25wmf1/includes/MediaWiki.php(282):
MediaWiki->performAction(Object(Article), Object(Title))
#4 /srv/mediawiki/php-1.25wmf1/includes/MediaWiki.php(584):
MediaWiki->performRequest()
#5 /srv/mediawiki/php-1.25wmf1/includes/MediaWiki.php(435): MediaWiki->main()   
#6 /srv/mediawiki/php-1.25wmf1/index.php(46): MediaWiki->run()  
#7 /srv/mediawiki/w/index.php(3): require('/srv/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 71486] HHVM http status code 503 on long pages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71486

--- Comment #6 from Tim Starling  ---
The issue is that the peculiar structure of a PPNode_Hash_Tree has references
nested very deeply, potentially hundreds of thousands of levels. In the case of

https://de.wikipedia.org/w/index.php?curid=5622355

the resulting PPNode_Hash_Tree for the article itself has nesting at least
13500 levels deep. serialize() was observed to crash after 8584 levels, and
unserialize() was observed to crash after about 12500 levels, in both cases due
to exhaustion of the 8MB thread stack.

The solution options that occur to me are:

a) Increase the thread stack size with ulimit -Ss. This is tested and works for
the above test case, but to work for any conceivable test case would require a
very large stack, perhaps 2GB.
b) Introduce a depth limit to serialize() and unserialize(). Probably sensible
in any case, but potentially tricky to sell the PR to upstream, and would still
leave us with an error message delivered to the user.
c) Rewrite serialize() and unserialize() to be non-recursive. That would be
quite a lot of work.
d) Use a different data structure in PPNode_Hash_Tree, for example using
integer keys to break references, perhaps in an HHVM-specific subclass.
e) Use a custom serializer in PPNode_Hash_Tree, which can traverse the tree
without recursion.

-- 
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 71545] New: Argument 1 passed to AbuseFilter::contentToString() must implement interface Content

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71545

Bug ID: 71545
   Summary: Argument 1 passed to AbuseFilter::contentToString()
must implement interface Content
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Catchable fatal error: Argument 1 passed to AbuseFilter::contentToString() must
implement interface Content, null given, called in
/srv/mediawiki/php-1.25wmf1/extensions/AbuseFilter/AbuseFilter.hooks.php on
line 154 and defined at
/srv/mediawiki/php-1.25wmf1/extensions/AbuseFilter/AbuseFilter.class.php on
line 2297

Backtrace:
#0
/srv/mediawiki/php-1.25wmf1/extensions/AbuseFilter/AbuseFilter.class.php(2297):
AbuseFilter::contentToString()
#1
/srv/mediawiki/php-1.25wmf1/extensions/AbuseFilter/AbuseFilter.hooks.php(154):
AbuseFilter::contentToString(NULL)
#2
/srv/mediawiki/php-1.25wmf1/extensions/AbuseFilter/AbuseFilter.hooks.php(106):
AbuseFilterHooks::filterEdit(Object(DerivativeContext),
Object(Wikibase\ItemContent), 'Q15397877?Disch...', Object(Status), '/*
wbeditentity...', false)
#3 [internal function]:
AbuseFilterHooks::onEditFilterMergedContent(Object(DerivativeContext),
Object(Wikibase\ItemContent), Object(Status), '/* wbeditentity...',
Object(User), false)
#4 /srv/mediawiki/php-1.25wmf1/includes/Hooks.php(206):
call_user_func_array('AbuseFilterHook...', Array)
#5 /srv/mediawiki/php-1.25wmf1/includes/GlobalFunctions.php(3991):
Hooks::run('EditFilterMerge...', Array, NULL)
#6
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/EditEntity.php(778):
wfRunHooks('EditFilterMerge...', Array)
#7
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/EditEntity.php(704):
Wikibase\EditEntity->runEditFilterHooks('/* wbeditentity...')
#8
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/api/ApiWikibase.php(446):
Wikibase\EditEntity->attemptSave('/* wbeditentity...', 18,
'0b9fa35041cf3d1...')
#9
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/api/ModifyEntity.php(371):
Wikibase\Api\ApiWikibase->attemptSaveEntity(Object(Wikibase\DataModel\Entity\Item),
Object(Wikibase\Summary), 18)
#10 /srv/mediawiki/php-1.25wmf1/includes/api/ApiMain.php(932):
Wikibase\Api\ModifyEntity->execute()
#11 /srv/mediawiki/php-1.25wmf1/includes/api/ApiMain.php(364):
ApiMain->executeAction()
#12 /srv/mediawiki/php-1.25wmf1/includes/api/ApiMain.php(335):
ApiMain->executeActionWithErrorHandling()
#13 /srv/mediawiki/php-1.25wmf1/api.php(85): ApiMain->execute()
#14 /srv/mediawiki/w/api.php(3): require('/srv/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 71544] User page link in edit summary doesn't generate notification

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71544

Matthew Flaschen  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||mflasc...@wikimedia.org
   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 71424] CPB: Allow opening with touch when touchevent is supported.

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71424

Matthew Flaschen  changed:

   What|Removed |Added

Summary|CPB: change hover to tap|CPB: Allow opening with
   |behavior when touchevent is |touch when touchevent is
   |supported.  |supported.

-- 
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 71424] CPB: change hover to tap behavior when touchevent is supported.

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71424

--- Comment #4 from Matthew Flaschen  ---
(In reply to Jared Zimmerman (WMF) from comment #3)
> Sounds like you want to work in this Matt ;)

Okay, given that the actual expand/collapse is in CSS (with :hover), my idea is
to either:

1. Use :focus as well (doesn't seem to be working, I think because it's
focusing on the  element, not the , but may be correctable with
tabindex).

2. Use a class to mark when it's opened.

Then the question is which events to use to either focus it or add that class
(and then remove).  I'm thinking:

On the element:

touchend - Open (but maybe also close if they touch again when it's already
open)
touchleave - Close

Outside the element:

touchend - Close

I haven't done anything with touch events before, so this will take a little
iteration.

-- 
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 70134] Deletion page has mw-ui-constructive button, Other/additional reason input is tiny

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70134

--- Comment #15 from Gerrit Notification Bot  ---
Change 154121 merged by jenkins-bot:
Fix styling of deletion page when $wgUseMediaWikiUIEverywhere enabled

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

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


[Bug 71424] CPB: change hover to tap behavior when touchevent is supported.

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71424

Matthew Flaschen  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |mflasc...@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 71254] Use mediawiki.ui elements on Special:AllMessages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71254

--- Comment #4 from Matthew Flaschen  ---
Other sites do use icons for paging.  Gmail uses < > icons with text tooltips,
at least with the view I'm on.  But I'm sure some sites show both text and icon
right away.

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


[Bug 51216] Email role, useful for testing user signup, notifications, etc.

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51216

Bryan Davis  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |bda...@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 71254] Use mediawiki.ui elements on Special:AllMessages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71254

--- Comment #3 from Matthew Flaschen  ---
I think the play/fast-forward icons are actually a pretty good metaphor for
this page.

I'm not stuck on those icons, but four identical (other than the text) neutral
buttons (with no icons) might be a little less usable.

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


[Bug 71445] Fix Special:NewFiles

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71445

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 71445] Fix Special:NewFiles

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71445

--- Comment #2 from Gerrit Notification Bot  ---
Change 164279 had a related patch set uploaded by Mattflaschen:
Make submit of Special:NewFiles progressive

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

-- 
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 71445] Fix Special:NewFiles

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71445

Matthew Flaschen  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |mflasc...@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 51216] Email role, useful for testing user signup, notifications, etc.

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51216

--- Comment #4 from Gerrit Notification Bot  ---
Change 161428 merged by jenkins-bot:
Add SMTP debugging role

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

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


[Bug 71045] Undefined index: 0 in /UstringLibrary.php:638

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71045

--- Comment #8 from Gerrit Notification Bot  ---
Change 163334 abandoned by Ori.livneh:
Fix handling of return value from mw.ustring.gsub callbacks

Reason:
Per Jack and Anomie.

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

-- 
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 71544] New: User page link in edit summary doesn't generate notification

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71544

Bug ID: 71544
   Summary: User page link in edit summary doesn't generate
notification
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: me.prav...@gmail.com
CC: agarr...@wikimedia.org, bs...@wikimedia.org,
dh...@wikimedia.org, legoktm.wikipe...@gmail.com,
pandiculat...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Link to User page in edit summary (like this:
https://commons.wikimedia.org/w/index.php?title=Template%3ADead_link&action=historysubmit&diff=135737569&oldid=101381497
) does not generate a notification in the notification 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 70801] Buttons have text of same colour when focused

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70801

--- Comment #8 from Gerrit Notification Bot  ---
Change 155856 merged by jenkins-bot:
Change mw-ui anchors to require mw-ui-anchor base class, and introduce
mw-ui-text base class

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on 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] neutral mw-ui-quiet anchors should lighten on hover and have no outline

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

--- Comment #8 from Gerrit Notification Bot  ---
Change 155856 merged by jenkins-bot:
Change mw-ui anchors to require mw-ui-anchor base class, and introduce
mw-ui-text base class

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

-- 
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 66699] Increase "remember me" login cookie expiry from 30 days to 1 year on Wikimedia wikis

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

--- Comment #38 from Kunal Mehta (Legoktm)  ---
Right now we have a bunch of CentralAuth code running on login to try and
attach accounts which we can merge since we have access to the user's raw
plaintext password, so I'd ask/request that this not move forward until
alternative solutions are figured out for those processes.

-- 
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 71530] Invalid GROUP BY in SpecialActiveusers

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71530

Jeff Janes  changed:

   What|Removed |Added

 CC||jeff.ja...@gmail.com

--- Comment #1 from Jeff Janes  ---
This is a duplicate of bug 68087

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


[Bug 71209] Update disabled state for buttons

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71209

--- Comment #10 from Matthew Flaschen  ---
(In reply to May from comment #9)
> We tried to generate lighter colors mathematically but there wasn't a
> reliable way to generate something that we can appropriately use. Like
> Prateek mentioned, it appeared too neon if we tweaked the HSB value. Some
> color values are already maxed out on HSB value and wasn't possible to plus
> or minus from the HSB. 
> 
> Still finding a way to make this better. For now, we're relying on actual
> values for most of them.

Thanks, I appreciate the information.

-- 
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 31325] OpenSearch is not using https in its content even it's being accessed via https

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31325

Schniggendiller  changed:

   What|Removed |Added

 CC||trdezuv_trgv73...@gmx.de

--- Comment #4 from Schniggendiller  ---
It's not solely a Firefox problem (though I appreciate that Mozilla will fix
this issure in future versions). I tested this in Internet Explorer 11, with
the same result.

Since August 2013, https is the standard protocol at least for registered
users. We should offer non-registered users the same convenience. Isn't it
possible to use protocol-relative URLs in opensearch_desc.php?

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


[Bug 71489] Echo: on testwiki only, Special:Notifications Exception from line of : DateTimeZone::__construct(): Unknown or bad timezone (+00:00)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71489

sp...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #4 from sp...@wikimedia.org ---
Gerrit 163979 logs the problem to the 'Echo' debug log. We still need to figure
out why the problem occurs.

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


[Bug 68918] deletion queries joined with tokudb replication tables are really slow

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68918

--- Comment #7 from Sean Pringle  ---
So we have index differences too? Is the toolserver schema dumped anywhere I
can see it?

-- 
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 70746] "Reply to post" textarea placeholder has content from other replies

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70746

sp...@wikimedia.org changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE
Summary|"Reply to post" text area   |"Reply to post" textarea
   |default content contains|placeholder has content
   |content from other replies  |from other replies

--- Comment #3 from sp...@wikimedia.org ---


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

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


[Bug 70540] Flow: Placeholder text for a branched reply contains copies of all the branch

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70540

sp...@wikimedia.org changed:

   What|Removed |Added

 CC||bs...@wikimedia.org

--- Comment #3 from sp...@wikimedia.org ---
*** Bug 70746 has been marked as a duplicate of this bug. ***

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


[Bug 70672] User specified CSS loads on Special:Preferences / Special:UserLogin

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70672

--- Comment #21 from Gerrit Notification Bot  ---
Change 164271 merged by jenkins-bot:
SECURITY: OutputPage: Remove separation of css and js module allowance

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

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


[Bug 68521] Global CSS and JS should not be loaded on [[Special:Preferences]] and [[Special:UserLogin]]

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68521
Bug 68521 depends on bug 70672, which changed state.

Bug 70672 Summary: User specified CSS loads on Special:Preferences / 
Special:UserLogin
https://bugzilla.wikimedia.org/show_bug.cgi?id=70672

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 70672] User specified CSS loads on Special:Preferences / Special:UserLogin

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70672

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 70672] User specified CSS loads on Special:Preferences / Special:UserLogin

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70672

--- Comment #20 from Gerrit Notification Bot  ---
Change 164271 had a related patch set uploaded by Legoktm:
SECURITY: OutputPage: Remove separation of css and js module allowance

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

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


[Bug 71007] Load global.css on Special:Preferences (and other pages with disabled javascript)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71007

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

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

--- Comment #1 from Kunal Mehta (Legoktm)  ---
See bug 68521 and bug 70672.

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


[Bug 57891] Review and deploy GlobalCssJs extension to Wikimedia wikis

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57891
Bug 57891 depends on bug 68521, which changed state.

Bug 68521 Summary: Global CSS and JS should not be loaded on 
[[Special:Preferences]] and [[Special:UserLogin]]
https://bugzilla.wikimedia.org/show_bug.cgi?id=68521

   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 68521] Global CSS and JS should not be loaded on [[Special:Preferences]] and [[Special:UserLogin]]

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68521

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Group|security|
  Component|Extensions  |GlobalCssJs
 Resolution|--- |FIXED
   Assignee|secur...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org
Product|Security|MediaWiki extensions

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


[Bug 70672] User specified CSS loads on Special:Preferences / Special:UserLogin

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70672

Kunal Mehta (Legoktm)  changed:

   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 71519] Wikimedia Error page on the item for Germany (Q183)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71519

Quiddity  changed:

   What|Removed |Added

 CC||pandiculat...@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=71486

--- Comment #4 from Quiddity  ---
Possibly a duplicate of bug 71486 ("HHVM http status code 503 on long pages")

-- 
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 71486] HHVM http status code 503 on long pages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71486

Quiddity  changed:

   What|Removed |Added

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

-- 
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 71486] HHVM http status code 503 on long pages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71486

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #5 from Tim Starling  ---
I couldn't reproduce with an anonymous test script or with my own user account,
but with Ori's test script, including login cookies, I reproduced it and got a
gdb backtrace. It is infinite (or at least very deep) recursion in serialize(),
causing a segfault in HHVM.

-- 
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 71542] Wikidata Q183 segfault

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71542

Ori Livneh  changed:

   What|Removed |Added

 CC||o...@wikimedia.org

--- Comment #1 from Ori Livneh  ---
Program received signal SIGSEGV, Segmentation fault.
0x7f11e8697570 in zend_hash_num_elements () from
/usr/lib/apache2/modules/libphp5.so
(gdb) bt
#0  0x7f11e8697570 in zend_hash_num_elements () from
/usr/lib/apache2/modules/libphp5.so
#1  0x7f11e8687dd2 in _zval_copy_ctor_func () from
/usr/lib/apache2/modules/libphp5.so
#2  0x7f11e869b4b0 in ?? () from /usr/lib/apache2/modules/libphp5.so
#3  0x7f11e869cf02 in zend_fetch_debug_backtrace () from
/usr/lib/apache2/modules/libphp5.so
#4  0x7f11e86a047a in ?? () from /usr/lib/apache2/modules/libphp5.so
#5  0x7f11e86a052b in ?? () from /usr/lib/apache2/modules/libphp5.so
#6  0x7f11e868bdcb in _object_and_properties_init () from
/usr/lib/apache2/modules/libphp5.so
#7  0x7f11e86b266d in ?? () from /usr/lib/apache2/modules/libphp5.so
#8  0x7f11e86aeb7b in execute () from /usr/lib/apache2/modules/libphp5.so
#9  0x7f11e868a0e0 in zend_execute_scripts () from
/usr/lib/apache2/modules/libphp5.so
#10 0x7f11e8636753 in php_execute_script () from
/usr/lib/apache2/modules/libphp5.so
#11 0x7f11e87195ed in ?? () from /usr/lib/apache2/modules/libphp5.so
#12 0x7f11eb52e508 in ap_run_handler ()
#13 0x7f11eb52e97e in ap_invoke_handler ()
#14 0x7f11eb53e5b0 in ap_process_request ()
#15 0x7f11eb53b3d8 in ?? ()
#16 0x7f11eb534fa8 in ap_run_process_connection ()
#17 0x7f11eb543210 in ?? ()
#18 0x7f11eb54397a in ?? ()
#19 0x7f11eb544527 in ap_mpm_run ()
#20 0x7f11eb5194a4 in main ()

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


[Bug 71543] New: Don't use WDDX

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71543

Bug ID: 71543
   Summary: Don't use WDDX
   Product: Utilities
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WM-Bot
  Assignee: benap...@gmail.com
  Reporter: maxsem.w...@gmail.com
   Web browser: ---
   Mobile Platform: ---

wm-bot uses WDDX for API requests to wikitech, source:
https://github.com/benapetr/wikimedia-bot/blob/master/src/WMBot.WMFPlugins/Requests/Request.cs
- please switch it to a non-deprecated format, preferrably JSON.

-- 
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 71542] New: Wikidata Q182 segfault

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71542

Bug ID: 71542
   Summary: Wikidata Q182 segfault
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: h...@online.de
   Web browser: ---
   Mobile Platform: ---

https://www.wikidata.org/w/index.php?title=Q183&oldid=143201634 segfaults on
zend, and I'm not allowed to attach gdb to an apache myself, so can't get a bt.

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


[Bug 71542] Wikidata Q183 segfault

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71542

Marius Hoch  changed:

   What|Removed |Added

Summary|Wikidata Q182 segfault  |Wikidata Q183 segfault

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


[Bug 71541] New: VisualEditor: The icons for Media and Comment are appearing a bit darker in Insert menu

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71541

Bug ID: 71541
   Summary: VisualEditor: The icons for Media and Comment are
appearing a bit darker in Insert menu
   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: elitr...@gmail.com, jforres...@wikimedia.org,
rm...@wikimedia.org, ryasm...@wikimedia.org,
tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

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

Steps to reproduce:

1.Open a page with VE
2.Open the Insert menu

Observe that, the icon for Media and Comment are appearing a bit darker
compared to other options in the menu.

Environment: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 71486] HHVM http status code 503 on long pages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71486

Marius Hoch  changed:

   What|Removed |Added

 CC||h...@online.de

--- Comment #4 from Marius Hoch  ---
Possibly related: https://bugzilla.wikimedia.org/show_bug.cgi?id=71519

-- 
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 50197] VisualEditor: Make ve.ui.PopupWidget#display signature not insane

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50197

Krinkle  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Krinkle  ---
Looking pretty good. It's been separated and the method itself
(OO.ui.PopupWidget#display) no longer exists.

https://github.com/wikimedia/oojs-ui/blob/e43584b420/src/widgets/PopupWidget.js

-- 
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 69119] VisualEditor: Undoing a change of group on a reference throws "Uncaught TypeError: Cannot read property 'length' of undefined"

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69119

--- Comment #7 from Alex Monk  ---
Seems to be caused by the internal list not being (properly?) updated when
undoing a group change (it stores references by group name).

-- 
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 62334] VisualEditor: Save dialog throws "Uncaught TypeError: Cannot read get getModel of undefined" (IE9)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62334

--- Comment #1 from Krinkle  ---
I'm unable to reproduce this bug because before it even gets anywhere, I get
bug 63039 first:

> "SCRIPT70: Permission denied", /Main_Page, line 1 character 1

-- 
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 70672] User specified CSS loads on Special:Preferences / Special:UserLogin

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70672

Markus Glaser  changed:

   What|Removed |Added

  Group|security|
 CC||agarr...@wikimedia.org
  Component|Core|User preferences
   Assignee|secur...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org
Product|Security|MediaWiki
   Target Milestone|--- |1.23.x release

--- Comment #19 from Markus Glaser  ---
Publishing this bug as the release is out.

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


[Bug 59849] VisualEditor: Cutting (removing) last sections on page, and then pasting them back in, results in increased indentation in Chrome

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59849

--- Comment #3 from Spinningspark  ---
(In reply to WhatamIdoing from comment #2)

> However, what's being used there as "indentation" isn't indentation,
> strictly speaking; that text has been marked as the second half of a
> term-definition pair in a definition list, which is not semantically
> meaningful.  

It wasn't so marked by me and I don't see any markup in the edit window so you
would appear to mean that VE has generated markup.  Generating semantically
incorrect markup and then blaming the user for the error is plainly ridiculous.
 Or perhaps you mean that the colon in wiki markup does not really mean
indentation?  Well, yes it does, it is used extensively all over Wikipedia
(ahem, talk pages) with just that intention so by practice and precedent that
is what it means.  VE needs to live with that, not garble it because it doesn't
like the semantics, otherwise VE will never be ready for prime time.

> where,
> * ''D'' = 1/''C'' is elastance
> * ''C'' is capacitance
> * ''S'' is stiffness

No, that is not a good solution.  Display maths lines are pretty universally
indented for aesthetic reasons.  The definitions list following a maths display
line are commonly indented as well.  Thus not indenting the "where" and using
bullets are both not acceptable.  Bear in mind that a formula, even a display
formula, can be inserted in the middle of a sentence so bullets would break the
grammatical punctuation.  I can't understand this desire not to allow editors
free use of indenting.  It is an editorial decision and there is no reason for
VE to interfere or impose something different.  It is for the style guidelines
to thrash out, not for VE to impose.

-- 
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 71540] New: VisualEditor: Left-aligning a large image causes horizontal scrollbars

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71540

Bug ID: 71540
   Summary: VisualEditor: Left-aligning a large image causes
horizontal scrollbars
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: matma@gmail.com
  Reporter: roan.katt...@gmail.com
CC: da...@sheetmusic.org.uk, elitr...@gmail.com,
jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Go to http://en.wikipedia.beta.wmflabs.org/wiki/October1stchrome?veaction=edit
and resize the browser window if you have a large screen. The image will try to
be very wide, and will cause horizontal scrollbars to appear, even though the
image itself is obscured by a white sidebar.

This only happens if the image is floating left; right-floating images are
fine.

This causes problems in particular with the new "scroll context into view"
feature in combination with the recent PopupWidget changes: we horizontally
scroll to something that's to the right of the visible part of the context.
Didn't we talk about making scrollIntoView use a different element for popups,
or something?

-- 
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 71110] Exception from line 77 of /srv/mediawiki/php-master/includes/parser/StripState.php: Invalid marker

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71110

--- Comment #3 from Gerrit Notification Bot  ---
Change 161907 abandoned by Jackmcbarn:
Include regex in addItem exception

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

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


[Bug 71529] Allow cascade semi-protection on fully protected pages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71529

Jackmcbarn  changed:

   What|Removed |Added

  Component|Page editing|Page protection

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


[Bug 71529] Allow cascade semi-protection on fully protected pages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71529

Jackmcbarn  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jackmcbarn+w...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #1 from Jackmcbarn  ---
This has the same issue as all of the other requests. If [[Foo]] gets this form
of protection set on it, and [[Foo]] transcludes [[Template:Bar]], then any
autoconfirmed user can semi-protect any page they want by transcluding it from
[[Template:Bar]].

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


[Bug 71494] handleLinkClick breaks navigation for links with sub-elements

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71494

Matthew Flaschen  changed:

   What|Removed |Added

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

--- Comment #9 from Matthew Flaschen  ---
Deployed early to all WMF 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 71493] Don't use automatic next buttons for legacy tours

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71493

Matthew Flaschen  changed:

   What|Removed |Added

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

--- Comment #10 from Matthew Flaschen  ---
Deployed early to all WMF 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 71482] Erwin's tools: Broken layour due to shared.css 404 Not Found

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71482

Krinkle  changed:

   What|Removed |Added

Summary|shared.css gives a 404  |Erwin's tools: Broken
   |breaking layout.|layour due to shared.css
   ||404 Not Found

--- Comment #2 from Krinkle  ---
Loading raw css files hasn't been the standard practice since 2010.

Instead of requesting the raw file directly - which is unsupported (MediaWiki
can change this at any time with no announcement, this is not a documented
interface) - Use ResourceLoader instead, for example:

https://bits.wikimedia.org/www.mediawiki.org/load.php?debug=false&lang=en&modules=mediawiki.legacy.shared&only=styles

This avoids requesting raw files and forces you to make the same decisions the
wiki software does (pick a specific wiki, language and module name).

Advantages:
* More caching.
* Smaller file size (minification).
* Officially supported and documented (we'll let you know if it is planned to
change, plus migration period).

Regardless of whether the wiki upgrades to a newer version and whether the
files are moved around internally (or split up into several files), it will
continue to work 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 71482] shared.css gives a 404 breaking layout.

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71482

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle  ---
https://bits.wikimedia.org/static-current/resources/src/mediawiki.legacy/shared.css

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


[Bug 71494] handleLinkClick breaks navigation for links with sub-elements

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71494

--- Comment #8 from Gerrit Notification Bot  ---
Change 164156 merged by jenkins-bot:
FIx handleLinkClick to handle sub-elements within links

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

-- 
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 71493] Don't use automatic next buttons for legacy tours

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71493

--- Comment #9 from Gerrit Notification Bot  ---
Change 164155 merged by jenkins-bot:
Turn allowAutomaticNext off for tours using the legacy API

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

-- 
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 71494] handleLinkClick breaks navigation for links with sub-elements

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71494

--- Comment #7 from Gerrit Notification Bot  ---
Change 164153 merged by jenkins-bot:
FIx handleLinkClick to handle sub-elements within links

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

-- 
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 71493] Don't use automatic next buttons for legacy tours

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71493

--- Comment #8 from Gerrit Notification Bot  ---
Change 164152 merged by jenkins-bot:
Turn allowAutomaticNext off for tours using the legacy API

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

-- 
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 70716] cannot save badges on Q183 (Germany)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70716

Marius Hoch  changed:

   What|Removed |Added

 CC||h...@online.de

--- Comment #1 from Marius Hoch  ---
Edits fail with oom errors. Eg:

[2014-10-01 23:09:49] Fatal error: Allowed memory size of 314572800 bytes
exhausted (tried to allocate 454380 bytes) at
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/View/ClaimsView.php
on line 206

-- 
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 71535] VisualEditor: Check locally for the user preference to prompt an edit summary, rather than waiting for the API to round-trip

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71535

James Forrester  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 71538] Pages might not be returned in data at first req.submit() in Query.Generators

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71538

--- Comment #2 from Mpaa  ---
the example is on en:wikisource

-- 
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 71533] Jenkins: The GIT Plugin is broken for submodules ("git-submodule: git reset: not found")

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71533

Krinkle  changed:

   What|Removed |Added

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

--- Comment #5 from Krinkle  ---
https://wikitech.wikimedia.org/wiki/Nova_Resource:Integration/Jenkins_Plugin

Deployed the .jpi file to Jenkins.

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


[Bug 71533] Jenkins: The GIT Plugin is broken for submodules ("git-submodule: git reset: not found")

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71533

Krinkle  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
   Assignee|wikibugs-l@lists.wikimedia. |krinklem...@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 71519] Wikimedia Error page on the item for Germany (Q183)

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71519

Marius Hoch  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||h...@online.de
 Resolution|--- |FIXED

--- Comment #3 from Marius Hoch  ---
Works again... possible I've fixed it by manually pulling it from a text
varnish from tin (cp1052), maybe it just fixed itself, who knows.

-- 
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 71538] Pages might not be returned in data at first req.submit() in Query.Generators

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71538

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 71538] Pages might not be returned in data at first req.submit() in Query.Generators

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71538

--- Comment #1 from Gerrit Notification Bot  ---
Change 164258 had a related patch set uploaded by Mpaa:
Bug 71538 - Pages might not be returned at first req.submit()

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

-- 
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 71065] VisualEditor: Applying link to the caption of an image does not enable "Apply Changes" button

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71065

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Target Milestone|--- |VE-deploy-2014-10-09

-- 
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 71065] VisualEditor: Applying link to the caption of an image does not enable "Apply Changes" button

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71065

Rummana Yasmeen  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|jforrester+veteambztickets@ |mor...@gmail.com
   |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 71539] New: Static data should go in ResourceLoaderGetConfigVars, not MakeGlobalVariablesScript

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71539

Bug ID: 71539
   Summary: Static data should go in ResourceLoaderGetConfigVars,
not MakeGlobalVariablesScript
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Keywords: performance
  Severity: normal
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: agarr...@wikimedia.org, bs...@wikimedia.org,
dh...@wikimedia.org, legoktm.wikipe...@gmail.com,
pandiculat...@gmail.com
   Web browser: ---
   Mobile Platform: ---

For performance reasons, static data should go in ResourceLoaderGetConfigVars,
not MakeGlobalVariablesScript.

The key difference is that static data (ResourceLoaderGetConfigVars) goes in
the startup module and is loaded once (until the startup module is
re-generated/cache expires, then it needs to be downloaded again).

MakeGlobalVariablesScript data is in the source code of every page, so it
should only be used when the data is request-specific.  Generally, this may be
specific to the page, user/username, or other aspects of the request.

wgEchoOverlayConfiguration['max-notification-count'] is static (unlike
notification-count), so it should ideally be broken into a separate static
variable.

ResourceLoaderGetConfigVars and wgEchoConfig are also static.  However, there's
a complication that wgEchoConfig is set differently when testing.  This
exception should be dropped so it can be static, if possible.

The comments should also be updated so it's clear to people which one to use.

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


[Bug 71471] VisualEditor: [Regression wmf1] Adding categories, removing them, then cancelling the dialog throws “Uncaught TypeError: Cannot read property 'disconnect' of undefined”

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71471

Alex Monk  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 71537] wgGuidedTourHelpGuiderUrl should not be in HTML source of every page

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71537

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 71538] New: Pages might not be returned in data at first req.submit() in Query.Generators

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71538

Bug ID: 71538
   Summary: Pages might not be returned in data at first
req.submit() in Query.Generators
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: mpaa.w...@gmail.com
   Web browser: ---
   Mobile Platform: ---

import pywikibot
site = pywikibot.getSite()
cat = pywikibot.Category(site, 'Speeches')
for i in cat.subcategories(total=5):
print i

returns empty list even if subcats are present.

api,py gives up at first try if this fails:
if self.resultkey in self.data["query"]:

it should try again a query has still data to provide:

{u'query-continue': {u'categorymembers': {u'gcmcontinue':
u'page|41524553532044454c49564552454420415420544845204d41534f4e20434f4c4c4547452c20414e0a45535341595320414e4420415245535345532f414e2041524553532044454c49564552454420415420544845204d41534f4e20434f4c4c454745|411259'}},
u'query': {u'userinfo': {u'id': 257091, u'name': u'Mpaa'}}}

-- 
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 71537] wgGuidedTourHelpGuiderUrl should not be in HTML source of every page

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71537

--- Comment #1 from Gerrit Notification Bot  ---
Change 164252 had a related patch set uploaded by Mattflaschen:
Move wgGuidedTourHelpGuiderUrl to static config data

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

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


[Bug 71537] New: wgGuidedTourHelpGuiderUrl should not be in HTML source of every page

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71537

Bug ID: 71537
   Summary: wgGuidedTourHelpGuiderUrl should not be in HTML source
of every page
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: GuidedTour
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: mflasc...@wikimedia.org, rm...@wikimedia.org,
samsm...@wikimedia.org, swall...@wikimedia.org,
tc...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

wgGuidedTourHelpGuiderUrl is using MakeGlobalVariablesScript instead of
ResourceLoaderGetConfigVars unnecessarily.  This causes it to be embedded into
the source, instead of the startup module.

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


[Bug 71471] VisualEditor: [Regression wmf1] Adding categories, removing them, then cancelling the dialog throws “Uncaught TypeError: Cannot read property 'disconnect' of undefined”

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71471

--- Comment #5 from Gerrit Notification Bot  ---
Change 164018 merged by Catrope:
Account for categories being removed twice in MWCategoryWidget

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

-- 
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 71536] Argument 1 passed to Wikibase\Repo\Diff\ClaimDifferenceVisualizer::getSnakListValues() must be an instance of Wikibase\DataModel\Snak\SnakList, string given

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71536

--- Comment #1 from Aude  ---
#0
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/ClaimDifferenceVisualizer.php(291):
Wikibase\Repo\Diff\ClaimDifferenceVisualizer::getSnakListValues()
#1
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/ClaimDifferenceVisualizer.php(371):
Wikibase\Repo\Diff\ClaimDifferenceVisualizer->getSnakListValues('el')
#2
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/ClaimDifferenceVisualizer.php(136):
Wikibase\Repo\Diff\ClaimDifferenceVisualizer->visualizeSnakListChanges(Object(Diff\DiffOp\Diff\Diff),
Object(Wikibase\DataModel\Statement\Statement), Object(Message))
#3
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/ClaimDifferenceVisualizer.php(154):
Wikibase\Repo\Diff\ClaimDifferenceVisualizer->visualizeClaimChange(Object(Wikibase\Repo\Diff\ClaimDifference),
Object(Wikibase\DataModel\Statement\Statement))
#4
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/EntityDiffVisualizer.php(209):
Wikibase\Repo\Diff\ClaimDifferenceVisualizer->visualizeNewClaim(Object(Wikibase\DataModel\Statement\Statement))
#5
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/EntityDiffVisualizer.php(133):
Wikibase\Repo\Diff\EntityDiffVisualizer->getClaimDiffHtml(Object(Diff\DiffOp\DiffOpAdd))
#6
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/EntityDiffVisualizer.php(95):
Wikibase\Repo\Diff\EntityDiffVisualizer->visualizeEntityDiff(Object(Wikibase\DataModel\Entity\Diff\ItemDiff))
#7
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/EntityContentDiffView.php(182):
Wikibase\Repo\Diff\EntityDiffVisualizer->visualizeEntityContentDiff(Object(Wikibase\Repo\Content\EntityContentDiff))
#8 /srv/mediawiki/php-1.25wmf1/includes/diff/DifferenceEngine.php(739):
Wikibase\Repo\Diff\EntityContentDiffView->generateContentDiffBody(Object(Wikibase\ItemContent),
Object(Wikibase\ItemContent))
#9 /srv/mediawiki/php-1.25wmf1/includes/diff/DifferenceEngine.php(661):
DifferenceEngine->getDiffBody()
#10 /srv/mediawiki/php-1.25wmf1/includes/diff/DifferenceEngine.php(631):
DifferenceEngine->getDiff('showDiff('showDiffPage(false)
#13 /srv/mediawiki/php-1.25wmf1/includes/page/Article.php(515):
Article->showDiffPage()
#14
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/actions/ViewEntityAction.php(202):
Article->view()
#15
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/actions/ViewEntityAction.php(126):
Wikibase\ViewEntityAction->displayEntityContent(Object(Wikibase\ItemContent))
#16 /srv/mediawiki/php-1.25wmf1/includes/MediaWiki.php(414):
Wikibase\ViewEntityAction->show()
#17 /srv/mediawiki/php-1.25wmf1/includes/MediaWiki.php(282):
MediaWiki->performAction(Object(Article), Object(Title))
#18 /srv/mediawiki/php-1.25wmf1/includes/MediaWiki.php(584):
MediaWiki->performRequest()
#19 /srv/mediawiki/php-1.25wmf1/includes/MediaWiki.php(435): MediaWiki->main()
#20 /srv/mediawiki/php-1.25wmf1/index.php(46): MediaWiki->run()

-- 
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 70196] Some categories are not represented in Parsoid output

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70196

Jackmcbarn  changed:

   What|Removed |Added

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

--- Comment #5 from Jackmcbarn  ---
This doesn't quite work right. Details on the gerrit change.

-- 
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 71536] New: Argument 1 passed to Wikibase\Repo\Diff\ClaimDifferenceVisualizer::getSnakListValues() must be an instance of Wikibase\DataModel\Snak\SnakList, string given

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71536

Bug ID: 71536
   Summary: Argument 1 passed to
Wikibase\Repo\Diff\ClaimDifferenceVisualizer::getSnakL
istValues() must be an instance of
Wikibase\DataModel\Snak\SnakList, string given
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

PHP fatal error in
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/ClaimDifferenceVisualizer.php
line 291: 
Argument 1 passed to
Wikibase\Repo\Diff\ClaimDifferenceVisualizer::getSnakListValues() must be an
instance of Wikibase\DataModel\Snak\SnakList, string given, called in
/srv/mediawiki/php-1.25wmf1/extensions/Wikidata/extensions/Wikibase/repo/includes/Diff/ClaimDifferenceVisualizer.php
on line 371 and defined

when trying to access
https://www.wikidata.org/w/index.php?title=Q183&diff=143198065&oldid=142638144&uselang=en

-- 
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 49784] VisualEditor: Transclusion nodes should re-evaluate their block/inline status on every update

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49784

Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #8 from Roan Kattouw  ---
Inez talked to me about this long-standing problem today. He worked on a
solution that involves waiting for the preview to come back before inserting
the template, displaying a spinner in the meantime. His code is at
https://github.com/Wikia/app/pull/4932/files . It looks a bit rough and it only
deals with insertion, but I think the general approach could work out pretty
well. If nothing else, it could be a stop-gap until we have collaborative
editing and having a transclusion reevaluate its type asynchronously would not
be a big deal.

-- 
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 71535] New: VisualEditor: Check locally for the user preference to prompt an edit summary, rather than waiting for the API to round-trip

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71535

Bug ID: 71535
   Summary: VisualEditor: Check locally for the user preference to
prompt an edit summary, rather than waiting for the
API to round-trip
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: ASSIGNED
  Severity: enhancement
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: kren...@wikimedia.org
  Reporter: jforres...@wikimedia.org
CC: elitr...@gmail.com, jforres...@wikimedia.org,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Right now we rely on the API moaning about this, which means you have to wait
for the whole page to be serialised, returned and saved before we prompt the
user to do something that takes up some cycles, and so avoids them wasting
time.

-- 
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 71534] New: Frequently getting broken echo notifications

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71534

Bug ID: 71534
   Summary: Frequently getting broken echo notifications
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jared.zimmer...@wikimedia.org
CC: agarr...@wikimedia.org, bs...@wikimedia.org,
dh...@wikimedia.org, legoktm.wikipe...@gmail.com,
pandiculat...@gmail.com
   Web browser: ---
   Mobile Platform: ---

once or twice a week i get the echo notification

"Beta Features was linked from [No page]."

its not always the Beta Features page, but frequently is.

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


[Bug 68918] deletion queries joined with tokudb replication tables are really slow

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68918

--- Comment #6 from merl  ---
Today i tried to run a script (missing articles) which has a lot of those
deletion queries with many rows affected. It was not possible the run this
script on labs before. After your update it is now possible to run these
queries. So thx to Sean.

The last hours i spend a lot in rewriting these queries because they still were
really slow (although possible). The problem was that there is no index on
page_props.pp_value. Now i solved this problem.

It is really interesting that using the workaround i implemented today runs the
query on labs about as fast as the old script version on toolserver, but
running the new version on toolserver is three times slower than using the
unindexed page_props.pp_value directly. Old version running on labs is about
ten times slower.

-- 
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 71521] VisualEditor: [Regression pre-wmf2] "Uncaught Error: Syntax error, unrecognized expression: div[id ^= mittoHidden" appears while trying to save a page

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71521

--- Comment #3 from Rummana Yasmeen  ---
Verified the fix 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 71491] Redirects should appear in Cirrus's results

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71491

--- Comment #4 from Gryllida  ---
Yeah, I think it's complicated and I'm sure we'd figure it out. :-)

---
srbackend=LuceneSearch gives HTTP timeout on Russian Wikinews:

http://ru.wikinews.org/w/api.php?action=query&list=search&srbackend=LuceneSearch&srlimit=5&srprop=&srredirects=1&format=xml&srsearch=биолог*
Истекло время ожидания HTTP-запроса. = HTTP request timed out.

Should I gather community consensus on re-enabling it or can you just do it?  I
can again file a new bug if necessary.
---

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


[Bug 10421] "Goto" search fallback using language links

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10421

Nemo  changed:

   What|Removed |Added

   Keywords||i18n

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


[Bug 47979] Show language selector on missing article

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47979

Nemo  changed:

   What|Removed |Added

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

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


[Bug 10421] "Goto" search fallback using language links

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10421

Nemo  changed:

   What|Removed |Added

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

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


[Bug 38121] Special pages titles suggestions in search come from fallback languages too

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38121

Nemo  changed:

   What|Removed |Added

Summary|Fallback language   |Special pages titles
   |suggestions in search   |suggestions in search come
   ||from fallback languages too

--- Comment #3 from Nemo  ---
I often use autocompletion of English names of special pages on non-English
wikis, for one. This might be an edge case, but I don't see many users being
bothered by the "redundant" autocompletion either.
Toliño, are you still convinced the current behaviour is wrong?

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


[Bug 71521] VisualEditor: [Regression pre-wmf2] "Uncaught Error: Syntax error, unrecognized expression: div[id ^= mittoHidden" appears while trying to save a page

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71521

James Forrester  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 71527] GWToolset uploads files without file description pages

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71527

--- Comment #3 from dan  ---
whoops, should have noticed the date/time stamp.

because someone else edited the pages, GWToolset won’t upload to the page
again. is it possible to delete the pages and then run a batch upload just
these pages? i have run this scenario locally before and it worked in that
environment, so i believe it will work on commons as well.

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


[Bug 71533] Jenkins: The GIT Plugin is broken for submodules ("git-submodule: git reset: not found")

2014-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71533

--- Comment #4 from Krinkle  ---
(In reply to Krinkle from comment #0)
> Jobs running on Ubuntu Trusty for repositories with submodules are currently
> broken due to a bug in the Jenkins GIT Plugin.
> 
> We use Jenkins GIT Plugin 1.5.0, which uses git-client-plugin 1.0.6:
> 

Actually, we while GIT Plugin requires git-client-plugin v1.0.5, we currently
use git-client-plugin v1.4.6

--

https://github.com/wikimedia/git-client-plugin/commits/git-client-1.4.6%2Bwmf1
https://github.com/wikimedia/git-client-plugin/commit/5d4c940519352a0a38038154f8c9690a7a5dba58#diff-4a13310f7c84a9d6e133def48c0aed5aR558

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