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

Revision: 73482
Author:   tparscal
Date:     2010-09-21 20:26:19 +0000 (Tue, 21 Sep 2010)

Log Message:
-----------
Updated README files for former UsabilityInitiative extensions which now 
require MediaWiki 1.17

Modified Paths:
--------------
    trunk/extensions/ClickTracking/README
    trunk/extensions/PrefSwitch/README
    trunk/extensions/Vector/README
    trunk/extensions/WikiEditor/README

Modified: trunk/extensions/ClickTracking/README
===================================================================
--- trunk/extensions/ClickTracking/README       2010-09-21 20:22:04 UTC (rev 
73481)
+++ trunk/extensions/ClickTracking/README       2010-09-21 20:26:19 UTC (rev 
73482)
@@ -1,6 +1,8 @@
 # ClickTracking lets you track users' clicks on links/buttons. The current 
implementation tracks clicks on the
 # navigation bar - the WikiEditor toolbar makes use of this if present
 
+# This extension requires MediaWiki 1.17+ because it makes use of 
ResourceLoader.
+
 # Example LocalSettings.php additions
 
 
require_once("$IP/extensions/UsabilityInitiative/ClickTracking/ClickTracking.php");

Modified: trunk/extensions/PrefSwitch/README
===================================================================
--- trunk/extensions/PrefSwitch/README  2010-09-21 20:22:04 UTC (rev 73481)
+++ trunk/extensions/PrefSwitch/README  2010-09-21 20:26:19 UTC (rev 73482)
@@ -1,6 +1,8 @@
 # PrefSwitch provides a way to make it easier for users to turn a set of 
options on and off, as well as fill out an
 # optional survey when they are turning them off.
 
+# This extension requires MediaWiki 1.17+ because it makes use of 
ResourceLoader.
+
 # Format for $wgPrefSwitchPrefs
 
 array(

Modified: trunk/extensions/Vector/README
===================================================================
--- trunk/extensions/Vector/README      2010-09-21 20:22:04 UTC (rev 73481)
+++ trunk/extensions/Vector/README      2010-09-21 20:26:19 UTC (rev 73482)
@@ -1,10 +1,9 @@
-# Enhancements to the Vector skin
-#
-# This is a MediaWiki 1.17+ compatible version of the former 
UsabilityInitiative/Vector extension. The key differences
-# between these versions is in the usage of ResourceLoader.
-#
-# To get this working on your wiki
+# Vector provides enhancements to the Vector skin
 
+# This extension requires MediaWiki 1.17+ because it makes use of 
ResourceLoader.
+
+# Example LocalSettings.php additions
+
 require_once( "$IP/extensions/Vector/Vector.php" );
 
 # Before configuring this extension, see Vector.php and become familiar with 
the initial state and structure of the

Modified: trunk/extensions/WikiEditor/README
===================================================================
--- trunk/extensions/WikiEditor/README  2010-09-21 20:22:04 UTC (rev 73481)
+++ trunk/extensions/WikiEditor/README  2010-09-21 20:26:19 UTC (rev 73482)
@@ -1,10 +1,9 @@
-# Enhancements to the MediaWiki edit page
-#
-# This is a MediaWiki 1.17+ compatible version of the former 
UsabilityInitiative/WikiEditor extension. The key
-# differences between these versions is in the usage of ResourceLoader.
-# 
-# To get this working on your wiki
+# WikiEditor provides enhancements to the MediaWiki edit page
 
+# This extension requires MediaWiki 1.17+ because it makes use of 
ResourceLoader.
+
+# Example LocalSettings.php additions
+
 require_once( "$IP/extensions/WikiEditor/WikiEditor.php" );
 
 # Before configuring this extension, see MediaWiki.php and become familiar 
with the initial state and structure of the



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to