*Use appropriate notarget message
[lhc/web/wiklou.git] / UPGRADE
diff --git a/UPGRADE b/UPGRADE
index 77168ac..9d0e052 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -47,9 +47,7 @@ LocalSettings.php file, AdminSettings.php file (if present), and the
 
 Depending upon your configuration, you may also need to preserve additional
 directories, including a custom upload directory ($wgUploadDirectory),
-deleted file archives, and any custom skins.  If you're using very old exten-
-sions that add files to the "includes" directory or other directories, be sure
-to back those up as well.
+deleted file archives, and any custom skins.
 
 === Perform the database upgrade ===
 
@@ -69,6 +67,11 @@ with $wgEnableUploads in later versions. When upgrading, consult the release
 notes to check for configuration changes which would alter the expected
 behaviour of MediaWiki.
 
+=== Check installed extensions ===
+In MediaWiki 1.14 some extensions are migrated into the core. Please see the
+RELEASE-NOTES section "Migrated extensions" and disable these extensions in your
+localSettings.php
+
 === Test ===
 
 It makes sense to test your wiki immediately following any kind of maintenance