* (bug 4679) Work around buggy basename() function in PHP5, which breaks
[lhc/web/wiklou.git] / RELEASE-NOTES
index 6908afc..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
@@ -122,10 +124,13 @@ Installer:
        * Don't overwrite conservative permissions on the mySQL user with ALL
          permissions, if said user exists
        * Changes to some of the wording of explanations for fields
+* (bug 1734) granting db permissions failed with db usernames containg '-'
 
 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)
@@ -215,6 +220,10 @@ i18n / Languages:
 * (bug 4548) Update for Portuguese language (pt): time format
 * (bug 4530) Use consistent name for Kurdish
 * Tweak default "upload disabled" text
+* (bug 4504) Use site language for namespace name resolution
+* (bug 4510) Correct Barnes & Noble bookstore URLs
+* (bug 3991) Allow the operation of wikicode on Protect move only text
+* (bug 4267) Switch dv sd ug ks arc languages to RTL
 
 Parser:
 * (bug 2522) {{CURRENTDAY2}} now shows the current day number with two digits
@@ -279,6 +288,7 @@ Security:
   http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
 * Blocked users can no longer roll back, change the protection of, or delete/undelete pages
 * Protect against spoofing of X-Forwarded-For header
+* XSS issue : now sanitize search query input (fixed in 1.5rc3)
 
 Special Pages:
 * Rearranged Special:Movepage form to reduce confusion between destination
@@ -314,6 +324,10 @@ Special Pages:
 * (bug 4334) Add "watch" links to Special:Unwatchedpages
 * Generate target user page links in Special:Ipblocklist where appropriate (i.e. not an autoblock)
 * Generate link to talk page of the blocker in Special:Ipblocklist, move contribs. link of the target next to their name
+* (bug 2714) Backlink from special:whatlinkshere was hard set as 'existing'
+* Move parentheses out of <a> link in Special:Contributions
+* (bug 3192): properly check 'limit' parameter on Special:Contributions
+* (bug 3187) watchlist text refer to unexistent "Stop watching" action
 
 Misc.:
 * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect
@@ -518,6 +532,22 @@ fully support the editing toolbar, but was found to be too confusing.
   For typical usage this will be a light burden and should reduce confusion
   when the configuration is edited.
 * Fix $wgCacheEpoch's effect on client-side caching.
+* (bug 1122) gray out 'older revision' when viewing first article revision.
+* Clearer message in DefaultSettings.php: edit LocalSettings.php instead
+* MonoBook skin top link id changed from "contentTop" to "top" (shared with
+  name attribute)
+* (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 ===