Use the AutoLoader to load the AjaxDispatcher class
[lhc/web/wiklou.git] / RELEASE-NOTES
index 3fa46c5..aecca3d 100644 (file)
@@ -91,6 +91,12 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
   the footers of skins.
 * $wgFileCacheDepth can be used to set the depth of the subdirectory hierarchy
   used for the file cache. Default value is 2, which matches former behavior 
+* It's no longer necessary for LocalSettings.php to include DefaultSettings.php.
+* It's no longer necessary to set $wgCacheEpoch to the file modification time
+  of LocalSettings.php, in LocalSettings.php itself. Instead, this is done 
+  automatically if $wgInvalidateCacheOnLocalSettingsChange is true (which is 
+  the default). 
+* (bug 26253) $wgPostCommitUpdateList has been removed
 
 === New features in 1.17 ===
 * (bug 10183) Users can now add personal styles and scripts to all skins via
@@ -458,6 +464,11 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
   absolute URLs in the sitemap index (as required e.g. by Google)
 * Partial workaround for bug 6220: at least make files on shared repositories
   show up as (struck-out) bluelinks instead of redlinks on Special:WantedFiles
+* rebuildFileCache.php no longer creates inappropriate cache files for redirects
+* (bug 23119) WikiError class and subclasses are now marked as deprecated
+* (bug 18372) $wgFileExtensions will now override $wgFileBlacklist 
+* (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer treated
+  as wikitext on preview.
 
 === API changes in 1.17 ===
 * (bug 22738) Allow filtering by action type on query=logevent.
@@ -633,7 +644,7 @@ built up on MediaWiki.org, and is covered under the GNU Free Documentation
 License (except for pages that explicitly state that their contents are in
 the public domain) :
 
-  http://www.mediawiki.org/wiki/Documentation
+       http://www.mediawiki.org/wiki/Documentation
 
 
 === Mailing list ===
@@ -641,11 +652,11 @@ the public domain) :
 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
 wikitech-l list:
 
-  http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
+       http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
 
 A low-traffic announcements-only list is also available:
 
-  http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
+       http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
 
 It's highly recommended that you sign up for one of these lists if you're
 going to run a public MediaWiki, so you can be notified of security fixes.