Page MenuHomePhabricator

enable PageTriage in test2wiki environment
Closed, InvalidPublic

Description

For the purposes of creating an automated cross browser test, it would be good to have a fully functional PageTriage feature enabled in at least one test environment.

On test2wiki:

With proper permissions, on page http://test2.wikipedia.org/wiki/Special:NewPagesFeed, click to Review an article.

Resulting page has no "Curate this article" link under Toolbox, so curation toolbar may not be invoked at all.

On beta labs:

http://en.wikipedia.beta.wmflabs.org/wiki/Special:NewPagesFeed is missing graphics. Click through to reviewable page and review toolbar is missing graphics and messages. Also on beta there is no 'Curate this article' link, but curation toolbar appears automatically, which is not the case in production.


Version: unspecified
Severity: enhancement

Details

Reference
bz43203

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 12:52 AM
bzimport set Reference to bz43203.
bzimport added a subscriber: Unknown Object (MLST).

Ryan / Fabrice: Is something specific needed to help making this happen?

[Moving to "Wikimedia" as this is not about the "PageTriage" codebase itself but about server deployment / configuration.]

This is actually two bug. test2wiki part is a site request in production. On beta the image issue is entirely different and I have split it to bug 43692.

I also note that pagetriage is enabled on test2wiki - see https://test2.wikipedia.org/wiki/Special:Version

'wmgEnablePageTriage' => array(

'default' => false,
'testwiki' => true,
'test2wiki' => true,
'enwiki' => true,

),
'wmgPageTriageEnableCurationToolbar' => array(

'default' => false,
'testwiki' => true,
'test2wiki' => true,
'enwiki' => true,

),

^ To me, it's both installed, and configured...

(In reply to comment #0)

With proper permissions, on http://test2.wikipedia.org

I guess I'm missing these (no "Review an article" for me), so I cannot try.

http://test2.wikipedia.org/wiki/Special:NewPagesFeed, click to Review an
article. Resulting page has no "Curate this article" link under Toolbox,
so curation toolbar may not be invoked at all.

As Reedy says that it's installed and configured on test2.wp I'd love to see a confirmation for PageTriage not working on test2.wp (obviously by somebody who has permissions).

In the course of giving Andre adequate user rights on test2, I had the Curation Toolbar show up on the page http://test2.wikipedia.org/wiki/User:AKlapper_(WMF)

However, the Curation Toolbar does not appear on any article pages after clicking Review from http://test2.wikipedia.org/wiki/Special:NewPagesFeed as far as I can tell.

Some sort of namespace issue here?

Same outcome here as Chris in comment 5 - Firefox 17.0.1.

JS console said:

HTTPS Everywhere: Redirection loop trying to set HTTPS on:
http://test2.wikipedia.org/w/api.php?action=pagetriagelist&format=json&timestamp=1357832792486&page_id=4638

(falling back to HTTP)

but also after disabling "HTTPS Everywhere" no difference.