MediaWiki  1.33.0
LogEventsList Class Reference
Inheritance diagram for LogEventsList:
Collaboration diagram for LogEventsList:

Public Member Functions

 __construct ( $context, $linkRenderer=null, $flags=0)
 The first two parameters used to be $skin and $out, but now only a context is needed, that's why there's a second unused parameter. More...
 
 beginLogEventsList ()
 
 endLogEventsList ()
 
 logLine ( $row)
 
 setAllowedActions ( $actions)
 Sets the action types allowed for log filtering To one action type may correspond several log_actions. More...
 
 showOptions ( $types=[], $user='', $page='', $pattern=false, $year=0, $month=0, $day=0, $filter=null, $tagFilter='', $action=null)
 Show options for the log list. More...
 
- Public Member Functions inherited from ContextSource
 canUseWikiPage ()
 Check whether a WikiPage object can be get with getWikiPage(). More...
 
 exportSession ()
 Export the resolved user IP, HTTP headers, user ID, and session ID. More...
 
 getConfig ()
 
 getContext ()
 Get the base IContextSource object. More...
 
 getLanguage ()
 
 getOutput ()
 
 getRequest ()
 
 getSkin ()
 
 getStats ()
 
 getTiming ()
 
 getTitle ()
 
 getUser ()
 
 getWikiPage ()
 Get the WikiPage object. More...
 
 msg ( $key)
 Get a Message object with context set Parameters are the same as wfMessage() More...
 
 setContext (IContextSource $context)
 

Static Public Member Functions

static getExcludeClause ( $db, $audience='public', User $user=null)
 SQL clause to skip forbidden log types for this user. More...
 
static isDeleted ( $row, $field)
 
static showLogExtract (&$out, $types=[], $page='', $user='', $param=[])
 Show log extract. More...
 
static typeAction ( $row, $type, $action, $right='')
 
static userCan ( $row, $field, User $user=null)
 Determine if the current user is allowed to view a particular field of this log row, if it's marked as deleted and/or restricted log type. More...
 
static userCanBitfield ( $bitfield, $field, User $user=null)
 Determine if the current user is allowed to view a particular field of this log row, if it's marked as deleted. More...
 
static userCanViewLogType ( $type, User $user=null)
 Determine if the current user is allowed to view a particular field of this log row, if it's marked as restricted log type. More...
 

Public Attributes

 $flags
 
const NO_ACTION_LINK = 1
 
const NO_EXTRA_USER_LINKS = 2
 
const USE_CHECKBOXES = 4
 

Protected Member Functions

 getLinkRenderer ()
 

Protected Attributes

array $allowedActions = null
 
array $mDefaultQuery
 
bool $showTagEditUI
 

Private Member Functions

 getActionSelectorDesc ( $types, $action)
 Drop down menu for selection of actions that can be used to filter the log. More...
 
 getDefaultQuery ()
 
 getExtraInputsDesc ( $types)
 
 getFiltersDesc ( $filter)
 
 getShowHideLinks ( $row)
 
 getTitleInputDesc ( $title)
 
 getTitlePatternDesc ( $pattern)
 
 getTypeMenuDesc ( $queryTypes)
 
 getUserInputDesc ( $user)
 

Private Attributes

LinkRenderer null $linkRenderer
 

Detailed Description

Definition at line 30 of file LogEventsList.php.

Constructor & Destructor Documentation

◆ __construct()

LogEventsList::__construct (   $context,
  $linkRenderer = null,
  $flags = 0 
)

The first two parameters used to be $skin and $out, but now only a context is needed, that's why there's a second unused parameter.

Parameters
IContextSource | Skin$contextContext to use; formerly it was a Skin object. Use of Skin is deprecated.
LinkRenderer | null$linkRendererpreviously unused
int$flagsCan be a combination of self::NO_ACTION_LINK, self::NO_EXTRA_USER_LINKS or self::USE_CHECKBOXES.

