MediaWiki
REL1_24
|
Give information about the version of MediaWiki, PHP, the DB and extensions. More...
Public Member Functions | |
__construct () | |
compare ($a, $b) | |
Callback to sort extensions by type. | |
execute ($par) | |
main() | |
getCreditsForExtension (array $extension) | |
Creates and formats a version line for a single extension. | |
getEntryPointInfo () | |
Get the list of entry points and their URLs. | |
getExtensionCredits () | |
Generate wikitext showing the name, URL, author and description of each extension. | |
getSkinCredits () | |
Generate wikitext showing the name, URL, author and description of each skin. | |
listAuthors ($authors, $extName, $extDir) | |
Return a formatted unsorted list of authors. | |
listToText ($list, $sort=true) | |
Convert an array of items into a list for display. | |
Static Public Member Functions | |
static | arrayToString ($list) |
Convert an array or object to a string for display. | |
static | getCopyrightAndAuthorList () |
Get the "MediaWiki is copyright 2001-20xx by lots of cool guys" text. | |
static | getExtAuthorsFileName ($extDir) |
Obtains the full path of an extensions authors or credits file if one exists. | |
static | getExtensionTypeName ($type) |
Returns the internationalized name for an extension type. | |
static | getExtensionTypes () |
Returns an array with the base extension types. | |
static | getExtLicenseFileName ($extDir) |
Obtains the full path of an extensions copying or license file if one exists. | |
static | getGitCurrentBranch ($dir) |
static | getGitHeadSha1 ($dir) |
static | getSvnInfo ($dir) |
Get an associative array of information about a given path, from its .svn subdirectory. | |
static | getSvnRevision ($dir) |
Retrieve the revision number of a Subversion working directory. | |
static | getVersion ($flags= '') |
Return a string of the MediaWiki version with SVN revision if available. | |
static | getVersionLinked () |
Return a wikitext-formatted string of the MediaWiki version with a link to the SVN revision or the git SHA1 of head if available. | |
static | softwareInformation () |
Returns wiki text showing the third party software versions (apache, php, mysql). | |
Protected Member Functions | |
getExtensionCategory ($type, $message) | |
Creates and returns the HTML for a single extension category. | |
getGroupName () | |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. | |
getParserFunctionHooks () | |
Obtains a list of installed parser function hooks and the associated H2 header. | |
getParserTags () | |
Obtains a list of installed parser tags and the associated H2 header. | |
Protected Attributes | |
$coreId = '' | |
Stores the current rev id/SHA hash of MediaWiki core. | |
$firstExtOpened = false | |
Static Protected Attributes | |
static | $extensionTypes = false |
static | $viewvcUrls |
Private Member Functions | |
getWgHooks () | |
Generate wikitext showing hooks in $wgHooks. | |
IPInfo () | |
Get information about client's IP address. | |
openExtType ($text=null, $name=null) | |
Static Private Member Functions | |
static | getMediaWikiCredits () |
Returns wiki text showing the license information. | |
static | getVersionLinkedGit () |
static | getVersionLinkedSvn () |
static | getwgVersionLinked () |
Give information about the version of MediaWiki, PHP, the DB and extensions.
Definition at line 31 of file SpecialVersion.php.
Definition at line 47 of file SpecialVersion.php.
static SpecialVersion::arrayToString | ( | $ | list | ) | [static] |
Convert an array or object to a string for display.
mixed | $list | Will convert an array to string if given and return the paramater unaltered otherwise |
Definition at line 1031 of file SpecialVersion.php.
References wfMessage().
SpecialVersion::compare | ( | $ | a, |
$ | b | ||
) |
Callback to sort extensions by type.
array | $a | |
array | $b |
Definition at line 596 of file SpecialVersion.php.
References SpecialPage\getLanguage().
SpecialVersion::execute | ( | $ | par | ) |
main()
string | null | $par |
Reimplemented from SpecialPage.
Definition at line 55 of file SpecialVersion.php.
References $ext, $extensions, $file, $IP, $out, array(), as, Html\element(), getEntryPointInfo(), getExtAuthorsFileName(), getExtensionCredits(), getExtLicenseFileName(), getMediaWikiCredits(), SpecialPage\getOutput(), getParserFunctionHooks(), getParserTags(), getSkinCredits(), getWgHooks(), global, IPInfo(), SpecialPage\msg(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), and softwareInformation().
static SpecialVersion::getCopyrightAndAuthorList | ( | ) | [static] |
Get the "MediaWiki is copyright 2001-20xx by lots of cool guys" text.
Definition at line 172 of file SpecialVersion.php.
References $wgLang, array(), format, MWTimestamp\getLocalInstance(), global, text, and wfMessage().
Referenced by getMediaWikiCredits().
SpecialVersion::getCreditsForExtension | ( | array $ | extension | ) |
Creates and formats a version line for a single extension.
Information for five columns will be created. Parameters required in the $extension array for part rendering are indicated in ()
array | $extension |
Definition at line 623 of file SpecialVersion.php.
References $cache, $html, $IP, $out, array(), Html\closeElement(), Html\element(), getExtLicenseFileName(), getGitHeadSha1(), SpecialPage\getLanguage(), SpecialPage\getOutput(), SpecialPage\getPageTitle(), getSvnInfo(), global, Linker\link(), list, listAuthors(), Linker\makeExternalLink(), SpecialPage\msg(), Html\openElement(), Html\rawElement(), wfDebug(), wfGetCache(), and wfMemcKey().
Referenced by getExtensionCategory().
Get the list of entry points and their URLs.
Definition at line 1177 of file SpecialVersion.php.
References $out, $value, $wgArticlePath, array(), as, Html\closeElement(), Html\element(), SpecialPage\getLanguage(), global, SpecialPage\msg(), Html\openElement(), Html\rawElement(), text, wfExpandUrl(), and wfScript().
Referenced by execute().
static SpecialVersion::getExtAuthorsFileName | ( | $ | extDir | ) | [static] |
Obtains the full path of an extensions authors or credits file if one exists.
string | $extDir | Path to the extensions root directory |
Definition at line 956 of file SpecialVersion.php.
Referenced by ApiQuerySiteinfo\appendExtensions(), execute(), and listAuthors().
SpecialVersion::getExtensionCategory | ( | $ | type, |
$ | message | ||
) | [protected] |
Creates and returns the HTML for a single extension category.
string | $type | |
string | $message |
Definition at line 572 of file SpecialVersion.php.
References $out, $type, array(), as, getCreditsForExtension(), global, and openExtType().
Referenced by getExtensionCredits(), and getSkinCredits().
Generate wikitext showing the name, URL, author and description of each extension.
Definition at line 431 of file SpecialVersion.php.
References $extensions, $extensionTypes, $out, $type, array(), as, Xml\closeElement(), Xml\element(), getExtensionCategory(), getExtensionTypes(), global, SpecialPage\msg(), Xml\openElement(), and text.
Referenced by execute().
static SpecialVersion::getExtensionTypeName | ( | $ | type | ) | [static] |
Returns the internationalized name for an extension type.
string | $type |
Definition at line 420 of file SpecialVersion.php.
References $type, and getExtensionTypes().
static SpecialVersion::getExtensionTypes | ( | ) | [static] |
Returns an array with the base extension types.
Type is stored as array key, the message as array value.
TODO: ideally this would return all extension types.
Definition at line 392 of file SpecialVersion.php.
References $extensionTypes, array(), text, wfMessage(), and wfRunHooks().
Referenced by getExtensionCredits(), and getExtensionTypeName().
static SpecialVersion::getExtLicenseFileName | ( | $ | extDir | ) | [static] |
Obtains the full path of an extensions copying or license file if one exists.
string | $extDir | Path to the extensions root directory |
Definition at line 985 of file SpecialVersion.php.
Referenced by ApiQuerySiteinfo\appendExtensions(), execute(), and getCreditsForExtension().
static SpecialVersion::getGitCurrentBranch | ( | $ | dir | ) | [static] |
string | $dir | Directory of the git checkout |
Definition at line 1168 of file SpecialVersion.php.
References $dir.
Referenced by ApiQuerySiteinfo\appendGeneralInfo().
static SpecialVersion::getGitHeadSha1 | ( | $ | dir | ) | [static] |
string | $dir | Directory of the git checkout |
Definition at line 1158 of file SpecialVersion.php.
References $dir.
Referenced by ApiQuerySiteinfo\appendGeneralInfo(), getCreditsForExtension(), and getVersion().
SpecialVersion::getGroupName | ( | ) | [protected] |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
Reimplemented from SpecialPage.
Definition at line 1234 of file SpecialVersion.php.
static SpecialVersion::getMediaWikiCredits | ( | ) | [static, private] |
Returns wiki text showing the license information.
Definition at line 150 of file SpecialVersion.php.
References $ret, array(), Xml\element(), getCopyrightAndAuthorList(), text, and wfMessage().
Referenced by execute().
SpecialVersion::getParserFunctionHooks | ( | ) | [protected] |
Obtains a list of installed parser function hooks and the associated H2 header.
Definition at line 543 of file SpecialVersion.php.
References $out, $wgParser, array(), global, listToText(), Linker\makeExternalLink(), SpecialPage\msg(), and Html\rawElement().
Referenced by execute().
SpecialVersion::getParserTags | ( | ) | [protected] |
Obtains a list of installed parser tags and the associated H2 header.
Definition at line 511 of file SpecialVersion.php.
References $out, $value, $wgParser, array(), global, listToText(), Linker\makeExternalLink(), SpecialPage\msg(), and Html\rawElement().
Referenced by execute().
Generate wikitext showing the name, URL, author and description of each skin.
Definition at line 485 of file SpecialVersion.php.
References $out, array(), Xml\closeElement(), Xml\element(), getExtensionCategory(), global, SpecialPage\msg(), Xml\openElement(), and text.
Referenced by execute().
static SpecialVersion::getSvnInfo | ( | $ | dir | ) | [static] |
Get an associative array of information about a given path, from its .svn subdirectory.
Returns false on error, such as if the directory was not checked out with subversion.
Returned keys are: Required: checkout-rev The revision which was checked out Optional: directory-rev The revision when the directory was last modified url The subversion URL of the directory repo-url The base URL of the repository viewvc-url A ViewVC URL pointing to the checked-out revision
string | $dir |
Definition at line 1068 of file SpecialVersion.php.
References $dir, $lines, array(), as, file, wfRestoreWarnings(), and wfSuppressWarnings().
Referenced by ApiQuerySiteinfo\appendExtensions(), getCreditsForExtension(), getSvnRevision(), getVersion(), and getVersionLinkedSvn().
static SpecialVersion::getSvnRevision | ( | $ | dir | ) | [static] |
Retrieve the revision number of a Subversion working directory.
string | $dir | Directory of the svn checkout |
Definition at line 1142 of file SpecialVersion.php.
References $dir, and getSvnInfo().
Referenced by ApiQuerySiteinfo\appendGeneralInfo().
static SpecialVersion::getVersion | ( | $ | flags = '' | ) | [static] |
Return a string of the MediaWiki version with SVN revision if available.
string | $flags |
Definition at line 252 of file SpecialVersion.php.
References $flags, $IP, getGitHeadSha1(), getSvnInfo(), global, wfMessage(), wfProfileIn(), and wfProfileOut().
Referenced by WikiStatsOutput\heading(), and CheckLanguageCLI\outputWiki().
static SpecialVersion::getVersionLinked | ( | ) | [static] |
Return a wikitext-formatted string of the MediaWiki version with a link to the SVN revision or the git SHA1 of head if available.
Git is prefered over Svn The fallback is just $wgVersion
Definition at line 291 of file SpecialVersion.php.
References getVersionLinkedGit(), getVersionLinkedSvn(), global, wfProfileIn(), and wfProfileOut().
Referenced by softwareInformation().
static SpecialVersion::getVersionLinkedGit | ( | ) | [static, private] |
Definition at line 358 of file SpecialVersion.php.
References $IP, $wgLang, Html\element(), getwgVersionLinked(), and global.
Referenced by getVersionLinked().
static SpecialVersion::getVersionLinkedSvn | ( | ) | [static, private] |
Definition at line 315 of file SpecialVersion.php.
References $IP, getSvnInfo(), getwgVersionLinked(), global, and wfMessage().
Referenced by getVersionLinked().
SpecialVersion::getWgHooks | ( | ) | [private] |
Generate wikitext showing hooks in $wgHooks.
Definition at line 806 of file SpecialVersion.php.
References $ret, $wgHooks, array(), as, Html\closeElement(), Html\element(), global, listToText(), SpecialPage\msg(), Html\openElement(), and text.
Referenced by execute().
static SpecialVersion::getwgVersionLinked | ( | ) | [static, private] |
Definition at line 341 of file SpecialVersion.php.
References array(), global, and wfRunHooks().
Referenced by getVersionLinkedGit(), and getVersionLinkedSvn().
SpecialVersion::IPInfo | ( | ) | [private] |
Get information about client's IP address.
Definition at line 882 of file SpecialVersion.php.
References SpecialPage\getRequest().
Referenced by execute().
SpecialVersion::listAuthors | ( | $ | authors, |
$ | extName, | ||
$ | extDir | ||
) |
Return a formatted unsorted list of authors.
'And Others' If an item in the $authors array is '...' it is assumed to indicate an 'and others' string which will then be linked to an ((AUTHORS)|(CREDITS))(\.txt)? file if it exists in $dir.
Similarly an entry ending with ' ...]' is assumed to be a link to an 'and others' page.
If no '...' string variant is found, but an authors file is found an 'and others' will be added to the end of the credits.
string | array | $authors | |
string | $extName | Name of the extension for link creation |
string | $extDir | Path to the extension root directory |
Definition at line 908 of file SpecialVersion.php.
References array(), as, getExtAuthorsFileName(), SpecialPage\getOutput(), SpecialPage\getPageTitle(), Linker\link(), listToText(), SpecialPage\msg(), and text.
Referenced by getCreditsForExtension().
SpecialVersion::listToText | ( | $ | list, |
$ | sort = true |
||
) |
Convert an array of items into a list for display.
array | $list | List of elements to display |
bool | $sort | Whether to sort the items in $list |
Definition at line 1011 of file SpecialVersion.php.
References $sort, array(), and SpecialPage\getLanguage().
Referenced by getParserFunctionHooks(), getParserTags(), getWgHooks(), and listAuthors().
SpecialVersion::openExtType | ( | $ | text = null , |
$ | name = null |
||
) | [private] |
Definition at line 836 of file SpecialVersion.php.
References $name, $out, array(), Html\closeElement(), Html\element(), SpecialPage\msg(), Html\openElement(), Html\rawElement(), and text.
Referenced by getExtensionCategory().
static SpecialVersion::softwareInformation | ( | ) | [static] |
Returns wiki text showing the third party software versions (apache, php, mysql).
Definition at line 207 of file SpecialVersion.php.
References $dbr, $name, $out, array(), as, Xml\closeElement(), Xml\element(), getVersionLinked(), Xml\openElement(), text, wfGetDB(), wfIsHHVM(), wfMessage(), and wfRunHooks().
Referenced by execute().
SpecialVersion::$coreId = '' [protected] |
Stores the current rev id/SHA hash of MediaWiki core.
Definition at line 37 of file SpecialVersion.php.
SpecialVersion::$extensionTypes = false [static, protected] |
Definition at line 39 of file SpecialVersion.php.
Referenced by getExtensionCredits(), and getExtensionTypes().
SpecialVersion::$firstExtOpened = false [protected] |
Definition at line 32 of file SpecialVersion.php.
SpecialVersion::$viewvcUrls [static, protected] |
array( 'svn+ssh://svn.wikimedia.org/svnroot/mediawiki' => 'http://svn.wikimedia.org/viewvc/mediawiki', 'http://svn.wikimedia.org/svnroot/mediawiki' => 'http://svn.wikimedia.org/viewvc/mediawiki', 'https://svn.wikimedia.org/svnroot/mediawiki' => 'https://svn.wikimedia.org/viewvc/mediawiki', )
Definition at line 41 of file SpecialVersion.php.