Move ArticleSaveComplete hook to doCreate()/doModify() methods
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 13 Dec 2015 12:39:24 +0000 (04:39 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 13 Dec 2015 12:42:46 +0000 (04:42 -0800)
commit4860e1d5ac5ae7aca2726f1261a9f5c9820071cf
tree7584eaf0ff272ca13ca74e002c556f9215ddc966
parent2acd6fb2234146d8533d3529c93d56f03af45bab
Move ArticleSaveComplete hook to doCreate()/doModify() methods

This makes it easier to migrate the methods to using atomic
sections without having the PageContentInsertComplete hook
change to ending up in separate transaction than
ArticleSaveComplete.

Bug: T120718
Change-Id: I492514413ec9c37c2f9343bb207798fc8e24a5a9
includes/page/WikiPage.php