* Make enotif job use user ID rather than name for users. Fallback to name for anons...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 17 May 2008 23:34:28 +0000 (23:34 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 17 May 2008 23:34:28 +0000 (23:34 +0000)
commit2cf12c973d967b7b46d711bf07ad502e81bdcb9b
tree9a8f360b59aa899b0a6dc19c4d54d66f11cc13cc
parent0a8cd4cc91c0c3a486ff65a3c339f23f97a4918f
* Make enotif job use user ID rather than name for users. Fallback to name for anons and for old job rows (B/C). This makes it rename safe.
* User->getID() already returns an integer
* Use != rather than <>, as it looks clearer
* Do not add "updated since" to users for their own edits
* Actually check $wgShowUpdatedMarker properly. It is it's own setting.
includes/EnotifNotifyJob.php
includes/RecentChange.php
includes/UserMailer.php