r73177 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73176‎ | r73177 | r73178 >
Date:23:19, 16 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Updated README to reflect changes being made
Modified paths:
  • /trunk/extensions/UsabilityInitiative/README (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/README
@@ -1,35 +1,10 @@
 2+# Looking for WikiEditor or Vector extensions? They've been moved to extensions/WikiEditor and extensions/Vector
 3+# respectively. These remaining extensions have been ported to be compatible with 1.17. For 1.16 compatible versions
 4+# (which are no longer under active development but can be used to fixing bugs on existing deployments) please see the
 5+# branches/usability-initiative-1_16/ branch.
 6+
27 # Some lines to add to LocalSettings.php to get these extensions up and running:
38
4 -# Vector enhancements (CollapsibleTabs, SimpleSearch, EditWarning)
5 -require_once( "$IP/extensions/UsabilityInitiative/Vector/Vector.php" );
6 -
7 -# Vector enhancements config
8 -# global: Enabled for everyone, users can't disable in preferences (FIXME this behavior should change)
9 -# user: Disabled by default, users can enable in preferences
10 -# Shown values are defaults
11 -$wgVectorModules = array(
12 - 'collapsibletabs' => array( 'global' => true, 'user' => false ), // Doesn't have a user pref
13 - 'editwarning' => array( 'global' => false, 'user' => true ),
14 - 'simplesearch' => array( 'global' => true, 'user' => false ), // Doesn't have a user pref
15 -);
16 -# To really enable SimpleSearch (FIXME)
17 -$wgVectorUseSimpleSearch = true;
18 -
19 -# WikiEditor (Toolbar, Toc, Preview, Highlight)
20 -require_once( "$IP/extensions/UsabilityInitiative/WikiEditor/WikiEditor.php" );
21 -
22 -# WikiEditor config
23 -$wgWikiEditorModules = array(
24 - 'highlight' => array( 'global' => false, 'user' => true ),
25 - 'preview' => array( 'global' => false, 'user' => true ),
26 - 'toc' => array( 'global' => false, 'user' => true ),
27 - 'toolbar' => array( 'global' => false, 'user' => true ),
28 -);
29 -
30 -# To enable something by default but still allow users to disable it in preferences, use something like:
31 -# FIXME this should be done more cleanly, see also above
32 -#$wgDefaultUserOptions['usenavigabletoc'] = 1;
33 -
349 # A system for making it easy for users to opt-in and out of a beta, in this
3510 # case using vector as their skin and the enhanced toolbar
3611 # NOTE: This extension may not be very useful for non-WMF wikis

Status & tagging log