* Removed some Old code
[lhc/web/wiklou.git] / RELEASE-NOTES
index 609f25f..e3cfb46 100644 (file)
@@ -359,15 +359,24 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   under HTML-compatible browsers.
 * (bug 5077) Added hook 'BeforePageDisplay' to SkinTemplate::outputPage
 * Replace fatally changed 'uploadnewversion' with 'uploadnewversion-linktext'
-* Move parameter replacement before brace transformations in most of the
-  wfMsg() family (except for wfMsgHtml). This allows things like {{plural:}},
-  {{urlencode:}}, and {{fullurl:}} to be used in most cases correctly.
-  The content or UI language will be used accordingly for (forContent)?.
-* Work around glitch with the above in {{int:}}; skip redundant transformations,
-  allow the including parser to do it.
-* Fix {{int:}} to use content language, so it won't break caches and links
-  tables and randomly include data from the wrong language.
-
+* (bug 472) Syndication feeds for the last few edits of page history
+* Format edit comments in Recent Changes feed
+* Switch incorrectly ordered column headers on Recent Changes feed diffs
+* (bug 6117) Use message for history feed description, add German localization
+* (bug 1017) fixed thumbnails of animated gifs.
+* Add APC as object caching option
+* Update to Albanian localization (sq)
+* (bug 6099) Introduce {{DIRECTIONMARK}} magic word (with {{DIRMARK}} as an alias)
+* Use optimized php5-only microtime()
+* Add possibility to store local message cache as PHP executable script
+* Fix profiling table definition
+* Pass a second parameter to "nogomatch" containing the search terms minus the
+  preceding colon, allowing prettied-up messages
+* (bug 6040) Run pre-save transform before calculating the diff. when doing a
+  "show changes" operation in the editor
+* (bug 4033) Respect $wgStyleDirectory when checking available skins
+* Remove hideous backslashes from MessagesBr.php
+* Fix APC object cache issues, add functionality to installer
 
 == Compatibility ==