32 $params = parent::getMessageParameters();
34 $title = $this->entry->getTarget();
35 if ( substr( $title->getText(), 0, 1 ) ===
'#' ) {
49 $subtype = $this->entry->getSubtype();
50 if ( $subtype ===
'block' || $subtype ===
'reblock' ) {
59 $durationTooltip =
'‎' . htmlspecialchars(
$params[4] );
60 $blockExpiry = $this->context->getLanguage()->translateBlockExpiry(
62 $this->context->getUser(),
63 wfTimestamp( TS_UNIX, $this->entry->getTimestamp() )
66 "<span class=\"blockExpiry\" title=\"$durationTooltip\">" .
67 htmlspecialchars( $blockExpiry ) .
78 $params = parent::extractParameters();
80 if ( $this->entry->isLegacy() && isset(
$params[3] ) ) {
91 $title = $this->entry->getTarget();
93 if ( substr( $title->getText(), 0, 1 ) !==
'#' ) {
94 return [ $title->getTalkPage() ];
100 $subtype = $this->entry->getSubtype();
103 || !( $subtype ===
'block' || $subtype ===
'reblock' )
104 || !$this->context->getUser()->isAllowed(
'block' )
110 $title = $this->entry->getTarget();
113 SpecialPage::getTitleFor(
'Unblock', $title->getDBkey() ),
114 $this->msg(
'unblocklink' )->text()
117 SpecialPage::getTitleFor(
'Block', $title->getDBkey() ),
118 $this->msg(
'change-blocklink' )->text()
122 return $this->
msg(
'parentheses' )->rawParams(
123 $this->context->getLanguage()->pipeList( $links ) )->escaped();
135 $flags = trim( $flags );
136 if ( $flags ===
'' ) {
139 $flags = explode(
',', $flags );
140 $flagsCount = count( $flags );
142 for ( $i = 0; $i < $flagsCount; $i++ ) {
147 ->rawParams(
$lang->commaList( $flags ) )->escaped();
161 $messages[$flag] = htmlspecialchars( $flag );
171 $msg =
wfMessage(
'block-log-flags-' . $flag )->inLanguage(
$lang );
173 if ( $msg->exists() ) {
190 '6::flags' =>
'6:array:flags',
192 foreach ( $map as $index => $key ) {
193 if ( isset(
$params[$index] ) ) {
200 if ( $subtype ===
'block' || $subtype ===
'reblock' ) {
203 '5::duration' =>
'infinite',
204 '6:array:flags' => [],
207 if ( !is_array(
$params[
'6:array:flags'] ) ) {
210 : explode(
',',
$params[
'6:array:flags'] );
215 $expiry = strtotime(
$params[
'5::duration'], $ts );
216 if ( $expiry !==
false && $expiry > 0 ) {
217 $params[
':timestamp:expiry'] = $expiry;
226 $ret = parent::formatParametersForApi();
227 if ( isset(
$ret[
'flags'] ) ) {
wfIsInfinity( $str)
Determine input string is represents as infinity.
wfTimestamp( $outputtype=TS_UNIX, $ts=0)
Get a timestamp string in one of various formats.
static setIndexedTagName(array &$arr, $tag)
Set the tag name for numeric-keyed values in XML format.
const TOOL_LINKS_NOBLOCK
Flags for userToolLinks()
static newFromName( $name, $validate='valid')
Static factory method for creation from username.
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest 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) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
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 noclasses & $ret
this hook is for auditing only or null if authentication failed before getting that far $username
getParameters()
Get the extra parameters stored for this message.
getTimestamp()
Get the timestamp when the action was executed.
getSubtype()
The log subtype.
if(!isset( $args[0])) $lang