[Bug 59933] Flow: 3 elements need darker font for accessibility

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

Quiddity  changed:

   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 59933] Flow: 3 elements need darker font for accessibility

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

--- Comment #17 from Quiddity  ---
Created attachment 16439
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=16439&action=edit
screenshot of potential way to discern differences

(In reply to Jared Zimmerman (WMF) from comment #16)
> 777 feels really dark for placeholder text,

Definitely, it is really dark (too dark) for most of us, but until we have some
kind of accessibility pane, the default ought to be something that works well
for *everyone*.

However, I suppose the shape of the different responses, will actually give
sufficient clue to the people who don't have sufficient contrast to actually
read the words. 

I'll close this bug [and request that we don't take my update as an opportunity
to go even lighter than #878787 for now), and hope for both an
accessibility/appearance control panel, and guidelines on text-color and
accessibility, sometime in the future. :)

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


[Bug 70702] New: claimit and harvest_template - add another value for one property

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

Bug ID: 70702
   Summary: claimit and harvest_template - add another value for
one property
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Wikidata
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: jan.du...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Some items needs to have two values for one property.
typical example is p31
instance of castle + instance of cultural monument

harvest_template and claimit should 
- check, if this property exists
- if no
-- add property with new value
- if yes
-- check value
-- if same
--- skip
--if another
--- add another value

(claimit -pagegenerator P31 Q123)


Additionally these script should be able to replace one value with another
(P123: Q123 -> Q456)

(claimit -pagegenerator P31 Q456 -overwrite:Q123)

-- 
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 70702] claimit and harvest_template - add another value for one property

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

JAn Dudík  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 70701] New: Reference bars shouldn't have all styling done with JS

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

Bug ID: 70701
   Summary: Reference bars shouldn't have all styling done with JS
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: yyairr...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

A lot of stuff is done to the "# references" bars on items with javascript that
could be done much more efficiently with CSS. 
1. JS adds this element to the DOM: 

and it does nothing more than add a little arrow image to the bar. CSS ::before
generated content could be used instead. (If it weren't for the little rotate
animation, this would ideally use a background image.)
2. .ui-toggler is constantly listening for mouseovers so that it can add the
"ui-state-hover" class to style the little arrow. Solution: Use the :hover
pseudoclass.
3. JS adds all sorts of classes all over the place to style it differently than
how the JS-disabled users get. Solution: Use .client-js CSS to have it styled
right in the first place.
There is no reason for JS to be fiddling with this bar at all unless the user
actually clicks on 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 70696] Reorg of code layout in Parsoid module breaks l10nupdate build in beta and halts scap

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

Bryan Davis  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
Summary|Beta Cluster stopped|Reorg of code layout in
   |receiving code updates  |Parsoid module breaks
   |(beta-scap-eqiad failing)   |l10nupdate build in beta
   ||and halts scap

