* URL_PROTOCOLS => $wgUrlProtcols
[lhc/web/wiklou.git] / RELEASE-NOTES
index 41c6332..7c1903a 100644 (file)
@@ -153,10 +153,6 @@ External hooks:
   application is included. This may not be on by default in final release,
   depending on support.
 
-Sortable tables:
-  Since beta4 you can have a client-side sortable table. To make a table
-  sortable use class="sortable" and give it a uniq id ( id="foo" ).
-
 And...
   A bunch of stuff we forgot to mention.
 
@@ -581,6 +577,16 @@ of MediaWiki:Newpagetext) to &action=edit, if page is new.
 * (bug 2001) Implement client-side sorting of table fields with JavaScript
 * Undo inconsistent editing behavior change
 * (bug 2835) Back out fix for bug 2802, caused regressions in category sort
+* (bug 2866) Revert experimental, non-cross-platform sortable table hack
+* PHP 4.1.2 compatibility fix: define floatval() equivalent if missing
+* (bug 2901) Number format for Catalan
+* Special:Allpages performance hacks: index memcached caching, removed
+  inverse checkbox, use friendlier relative offsets in index build
+* Bring back "Chick" skin for mobile devices. It needs testing.
+* Fix spelling of $wgForwardSearchUrl in DefaultSettings.php
+* Specify USE INDEX on Allpages chunk queries, sometimes gets lost
+  due to bogus optimization
+* (bug 275) Section duplication fix
 
 
 === Caveats ===