* Use local context instead of global variables
[lhc/web/wiklou.git] / RELEASE-NOTES-1.19
index 454bf49..acf83ba 100644 (file)
@@ -29,6 +29,7 @@ production.
   hooks have been removed.
 * New hook "Collation::factory" to allow extensions to create custom
   category collations.
+* $wgGroupPermissions now supports per namespace permissions.
 
 === New features in 1.19 ===
 * BREAKING CHANGE: action=watch / action=unwatch now requires a token.
@@ -52,7 +53,7 @@ production.
 * (bug 29067) Expose user.tokens (like we do user.options) in ResourceLoader.
 * New 'Debug' hook used by wfDebug() and wfDebugLog()
 * (bug 27655) Require token for watching/unwatching pages)
-* (bug 28904) Update jQuery version from 1.4.4 to 1.6.1 (the latest version)
+* (bug 28904) (bug 29773) Update jQuery version from 1.4.4 to 1.6.2 (the latest version)
 * (bug 29441) Expose CapitalLinks config in JS to allow modules to properly
   handle titles on case-sensitive wikis.
 * (bug 29397) Implement mw.Title module in core.
@@ -65,9 +66,18 @@ production.
 * (bug 29109) Allow the automatic edit summary for redirect creation
   show the first bit of the new redirect page.
 * (bug 5800) Added $formCallback as a parameter to the hook
-  EditPage::showEditForm:initial
+  EditPage::showEditForm:initial.
 * (bug 29723) mw.util.wikiGetlink() now defaults to wgPageName.
 * (bug 29680) Add GetDefaultSortkey hook to override the default sortkey.
+* (bug 16699) {{#language:}} accepts second parameter to specify the language in
+  which the language name is wanted. Coverage depends on the cldr extension.
+* (bug 15802) An easy way to look up messages: language qqx which returns
+  the message keys.
+* (bug 29868) Add support for passing parameters to mw.msg in jquery.localize.
+* (bug 29558) $wgMiserMode now disables update.php by default
+* AjaxCategories: Easily add, edit or delete categories on article pages.
+  Suggests possible categories when typing, all saves are done via AJAX.
+  Supports editing of multiple categories and then saving them in one batch.
 
 === Bug fixes in 1.19 ===
 * (bug 28868) Show total pages in the subtitle of an image on the
@@ -102,7 +112,6 @@ production.
   even in RTL text.
 * (bug 29055) Make "don't send email on minor edits" preference apply to
   changes to talk page in addition to watchlist edits.
-* (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API.
 * (bug 28272) Special:AllMessages should have only one "Go" button.
 * (bug 29101) Special:FileDuplicateSearch no longer shows silly message.
 * (bug 29048) jQuery.tabIndex: firstTabIndex() should not output the same
@@ -144,6 +153,24 @@ production.
 * (bug 29712) Removed broken defaultUserOptionOverrides in MessagesXx files and
   unneeded CSS flipping of quickbar. Instead, introduce option 5 which sets
   left/right according to the directionality of your interface language.
+* (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit)
+* (bug 27410) The tag filter on a history page is now within a <label> element
+* (bug 29779) DairikiDiff/WikiDiff <ins> and <del> should undo browser default
+  styling (strike/underline).
+* Translate the block expiry date
+* (bug 28630) Add iwlinks, langlinks, redirect to
+  RefreshLinks::deleteLinksFromNonexistent
+* (bug 29797) Error: "Tried to load block with invalid type" when subpages
+  are disabled for user pages.
+* (bug 12205) Bidirectional names in action=credits are split and displayed
+  incorrectly when wrapped to the next line.
+* (bug 20781) Move 'mainpagetext' messages to installer's .i18n file.
+* (bug 29737) "MediaWiki:Qbsettings-directionality" should refer to script,
+  not language.
+* (bug 26360) $wgSessionHandler was overriding system settings unconditionally.
+* Removed AjaxFunctions.php. The last remaining function js_unescape() was moved
+  to the FCKEditor extension.
+* (bug 28762) Resizing to specified height broken for very thin images
 
 === API changes in 1.19 ===
 * BREAKING CHANGE: action=watch now requires POST and token.
@@ -169,6 +196,8 @@ production.
 * (bug 29476) API returns page title instead of sectiontitle for
   srprop=sectiontitle
 * Correct the documentation of srprop properties
+* (bug 28817) Add reference help page link to API Modules
+* (bug 29935) Improve formatting of examples in ApiParamInfo
 
 === Languages updated in 1.19 ===
 
@@ -180,6 +209,8 @@ changes to languages because of Bugzilla reports.
 * (bug 29031) When translating block log entries, indefinite, infinite, and
   infinity are now considered the same.
 * Aromanian (rup) (renamed from "rua-rup").
+* Kashmiri (ks) split into Kashmiri (Perso-Arabic) (ks-arab) and Kashmiri
+  (Devanagari) (ks-deva). Defaults to ks-arab.
 
 === Other changes in 1.19 ===
 * Removed legacy wgAjaxWatch javascript global object, no longer in use.