--- Comment #10 from Bryan Davis  ---
(In reply to Bryan Davis from comment #3)
> I see that I837fe40e493f32a787987ad6eb9ce0625dfbfab6 has attempted to make
> the appropriate config change and that commit is checked out where I expect
> it to be on deployment-bastion. Continuing to investigate.

It turns out that this change is not the right thing to do. extension-list-labs
is for extensions that are not in production rather than a realm specific
version of the extension-list file.

I think the fix for this is to revert both
If36cd0151914bbe8cec69171a3894e6ad11bc5d8 and
I837fe40e493f32a787987ad6eb9ce0625dfbfab6 and talk to Reedy about how to
actually rearrange the layout of an extension safely.

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


[Bug 59933] Flow: 3 elements need darker font for accessibility

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

Jared Zimmerman (WMF)  changed:

   What|Removed |Added

 CC||ms...@wikimedia.org

--- Comment #16 from Jared Zimmerman (WMF)  ---
777 feels really dark for placeholder text, I'd be more comfortable with 999
Moiz and May are working on the accessibility section of the Mediawiki.ui
Guidelines. So I'll defer to them and their research on the matter.

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


[Bug 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

--- Comment #9 from Gerrit Notification Bot  ---
Change 159670 abandoned by BryanDavis:
Use realm specific extension-list to generate l10n

Reason:
extension-list-labs is pretty obviously meant to be an addition to
extension-list and not a replacement.

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

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


[Bug 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

--- Comment #8 from Bryan Davis  ---
And extension-list-labs is pretty obviously meant to be additive to
extension-list ans not a replacement.

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


[Bug 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

--- Comment #7 from Bryan Davis  ---
Using a realm specific file doesn't work because the target file is
"extension-list-labs" and not "extension-list.labs"

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


[Bug 69659] Some images are missing

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

--- Comment #1 from Tilman Bayer  ---
(In reply to Seb35 from comment #0)
> Some images are missing on the (new) Wikimedia blog. Some could be recovered
> (e.g. the magnify icon on [1]), possibly some are more difficult to recover
> (e.g. the main image on [2]).
> 
> I guess there are other missing images, but I don’t know how to find all
> missing images.
> 
> [1] https://blog.wikimedia.org/2008/04/11/welcome/
>
> https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/
> skins%2Fcommon%2Fimages%2Fmagnify-clip.png
> [2] https://blog.wikimedia.org/2008/04/17/recentchangescamp-2008/

Thanks for spotting these! However, in those two cases it doesn't seems to have
anything to do with the blog migration. These two images were hotlinked from
URLs that no longer exist, and were broken on the old (pre-relaunch) blog
already. (In [2], the source code contains
'src="http://2007.recentchangescamp.org/images/RCC2006Logo.png";' which
Wordpress.com automatically converts to
'src="https://i0.wp.com/2007.recentchangescamp.org/images/RCC2006Logo.png";' in
the displayed HTML. Actually, we nowadays regard hotlinking images from such
third-party domains - here, recentchangescamp.org - as incompatible with the
blog's privacy expectations anyway.) In other words, it's a content issue, not
an issue with the blog's technical setup.


That said, there are other posts where thumbnails from locally stored images
(i.e. the blog's own media library) indeed broke during the migration,
apparently because a scaling parameter is not properly supported. Examples:

https://blog.wikimedia.org/2012/12/03/wiki-loves-monuments-international-winners-announced/
https://blog.wikimedia.org/2012/03/08/the-kind-gentle-approach-to-retaining-new-editors/
https://blog.wikimedia.org/2012/09/01/wiki-loves-monuments-for-mobile-is-here/ 
https://blog.wikimedia.org/2012/12/20/literature-contest-on-hungarian-wikipedia-a-success/
 
https://blog.wikimedia.org/2012/11/29/day-of-the-dead-wiki-style/ 
https://blog.wikimedia.org/2012/08/16/czech-mediagrant-go-take-pictures-upload-them-and-we-cover-your-costs/

We are currently looking into this. (for our internal reference: Tracked at
https://wordpressvip.zendesk.com/requests/33249 )

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


[Bug 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

--- Comment #6 from Gerrit Notification Bot  ---
Change 159670 had a related patch set uploaded by BryanDavis:
Use realm specific extension-list to generate l10n

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

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


[Bug 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

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 70063] Initial focus blocks page up/down

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

--- Comment #1 from Tilman Bayer  ---
Thanks, looking into it. (For our internal reference: Filed as
https://wordpressvip.zendesk.com/requests/33251 )

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


[Bug 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

--- Comment #5 from Bryan Davis  ---
(In reply to Bryan Davis from comment #4)
> The problem is right there in the command that scap is running:
> --list-file="/a/common/wmf-config/extension-list"
> 
> Scap is not using extension-list-labs but instead using the prod list. Looks
> like this is a scap bug.

Error is at
.
This however seems to be the historical behavior as well as show in the older
bash implementation
.

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


[Bug 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

--- Comment #4 from Bryan Davis  ---
The problem is right there in the command that scap is running:
--list-file="/a/common/wmf-config/extension-list"

Scap is not using extension-list-labs but instead using the prod list. Looks
like this is a scap 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 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

--- Comment #3 from Bryan Davis  ---
I see that I837fe40e493f32a787987ad6eb9ce0625dfbfab6 has attempted to make the
appropriate config change and that commit is checked out where I expect it to
be on deployment-bastion. Continuing to investigate.

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


[Bug 23672] Upload wizard doesn't work in Konqueror: Clicking "Select media files to share" does nothing

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

Nemo  changed:

   What|Removed |Added

   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 70635] "Could not create account" error is unhelpful

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 159669 had a related patch set uploaded by Deskana:
Improve the API error handling in the account creation activity.

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

-- 
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 70635] "Could not create account" error is unhelpful

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

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 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

--- Comment #2 from Bryan Davis  ---
Running manually says this:

$ mwscript mergeMessageFileList.php --wiki="eowiki"
--list-file="/a/common/wmf-config/extension-list"
PHP Notice:  Undefined index: REQUEST_URI in
/mnt/srv/scap-stage-dir/wmf-config/CommonSettings.php on line 2481

Notice: Undefined index: REQUEST_URI in
/mnt/srv/scap-stage-dir/wmf-config/CommonSettings.php on line 2481
Extension /mnt/srv/scap-stage-dir/php-master/extensions/Parsoid/php/Parsoid.php
doesn't exist
Some files are missing (see above). Giving up.


This seems to have been caused by If36cd0151914bbe8cec69171a3894e6ad11bc5d8
being merged without an associated config 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 70699] GettingStarted: Remove IE 6 and IE 7 support code

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

Matthew Flaschen  changed:

   What|Removed |Added

Summary|Remove IE 6 and IE 7|GettingStarted: Remove IE 6
   |support code|and IE 7 support code

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


[Bug 70700] New: GuidedTour: Remove IE 6 and IE 7 support code

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

Bug ID: 70700
   Summary: GuidedTour: Remove IE 6 and IE 7 support code
   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: ---

Both IE 6
(https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2014-August/000872.html)
and IE 7
(https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2014-September/000926.html)
are no longer receiving JavaScript (and also any CSS served via JavaScript).

We should remove our IE 6 and IE 7 workarounds.

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


[Bug 70423] OOjs UI: [Regression wmf20] Popups sizing broken

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

--- Comment #13 from Rummana Yasmeen  ---
Backport did not work in test2 , the notification dialog and the context
dialogs for template fields are still broken there.

-- 
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 70699] New: Remove IE 6 and IE 7 support code

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

Bug ID: 70699
   Summary: Remove IE 6 and IE 7 support code
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: GettingStarted
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: mflasc...@wikimedia.org, rm...@wikimedia.org,
samsm...@wikimedia.org, swall...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Both IE 6
(https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2014-August/000872.html)
and IE 7
(https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2014-September/000926.html)
are no longer receiving JavaScript (and also any CSS served via JavaScript).

We should remove our IE 6 and IE 7 workarounds, as well as the gate for IE >= 8
(which is now done for us).

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


[Bug 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

Bryan Davis  changed:

   What|Removed |Added

 CC||bda...@wikimedia.org

--- Comment #1 from Bryan Davis  ---
The problem this time is something to do with the l10nupdate phase as shown in
the scap jenkins job log


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


[Bug 70698] Pokey does not always show on flyout on IE 8

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

--- Comment #1 from Steven Walling  ---
I think since this is intermittent and only on one browser, it's not a release
blocker for the test. Let's continue to nail it down and look for a fix after
we resolve the rest of the outstanding to-do items.

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


[Bug 58396] Add sourceforge farm

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

--- Comment #7 from Nemo  ---
(In reply to Daniel Zahn from comment #6)
> do you still actually see any Mediawiki api.php link on
> sourceforge?

The api.php URLs with own subdomains still work. A quick search didn't find
anything for the others,  maybe https://wikiapiary.com/wiki/Farm:SourceForge
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 70697] Testing Flow in ruwiki

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

Quiddity  changed:

   What|Removed |Added

 CC||dh...@wikimedia.org,
   ||sp...@wikimedia.org

--- Comment #1 from Quiddity  ---
(In reply to MaxBioHazard from comment #0)

Hi, thank you immensely for the interest in Flow. As I said to Sunpriat, I'll
have to ask the product manager what the specific timeline is for the next
rollouts, and sadly it might be longer than desired (possibly a few months). 

Partially because there's an upcoming staff change (a back-end developer is
changing jobs), and partially because we recently enabled Flow at test pages on
Frwiki and Hewiki, and they're giving us a lot of great feedback,
feature-requests, and bug-reports (particularly i18n bugs), so the team needs
to concentrate on those.

I read a google-translation of the discussion at Ruwiki last week, and I see
that there has been a lot of discussion since then. I'll try to catch up with
that soon, and answer some of the questions. (Or ask you for clarifications
where the google-translation is terrible :)

Hope that helps. Ping me on-wiki, or via email, or on IRC, if you have any
other questions.

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


[Bug 70698] New: Pokey does not always show on flyout on IE 8

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

Bug ID: 70698
   Summary: Pokey does not always show on flyout on IE 8
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: GettingStarted
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: mflasc...@wikimedia.org, rm...@wikimedia.org,
samsm...@wikimedia.org, swall...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16438
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=16438&action=edit
GettingStarted flyout top pokey missing on master (4087ff5) in IE 8

This appears to be slightly intermittent, though it happens most times for me. 
I've attached an example on master (4087ff502fbec649d8938b3f68615e15de773e5a),
in debug mode.

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


[Bug 70352] Flyout does not appear

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

Matthew Flaschen  changed:

   What|Removed |Added

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

--- Comment #4 from Matthew Flaschen  ---
Should be a case where there no recommendations, in which case this will show a
message (albeit maybe not 100% accurate, see bug 70645).

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


[Bug 70692] fatal exception if insufficient permission to access content

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

Quiddity  changed:

   What|Removed |Added

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

--- Comment #2 from Quiddity  ---


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

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


[Bug 70497] Flow: Deleted content when viewed by non-admins leads to fatal permissionexception message

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

Quiddity  changed:

   What|Removed |Added

 CC||dz...@wikimedia.org

--- Comment #4 from Quiddity  ---
*** Bug 70692 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 70352] Flyout does not appear

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 157001 merged by jenkins-bot:
Add version 1 of error states to flyout

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

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


[Bug 70497] Flow: Deleted content when viewed by non-admins leads to fatal permissionexception message

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

--- Comment #3 from Quiddity  ---
Copying comment from 70598:

(Marius Hoch wrote)
> Trace:
> 
> 2014-09-09 11:08:15 mw1052 mediawikiwiki: [e4cd902c]
> /w/index.php?title=Topic:S1no6gacx8ayjfuo&workflow=s1no6gacx8ayjfuo  
> Exception from line 438 of
> /usr/local/apache/common-local/php-1.24wmf20/extensions/Flow/includes/Block/
> Topic.php: Not Allowed
> #0
> /usr/local/apache/common-local/php-1.24wmf20/extensions/Flow/includes/View.
> php(129): Flow\Block\TopicBlock->renderAPI(Object(Flow\Templating), Array)
> #1
> /usr/local/apache/common-local/php-1.24wmf20/extensions/Flow/includes/
> Actions/Action.php(88): Flow\View->show(Object(Flow\WorkflowLoader), 'view')
> #2
> /usr/local/apache/common-local/php-1.24wmf20/extensions/Flow/includes/
> Actions/Action.php(35): Flow\Actions\FlowAction->showForAction('view')
> #3 /usr/local/apache/common-local/php-1.24wmf20/includes/MediaWiki.php(414):
> Flow\Actions\FlowAction->show()
> #4 /usr/local/apache/common-local/php-1.24wmf20/includes/MediaWiki.php(282):
> MediaWiki->performAction(Object(Article), Object(Title))
> #5 /usr/local/apache/common-local/php-1.24wmf20/includes/MediaWiki.php(584):
> MediaWiki->performRequest()
> #6 /usr/local/apache/common-local/php-1.24wmf20/includes/MediaWiki.php(435):
> MediaWiki->main()
> #7 /usr/local/apache/common-local/php-1.24wmf20/index.php(46):
> MediaWiki->run()
> #8 /usr/local/apache/common-local/w/index.php(3):
> require('/usr/local/apac...')




Copying comment from 70692:

(Daniel Zahn wrote)
> on a https://en.wikipedia.org/wiki/Topic:S23kgr0jal6zroqo 
> 
> i get this:
> 
> --
> 
> Error
> 
> Insufficient permission to access the content.
> 
> Return to Main Page.
> [d9c5180c] 2014-09-10 23:06:33: Fatal exception of type
> Flow\Exception\PermissionException
> 
> --
> 
> it's not about the "insufficient permission" part, that is legit,
> but the fatal exception that comes with it.

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


[Bug 70309] New Hive

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

Daniel Zahn  changed:

   What|Removed |Added

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

--- Comment #5 from Daniel Zahn  ---
http://wikistats.wmflabs.org/display.php?t=or

-- 
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 70697] New: Testing Flow in ruwiki

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

Bug ID: 70697
   Summary: Testing Flow in ruwiki
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sybga...@gmail.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
steinsplit...@wikipedia.de, wikimedia.b...@snowolf.eu
   Web browser: ---
   Mobile Platform: ---

Please, enable Flow on pages [[ru:Википедия:Форум/Новости/Flow]] and
[[ru:Википедия:Песочница/Flow]] with configuration changes, grants rights "Edit
post", "Delete topic" and "Delete post" to all autoconfirmed users. Discussion
on [[ru:Википедия:Форум/Предложения#Включить Flow]]

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


[Bug 70694] IME for Khowar (khw)

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

Nemo  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #1 from Nemo  ---
Rachitrali, can you please write down the input method in this format,
essentially just a list of characters and what they are converted to?
https://github.com/wikimedia/jquery.ime/wiki/Technical-Specification#input-method-definition

If you want to make this proceed faster, you can also submit it directly as
patch against https://github.com/wikimedia/jquery.ime/tree/master/rules but a
comment or attachment here is enough.

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


[Bug 69958] No git link provided on wmf wikis on Special:Version

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

James Forrester  changed:

   What|Removed |Added

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

--- Comment #11 from James Forrester  ---
This probably is actually fixed, but it's masked by bug 70696.

-- 
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 70696] Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||jforres...@wikimedia.org

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


[Bug 70696] New: Beta Cluster stopped receiving code updates (beta-scap-eqiad failing)

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

Bug ID: 70696
   Summary: Beta Cluster stopped receiving code updates
(beta-scap-eqiad failing)
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Quality Assurance
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jforres...@wikimedia.org
CC: cmcma...@wikimedia.org, dduv...@wikimedia.org,
g...@wikimedia.org, zfili...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

beta-scap-eqiad has been failing since the 09-Sep-2014 23:45:52 run.

Don't know where to look for the log file.

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


[Bug 58396] Add sourceforge farm

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

--- Comment #6 from Daniel Zahn  ---
actually, _after_ adding the code above i now see there is no Mediawiki in use
anymore? do you still actually see any Mediawiki api.php link on sourceforge?

sigh?

-- 
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 68492] VisualEditor: Don't use Range.detach (is now a no-op in Chrome per revised DOM spec)

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|jforrester+veteambztickets@ |esand...@wikimedia.org
   |wikimedia.org   |
   Target Milestone|--- |VE-deploy-2014-09-11

--- Comment #3 from James Forrester  ---
As we've now dumped Rangy, this is now 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 70309] New Hive

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 159665 merged by Dzahn:
wikistats-crons for updates of sourceforge, orain

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

-- 
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 58396] Add sourceforge farm

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

--- Comment #5 from Gerrit Notification Bot  ---
Change 159665 merged by Dzahn:
wikistats-crons for updates of sourceforge, orain

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

-- 
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 58396] Add sourceforge farm

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 159661 merged by Dzahn:
add stats table for sourceforge wikis

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

-- 
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 70309] New Hive

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 159663 merged by Dzahn:
add stats table for orain.org wikis

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

-- 
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 58396] Add sourceforge farm

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 159665 had a related patch set uploaded by Dzahn:
wikistats-crons for updates of sourceforge, orain

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

-- 
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 70309] New Hive

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 159665 had a related patch set uploaded by Dzahn:
wikistats-crons for updates of sourceforge, orain

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

-- 
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 70586] Flow: user always getting "are you sure you want to leave this page?" pop-up when exiting a flow page

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

Risker  changed:

   What|Removed |Added

 CC||risker...@gmail.com

--- Comment #3 from Risker  ---
(In reply to Quiddity from comment #2)
> Created attachment 16437 [details]
> screenshot
> 
> (Update with notes from Risker)
> 
> This was the process:
> 
> * View my notifications onwiki
> * follow link in my notifications messages to "Doug Weller created a new
> topic on Wikipedia talk:Wikiproject Breakfast
> * Read (only read!) the threads on the page. No attempt at all to type
> anything anywhere.
> * click "Watchlist" link in the upper right to return to my watchlist
> * Get this error message. 
> 
> 
> (Note from Quiddity)
> I've tried again to reproduce, but cannot. :-/

Just for the record, this was on Windows 7/IE9 using Monobook.  After playing
around a bit more, it seems to happen only when following a link from
Notifications the first time; returning to the page either separately or
through notifications does not seem to reproduce.

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


[Bug 70309] New Hive

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

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 70309] New Hive

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

--- Comment #1 from Gerrit Notification Bot  ---
Change 159663 had a related patch set uploaded by Dzahn:
add stats table for orain.org wikis

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

-- 
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 69958] No git link provided on wmf wikis on Special:Version

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

--- Comment #10 from Gerrit Notification Bot  ---
Change 159649 abandoned by Jforrester:
Flatten the directory structure

Reason:
Not needed thanks to Reedy and Gwicke's symlink.

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

-- 
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 70187] Flow: Exception Caught: Unexpected end tag : div - and processing HTML/wikitext conversion - with template

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

