Note:
authorDomas Mituzas <midom@users.mediawiki.org>
Wed, 25 Jan 2006 21:06:30 +0000 (21:06 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Wed, 25 Jan 2006 21:06:30 +0000 (21:06 +0000)
Allow lagged external storage
Do not tidy user interface messages
Fix revision fetching query (propagate equality manually :)

RELEASE-NOTES

index a64597f..d4759ae 100644 (file)
@@ -562,6 +562,10 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 4686) Fix regression where ?diff=0&oldid=0 caused fatal error on
   pages with only one revision. Fixes message diff link on first edit.
 * Fix dependence on hardcoded UNIQ_PREFIX in LanguageConverter.php
+* Do not check lag on external storage servers
+* Do not tidy interface messages (unless full tidy is set)
+* Do not trust equality propagation and give more hints to MySQL
+  optimizer for revision fetches (avoids index scans)
 
 === Caveats ===