Last modified: 2014-11-07 15:48:26 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 T47990, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45990 - Enable edit section link design on Commons
Enable edit section link design on Commons
Status: NEW
Product: Wikimedia
Classification: Unclassified
Extension setup (Other open bugs)
wmf-deployment
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-11 17:02 UTC by Monomium
Modified: 2014-11-07 15:48 UTC (History)
6 users (show)

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


Attachments

Description Monomium 2013-03-11 17:02:54 UTC
Could a developer turn on $wgVectorFeatures['sectioneditlinks']['global'] = true; for Commons (and maybe other wikis)? It seems like this has many benefits from the research pages at https://www.mediawiki.org/wiki/Extension:Vector/SectionEditLinks. Besides, it just looks better. Also set $wgVectorFeatures['sectioneditlinks']['user'] = true; which allows people to turn it off.
Comment 1 Sam Reed (reedy) 2013-03-12 19:26:27 UTC
	if ( $wmgVectorSectionEditLinks ) {
		$wgVectorFeatures['sectioneditlinks'] = array( 'global' => false, 'user' => true );
		$wgVectorSectionEditLinksBucketTest = true;
		$wgVectorSectionEditLinksLotteryOdds = 1;
		$wgVectorSectionEditLinksExperiment = 2;
	}



'wmgVectorSectionEditLinks' => array(
	'default' => false,
	'testwiki' => true,
),


Roan/Trevor: Any reason we can't do this?


Can we also remove wgVectorSectionEditLinksBucketTest, wgVectorSectionEditLinksLotteryOdds and wgVectorSectionEditLinksExperiment ?
Comment 2 Monomium 2013-09-05 00:16:34 UTC
Hi, is it possible to activate it?
Comment 3 Monomium 2014-05-12 00:51:54 UTC
Anyone?
Comment 4 Andre Klapper 2014-05-12 06:39:02 UTC
> Roan/Trevor: Any reason we can't do this?
Comment 5 Andre Klapper 2014-11-07 14:08:02 UTC
> Roan/Trevor: Any reason we can't do this?
Or anybody else (who?) who can answer this?
Comment 6 Glaisher 2014-11-07 15:48:26 UTC
Things like this should be discussed before being implemented. Please start a discussion at [[c:COM:VP]] or some other relevant page.

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


Navigation
Links