Last modified: 2012-03-17 08:53:48 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T31834, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29834 - Enable Extension:ArticleFeedback on Hindi Wikipedia
Enable Extension:ArticleFeedback on Hindi Wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Extension setup (Other open bugs)
unspecified
All All
: Unprioritized enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on: 30426
Blocks: 29823
  Show dependency treegraph
 
Reported: 2011-07-12 11:57 UTC by Vaibhav Jain
Modified: 2012-03-17 08:53 UTC (History)
8 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Vaibhav Jain 2011-07-12 11:57:50 UTC
Please enable Extension:ReaderFeedback on Hindi Wikipedia. The local consensus is here:
http://hi.wikipedia.org/wiki/विकिपीडिया:New_Extension
Comment 1 Sam Reed (reedy) 2011-07-12 19:06:56 UTC
ReaderFeedback isn't being actively installed on WMF wikis now. ArticleFeedback is somewhat it's replacement, but that isn't being installed anywhere new at the moment
Comment 2 p858snake 2011-07-13 05:06:36 UTC
Unless there are major issues with one of these extenstions it should not delay it being rolled out when there is local consenus.

Preferablly AF since it is replacing RF but either would work since we are running RF in places.
Comment 3 Mayur 2011-07-13 09:37:16 UTC
BTW this extension is installed on en wiki as per http://en.wikipedia.org/wiki/Special:Version
Comment 4 Mayur 2011-07-14 17:59:04 UTC
As per InitialiseSettings.php file, 

# FEEDBACK @{
'wmgUseReaderFeedback' => array(
    // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    // Setting this requires some extra tables
    // Install extensions/ReaderFeedback/ReaderFeedback.sql
    // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    'default'            => false,
    'en_labswikimedia'        => true,
    'enwikibooks'            => true,
    'enwikinews'            => true,
    'huwiki'            => true,
    'ptwikibooks'            => true,
    'readerfeedback_labswikimedia'    => true,
    'ruwikinews'            => true,
        'strategyappswiki'        => true,
    'strategywiki'            => true,
    'testwiki'            => true,
    'trwikinews'            => true,
),