Quiddity  changed:

   What|Removed |Added

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

--- Comment #3 from Quiddity  ---
Math works onwiki again, and there's a ticket in trello for a unit test
https://trello.com/c/zW1nnJLE/ so I'll mark this Resolved.

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


[Bug 58396] Add sourceforge farm

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

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 58396] Add sourceforge farm

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 159661 had a related patch set uploaded by Dzahn:
add stats table for sourceforge wikis

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

-- 
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 70648] Beta Cluster api.php, index.php, load.php return 404 (caused failed browser tests)

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

sp...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #3 from sp...@wikimedia.org ---
I think beta labs is working now (thanks to the work of jeremyb and others),
though I think this warrants a post-mortem incident report. I made bug 70695
for a clearer failure 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 69834] login when already logged in gets exception from Special:CentralLogin

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

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

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

--- Comment #23 from Kunal Mehta (Legoktm)  ---
Visiting "Special:UserLogin" on en.wp and test.wp now directly redirect me to
the main page, no exception thrown.

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


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

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

Bug ID: 70695
   Summary: CI: mw-api-siteinfo.py should more clearly report site
failure
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Continuous integration
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sp...@wikimedia.org
CC: gdu...@wikimedia.org, g...@wikimedia.org,
has...@free.fr, krinklem...@gmail.com,
zfili...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

