r86704 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86703‎ | r86704 | r86705 >
Date:12:24, 22 April 2011
Author:janpaul123
Status:ok
Tags:
Comment:
The hiding of signature button in the WikiEditor for the main namespace is now actually defaults to true, as intended in my previous commit (r86703)
Modified paths:
  • /trunk/extensions/WikiEditor/WikiEditor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/WikiEditor.php
@@ -24,7 +24,7 @@
2525 // Provides interactive tools
2626 'dialogs' => array( 'global' => false, 'user' => true ),
2727 // Hide signature button from main namespace
28 - 'hidesig' => array( 'global' => false, 'user' => false ),
 28+ 'hidesig' => array( 'global' => true, 'user' => false ),
2929
3030 /* Textarea / i-frame compatible, but still experimental and unstable (do not deploy!) */
3131

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86703Fixes bug 28149 (but with default to true)janpaul12312:10, 22 April 2011

Status & tagging log