Follow-up r102334: odd that this minus sign (yes, copied from a diff) was actually...
[lhc/web/wiklou.git] / RELEASE-NOTES-1.19
index f8bad45..9b8696f 100644 (file)
@@ -70,10 +70,13 @@ production.
   in outdated text browsers.
 * New common*.css files usable by skins instead of having to copy piles
   of generic styles from MonoBook or Vector's css.
-* Some deprecated presentational html attributes will now be automatically converted to css.
-* (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter syntax.
+* Some deprecated presentational html attributes will now be automatically
+  converted to css.
+* (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter
+  syntax.
 * The default user signature now contains a talk link in addition to the user link.
 * (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason
+* Added hook BitmapHandlerCheckImageArea
 
 === Bug fixes in 1.19 ===
 * $wgUploadNavigationUrl should be used for file redlinks if
@@ -117,6 +120,15 @@ production.
    suppressed
 * (bug 31921) Magic words REVISIONDAY, REVISIONMONTH and REVISIONYEAR now give
   current values on preview
+* (bug 29912) Unit tests break if parsertest tables are still present
+* (bug 19186) Special:UserLogin's title on Special:SpecialPages now says
+  "create account" when the user cannot create an account
+* (bug 31818) 'usercreated' message now supports GENDER
+* (bug 32022) Our phpunit.php script can now be executed from another directory
+* (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs
+  from recent changes feeds
+* (bug 30232) add current time to message wlnote on Special:Watchlist
+* (bug 29110) $wgFeedDiffCutoff did not affect new pages
 
 === API changes in 1.19 ===
 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
@@ -131,6 +143,8 @@ production.
 * (bug 26885) Allow show/hide of account blocks, temporary blocks and single IP
   address blocks for list=blocks.
 * (bug 30591) Add support to only return keys in ApiAllMessages.
+* The API now respects $wgShowHostnames and won't share the hostname in
+  severedby if it's set to false
 
 === Languages updated in 1.19 ===
 
@@ -141,6 +155,7 @@ changes to languages because of Bugzilla reports.
 * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language.
 * (bug 30217) Make pt-br a fallback of pt
 * (bug 31193) Set fallback language of Assamese from Bengali to English
+* Update date format for dsb and hsb: month names need the genitive 
 
 === Other changes in 1.19 ===
 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
@@ -151,6 +166,8 @@ changes to languages because of Bugzilla reports.
 * (bug 22096) Although IE5.x and below was already unsupported officially, stylesheets
   existing exclusively for IE5.0 and IE5.5 have now been removed (which were in skins
   'chick' and 'monobook').
+* The constructor for CategoryView has changed, the second parameter is now a
+  Context source and is required.
 
 == Compatibility ==
 
@@ -185,7 +202,7 @@ break. Don't forget to always back up your database before upgrading!
 
 See the file UPGRADE for more detailed upgrade instructions.
 
-For notes on 1.15.x and older releases, see HISTORY.
+For notes on 1.17.x and older releases, see HISTORY.
 
 == Online documentation ==