aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.23
diff options
context:
space:
mode:
authorChad Horohoe <chadh@wikimedia.org>2014-01-29 15:08:19 -0800
committerChad Horohoe <chadh@wikimedia.org>2014-01-29 15:09:33 -0800
commit4d6dad7100c346ec88dfd899e6da0c9a8db92bb7 (patch)
treedb494c40367124d9bfa736522e05aba3c18c4e35 /RELEASE-NOTES-1.23
parent96b678e110f90237d66eb095fa6cf223524d7ff4 (diff)
downloadmediawikicore-4d6dad7100c346ec88dfd899e6da0c9a8db92bb7.tar.gz
mediawikicore-4d6dad7100c346ec88dfd899e6da0c9a8db92bb7.zip
Remove vestiges of AdminSettings.php
This has been deprecated and mostly unused for quite some time. Remove the few remaining uses that exist. Change-Id: I522ef138d291cf7567250fef1de34bb41673bc6c
Diffstat (limited to 'RELEASE-NOTES-1.23')
-rw-r--r--RELEASE-NOTES-1.232
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23
index 528c4016e694..cd602a1d5861 100644
--- a/RELEASE-NOTES-1.23
+++ b/RELEASE-NOTES-1.23
@@ -32,6 +32,8 @@ production.
the system message 'emailsender' should be modified (default: "{{SITENAME}}").
* $wgDBAhandler was removed as the only class using it was also removed
* The 'max threads' setting was removed from $wgDBservers.
+* Support for AdminSettings.php has been completely removed. All configuration
+ belongs in LocalSettings.php.
=== New features in 1.23 ===
* ResourceLoader can utilize the Web Storage API to cache modules client-side.