Siebrand has submitted this change and it was merged. Change subject: Store the Title and User objects passed RecentChange::notify*() ......................................................................
Store the Title and User objects passed RecentChange::notify*() * Set RecentChange::$mTitle when calling RecentChange::notify*(); avoid having to create new Title objects when making the IRC text and email notification * Added RecentChange::$mPerformer to store the User doing the change and avoid having to mess with $wgUser to get back the object when doing email notification Change-Id: I505c3818b9baea0e7b5ddf8f5645a79743dd305a --- M includes/RecentChange.php 1 file changed, 30 insertions(+), 12 deletions(-) Approvals: Nikerabbit: Looks good to me, but someone else must approve Siebrand: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/15639 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I505c3818b9baea0e7b5ddf8f5645a79743dd305a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
