diff options
author | Brian Wolff <bawolff+wn@gmail.com> | 2013-06-17 21:11:44 -0300 |
---|---|---|
committer | Brian Wolff <bawolff+wn@gmail.com> | 2013-06-17 21:35:47 -0300 |
commit | c25bf70238bb1e60dbbb0b897a1bc5d1adbfdd6d (patch) | |
tree | 6ecb67ba4d6d236ba534976191815837e8512022 /RELEASE-NOTES-1.22 | |
parent | 4953ac4f6c92d1d044f548a5fc832d9d337c89db (diff) | |
download | mediawikicore-c25bf70238bb1e60dbbb0b897a1bc5d1adbfdd6d.tar.gz mediawikicore-c25bf70238bb1e60dbbb0b897a1bc5d1adbfdd6d.zip |
Make rc_cur_id have proper value for upload log entries.
Primary motivation here is to make Special:Recentchangelinked work
correctly for uploads where the description page doesn't exist yet.
(Previously it was mostly only showing reupload log entries)
Mild downside to this approach is adding the recentchanges row is
now in a different commit...
Change-Id: I74c68b972c47c03066d3065e3748769a27a654fb
Diffstat (limited to 'RELEASE-NOTES-1.22')
-rw-r--r-- | RELEASE-NOTES-1.22 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 1b434d9d1ee9..e98ed8ec0e01 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -150,6 +150,7 @@ production. 'pageid', 'page', 'title', and 'text' (e.g. if only passed 'summary'). A warning will instead be issued if 'title' is non-default, unless no props are requested. +* Special:Recentchangeslinked will now include upload log entries === API changes in 1.22 === * (bug 46626) xmldoublequote parameter was removed. Because of a bug, the |