36 parent::__construct(
'activityUpdateJob', $title,
$params );
38 static $required = [
'type',
'userid',
'notifTime',
'curTime' ];
40 if ( $missing !=
'' ) {
41 throw new InvalidArgumentException(
"Missing paramter(s) $missing" );
44 $this->removeDuplicates =
true;
47 public function run() {
48 if ( $this->params[
'type'] ===
'updateWatchlistNotification' ) {
51 throw new InvalidArgumentException(
"Invalid 'type' '{$this->params['type']}'." );
58 $casTimestamp = ( $this->params[
'notifTime'] !==
null )
59 ? $this->params[
'notifTime']
60 : $this->params[
'curTime'];
63 $dbw->update(
'watchlist',
65 'wl_notificationtimestamp' => $dbw->timestampOrNull( $this->params[
'notifTime'] )
68 'wl_user' => $this->params[
'userid'],
69 'wl_namespace' => $this->title->getNamespace(),
70 'wl_title' => $this->title->getDBkey(),
77 'wl_notificationtimestamp < ' . $dbw->addQuotes( $dbw->timestamp( $casTimestamp ) )
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
Job for updating user activity like "last viewed" timestamps.
__construct(Title $title, array $params)
updateWatchlistNotification()
Class to both describe a background job and handle jobs.
array $params
Array of job parameters.
Represents a title within MediaWiki.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not null
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))