Store the Title and User objects passed RecentChange::notify*()
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 13 Jul 2012 19:50:25 +0000 (21:50 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 13 Jul 2012 19:54:00 +0000 (21:54 +0200)
commit81fb02e93915a41a74b6582c69a9f579cb5a026f
tree9f3703a0831ae31da2370e9448cbeef433e3dd36
parente9e59c1b2f8996de82b8b85de764f8ef3d45a3d7
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
includes/RecentChange.php