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
This commit is contained in:
parent
c3731c7cf4
commit
17f8952336
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue