diff options
author | Max Semenik <maxsem.wiki@gmail.com> | 2013-06-13 02:46:04 +0400 |
---|---|---|
committer | Max Semenik <maxsem.wiki@gmail.com> | 2013-06-13 02:46:04 +0400 |
commit | 5d3374f48ecce8f71fb21551273e2a72817f6a37 (patch) | |
tree | e5c2266c523962a14f456a5916fca6a42fe90f4d /RELEASE-NOTES-1.22 | |
parent | 35d1c6c8636a7a84962428b51eb91e50b5467350 (diff) | |
download | mediawikicore-5d3374f48ecce8f71fb21551273e2a72817f6a37.tar.gz mediawikicore-5d3374f48ecce8f71fb21551273e2a72817f6a37.zip |
Add section preview mode to API action=parse
In https://gerrit.wikimedia.org/r/#/c/67266/, it was enabled automatically
when a section was specified in preview mode. However, this only works for
previews of a saved page's content, failing for user input previews which
might contain several sections of various degrees of nestedness.
Change-Id: I987144e5e315ed9e0a67f599083461a78879c0df
Diffstat (limited to 'RELEASE-NOTES-1.22')
-rw-r--r-- | RELEASE-NOTES-1.22 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 38b2cbdad5dd..841de3530fc7 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -172,7 +172,7 @@ production. * prop=info now adds the content model and page language of the title. * New upload log entries will now contain information on the relavent image (sha1 and timestamp). -* (bug 49239) action=parse now can parse in preview mode. +* (bug 49239) action=parse now can parse in preview and section preview modes. * (bug 49259) action=patrol now accepts revision ids. === Languages updated in 1.22=== |