* Support named arguments to wfMsg* like wfMsg( 'msg', array( 'foo' => 'bar' ) )
[lhc/web/wiklou.git] / RELEASE-NOTES
index 8dd1d55..ac5112e 100644 (file)
@@ -9,6 +9,7 @@ Misc work going on.....
 
 Big things to note:
 * MySQL 3.23.x is no longer supported.
+* PHP 4.1/4.2 is no longer supported.
 
 
 == Changes since 1.5 ==
@@ -209,6 +210,48 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 2392) Fix Atom items content type, upgrade to Atom 1.0
 * Allow $wgFeedCacheTimeout of 0 to disable feed caching
 * Fix WebRequest::getRequestURL() to strip off the host bits squid prepends
+* Require POST for action=purge, to stop bots from purging the cache
+* (bug 3817) Use localized date formats in preferences; 'no preference' option
+  localizable as 'datedefault' message. Tweaked lots of languages files...
+* Added local message cache feature ($wgLocalMessageCache), to reduce bandwidth
+  requirements to the memcached server.
+* Forbid usernames that can be interpreted as titles with namespaces, as that
+  leads to hard-to-manage names.
+* (bug 2721) Regression: Use European number separators for vi: wikis
+* Allow parser cache on redirect targets
+* (bug 3562) for go search, try Caps-Variants-Broken-At-Non-Whitespace
+* (bug 2569) Use PATH_SEPARATOR instead of trying to guess based on
+  DIRECTORY_SEPARATOR (was wrong on NetWare)
+* Require PHP 4.3.2 or higher strictly now.
+* Run wikitext-escaping on plaintext sigs (no wiki markup, just name)
+* Check for unbalanced HTML tags on raw sigs (markup allowed, but show
+  a warning in prefs and use default sig if not balanced)
+* (bug 2740) Accept image deletions on 'enter' submit from MSIE
+* (bug 3939) Don't try to load text for interwiki redirect target
+* Respect <noinclude> and <includeonly> during {{subst:}} expansion as well as
+  ordinary templates.
+* (bug 3948) Avoid notice warning in debug statement in bad search
+* (bug 3961) minor languageDe changes
+* (bug 1984) LanguageKo.php (Korean) update
+* (bug 3804) update of LanguageWa.php file
+* Recognize Special:Search consistently so read whitelist works
+* (bug 3999) Change atom 1.0 feed id; had been unnecessarily complex due to
+  unclear language in the spec. Now using the URL, same as the permalink,
+  which someone else will probably whine about because it's not 'perma'
+  enough or something.
+* (bug 4014) Fix include mode for Allpages on small page sets
+* (bug 3996) Fix text for new entries in RC RSS/Atom feed
+* (bug 3886) Update for Portuguese language (pt)
+* (bug 4020) Update namespaces for ms
+* (bug 2894) Enhanced Recent Changes link fixes
+* (bug 4059) fix 'hide minor edits' on Recentchangeslinked
+* (bug 3922) bidi embedding overrides on category links
+* (bug 146) List number of category members in Special:Categories
+  (patch by Joel Nothman)
+* (bug 4061) Update of Slovene namespace names (LanguageSl.php)
+* (bug 4064) LanguageDe comma changes
+* (bug 3065) Update both watched namespaces when renaming pages
+
 
 === Caveats ===