http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84483
Revision: 84483
Author: tparscal
Date: 2011-03-21 20:48:17 +0000 (Mon, 21 Mar 2011)
Log Message:
-----------
Added notice about which modules are experimental.
Modified Paths:
--------------
trunk/extensions/WikiEditor/WikiEditor.php
Modified: trunk/extensions/WikiEditor/WikiEditor.php
===================================================================
--- trunk/extensions/WikiEditor/WikiEditor.php 2011-03-21 20:46:05 UTC (rev
84482)
+++ trunk/extensions/WikiEditor/WikiEditor.php 2011-03-21 20:48:17 UTC (rev
84483)
@@ -18,11 +18,14 @@
// Each module may be configured individually to be globally on/off or user
preference based
$wgWikiEditorFeatures = array(
- /* Textarea / i-frame compatible (probably deployable) */
+ /* Textarea / i-frame compatible (OK to deploy) */
'toolbar' => array( 'global' => false, 'user' => true ),
// Provides interactive tools
'dialogs' => array( 'global' => false, 'user' => true ),
+
+ /* Textarea / i-frame compatible, but still experimental and unstable
(do not deploy!) */
+
// Adds a tab for previewing in-line
'preview' => array( 'global' => false, 'user' => true ),
// Adds a button for previewing in a dialog
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs