http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86704

Revision: 86704
Author:   janpaul123
Date:     2011-04-22 12:24:24 +0000 (Fri, 22 Apr 2011)
Log Message:
-----------
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: trunk/extensions/WikiEditor/WikiEditor.php
===================================================================
--- trunk/extensions/WikiEditor/WikiEditor.php  2011-04-22 12:10:18 UTC (rev 
86703)
+++ trunk/extensions/WikiEditor/WikiEditor.php  2011-04-22 12:24:24 UTC (rev 
86704)
@@ -24,7 +24,7 @@
        // Provides interactive tools
        'dialogs' => array( 'global' => false, 'user' => true ),
        // Hide signature button from main namespace
-       'hidesig' => array( 'global' => false, 'user' => false ),
+       'hidesig' => array( 'global' => true, 'user' => false ),
        
        /* Textarea / i-frame compatible, but still experimental and unstable 
(do not deploy!) */
        


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to