Another step in removing deferred updates. Removed the UserTalkUpdate
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Mon, 29 Nov 2004 17:36:13 +0000 (17:36 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Mon, 29 Nov 2004 17:36:13 +0000 (17:36 +0000)
commitbcc5c346ad4c5b793e65776341995bab0466b97a
tree0554dd984933721092b651aa1204145f65c156b7
parentf347a34995ab0359392d658b43b99643e2766e7c
Another step in removing deferred updates. Removed the UserTalkUpdate
module and moved user talk modification code to User (it's read in
User, should probably be written in User, too). Changed calling code
in Article to update the user directly, rather than using the
UserTalkUpdate class. Tested with logged-in and not-logged-in users.
includes/Article.php
includes/UpdateClasses.php
includes/User.php
includes/UserTalkUpdate.php [deleted file]