"Nikerabbit" changed the status of MediaWiki.r103383 to "ok"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103383

Old status:  new
> New status: ok

Commit summary for MediaWiki.r103383:

* Put the LinkCache update in WikiPage::updateRevisionOn() so that we are sure 
that it is executed every time that function get called (and the update 
succeeds of course); and removed the call to Title::resetArticleID() which is 
already done by insertOn()
* Also update $this->mLatest and $this->mIsRedirect in updateRevisionOn() (will 
use this in ApiEditPage to have to create another istance just to grab the new 
revision ID)
* In WikiPage::doEdit(), get the current latest before going through the 
process since it's now updated in updateRevisionOn() (would break 
RecentChange::notifyEdit() otherwise) and pass the current redirect state to 
use the optimisation in updateRedirectOn() if possible

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to