Index: branches/REL1_5/phase3/includes/DefaultSettings.php |
— | — | @@ -1,9 +1,12 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * DO NOT EDIT THIS FILE! |
5 | 4 | * |
6 | | - * To customize your installation, edit "LocalSettings.php". |
| 5 | + * DO NOT EVER EDIT THIS FILE! |
7 | 6 | * |
| 7 | + * |
| 8 | + * To customize your installation, edit "LocalSettings.php". If you make |
| 9 | + * changes here, they will be lost on next upgrade of MediaWiki! |
| 10 | + * |
8 | 11 | * Note that since all these string interpolations are expanded |
9 | 12 | * before LocalSettings is included, if you localize something |
10 | 13 | * like $wgScriptPath, you must also localize everything that |
Index: branches/REL1_5/phase3/RELEASE-NOTES |
— | — | @@ -937,8 +937,8 @@ |
938 | 938 | * (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength |
939 | 939 | * (bug 4035) Fix prev/next revision links on edit page |
940 | 940 | * (bug 4165) Correct validation for user language selection (data taint) |
| 941 | +* Clearer message in DefaultSettings.php: edit LocalSettings.php instead |
941 | 942 | |
942 | | - |
943 | 943 | === Caveats === |
944 | 944 | |
945 | 945 | Some output, particularly involving user-supplied inline HTML, may not |