When betalabs was completely down with all page and API requests giving a 404,
browser tests failed, bug 70648.  That's obviously expected, but the console
log for failing tests ends with mw-api-siteinfo.py reporting an opaque json
parsing error (below) which took developers time to translate into "site was
down". The console log should contain

   "ERROR 404 response from http://en.wikipedia.beta.wmflabs.org/w/api.php ,
aggghhh danger!"

The fix in jenkins.git bin/mw-api-siteinfo.py is to check the response object
response = requests.get(mw_api_url, params=API_QUERY)
for validity/errors and die with an informative failure before going on to 
siteinfo = json.loads(response.content)

According to
http://docs.python-requests.org/en/latest/user/quickstart/#response-status-codes
, just adding
response.raise_for_status()
causes an exception4 when the API request fails.


From bug 70648, console log for the failed job
https://integration.wikimedia.org/ci/job/browsertests-Echo-en.wikipedia.beta.wmflabs.org-linux-chrome-sauce/36/console
contained:

03:37:02 +
GEM_HOME=/mnt/jenkins-workspace/workspace/browsertests-Echo-en.wikipedia.beta.wmflabs.org-linux-chrome-sauce/../gems
03:37:02 ++ /srv/deployment/integration/slave-scripts/bin/mw-api-siteinfo.py
http://en.wikipedia.beta.wmflabs.org/w/api.php git_branch
03:37:02 Traceback (most recent call last):
03:37:02   File
"/srv/deployment/integration/slave-scripts/bin/mw-api-siteinfo.py", line 90, in

