Page MenuHomePhabricator

Install ArticleFeedback on Portuguese Wikipedia (ptwiki)
Closed, ResolvedPublic

Description

The community from Portuguese Wikipedia wants activating the ArticleFeedback extension (see URL above).

Please, let us know what steps/information would be required to setup the extension on that wikiproject.

PS: See also comment from Bawolff on Bug 27695.


Version: unspecified
Severity: enhancement
URL: http://pt.wikipedia.org/wiki/Wikip%C3%A9dia:Esplanada/geral/Feedback_%282dez2010%29

Details

Reference
bz28081

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:35 PM
bzimport set Reference to bz28081.
bzimport added a subscriber: Unknown Object (MLST).

Need to know what articles/categories you want it enabling for too

(In reply to comment #1)

Need to know what articles/categories you want it enabling for too

According to recent comments[1] it could be enabled for articles on
[[pt:Category:!Páginas que podem ser avaliadas pelos leitores]]
(currently empty, but the community will add articles to it as needed)

Could it be deployed?

[1] https://secure.wikimedia.org/wikipedia/pt/w/index.php?diff=25428051&oldid=25417085

Just out of curiosity, why is this being marked as LATER, even having consensus for the installation of the extension on Portuguese wiki?

ArticleFeedback is still in beta. From what I understand it will not be enabled on other wikis untill it's course, functioning and goal is more permanently defined.

As soon as the tool is in a more permanent state it will be finalized to be more friendly in internationalization, wiki-independent and right-to-left compatible. Right now it is very much oriënted and developed for the English language as used on the English Wikipedia.

Reopening as we are dealing with these as standard site requests now.

(In reply to comment #2)

(In reply to comment #1)

Need to know what articles/categories you want it enabling for too

According to recent comments[1] it could be enabled for articles on
[[pt:Category:!Páginas que podem ser avaliadas pelos leitores]]
(currently empty, but the community will add articles to it as needed)

Could it be deployed?

[1]
https://secure.wikimedia.org/wikipedia/pt/w/index.php?diff=25428051&oldid=25417085

I have now done the prep work for installing ArticleFeedback on ptwiki

Do you want to use that category? If so, can you create it etc now please?

(In reply to comment #6)

Do you want to use that category? If so, can you create it etc now please?

Yep!

Could you enable the extension on "Main", "Help" and "Anexo" namespaces so that the only rateable pages are those from
[[pt:Category:!Páginas que podem ser avaliadas pelos leitores]]
?

Per [[mw:Extension:ArticleFeedback#Configuration]], I think the necessary configuration will be the following:

$wgArticleFeedbackNamespaces = array( NS_MAIN, NS_HELP, 102 /* Anexo */ );
$wgArticleFeedbackCategories = array( '!Páginas_que_podem_ser_avaliadas_pelos_leitores' );
$wgArticleFeedbackLotteryOdds = 0; // Only categorized pages for now
$wgArticleFeedbackDashboard = true;