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' ) {
60 $blockExpiry = $this->context->getLanguage()->translateBlockExpiry(
62 $this->context->getUser(),
63 wfTimestamp( TS_UNIX, $this->entry->getTimestamp() )
65 if ( $this->plaintext ) {
66 $params[4] = Message::rawParam( $blockExpiry );
69 "<span class=\"blockExpiry\" title=\"$durationTooltip\">" .
79 $pages =
$params[6][
'pages'] ?? [];
81 return $this->
makePageLink( Title::newFromText( $page ) );
87 ? $this->
msg(
'blanknamespace' )->text()
88 : $this->context->getLanguage()->getFormattedNsText( $ns );
89 $params = [
'namespace' => $ns ];
96 $restrictions[] = $this->
msg(
'logentry-partialblock-block-page' )
97 ->numParams( count( $pages ) )
98 ->rawParams( $this->context->getLanguage()->listToText( $pages ) )->text();
102 $restrictions[] = $this->
msg(
'logentry-partialblock-block-ns' )
104 ->rawParams( $this->context->getLanguage()->listToText(
$namespaces ) )->text();
107 $params[6] = Message::rawParam( $this->context->getLanguage()->listToText( $restrictions ) );
115 $params = parent::extractParameters();
117 if ( $this->entry->isLegacy() && isset(
$params[3] ) ) {
128 $title = $this->entry->getTarget();
130 if (
substr( $title->getText(), 0, 1 ) !==
'#' ) {
131 return [ $title->getTalkPage() ];
137 $subtype = $this->entry->getSubtype();
140 || !( $subtype ===
'block' || $subtype ===
'reblock' )
141 || !$this->context->getUser()->isAllowed(
'block' )
147 $title = $this->entry->getTarget();
150 SpecialPage::getTitleFor(
'Unblock', $title->getDBkey() ),
151 $this->msg(
'unblocklink' )->text()
154 SpecialPage::getTitleFor(
'Block', $title->getDBkey() ),
155 $this->msg(
'change-blocklink' )->text()
159 return $this->
msg(
'parentheses' )->rawParams(
160 $this->context->getLanguage()->pipeList( $links ) )->escaped();
172 $flags =
trim( $flags );
173 if ( $flags ===
'' ) {
176 $flags = explode(
',', $flags );
177 $flagsCount = count( $flags );
184 ->rawParams(
$lang->commaList( $flags ) )->escaped();
208 $msg =
wfMessage(
'block-log-flags-' . $flag )->inLanguage(
$lang );
210 if ( $msg->exists() ) {
227 '6::flags' =>
'6:array:flags',
230 foreach ( $map as $index => $key ) {
240 if ( $subtype ===
'block' || $subtype ===
'reblock' ) {
243 '5::duration' =>
'infinite',
244 '6:array:flags' => [],
250 : explode(
',',
$params[
'6:array:flags'] );
256 if ( $expiry !==
false && $expiry > 0 ) {
257 $params[
':timestamp:expiry'] = $expiry;
266 $ret = parent::formatParametersForApi();
271 if (
isset(
$ret[
'restrictions'][
'pages'] ) ) {
272 $ret[
'restrictions'][
'pages'] =
array_map(
function ( $title ) {
274 },
$ret[
'restrictions'][
'pages'] );
278 if (
isset(
$ret[
'restrictions'][
'namespaces'] ) ) {
286 $type = $this->entry->getType();
287 $subtype = $this->entry->getSubtype();
288 $sitewide = $this->entry->getParameters()[
'sitewide'] ??
true;
290 $key =
"logentry-$type-$subtype";
291 if ( ( $subtype ===
'block' || $subtype ===
'reblock' ) && !$sitewide ) {
295 $params = parent::getMessageParameters();
299 $key =
"logentry-partial$type-$subtype";
301 $key =
"logentry-non-editing-$type-$subtype";
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
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.
Internationalisation code.
const TOOL_LINKS_NOBLOCK
Flags for userToolLinks()
static newFromName( $name, $validate='valid')
Static factory method for creation from username.
namespace and then decline to actually register it & $namespaces
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
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 use $formDescriptor instead 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
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