Last modified: 2011-04-22 12:11:44 UTC
Not all the wikis (especially those outside WMF, however Wikiversities and fishbowls/privates within WMF as well) have the policy "no signatures in main ns". Thus the hardcoded absence of the signature button is rather bad. It should be configurable somehow, while the default should be the presence and not the absence.
Created attachment 8441 [details] Fix This adds the option $wgWikiEditorFeatures['hidesig'], with 'global' => false and 'user' => false (as it's unlikely to want this as a user preference). Apply patch to trunk/extensions.
Fixed in r86703 (code review done by catrope)