Go to the documentation of this file.
44 return $this->actualStore->countWatchedItems(
$user );
48 return $this->actualStore->countWatchers( $target );
52 return $this->actualStore->countVisitingWatchers( $target, $threshold );
56 return $this->actualStore->countVisitingWatchersMultiple( $targets,
$options );
60 array $targetsWithVisitThresholds,
61 $minimumWatchers =
null
63 return $this->actualStore->countVisitingWatchersMultiple(
64 $targetsWithVisitThresholds,
70 return $this->actualStore->getWatchedItem(
$user, $target );
74 return $this->actualStore->loadWatchedItem(
$user, $target );
78 return $this->actualStore->getWatchedItemsForUser(
$user,
$options );
82 return $this->actualStore->isWatched(
$user, $target );
86 return $this->actualStore->getNotificationTimestampsBatch(
$user, $targets );
90 return $this->actualStore->countUnreadNotifications(
$user, $unreadLimit );
94 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
98 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
102 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
106 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
110 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
118 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
122 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
126 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
135 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
139 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
143 throw new DBReadOnlyError(
null,
'The watchlist is currently readonly.' );
getNotificationTimestampsBatch(User $user, array $targets)
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a account $user
addWatch(User $user, LinkTarget $target)
Must be called separately for Subject & Talk namespaces.
getWatchedItem(User $user, LinkTarget $target)
Get an item (may be cached)
countVisitingWatchers(LinkTarget $target, $threshold)
Number of page watchers who also visited a "recent" edit.
duplicateEntry(LinkTarget $oldTarget, LinkTarget $newTarget)
Check if the given title already is watched by the user, and if so add a watch for the new title.
duplicateAllAssociatedEntries(LinkTarget $oldTarget, LinkTarget $newTarget)
Check if the given title already is watched by the user, and if so add a watch for the new title.
countWatchedItems(User $user)
Count the number of individual items that are watched by the user.
countWatchersMultiple(array $targets, array $options=[])
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
__construct(WatchedItemStoreInterface $actualStore)
Initialy set WatchedItemStore that will be used in cases where writing is not needed.
addWatchBatchForUser(User $user, array $targets)
updateNotificationTimestamp(User $editor, LinkTarget $target, $timestamp)
WatchedItemStoreInterface $actualStore
namespace and then decline to actually register it file or subcat img or subcat $title
clearUserWatchedItemsUsingJobQueue(User $user)
Queues a job that will clear the users watchlist using the Job Queue.
removeWatch(User $user, LinkTarget $target)
Removes the an entry for the User watching the LinkTarget Must be called separately for Subject & Tal...
countUnreadNotifications(User $user, $unreadLimit=null)
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
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))
passed in as a query string parameter to the various URLs constructed here(i.e. $prevlink) $ldel you ll need to handle error etc yourself modifying $error and returning true will cause the contents of $error to be echoed at the top of the edit form as wikitext Return true without altering $error to allow the edit to proceed & $editor
resetNotificationTimestamp(User $user, Title $title, $force='', $oldid=0)
Reset the notification timestamp of this entry.
getWatchedItemsForUser(User $user, array $options=[])
countWatchers(LinkTarget $target)
Represents a title within MediaWiki.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
resetAllNotificationTimestampsForUser(User $user)
Reset all watchlist notificaton timestamps for a user using the job queue.
loadWatchedItem(User $user, LinkTarget $target)
Loads an item from the db.
countVisitingWatchersMultiple(array $targetsWithVisitThresholds, $minimumWatchers=null)
Number of watchers of each page who have visited recent edits to that page.
isWatched(User $user, LinkTarget $target)
Must be called separately for Subject & Talk namespaces.
clearUserWatchedItems(User $user)
Queues a job that will clear the users watchlist using the Job Queue.
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
setNotificationTimestampsForUser(User $user, $timestamp, array $targets=[])