Definition at line 67 of file LogEventsList.php.

References ContextSource\$context, $flags, $linkRenderer, ContextSource\getUser(), ContextSource\setContext(), and ChangeTags\showTagEditingUI().

Member Function Documentation

◆ beginLogEventsList()

LogEventsList::beginLogEventsList ( )
Returns
string

Definition at line 372 of file LogEventsList.php.

◆ endLogEventsList()

LogEventsList::endLogEventsList ( )
Returns
string

Definition at line 379 of file LogEventsList.php.

◆ getActionSelectorDesc()

LogEventsList::getActionSelectorDesc (   $types,
  $action 
)
private

Drop down menu for selection of actions that can be used to filter the log.

Parameters
array$types
string$action
Returns
array Form descriptor

Definition at line 341 of file LogEventsList.php.

References $value, as, and ContextSource\msg().

Referenced by showOptions().

◆ getDefaultQuery()

LogEventsList::getDefaultQuery ( )
private

Definition at line 223 of file LogEventsList.php.

References $mDefaultQuery, and ContextSource\getRequest().

◆ getExcludeClause()

static LogEventsList::getExcludeClause (   $db,
  $audience = 'public',
User  $user = null 
)
static

SQL clause to skip forbidden log types for this user.

Parameters
IDatabase$db
string$audiencePublic/user
User | null$userUser to check, or null to use $wgUser
Returns
string|bool String on success, false on failure.

Definition at line 785 of file LogEventsList.php.

References $user, $wgLogRestrictions, as, and captcha-old\count.

Referenced by WikiExporter\dumpLogs(), ApiQueryLogEvents\execute(), ApiQueryLogEvents\getCacheMode(), and LogPager\limitType().

◆ getExtraInputsDesc()

LogEventsList::getExtraInputsDesc (   $types)
private
Parameters
array$types
Returns
array|string Form descriptor or string with HTML

Definition at line 313 of file LogEventsList.php.

References $formDescriptor, $input, captcha-old\count, and Hooks\run().

Referenced by showOptions().

◆ getFiltersDesc()

LogEventsList::getFiltersDesc (   $filter)
private
Parameters
array$filter
Returns
array Form descriptor

Definition at line 199 of file LogEventsList.php.

References $filter, $options, $type, as, ContextSource\msg(), and text.

Referenced by showOptions().

◆ getLinkRenderer()

LogEventsList::getLinkRenderer ( )
protected
Since
1.30
Returns
LinkRenderer

Definition at line 86 of file LogEventsList.php.

References $linkRenderer.

Referenced by logLine().

◆ getShowHideLinks()

LogEventsList::getShowHideLinks (   $row)
private

◆ getTitleInputDesc()

LogEventsList::getTitleInputDesc (   $title)
private
Parameters
string$title
Returns
array Form descriptor

Definition at line 288 of file LogEventsList.php.

References false.

Referenced by showOptions().

◆ getTitlePatternDesc()

LogEventsList::getTitlePatternDesc (   $pattern)
private
Parameters
bool$pattern
Returns
array Form descriptor

Definition at line 301 of file LogEventsList.php.

Referenced by showOptions().

◆ getTypeMenuDesc()

LogEventsList::getTypeMenuDesc (   $queryTypes)
private
Parameters
array$queryTypes
Returns
array Form descriptor

Definition at line 242 of file LogEventsList.php.

References $type, as, captcha-old\count, ContextSource\getUser(), and LogPage\validTypes().

Referenced by showOptions().

◆ getUserInputDesc()

LogEventsList::getUserInputDesc (   $user)
private
Parameters
string$user
Returns
array Form descriptor

Definition at line 275 of file LogEventsList.php.

References $user.

Referenced by showOptions().

◆ isDeleted()

static LogEventsList::isDeleted (   $row,
  $field 
)
static
Parameters
stdClass$row
int$fieldOne of DELETED_* bitfield constants
Returns
bool

Definition at line 598 of file LogEventsList.php.

