From 17f8952336e2fc0877c0d3483dd3b9f1b5249a4f Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 21 May 2014 17:41:19 +0200 Subject: [PATCH] Move release notes for "Move redirect rendering into WikitextContent" to 1.24 Follows-up Id44d566a7ca3, the commit was merged before the branch cut and then reverted in REL_23 (I7431eb83a092). The notes were never fixed in master. Change-Id: I9ef5263ac8f7b8050bb1c6e7933cde6020389c90 --- RELEASE-NOTES-1.23 | 5 ----- RELEASE-NOTES-1.24 | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index e5e66b165c..baf69c5ab3 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -110,9 +110,6 @@ production. 'user' or 'bot'. The API will throw an error if the user is not logged in (user) or does not have the 'bot' userright (bot). Based off of the AssertEdit extension by Steve Sanbeg. -* WikitextContent will now render redirects with the expected "redirect" - header, rather than as an ordered list. Code calling Article::viewRedirect - can probably be changed to no longer special-case redirects. * [[Special:Diff]] was added, allowing users to create internal links to revision comparison pages using syntax such as [[Special:Diff/12345]], [[Special:Diff/12345/prev]] or [[Special:Diff/12345/98765]]. @@ -190,8 +187,6 @@ production. the JavaScript evaluator were updated to support the new format. Plural rules for some languages have changed, most notably Russian. Affected software messages have been updated and marked for review at translatewiki.net. -* (bug 14323) Redirect pages, when viewed with redirect=no, no longer hide the - remaining page content. * (bug 23542) imagelinks now stores both the redirect and target (as templatelinks does). * (bug 58167) The web installer no longer throws an exception when PHP is diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index bb5a662f62..439420bc9c 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -35,6 +35,9 @@ production. * (bug 44740) jQuery upgraded from 1.8.3 to 1.11.1. * Changes to content typography (fonts, etc.). See https://www.mediawiki.org/wiki/Typography_refresh for further information. +* WikitextContent will now render redirects with the expected "redirect" + header, rather than as an ordered list. Code calling Article::viewRedirect + can probably be changed to no longer special-case redirects. === Bug fixes in 1.24 === * (bug 49116) Footer copyright notice is now always displayed in user language @@ -49,6 +52,8 @@ production. * (bug 890) Links in Special:RecentChanges and Special:Watchlist no longer follow redirects to their target pages. * Parser now dies early if called recursively, instead of producing subtle bugs. +* (bug 14323) Redirect pages, when viewed with redirect=no, no longer hide the + remaining page content. === Web API changes in 1.24 === * action=parse API now supports prop=modules, which provides the list of -- 2.20.1