173 'persisted' =>
false,
193 foreach ( $providedMetadata
as $k => $v ) {
194 if ( array_key_exists( $k, $savedMetadata ) && $savedMetadata[$k] !== $v ) {
197 'old_value' => $savedMetadata[$k],
203 return $providedMetadata;
366 throw new \BadMethodCallException(
367 __METHOD__ .
' must be implmented when canChangeUser() is false'
429 throw new \InvalidArgumentException(
'Backend\'s provider isn\'t $this' );
443 return get_class( $this );
463 'sessionprovider-' . str_replace(
'\\',
'-', strtolower( get_class( $this ) ) )
469 $msg->inLanguage( $lang );
470 if ( $msg->isDisabled() ) {
471 $msg =
wfMessage(
'sessionprovider-generic', (
string)$this )->inLanguage( $lang );
473 return $msg->plain();
494 if ( !is_string( $data ) ) {
495 throw new \InvalidArgumentException(
496 '$data must be a string, ' . gettype( $data ) .
' was passed'
499 if (
$key !== null && !is_string(
$key ) ) {
500 throw new \InvalidArgumentException(
501 '$key must be a string or null, ' . gettype(
$key ) .
' was passed'
506 if ( strlen( $hash ) < 32 ) {
509 throw new \UnexpectedValueException(
'Hash fuction returned less than 128 bits' );
512 if ( strlen( $hash ) >= 40 ) {
515 return substr( $hash, -32 );
the array() calling protocol came about after MediaWiki 1.4rc1.
magic word the default is to use $key to get the and $key value or $key value text $key value html to format the value $key
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging $e
if(!isset($args[0])) $lang
processing should stop and the error should be shown to the user * false
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 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 unsetoffset-wrap String Wrap the message in html(usually something like"<
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
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 local account $user
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
this hook is for auditing only or null if authentication failed before getting that far $username
wfBaseConvert($input, $sourceBase, $destBase, $pad=1, $lowercase=true, $engine= 'auto')
Convert an arbitrarily-long digit string from one numeric base to another, optionally zero-padding to...
error also a ContextSource you ll probably need to make sure the header is varied on $request
static hmac($data, $key, $raw=true)
Generate an acceptably unstable one-way-hmac of some text making use of the best hash algorithm that ...