Page MenuHomePhabricator

Default to ON for ('proofreadpage-showheaders') @sv.wikisource
Closed, ResolvedPublic

Description

Author: la.vallen

Description:
In "Special:Preferences#mw-prefsection-editing"
the box "Show header and footer fields when editing in the Page namespace" is now OFF by default. In 1.19 (and before) this was set to ON by an edit in MediaWiki:Common.js, (see http://sv.wikisource.org/w/index.php?title=MediaWiki:Common.js&curid=9813&diff=170855&oldid=147882) but that solution does not work any longer.

Can you set this box ON for default users again?

Community talk see: "s:sv:Wikisource:Mötesplatsen#MediaWiki_1.20"


Version: wmf-deployment
Severity: enhancement
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=36094

Details

Reference
bz36141

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:26 AM
bzimport set Reference to bz36141.
bzimport added a subscriber: Unknown Object (MLST).

Indeed, that variable doesn't seem to exist in trunk.

Also, the preference is 'proofreadpage-showheaders'

(removing target milestone of 1.20wmf1, 1.20wmf1 has been deployed already)

elseif ( $wgDBname == 'enwikisource' || $wgDBname == 'svwikisource' ) {
$wgDefaultUserOptions['proofreadpage-showheaders'] = 1;
}