MediaWiki REL1_33
ReplaceTextHooks.php
Go to the documentation of this file.
1<?php
24
31 public static function addToAdminLinks( ALTree &$adminLinksTree ) {
32 $generalSection = $adminLinksTree->getSection( wfMessage( 'adminlinks_general' )->text() );
33 $extensionsRow = $generalSection->getRow( 'extensions' );
34
35 if ( is_null( $extensionsRow ) ) {
36 $extensionsRow = new ALRow( 'extensions' );
37 $generalSection->addRow( $extensionsRow );
38 }
39
40 $extensionsRow->addItem( ALItem::newFromSpecialPage( 'ReplaceText' ) );
41
42 return true;
43 }
44
55 public static function replaceTextReminder( &$form, &$ot, &$nt ) {
56 $out = $form->getOutput();
57 $page = SpecialPageFactory::getPage( 'ReplaceText' );
58 $pageLink = ReplaceTextUtils::link( $page->getPageTitle() );
59 $out->addHTML( $form->msg( 'replacetext_reminder' )
60 ->rawParams( $pageLink )->inContentLanguage()->parseAsBlock() );
61 }
62
67 public static function getReservedNames( &$names ) {
68 global $wgReplaceTextUser;
69 if ( !is_null( $wgReplaceTextUser ) ) {
70 $names[] = $wgReplaceTextUser;
71 }
72 }
73}
This list may contain false positives That usually means there is additional text with links below the first Each row contains links to the first and second as well as the first line of the second redirect text
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
$wgReplaceTextUser
static getReservedNames(&$names)
Implements UserGetReservedNames hook.
static addToAdminLinks(ALTree &$adminLinksTree)
Implements AdminLinks hook from Extension:Admin_Links.
static replaceTextReminder(&$form, &$ot, &$nt)
Implements SpecialMovepageAfterMove hook.
static link(Title $title, $text=null)
Shim for compatibility.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not it can be in the form of< username >< more info > e g for bot passwords intended to be added to log contexts Fields it might only if the login was with a bot password it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out
Definition hooks.txt:855
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 "&lt;div ...>$1&lt;/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