Move content language details to HTML comments; doesn't need to be immediately there...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 371fb34..d0ebb1d 100644 (file)
@@ -190,10 +190,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 7932) Make sure that edit toolbar clears floats so it appears correctly.
 * (bug 6873) When viewing old revisions, add link to diff to current version.
 * (bug 3315) Provide rollback link directly on history page.
-* Detect CGI configurations where PATH_INFO is set up correctly.
-  PHP config var cgi.fix_pathinfo isn't detectable through ini_get(), but
-  we can find some side-effects. Only tested on lighttpd so far, hopefully
-  right on Apache too!
 * Replace 'old-revision-navigation' message with 'revision-info' and
   'revision-nav' messages, wrapped in divs with appropriate id's.
 * (bug 4178) MediaWiki:Common.js will now be included for all users if
@@ -352,7 +348,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   work when new releases of Safari appear.
 * Fix regression in thumb styles; size and padding didn't match with
   new arrangement.
-* (bug 8326) Fix regression in thumb styles of cached content
 * (bug 8333) Fix quick user data update on login password change on
   replication database setups. User data is now pulled from master
   instead of slave in User::loadFromDatabase, ensuring that it is
@@ -376,6 +371,109 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   patrolled automatically
 * Users who do not have the "autopatrol" permission will no longer be able
   to mark their own edits as patrolled
+* Introduce 'PingLimiter' hook; see docs/hooks.txt for more information
+* (bug 532) Tweaked alt text for some interface messages
+* (bug 8231) Gave useful alt text to the main <img> on image pages
+* (bug 371) Remove alt text for "Enlarge" icon on thumbnails
+* Initialize user_editcount to 0 instead of NULL for newly created accounts
+* (bug 3696) Strip LRM and RLM characters from titles to work around the
+  problem some people have where titles cut-and-pasted from lists include
+  the bidi override characters appended to the lists.
+  A more thorough blacklist for forbidden and translatable characters would
+  be wise, though, as might a cleaner method for the lists in the first place.
+* Fix regression in email password resets on read-restricted sites
+* Set tabindex on fields in deletion form so you don't have to tab through
+  the links in the sitenotice
+* (bug 8271) Show full time and date on viewer for individual deleted
+  revisions
+* (bug 8214) Output file size limit and actual file size in appropriate units
+  on Special:Upload
+* (bug 8016) Purge objectcache table during upgrade processes - use the --nopurge
+  option to prevent this when running maintenance/update.php
+* (bug 7612) Remove superfluous link to Special:Categories from result items
+  on Special:Mostcategories
+* {{PLURAL:}} now handles formatted numbers correctly
+* (bug 8331) Added the change size value to watchlists; therefore made
+  watchlists use RecentChange::newFromRow() instead of newFromCurRow()
+* (bug 8351) Fix undo for simple reverts
+* (bug 6856) User::clearNotification() does not respect read-only mode
+* (bug 6853) Use a checkbox on the installer form to indicate that a superuser
+  account should be used; this is clearer than the old check which relied on
+  the password never being an obscure value
+* Remove old unused watchlist cache, which was a leftover from the old schema
+  where watchlists were more expensive to generate
+* Minor cosmetic changes to Special:Userrights
+* Added wgCanonicalSpecialPageName to JavaScript variables
+* Fix image deleting when using Postgres.
+* Output both source and destination titles in maintenance/moveBatch.php
+* Added basic parser tests for language variants 
+* Enable selflinks and categories to be written in some of the language variants
+* Prevent conversion of JavaScript code in language variants
+* Output software version number in maintenance/parserTests.php
+* (bug 7169) Use Ajax to watch/unwatch articles if enabled
+* Make variant table caching a little more robust, using main language code
+  in cache key. Probably this is still a bit wonky, though. Was breaking
+  parser tests when Chinese tables were getting loaded into Serbian code.
+* (bug 8380) Be nicer about blank lines in deleteBatch.php
+* (bug 8401) Fix regression in SORBS lookup for some DNS setups
+* Use raw file descriptor in posix_isatty() check to avoid warning on
+  Linux systems with at least some versions of PHP
+* (bug 5908) Allow overriding the default category sort key for all items on
+  a page using {{DEFAULTSORT}}
+* (bug 6449) Throw a more definitive error message when installation fails
+  due to an invalid database name
+* (bug 5827) Use full text for option link labels on Special:Watchlist
+* (bug 8018) Allow hiding minor edits from the watchlist
+* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
+  section is renamed; no longer relies on first section name
+* Stabilize client-side table sorting even if the underlying Javascript sort()
+  implementation is unstable
+* Add hook for extensions to add user information to the panel in preferences,
+  next to the user name and ID.
+* (bug 8392) Display protection status of transcluded pages in the edit page
+  template list. Patch by Fyren, with i18n naming tweak.
+* Fix for interwiki transclusion where target wiki uses query string for title
+* Resolve namespaces on interwiki Title objects using canonical namespace names
+  if possible (should not happen, though, outside interwiki transclusion... and
+  maybe not even then, but it does)
+* (bug 8447) Fix SQL typo breaking non-default $wgHitcounterUpdateFreq
+* Do not allow previews of deleted images to be cached
+* Add global variable $wgDefaultLanguageVariant used to set the default language 
+  variant of a wiki to something different than the main language code
+* Add 'variant' option to parserTests - runs test with the given variant as 
+  preferred, utilize it for more parser tests of language variants code
+* (bug 6503) Fix bug that stopped certain irrelevant links from being hidden
+  for printing
+* Avoid PHP warning in Creative Commons metadata when a creative commons
+  license is not actually set up
+* (bug 8463) Don't print external link icons for Monobook
+* (bug 8461) Support watching pages on move
+* (bug 8041) Work around bug with debug_backtrace when Zend Optimizer is
+  loaded by skipping the function. Use wfDebugBacktrace() wrapper function.
+* Reduce config file clutter by setting various script and upload paths
+  based on $IP or $wgScriptPath in Setup.php. They can still be explicitly
+  overridden in LocalSettings.php if desired...
+* Attempt to detect redirect loops for the canonical title redirect, and
+  give some hints to the poor confused administrator.
+* Introduce new flag 'R' - raw output for language variant escape tags
+* Advise users when updates for a query page have been disabled using
+  $wgDisableQueryPageUpdate
+* (bug 8413) Improve comments for $wgNamespaceRobotPolicies
+* (bug 8330) Show "bytes" suffix on recent changes diff counter
+* (bug 8489) Support basic links in <gallery> caption attribute
+* (bug 8485) Correct Lingala number formatting
+* The MediaWiki namespace is no longer pre-filled with default messages on
+  install. All default messages will be removed from the MediaWiki namespace
+  on upgrade.
+* Recentchanges RSS/Atom feeds now use a separate message for the description
+  to avoid cluttering it with useless wiki formatting
+* (bug 8417) Handle EXIF unknown dates
+* (bug 8372) Return nothing on empty <math> tags.
+* New maintenance script to show the cached statistics : showStats.php.
+* Emit content language information in a comment in Special:Version, for
+  debugging/support purposes
+* New special page to list available interwikis [[Special:Listinterwikis]]
+* Count deleted edits when regenerating total edits in maintenance/initStats.php
 
 == Languages updated ==
 
@@ -395,11 +493,14 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Limburgish (li)
 * Lingala (ln)
 * Lithuanian (lt)
+* Maltese (mt)
+* Maori (mi)
 * Norwegian (no)
 * Occitan (oc)
 * Old Church Slavonic (cu)
 * Polish (pl)
 * Portuguese (pt)
+* Ripurian (ksh)
 * Russian (ru)
 * Slovak (sk)
 * Swedish (sv)