r86184 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86183‎ | r86184 | r86185 >
Date:07:51, 16 April 2011
Author:ialex
Status:ok
Tags:
Comment:
* (bug 28568) Entries in the iwlinks table are now removed on page deletion
* Readded "API changes in 1.17" header that was removed in r85434
Modified paths:
  • /branches/REL1_17/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_17/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/Article.php
@@ -3265,6 +3265,7 @@
32663266 $dbw->delete( 'templatelinks', array( 'tl_from' => $id ) );
32673267 $dbw->delete( 'externallinks', array( 'el_from' => $id ) );
32683268 $dbw->delete( 'langlinks', array( 'll_from' => $id ) );
 3269+ $dbw->delete( 'iwlinks', array( 'iwl_from' => $id ) );
32693270 $dbw->delete( 'redirect', array( 'rd_from' => $id ) );
32703271 }
32713272
Index: branches/REL1_17/phase3/RELEASE-NOTES
@@ -522,7 +522,9 @@
523523 page restrictions
524524 * (bug 28242) Make redirects generated by urls containing a local interwiki
525525 prefix be a 301 instead of a 302.
 526+* (bug 28568) Entries in the iwlinks table are now removed on page deletion
526527
 528+=== API changes in 1.17 ===
527529 * BREAKING CHANGE: action=patrol now requires POST
528530 * BREAKING CHANGE: patrol token is no longer the same as edit token
529531 * BREAKING CHANGE: Session keys returned by ApiUpload are now strings instead of integers

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85434MFT: r83885, r83891, r83897, r83902, r83903, r83934, r83965, r83979, r83988, ...demon13:38, 5 April 2011
r86183* (bug 28568) Entries in the iwlinks table are now removed on page deletionialex07:46, 16 April 2011

Status & tagging log