From: Aryeh Gregor Date: Mon, 26 May 2008 00:17:25 +0000 (+0000) Subject: Yoris on IRC points out that it used to be standard practice for extensions to create... X-Git-Tag: 1.31.0-rc.0~47383 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=7572aa88a6b5b0c64767b1dbadebf22f5cb5ccc4;p=lhc%2Fweb%2Fwiklou.git Yoris on IRC points out that it used to be standard practice for extensions to create files in the includes directory, ca. two and a half years ago: mediawiki.org/w/index.php?title=Manual:Special_pages&oldid=107180#Include_page Add a note to this effect to UPGRADE. --- diff --git a/UPGRADE b/UPGRADE index f817e73831..77168ac012 100644 --- a/UPGRADE +++ b/UPGRADE @@ -47,7 +47,9 @@ 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. +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. === Perform the database upgrade ===