From 43266b4005af032d7607974573b911ba491fb40e Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 19 May 2010 08:40:42 +0000 Subject: [PATCH] MDL-17376 some more upgrade info --- local/readme.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/local/readme.txt b/local/readme.txt index 3810f12c290..6d2de5c8e5d 100644 --- a/local/readme.txt +++ b/local/readme.txt @@ -184,14 +184,6 @@ Please note that not all settings are converted to admin_tree, they are mostly intended to be set directly in config.php. -1.9.x upgrade notes -------------------- -1.9.x contains basic support for local hacks placed directly into -/local/ directory. This old local API was completely removed and can -not be used any more in 2.0. All old customisations need to be -migrated to new local plugins before running of the 2.0 upgrade script. - - 2.0 pre-upgrade script ------------------- You an use /local/upgrade_pre20.php script for any code that needs to @@ -207,6 +199,15 @@ executed any more. +1.9.x upgrade notes +=============================== +1.9.x contains basic support for local hacks placed directly into +/local/ directory. This old local API was completely removed and can +not be used any more in 2.0. All old customisations need to be +migrated to new local plugins before running of the 2.0 upgrade script. + + + Other site customisation outside of "/local/" directory ===============================