Last modified: 2012-09-19 21:00:53 UTC
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"
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; }