Go to the documentation of this file.
52 $title = $titleObj->getPrefixedText();
74 if ( $szdiff < -500 ) {
75 $szdiff =
"\002$szdiff\002";
76 } elseif ( $szdiff >= 0 ) {
77 $szdiff =
'+' . $szdiff;
80 $szdiff =
'(' . $szdiff .
')';
88 $targetText = $rc->
getTitle()->getPrefixedText();
91 "[[\00302$targetText\00310]]",
112 } elseif ( $feed[
'add_interwiki_prefix'] ) {
113 $prefix = $feed[
'add_interwiki_prefix'];
117 if ( $prefix !==
false ) {
118 $titleString =
"\00314[[\00303$prefix:\00307$title\00314]]";
120 $titleString =
"\00314[[\00307$title\00314]]";
123 # see http://www.irssi.org/documentation/formats for some colour codes. prefix is \003,
124 # no colour (\003) switches back to the term default
125 $fullString =
"$titleString\0034 $flag\00310 " .
126 "\00302$url\003 \0035*\003 \00303$user\003 \0035*\003 $szdiff \00310$comment\003\n";
140 Sanitizer::decodeCharReferences( $text )
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a account $user
static newFromText( $text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add text
$wgScript
The URL path to index.php.
Utility class for creating new RC entries.
$wgUseRCPatrol
Use RC Patrolling to check for vandalism (from recent changes and watchlists) New pages and new files...
$wgUseNPPatrol
Use new page patrolling to check new pages on Special:Newpages.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
null for the wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
namespace and then decline to actually register it file or subcat img or subcat $title
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 just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing & $attribs
when a variable name is used in a it is silently declared as a new masking the global
$wgCanonicalServer
Canonical URL of the server, to use in IRC feeds and notification e-mails.
$wgLocalInterwikis
Array for multiple $wgLocalInterwiki values, in case there are several interwiki prefixes that point ...
static run( $event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
the array() calling protocol came about after MediaWiki 1.4rc1.