Referenced by ApiQueryLogEvents\extractRowInfo(), ProtectedPagesPager\formatValue(), ChangeTagsLogItem\getHTML(), RevDelLogItem\getHTML(), and getShowHideLinks().

◆ logLine()

LogEventsList::logLine (   $row)

◆ setAllowedActions()

LogEventsList::setAllowedActions (   $actions)

Sets the action types allowed for log filtering To one action type may correspond several log_actions.

Parameters
array$actions
Since
1.27

Definition at line 365 of file LogEventsList.php.

◆ showLogExtract()

static LogEventsList::showLogExtract ( $out,
  $types = [],
  $page = '',
  $user = '',
  $param = [] 
)
static

Show log extract.

Either with text and a box (set $msgKey) or without (don't set $msgKey)

Parameters
OutputPage | string&$out
string | array$typesLog types to show
string | Title$pageThe page title to show log entries for
string$userThe user who made the log entries
array$paramAssociative Array with the following additional options:
  • lim Integer Limit of items to show, default is 50
  • conds Array Extra conditions for the query (e.g. 'log_action != ' . $dbr->addQuotes( 'revision' ))
  • showIfEmpty boolean Set to false if you don't want any output in case the loglist is empty if set to true (default), "No matching items in log" is displayed if loglist is empty
  • msgKey Array If you want a nice box with a message, set this to the key of the message. First element is the message key, additional optional elements are parameters for the key that are processed with wfMessage
  • offset Set to overwrite offset parameter in WebRequest set to '' to unset offset
  • wrap String Wrap the message in html (usually something like "<div ...>$1</div>").
  • flags Integer display flags (NO_ACTION_LINK,NO_EXTRA_USER_LINKS)
  • useRequestParams boolean Set true to use Pager-related parameters in the WebRequest
  • useMaster boolean Use master DB
  • extraUrlParams array|bool Additional url parameters for "full log" link (if it is shown)
Returns
int Number of total log items (not limited by $lim)

Definition at line 627 of file LogEventsList.php.

References $args, ContextSource\$context, $flags, $lang, $linkRenderer, $out, $s, $user, array(), captcha-old\count, DB_MASTER, div, IContextSource\getLanguage(), RequestContext\getMain(), IContextSource\getOutput(), link, message, MessageLocalizer\msg(), Xml\openElement(), Hooks\run(), type, and wfGetDB().

Referenced by EditPage\addPageProtectionWarningHeaders(), Article\confirmDelete(), SpecialContributions\contributionsSub(), Article\delete(), Article\doDelete(), SpecialEditTags\execute(), SpecialRevisionDelete\execute(), DeletedContributionsPage\getSubTitle(), SpecialUpload\getUploadForm(), RenameuserHooks\onShowMissingArticle(), HistoryAction\onView(), ImagePage\openShowImage(), SpecialChangeContentModel\postText(), SpecialBlock\postText(), MovePageForm\showForm(), SpecialMergeHistory\showHistory(), SpecialUndelete\showHistory(), EditPage\showIntro(), FileDeleteForm\showLogEntries(), SpecialRenameuser\showLogExtract(), ProtectionForm\showLogExtract(), SpecialPageLanguage\showLogFragment(), MovePageForm\showLogFragment(), UserrightsPage\showLogFragment(), and Article\showMissingArticle().

◆ showOptions()

LogEventsList::showOptions (   $types = [],
  $user = '',
  $page = '',
  $pattern = false,
  $year = 0,
  $month = 0,
  $day = 0,
  $filter = null,
  $tagFilter = '',
  $action = null 
)

Show options for the log list.

Parameters
array | string$types
string$user
string$page
bool$pattern
int | string$yearUse 0 to start with no year preselected.
int | string$monthA month in the 1..12 range. Use 0 to start with no month preselected.
int | string$dayA day in the 1..31 range. Use 0 to start with no month preselected.
array | null$filter
string$tagFilterTag to select by default
string | null$action

Definition at line 110 of file LogEventsList.php.

References ContextSource\$context, $filter, $formDescriptor, $user, array(), captcha-old\count, HTMLForm\factory(), getActionSelectorDesc(), ContextSource\getConfig(), ContextSource\getContext(), getExtraInputsDesc(), getFiltersDesc(), SpecialPage\getTitleFor(), getTitleInputDesc(), getTitlePatternDesc(), getTypeMenuDesc(), getUserInputDesc(), ContextSource\msg(), text, and wfDeprecated().

◆ typeAction()

static LogEventsList::typeAction (   $row,
  $type,
  $action,
  $right = '' 
)
static
Parameters
stdClass$row
string | array$type
string | array$action
string$right
Returns
bool

Definition at line 517 of file LogEventsList.php.

References $type.

Referenced by PopulateLogSearch\doDBUpdates().

◆ userCan()

static LogEventsList::userCan (   $row,
  $field,
User  $user = null 
)
static

Determine if the current user is allowed to view a particular field of this log row, if it's marked as deleted and/or restricted log type.

Parameters
stdClass$row
int$field
User | null$userUser to check, or null to use $wgUser
Returns
bool

Definition at line 541 of file LogEventsList.php.

References $user, userCanBitfield(), and userCanViewLogType().

Referenced by RevDelLogItem\canView(), ChangeTagsLogItem\canView(), ApiQueryLogEvents\extractRowInfo(), and RevDelLogItem\getApiData().

◆ userCanBitfield()

static LogEventsList::userCanBitfield (   $bitfield,
  $field,
User  $user = null 
)
static

Determine if the current user is allowed to view a particular field of this log row, if it's marked as deleted.

Parameters
int$bitfieldCurrent field
int$field
User | null$userUser to check, or null to use $wgUser
Returns
bool

Definition at line 555 of file LogEventsList.php.

References $user, LogPage\DELETED_RESTRICTED, and wfDebug().

Referenced by LogFormatter\canView(), ApiQueryWatchlist\extractOutputData(), ApiQueryRecentChanges\extractRowInfo(), ProtectedPagesPager\formatValue(), userCan(), and ChangesList\userCan().

◆ userCanViewLogType()

static LogEventsList::userCanViewLogType (   $type,
User  $user = null 
)
static

Determine if the current user is allowed to view a particular field of this log row, if it's marked as restricted log type.

Parameters
stdClass$type
User | null$userUser to check, or null to use $wgUser
Returns
bool

Definition at line 581 of file LogEventsList.php.

References $type, and $user.

Referenced by userCan().

Member Data Documentation

◆ $allowedActions

array LogEventsList::$allowedActions = null
protected

Definition at line 50 of file LogEventsList.php.

◆ $flags

LogEventsList::$flags

Definition at line 35 of file LogEventsList.php.

Referenced by __construct(), and showLogExtract().

◆ $linkRenderer

LinkRenderer null LogEventsList::$linkRenderer
private

Definition at line 55 of file LogEventsList.php.

Referenced by __construct(), getLinkRenderer(), and showLogExtract().

◆ $mDefaultQuery

array LogEventsList::$mDefaultQuery
protected

Definition at line 40 of file LogEventsList.php.

Referenced by getDefaultQuery().

◆ $showTagEditUI

bool LogEventsList::$showTagEditUI
protected

Definition at line 45 of file LogEventsList.php.

◆ NO_ACTION_LINK

const LogEventsList::NO_ACTION_LINK = 1

Definition at line 31 of file LogEventsList.php.

◆ NO_EXTRA_USER_LINKS

const LogEventsList::NO_EXTRA_USER_LINKS = 2

Definition at line 32 of file LogEventsList.php.

◆ USE_CHECKBOXES

const LogEventsList::USE_CHECKBOXES = 4

Definition at line 33 of file LogEventsList.php.

Referenced by SpecialLog\show().


The documentation for this class was generated from the following file: