* (bug 4679) Work around buggy basename() function in PHP5, which breaks
[lhc/web/wiklou.git] / RELEASE-NOTES
index 5bfcd0f..0269e16 100644 (file)
@@ -62,6 +62,8 @@ Database:
   * More accurate list of used templates on the edit page
   * More reliable cache invalidation when templates outside the template
     namespace are changed
+* Respect database prefix in dumpHTML.inc
+* Removed read-only check from Database::query()
 
 Documentation:
 * (bug 3306) Document $wgLocalTZoffset
@@ -127,6 +129,8 @@ Installer:
 Maintenance:
 * Fix problem reported on mailing list where re-initialising stats didn't work (can't insert
   duplicate rows with the same id field)
+* Added --conf option to command line scripts, allowing the user to specify a 
+  different LocalSettings.php.
 
 i18n / Languages:
 * Partial support for Basque language (from wikipedia and meta)
@@ -535,6 +539,15 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 3350) Missing label for move talk page checkbox.
 * (bug 2108) Sort entries when using category browser
 * (bug 2393) Fix MIME type for Atom feeds ( application/rss+atom )
+* Add ".deps.php" include-file preloaders for some dynamically-loaded
+  language and skin classes. Should help with the broken base-class
+  problem under PHP 5 with APC as opcode cache. See details:
+  http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+* Small changes to tabs in Monobook skin c/o Chris Ware
+* (bug 4679) Work around buggy basename() function in PHP5, which breaks
+  uploads of files starting with multibyte characters on Linux.
+  wfBaseName() doesn't suffer this bug, and understands backslash on
+  both Unix and Windows.
 
 
 === Caveats ===