r11981 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11980‎ | r11981 | r11982 >
Date:20:47, 5 December 2005
Author:hashar
Status:old
Tags:
Comment:
Backport from HEAD: make it a bit cleared: users should not modify the file
Modified paths:
  • /branches/REL1_5/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_5/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_5/phase3/includes/DefaultSettings.php
@@ -1,9 +1,12 @@
22 <?php
33 /**
4 - * DO NOT EDIT THIS FILE!
54 *
6 - * To customize your installation, edit "LocalSettings.php".
 5+ * DO NOT EVER EDIT THIS FILE!
76 *
 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+ *
811 * Note that since all these string interpolations are expanded
912 * before LocalSettings is included, if you localize something
1013 * like $wgScriptPath, you must also localize everything that
Index: branches/REL1_5/phase3/RELEASE-NOTES
@@ -937,8 +937,8 @@
938938 * (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
939939 * (bug 4035) Fix prev/next revision links on edit page
940940 * (bug 4165) Correct validation for user language selection (data taint)
 941+* Clearer message in DefaultSettings.php: edit LocalSettings.php instead
941942
942 -
943943 === Caveats ===
944944
945945 Some output, particularly involving user-supplied inline HTML, may not

Status & tagging log