Page MenuHomeMiraheze

Install Extension:Contribution Scores
Closed, ResolvedPublic

Description

Review Contribution Scores

Event Timeline

WelcomeToSpamaheze claimed this task.
WelcomeToSpamaheze lowered the priority of this task from Normal to Low.
This comment was removed by revi.
revi raised the priority of this task from Low to Normal.
revi added a project: Extension-Review.
revi added subscribers: Rob_Kam, revi, Southparkfan and 4 others.

Extension:Contribution Scores is approved for install. You might want to consider setting $wgContribScoreDisableCache = true; if only because this extension isn't particularly efficient. Actually, let me rephrase that -- it uses subselects with IN ( ... ) which MySQL kind of sucks at doing. As usual for performance concerns, this won't particularly matter unless it's a larger wiki, and it might not matter at all unless it's included on a high traffic page.

labster renamed this task from Review Contribution Scores to Install Extension:Contribution Scores.May 10 2017, 22:29
labster removed labster as the assignee of this task.
labster moved this task from Backlog to Reviewed, Approved on the Extensions board.
labster subscribed.
ImBoPhil mentioned this in Unknown Object (Diffusion Commit).May 17 2017, 18:46
ImBoPhil mentioned this in Unknown Object (Diffusion Commit).May 17 2017, 18:50

#0 /srv/mediawiki/w/includes/MagicWord.php(260): MagicWord->load(string)
#1 /srv/mediawiki/w/includes/parser/Parser.php(4823): MagicWord::get(string)
#2 /srv/mediawiki/w/extensions/ContributionScores/ContributionScores.php(49): Parser->setFunctionHook(string, string)
#3 [internal function]: efContributionScores_Setup(Parser)
#4 /srv/mediawiki/w/includes/Hooks.php(195): call_user_func_array(string, array)
#5 /srv/mediawiki/w/includes/parser/Parser.php(333): Hooks::run(string, array)
#6 /srv/mediawiki/w/includes/cache/MessageCache.php(1072): Parser->firstCallInit()
#7 /srv/mediawiki/w/includes/cache/MessageCache.php(1049): MessageCache->getParser()
#8 /srv/mediawiki/w/includes/Message.php(1172): MessageCache->transform(string, boolean, Language, NULL)
#9 /srv/mediawiki/w/includes/Message.php(833): Message->transformText(string)
#10 /srv/mediawiki/w/includes/Message.php(902): Message->toString()
#11 /srv/mediawiki/w/includes/user/User.php(869): Message->text()
#12 /srv/mediawiki/w/includes/user/User.php(1081): User::isUsableName(string)
#13 /srv/mediawiki/w/includes/auth/TemporaryPasswordPrimaryAuthenticationProvider.php(163): User::getCanonicalName(string, string)
#14 /srv/mediawiki/w/includes/auth/AuthManager.php(788): MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider->testUserCanAuthenticate(string)
#15 /srv/mediawiki/w/includes/user/User.php(683): MediaWiki\Auth\AuthManager->userCanAuthenticate(string)
#16 /srv/mediawiki/w/extensions/Flow/includes/TalkpageManager.php(250): User::newSystemUser(string, array)
#17 /srv/mediawiki/w/extensions/Flow/includes/Conversion/Utils.php(448): Flow\TalkpageManager->getTalkpageManager()
#18 /srv/mediawiki/w/extensions/Flow/includes/Conversion/Utils.php(304): Flow\Conversion\Utils::generateForwardedCookieForCli()
#19 /srv/mediawiki/w/extensions/Flow/includes/Conversion/Utils.php(243): Flow\Conversion\Utils::getVRSObject()
#20 /srv/mediawiki/w/extensions/Flow/includes/Conversion/Utils.php(219): Flow\Conversion\Utils::getServiceClient()
#21 /srv/mediawiki/w/extensions/Flow/Hooks.php(142): Flow\Conversion\Utils::isParsoidConfigured()
#22 [internal function]: FlowHooks::initFlowExtension()
#23 /srv/mediawiki/w/includes/Setup.php(850): call_user_func(string)
#24 /srv/mediawiki/w/maintenance/doMaintenance.php(98): require_once(string)
#25 /srv/mediawiki/w/maintenance/rebuildLocalisationCache.php(181): require_once(string)
#26 {main}

It doesn't seem to work...

Reception123 changed the task status from Open to Stalled.Aug 22 2017, 14:38
Reception123 lowered the priority of this task from Normal to Low.
Reception123 edited projects, added Upstream; removed Extensions, Extension-Review.

Looks like this is something to do with Flow, filling an upstream task.

John claimed this task.