MediaWiki REL1_37
|
This class formats protect log entries. More...
Public Member Functions | |
createProtectDescription (array $details) | |
Create the protect description to show in the log formatter. | |
formatParametersForApi () | |
Format parameters for API output. | |
getActionLinks () | |
Returns extra links that comes after the action text, like "revert", etc. | |
getPreloadTitles () | |
Public Member Functions inherited from LogFormatter | |
canViewLogType () | |
Check if a log item type can be displayed. | |
getActionText () | |
Gets the log action, including username. | |
getComment () | |
Gets the user provided comment. | |
getIRCActionComment () | |
Even uglier hack to maintain backwards compatibility with IRC bots (T36508). | |
getIRCActionText () | |
Even uglier hack to maintain backwards compatibility with IRC bots (T36508). | |
getLinkRenderer () | |
getMessageParametersForTesting () | |
getPerformerElement () | |
Provides the name of the user who performed the log action. | |
getPlainActionText () | |
Ugly hack to produce plaintext version of the message. | |
setAudience ( $audience) | |
Set the visibility restrictions for displaying content. | |
setContext (IContextSource $context) | |
Replace the default context. | |
setLinkRenderer (LinkRenderer $linkRenderer) | |
setShowUserToolLinks ( $value) | |
If set to true, will produce user tool links after the user name. | |
Protected Member Functions | |
getMessageKey () | |
Returns a key to be used for formatting the action sentence. | |
getMessageParameters () | |
Formats parameters intented for action message from array of all parameters. | |
getParametersForApi () | |
Get the array of parameters, converted from legacy format if necessary. | |
Protected Member Functions inherited from LogFormatter | |
__construct (LogEntry $entry) | |
canView ( $field) | |
Check if a log item can be displayed. | |
extractParameters () | |
Extracts the optional extra parameters for use in action messages. | |
formatParameterValue ( $type, $value) | |
Formats parameters values dependent to their type. | |
formatParameterValueForApi ( $name, $type, $value) | |
Format a single parameter value for API output. | |
getActionMessage () | |
Returns a sentence describing the log action. | |
getRestrictedElement ( $message) | |
Helper method for displaying restricted element. | |
makePageLink (Title $title=null, $parameters=[], $html=null) | |
Helper to make a link to the page, taking the plaintext value in consideration. | |
makeUserLink (UserIdentity $user, $toolFlags=0) | |
msg ( $key,... $params) | |
Shortcut for wfMessage which honors local context. | |
styleRestricedElement ( $content) | |
Helper method for styling restricted element. | |
styleRestrictedElement ( $content) | |
Helper method for styling restricted element. | |
Private Member Functions | |
formatExpiry ( $expiry) | |
Additional Inherited Members | |
Static Public Member Functions inherited from LogFormatter | |
static | newFromEntry (LogEntry $entry) |
Constructs a new formatter suitable for given entry. | |
static | newFromRow ( $row) |
Handy shortcut for constructing a formatter directly from database row. | |
Public Attributes inherited from LogFormatter | |
IContextSource | $context |
Context for logging. | |
const | FOR_PUBLIC = 1 |
const | FOR_THIS_USER = 2 |
Protected Attributes inherited from LogFormatter | |
int | $audience = self::FOR_PUBLIC |
Constant for handling log_deleted. | |
LogEntryBase | $entry |
string | $irctext = false |
bool | $linkFlood = false |
Whether to output user tool links. | |
array | $parsedParameters |
string | $plaintext = false |
Set to true if we are constructing a message text that is going to be included in page history or send to IRC feed. | |
This class formats protect log entries.
Definition at line 32 of file ProtectLogFormatter.php.
ProtectLogFormatter::createProtectDescription | ( | array | $details | ) |
Create the protect description to show in the log formatter.
array[] | $details |
Definition at line 177 of file ProtectLogFormatter.php.
References formatExpiry().
Referenced by getMessageParameters().
|
private |
Definition at line 208 of file ProtectLogFormatter.php.
References $lang, and wfIsInfinity().
Referenced by createProtectDescription(), and formatParametersForApi().
ProtectLogFormatter::formatParametersForApi | ( | ) |
Format parameters for API output.
The result array should generally map named keys to values. Index and type should be omitted, e.g. "4::foo" should be returned as "foo" in the output. Values should generally be unformatted.
Renames or removals of keys besides from the legacy numeric format to modern named style should be avoided. Any renames should be announced to the mediawiki-api-announce mailing list.
Reimplemented from LogFormatter.
Definition at line 156 of file ProtectLogFormatter.php.
References formatExpiry().
ProtectLogFormatter::getActionLinks | ( | ) |
Returns extra links that comes after the action text, like "revert", etc.
Reimplemented from LogFormatter.
Definition at line 81 of file ProtectLogFormatter.php.
References LogFormatter\$linkRenderer, $title, LogPage\DELETED_ACTION, LogFormatter\getLinkRenderer(), MediaWiki\Linker\LinkRenderer\makeKnownLink(), MediaWiki\Linker\LinkRenderer\makeLink(), and LogFormatter\msg().
|
protected |
Returns a key to be used for formatting the action sentence.
Default is logentry-TYPE-SUBTYPE for modern logs. Legacy log types will use custom keys, and subclasses can also alter the key depending on the entry itself.
Reimplemented from LogFormatter.
Definition at line 42 of file ProtectLogFormatter.php.
References LogFormatter\extractParameters().
|
protected |
Formats parameters intented for action message from array of all parameters.
There are three hardcoded parameters (array is zero-indexed, this list not):
Reimplemented from LogFormatter.
Definition at line 53 of file ProtectLogFormatter.php.
References createProtectDescription(), LogFormatter\makePageLink(), and Message\rawParam().
|
protected |
Get the array of parameters, converted from legacy format if necessary.
Reimplemented from LogFormatter.
Definition at line 123 of file ProtectLogFormatter.php.
References LogFormatter\$entry, LogEntry\getParameters(), and LogEntry\getSubtype().
ProtectLogFormatter::getPreloadTitles | ( | ) |
Reimplemented from LogFormatter.
Definition at line 33 of file ProtectLogFormatter.php.
References LogFormatter\extractParameters().