03:37:02 main()
03:37:02   File
"/srv/deployment/integration/slave-scripts/bin/mw-api-siteinfo.py", line 78, in
main
03:37:02 siteinfo = json.loads(response.content)
03:37:02   File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
03:37:02 return _default_decoder.decode(s)
03:37:02   File "/usr/lib/python2.7/json/decoder.py", line 369, in decode
03:37:02 raise ValueError(errmsg("Extra data", s, end, len(s)))
03:37:02 ValueError: Extra data: line 1 column 4 - line 1 column 18 (char 4 -
18)

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


[Bug 70586] Flow: user always getting "are you sure you want to leave this page?" pop-up when exiting a flow page

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

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

(Update with notes from Risker)

This was the process:

* View my notifications onwiki
* follow link in my notifications messages to "Doug Weller created a new topic
on Wikipedia talk:Wikiproject Breakfast
* Read (only read!) the threads on the page. No attempt at all to type anything
anywhere.
* click "Watchlist" link in the upper right to return to my watchlist
* Get this error message. 


(Note from Quiddity)
I've tried again to reproduce, but cannot. :-/

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


[Bug 60492] ExtDynamicPageList::commonSetup() uses Title::exists() and causes problems in update.php

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

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 60492] ExtDynamicPageList::commonSetup() uses Title::exists() and causes problems in update.php

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 159658 had a related patch set uploaded by MarkAHershberger:
Don't check for Template:Extension_DPL during update

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

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


[Bug 58396] Add sourceforge farm

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

--- Comment #1 from Daniel Zahn  ---
some use "/wiki/" and some use "/mediawiki/"? really?

-- 
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 38516] Enable HSTS on Wikimedia sites

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

--- Comment #45 from Gerrit Notification Bot  ---
Change 145500 merged by Dzahn:
StrictTransportSecurity for lists.wm.org

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

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


[Bug 70656] Error message is unclear. "mustposttoken: The 'token' parameter must be POSTed"

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 159653 merged by jenkins-bot:
Clarify "mustposttoken" API error message

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

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


[Bug 60492] ExtDynamicPageList::commonSetup() uses Title::exists() and causes problems in update.php

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

--- Comment #2 from Mark A. Hershberger  ---
Dad gum. Ran into this again, thought I had had dealt with it in the past,
found a fix and came here to file a bug so I could submit a patch.  Found this
already filed bug.

Whee!

Patch incoming.

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


[Bug 70656] Error message is unclear. "mustposttoken: The 'token' parameter must be POSTed"

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

MZMcBride  changed:

   What|Removed |Added

   Keywords||easy
 CC||b...@mzmcbride.com

--- Comment #3 from MZMcBride  ---
(In reply to Aaron Halfaker from comment #0)
> Or perhaps more verbosely:
> 
> "The 'token' parameter was found in the query string, but must be in the
> POST body."

Thank you for filing this bug. I dropped the period because it seemed more
consistent for the file, but otherwise was fine with the verbose option.

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


[Bug 70656] Error message is unclear. "mustposttoken: The 'token' parameter must be POSTed"

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

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 70656] Error message is unclear. "mustposttoken: The 'token' parameter must be POSTed"

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 159653 had a related patch set uploaded by MZMcBride:
Clarify "mustposttoken" API error message

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

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


[Bug 59933] Flow: 3 elements need darker font for accessibility

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

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

The "Start a new topic" and new-topic-placeholder text is now #757575 (good!),
but the "reply" to an existing post placeholder-text is #878787. 

Please could we standardize on #777 or #757575 as the absolute minimum grey for
text? (For Everything except "search" field placeholders, where there's
generally a button labelled 'search' or a magnifying glass to tell the user
what it's for.)  I've added a section for "Text color" at [[mw:Wikimedia
Foundation Design/Typography]], let's continue this discussion there.

This bug can be closed, once the remaining reply-placeholder text is #777 or
darker. (It could potentially be this current color or lighter, if we had
deeper threading/indenting - but currently the placeholder text is needed in
order to clearly see who we're replying to, especially if we're composing 2
replies at the same time.)

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


[Bug 70614] Can't easily add new section to user talk page

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

Maryana Pinchuk  changed:

   What|Removed |Added

 CC||mpinc...@wikimedia.org

--- Comment #3 from Maryana Pinchuk  ---
(In reply to pamdavies7 from comment #0)
> If I go to an article talk page, whether it exists or not, I'm offered a
> blue "Add discussion" button. If I go to a user talk page, I just get to see
> the talk page: clicking the "edit" icon gets me editing the top of the page,
> not a good idea, and the only way to add a new section is to edit the last
> section on the page - far from ideal. 
> 
> Please provide an "Add discussion" button for user talk pages.

The "add discussion" and talk page overlay is still very much a work in
progress, which is why it's not on user talk pages yet (and is still in beta)
:) But yes, the plan is to eventually provide one consistent experience across
all talk pages, regardless of namespace.

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


[Bug 69958] No git link provided on wmf wikis on Special:Version

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|REOPENED|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 69958] No git link provided on wmf wikis on Special:Version

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

--- Comment #9 from Gerrit Notification Bot  ---
Change 159649 had a related patch set uploaded by Jforrester:
Flatten the directory structure

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

-- 
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 70694] New: IME for Khowar (khw)

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

Bug ID: 70694
   Summary: IME for Khowar (khw)
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: yyairr...@gmail.com
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il, da...@sheetmusic.org.uk,
jsahl...@wikimedia.org, kartik.mis...@gmail.com,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, santhosh.thottin...@gmail.com,
sucheta.ghos...@gmail.com
   Web browser: ---
   Mobile Platform: ---

A user on the Wikimedia Incubator has requested that an input method be added
for the Khowar language (ISO code khw).

https://incubator.wikimedia.org/wiki/Incubator:Community_Portal#Please_add_khowar_keyboard_in_wp.2Fkhw

The user provided a link to a Khowar keyboard that they developed:
https://www.branah.com/khowar

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


[Bug 70575] VisualEditor: [Regression pre-wmf21] Checking "Border" in media settings dialog is not enabling "Apply changes" button

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

James Forrester  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Assignee|roan.katt...@gmail.com  |jforres...@wikimedia.org

--- Comment #3 from James Forrester  ---
Released in OOjs 1.1.1, now in MW-core 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 41371] Thumbnail/imagescaler (tracking)

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

Bug 47409 Summary: Specific animated GIF with large number of frames has no 
thumbnails created
https://bugzilla.wikimedia.org/show_bug.cgi?id=47409

   What|Removed |Added

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

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


[Bug 61711] out of memory for some animated GIF images on Commons

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

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #13 from Bawolff (Brian Wolff)  ---
*** Bug 47409 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 47409] Specific animated GIF with large number of frames has no thumbnails created

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

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bawolff...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #3 from Bawolff (Brian Wolff)  ---
duping to 61711 (duping to higher bug number, as that one has more relavent
info)

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

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


[Bug 70575] VisualEditor: [Regression pre-wmf21] Checking "Border" in media settings dialog is not enabling "Apply changes" button

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

--- Comment #2 from Roan Kattouw  ---
Should be fixed by https://gerrit.wikimedia.org/r/#/c/159639/

-- 
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 70314] Enabling role mobilefrontend causes puppet run failures

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

Yuri Astrakhan  changed:

   What|Removed |Added

 Status|ASSIGNED|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 69559] Redlinks show in stable after VE or wikitext edit

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

Max Semenik  changed:

   What|Removed |Added

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

--- Comment #4 from Max Semenik  ---
Not an issue anymore now that we don't use dynamic loading after editing -
tested it.

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


[Bug 55241] Problem with chinese character

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

John Mark Vandenberg  changed:

   What|Removed |Added

 CC||jay...@gmail.com
   Assignee|pywikipedia-b...@lists.wiki |jay...@gmail.com
   |media.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 70575] VisualEditor: [Regression pre-wmf21] Checking "Border" in media settings dialog is not enabling "Apply changes" button

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

--- Comment #1 from Roan Kattouw  ---
This is due to an OOjs bug.

>>> OO.compare( { foo: 3 }, { foo: 4 } )
false

>>> OO.compare( { foo: false }, { foo: true } )
true

Because we have special cases for 'number' and 'string' but not 'boolean'.

-- 
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 70454] clientValidated false and revision -1 for Schema:TaskRecommendationImpression

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

Rob Moen  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 70454] clientValidated false and revision -1 for Schema:TaskRecommendationImpression

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

Rob Moen  changed:

   What|Removed |Added

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 159551 merged by jenkins-bot:
Have flyout depend on required schema, TaskRecommendationImpression

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

-- 
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 70662] Flow: Some contributions are not appearing in the "All" view, but are in the sub-sections

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 159634 had a related patch set uploaded by EBernhardson:
Disable ensureFlowRevision for contributions queries

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

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


[Bug 70662] Flow: Some contributions are not appearing in the "All" view, but are in the sub-sections

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

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 67117] Performance review of PubSubHubbub extension

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

Aaron Schulz  changed:

   What|Removed |Added

   Assignee|aschulz4...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org

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


[Bug 70681] Flow: WikiFont not rendering correct icons

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

--- Comment #7 from Sam Reed (reedy)  ---
Font from origin 'https://bits.wikimedia.org' has been blocked from loading by
Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header
is present on the requested resource. Origin 'https://en.wikipedia.org' is
therefore not allowed access.

https://en.wikipedia.org/w/index.php?title=Topic:S23kgr0jal6zroqo&action=raw&ctype=text/css&maxage=0&smaxage=0
Failed to load resource: the server responded with a status of 415 (Unsupported
Media Type)

https://en.wikipedia.org/w/index.php?title=Topic:S22olnmzgd49twr0&action=raw&ctype=text/css&maxage=0&smaxage=0
Failed to load resource: the server responded with a status of 415 (Unsupported
Media Type)

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


[Bug 70681] Flow: WikiFont not rendering correct icons

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

--- Comment #6 from sp...@wikimedia.org ---
We think this was an apache web server config issue, should be fixed by
https://gerrit.wikimedia.org/r/#/c/159627/ once the apaches are restarted.

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


[Bug 70693] New: WikiHiero looks horrible on high resolution screens

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

Bug ID: 70693
   Summary: WikiHiero looks horrible on high resolution screens
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikiHiero
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: maxsem.w...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Needs a bit of a facelift...

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


[Bug 70681] Flow: WikiFont not rendering correct icons

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

--- Comment #5 from Sam Reed (reedy)  ---
Created attachment 16435
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=16435&action=edit
Flow on enwiki on Chrome 39

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


[Bug 67596] PHP Fatal error: Cannot use object of type stdClass as array in MobileFrontend.hooks.php on line 304

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

--- Comment #14 from Gerrit Notification Bot  ---
Change 159543 merged by jenkins-bot:
Don't cast SpecialPageFactory::$list to an object

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

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


[Bug 70692] fatal exception if insufficient permission to access content

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

--- Comment #1 from Sam Reed (reedy)  ---
2014-09-10 23:06:33 mw1215 enwiki: [d9c5180c] /wiki/Topic:S23kgr0jal6zroqo  
Exception from line 438 of
/usr/local/apache/common-local/php-1.24wmf19/extensions/Flow/includes/Block/Topic.php:
Not Allowed
#0
/usr/local/apache/common-local/php-1.24wmf19/extensions/Flow/includes/View.php(129):
Flow\Block\TopicBlock->renderAPI(Object(Flow\Templating), Array)
#1
/usr/local/apache/common-local/php-1.24wmf19/extensions/Flow/includes/Actions/Action.php(88):
Flow\View->show(Object(Flow\WorkflowLoader), 'view')
#2
/usr/local/apache/common-local/php-1.24wmf19/extensions/Flow/includes/Actions/Action.php(35):
Flow\Actions\FlowAction->showForAction('view')
#3 /usr/local/apache/common-local/php-1.24wmf19/includes/MediaWiki.php(439):
Flow\Actions\FlowAction->show()
#4 /usr/local/apache/common-local/php-1.24wmf19/includes/MediaWiki.php(307):
MediaWiki->performAction(Object(Article), Object(Title))
#5 /usr/local/apache/common-local/php-1.24wmf19/includes/MediaWiki.php(609):
MediaWiki->performRequest()
#6 /usr/local/apache/common-local/php-1.24wmf19/includes/MediaWiki.php(460):
MediaWiki->main()
#7 /usr/local/apache/common-local/php-1.24wmf19/index.php(46): MediaWiki->run()
#8 /usr/local/apache/common-local/w/index.php(3): require('/usr/local/apac...')
#9 {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 70692] New: fatal exception if insufficient permission to access content

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

Bug ID: 70692
   Summary: fatal exception if insufficient permission to access
content
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dz...@wikimedia.org
CC: dh...@wikimedia.org, ebernhard...@wikimedia.org,
mpinc...@wikimedia.org, pandiculat...@gmail.com,
sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

on a https://en.wikipedia.org/wiki/Topic:S23kgr0jal6zroqo 

i get this:

--

Error

Insufficient permission to access the content.

Return to Main Page.
[d9c5180c] 2014-09-10 23:06:33: Fatal exception of type
Flow\Exception\PermissionException

--

it's not about the "insufficient permission" part, that is legit,
but the fatal exception that comes with it.

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


[Bug 70578] VisualEditor: [Regression pre-wmf21] In Safari, Cannot enter any input in any dialog and VE gets unresponsive after trying to do that

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
Web browser|--- |Apple Safari
   Target Milestone|--- |VE-deploy-2014-09-11
Summary|VisualEditor:[Regression|VisualEditor: [Regression
   |pre-wmf21] In Safari,   |pre-wmf21] In Safari,
   |Cannot enter any input in   |Cannot enter any input in
   |any dialog and VE gets  |any dialog and VE gets
   |unresponsive after trying   |unresponsive after trying
   |to do that  |to do that
   Severity|normal  |major

-- 
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 70640] Disable "Re-use" button under Cite tools when there's nothing to re-use

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

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 70640] Disable "Re-use" button under Cite tools when there's nothing to re-use

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

--- Comment #1 from Gerrit Notification Bot  ---
Change 159628 had a related patch set uploaded by Alex Monk:
Disable re-use citation tool if there are no references in the document

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

-- 
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 67596] PHP Fatal error: Cannot use object of type stdClass as array in MobileFrontend.hooks.php on line 304

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

--- Comment #13 from Gerrit Notification Bot  ---
Change 159542 merged by MaxSem:
Don't cast SpecialPageFactory::$list to an object

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

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


[Bug 70691] VisualEditor: ContextItemWidget's "edit" label should be a sibling of the description

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

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


  1   2   3   4   >