this exetension is enabled in many wikis, then why it is being not installes in hi wiki.I see no issue to install this extension.
Comment 5 Roan Kattouw 2011-07-15 00:59:55 UTC
(In reply to comment #4)
> this exetension is enabled in many wikis, then why it is being not installes in
> hi wiki.I see no issue to install this extension.
Because it's old and obsolete, and we developed another extension to replace it (sort of).
Comment 6 Mayur 2011-07-15 07:20:52 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > this exetension is enabled in many wikis, then why it is being not installes in
> > hi wiki.I see no issue to install this extension.
> Because it's old and obsolete, and we developed another extension to replace it
> (sort of).

As soon as the new version is available we may go for it as per community consensus, As of now I think this extension can be installed if there are no security and other risky concerns with it.Regards
Comment 7 Brandon Harris 2011-07-15 19:08:19 UTC
We will not be deploying Reader Feedback on any wikis.  It is no longer being actively maintained and has been replaced by Article Feedback.
Comment 8 Helder 2011-07-15 19:15:32 UTC
(In reply to comment #7)
> We will not be deploying Reader Feedback on any wikis.  It is no longer being
> actively maintained and has been replaced by Article Feedback.

On the other hand, WMF isn't planning to deploy Article Feedback either:
* [[Thread:Talk:Article feedback/Next steps on AFT/reply (3)]]
* Bug 28081
So, what other options do we have?
Comment 10 Vaibhav Jain 2011-07-26 13:41:37 UTC
Please upload any version or option available, as this extension is a great asset for hi wiki.
Comment 11 Mayur 2011-07-26 18:27:12 UTC
i think this extension can also be enabled for Hindi Wiki because it is already deployed on en and test wiki.
Comment 12 Sam Reed (reedy) 2011-07-26 18:37:14 UTC
(In reply to comment #11)
> i think this extension can also be enabled for Hindi Wiki because it is already
> deployed on en and test wiki.

Unfortunately it doesn't actually work like that

(In reply to comment #9)
> (In reply to comment #8)
> > * [[Thread:Talk:Article feedback/Next steps on AFT/reply (3)]]
> I mean: [[mw:Thread:Talk:Article feedback/Next steps on AFT/reply (3)]]

^ this is sort of where I'm standing on it. I'll try and speak to Alolita and work out what the "consensus"/rules for enabling it...
Comment 13 Sam Reed (reedy) 2011-07-26 20:32:32 UTC
Per the wikilove bug, this needs localising at TranslateWiki before it can be enabled (for starters)

-shell for the moment
Comment 14 Mark A. Hershberger 2011-07-26 20:37:20 UTC
Also, the team that is developing this is probably going to hold off on further deployments until after Wikimania, so it won't be deployed for another week or two at least.
Comment 15 Sam Reed (reedy) 2011-08-17 18:52:33 UTC
Need to know what categories you want it enabling for
Comment 16 Mayur 2011-08-17 19:32:27 UTC
(In reply to comment #15)
> Need to know what categories you want it enabling for

Ok, I am giving config for this

'wmgArticleFeedbackCategories' => array(
    'hiwiki' => array( 'गुणवत्ता आकलन अतिरिक्त लेख', 'गुणवत्ता आकलन', 'आकलन' ),
),

'wgArticleFeedbackBlacklistCategories' = array( 'आकलन रहित लेख' ),

),

'wmgArticleFeedbackLotteryOdds' => array(
    'hiwiki' => 100,
),
'wmgArticleFeedbackDashboard' => array(
    'hiwiki' => true,
),

wgArticleFeedbackNamespaces = array( NS_MAIN, NS_HELP, NS_PROJECT, NS_PORTAL )
    'hiwiki' => true,
), 


Regards
Mayur
Comment 17 Sam Reed (reedy) 2011-08-17 19:58:58 UTC
Can you also please finish localisation of ArticleFeedback over at Translatewiki?

Thanks!
Comment 18 Mayur 2011-08-18 13:53:01 UTC
(In reply to comment #17)
> Can you also please finish localisation of ArticleFeedback over at
> Translatewiki?
> 
> Thanks!

Yes, Localisation on translate wiki has been 100% completed and done.Now plz enable the extension as per config mentioned below.

Thanks & Regards
Comment 19 Sam Reed (reedy) 2011-08-18 15:28:01 UTC
(In reply to comment #18)
> (In reply to comment #17)
> > Can you also please finish localisation of ArticleFeedback over at
> > Translatewiki?
> > 
> > Thanks!
> 
> Yes, Localisation on translate wiki has been 100% completed and done.Now plz
> enable the extension as per config mentioned below.
> 
> Thanks & Regards

This doesn't seem to be the case, only 8 messages show as being translated

http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=reviewall&group=ext-articlefeedback&language=hi&limit=100

86 are untranslated

http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=untranslated&group=ext-articlefeedback&language=hi&limit=100
Comment 20 Mayur 2011-08-18 15:39:14 UTC
(In reply to comment #19)
> (In reply to comment #18)
> > (In reply to comment #17)
> > > Can you also please finish localisation of ArticleFeedback over at
> > > Translatewiki?
> > > 
> > > Thanks!
> > 
> > Yes, Localisation on translate wiki has been 100% completed and done.Now plz
> > enable the extension as per config mentioned below.
> > 
> > Thanks & Regards
> 
> This doesn't seem to be the case, only 8 messages show as being translated
> 
> http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=reviewall&group=ext-articlefeedback&language=hi&limit=100
> 
> 86 are untranslated
> 
> http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=untranslated&group=ext-articlefeedback&language=hi&limit=100

Shit, we translated reader feedback extension.We shall translate article feedback ASAP.

Thank you
Comment 21 Mayur 2011-08-18 16:12:30 UTC
(In reply to comment #19)
> (In reply to comment #18)
> > (In reply to comment #17)
> > > Can you also please finish localisation of ArticleFeedback over at
> > > Translatewiki?
> > > 
> > > Thanks!
> > 
> > Yes, Localisation on translate wiki has been 100% completed and done.Now plz
> > enable the extension as per config mentioned below.
> > 
> > Thanks & Regards
> 
> This doesn't seem to be the case, only 8 messages show as being translated
> 
> http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=reviewall&group=ext-articlefeedback&language=hi&limit=100
> 
> 86 are untranslated
> 
> http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=untranslated&group=ext-articlefeedback&language=hi&limit=100

Nearly All messages has been translated now for Article feedback too, now you can proceed further.

Regards
Comment 22 Vaibhav Jain 2011-08-18 17:08:27 UTC
(In reply to comment #19)
> > > Can you also please finish localisation of ArticleFeedback over at
> > > Translatewiki?
> > > 
> > > Thanks!
> > 
> > Yes, Localisation on translate wiki has been 100% completed and done.Now plz
> > enable the extension as per config mentioned below.
> > 
> > Thanks & Regards
> 
> This doesn't seem to be the case, only 8 messages show as being translated
> 
> http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=reviewall&group=ext-articlefeedback&language=hi&limit=100
> 
> 86 are untranslated
> 
> http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=untranslated&group=ext-articlefeedback&language=hi&limit=100

All messages are translated now.
Comment 23 Sam Reed (reedy) 2011-08-18 17:12:29 UTC
(In reply to comment #22)
> 
> All messages are translated now.

Confirmed. I'll do it later tonight after they've been exported
Comment 24 Vaibhav Jain 2011-08-18 17:13:34 UTC
(In reply to comment #23)
> 
> Confirmed. I'll do it later tonight after they've been exported

Thanks.
Comment 25 Sam Reed (reedy) 2011-08-19 00:43:42 UTC
(In reply to comment #24)
> (In reply to comment #23)
> > 
> > Confirmed. I'll do it later tonight after they've been exported
> 
> Thanks.

Not so much of a rush, but the ClickTracking extension, and the SimpleSurvey extensions are dependancies of ArticleFeedback

I'd highly recommend translating these on TranslateWiki soon! :)
Comment 26 Vaibhav Jain 2011-08-19 12:55:16 UTC
Done. SimpleSurvey is not available, kindly give the link. Thanks.
Comment 27 Sam Reed (reedy) 2011-08-19 13:17:13 UTC
(In reply to comment #26)
> Done. SimpleSurvey is not available, kindly give the link. Thanks.

Ignore SimpleSurvey then. Sorry

Done now, after taking the site down...
Comment 28 Mayur 2011-08-19 16:06:52 UTC
As usal we faced some problems, 'wgArticleFeedbackBlacklistCategories' = array( 'आकलन रहित लेख' ), is not working.I think hindi names are not working.So we want to make some corrections-

plz make following changes

'wmgArticleFeedbackCategories' => array(
    'hiwiki' => array( 'गुणवत्ता आकलन अतिरिक्त लेख', 'गुणवत्ता आकलन', 'आकलन', 'Article Feedback Pilot', 'Article Feedback', 'Article Feedback Additional Articles' ),
),

'wgArticleFeedbackBlacklistCategories' = array( 'No Feedback', 'आकलन रहित लेख' ),
),

wgArticleFeedbackNamespaces = array( NS_MAIN, NS_PORTAL )
    'hiwiki' => true,
), 


Thank you
Comment 29 Sam Reed (reedy) 2011-08-20 11:47:23 UTC
Done
Comment 30 Vaibhav Jain 2011-08-20 11:52:13 UTC
Thanks.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links