MediaWiki
REL1_24
|
This is a utility class with only static functions for dealing with namespaces that encodes all the "magic" behaviors of them based on index. More...
Static Public Member Functions | |
static | canTalk ($index) |
Can this namespace ever have a talk namespace? | |
static | equals ($ns1, $ns2) |
Returns whether the specified namespaces are the same namespace. | |
static | exists ($index) |
Returns whether the specified namespace exists. | |
static | getAssociated ($index) |
Get the associated namespace. | |
static | getCanonicalIndex ($name) |
Returns the index for a given canonical name, or NULL The input *must* be converted to lower case first. | |
static | getCanonicalName ($index) |
Returns the canonical (English) name for a given index. | |
static | getCanonicalNamespaces ($rebuild=false) |
Returns array of all defined namespaces with their canonical (English) names. | |
static | getContentNamespaces () |
Get a list of all namespace indices which are considered to contain content. | |
static | getNamespaceContentModel ($index) |
Get the default content model for a namespace This does not mean that all pages in that namespace have the model. | |
static | getRestrictionLevels ($index, User $user=null) |
Determine which restriction levels it makes sense to use in a namespace, optionally filtered by a user's rights. | |
static | getSubject ($index) |
Get the subject namespace index for a given namespace Special namespaces (NS_MEDIA, NS_SPECIAL) are always the subject. | |
static | getSubjectNamespaces () |
List all namespace indices which are considered subject, aka not a talk or special namespace. | |
static | getTalk ($index) |
Get the talk namespace index for a given namespace. | |
static | getTalkNamespaces () |
List all namespace indices which are considered talks, aka not a subject or special namespace. | |
static | getValidNamespaces () |
Returns an array of the namespaces (by integer id) that exist on the wiki. | |
static | hasGenderDistinction ($index) |
Does the namespace (potentially) have different aliases for different genders. | |
static | hasSubpages ($index) |
Does the namespace allow subpages? | |
static | isCapitalized ($index) |
Is the namespace first-letter capitalized? | |
static | isContent ($index) |
Does this namespace contain content, for the purposes of calculating statistics, etc? | |
static | isMovable ($index) |
Can pages in the given namespace be moved? | |
static | isNonincludable ($index) |
It is not possible to use pages from this namespace as template? | |
static | isSubject ($index) |
Is the given namespace is a subject (non-talk) namespace? | |
static | isTalk ($index) |
Is the given namespace a talk namespace? | |
static | isWatchable ($index) |
Can pages in a namespace be watched? | |
static | subjectEquals ($ns1, $ns2) |
Returns whether the specified namespaces share the same subject. | |
Static Private Member Functions | |
static | isMethodValidFor ($index, $method) |
Throw an exception when trying to get the subject or talk page for a given namespace where it does not make sense. | |
Static Private Attributes | |
static | $alwaysCapitalizedNamespaces = array( NS_SPECIAL, NS_USER, NS_MEDIAWIKI ) |
These namespaces should always be first-letter capitalized, now and forevermore. |
This is a utility class with only static functions for dealing with namespaces that encodes all the "magic" behaviors of them based on index.
The textual names of the namespaces are handled by Language.php.
These are synonyms for the names given in the language file Users and translators should not change them
Definition at line 33 of file MWNamespace.php.
static MWNamespace::canTalk | ( | $ | index | ) | [static] |
Can this namespace ever have a talk namespace?
int | $index | Namespace index |
Definition at line 283 of file MWNamespace.php.
Referenced by ChangesFeed\buildItems().
static MWNamespace::equals | ( | $ | ns1, |
$ | ns2 | ||
) | [static] |
Returns whether the specified namespaces are the same namespace.
int | $ns1 | The first namespace index |
int | $ns2 | The second namespace index |
Definition at line 180 of file MWNamespace.php.
Referenced by MWNamespaceTest\testEquals().
static MWNamespace::exists | ( | $ | index | ) | [static] |
Returns whether the specified namespace exists.
int | $index |
Definition at line 161 of file MWNamespace.php.
References getCanonicalNamespaces().
Referenced by Linker\getInvalidTitleDescription(), and TitleCleanup\moveInconsistentPage().
static MWNamespace::getAssociated | ( | $ | index | ) | [static] |
Get the associated namespace.
For talk namespaces, returns the subject (non-talk) namespace For subject (non-talk) namespaces, returns the talk namespace
int | $index | Namespace index |
Definition at line 141 of file MWNamespace.php.
References getSubject(), getTalk(), and isMethodValidFor().
Referenced by MWNamespaceTest\testGetAssociated(), MWNamespaceTest\testGetAssociatedExceptionsForNsMedia(), and MWNamespaceTest\testGetAssociatedExceptionsForNsSpecial().
static MWNamespace::getCanonicalIndex | ( | $ | name | ) | [static] |
Returns the index for a given canonical name, or NULL The input *must* be converted to lower case first.
string | $name | Namespace name |
Definition at line 243 of file MWNamespace.php.
static MWNamespace::getCanonicalName | ( | $ | index | ) | [static] |
Returns the canonical (English) name for a given index.
int | $index | Namespace index |
Definition at line 227 of file MWNamespace.php.
References getCanonicalNamespaces().
Referenced by MWNamespaceTest\__call(), DeletedContributionsPage\__construct(), ApiQuerySiteinfo\appendNamespaces(), SpecialContributions\contributionsSub(), RevisionStorageTest\createPage(), SpecialListGroupRights\execute(), Linker\formatLinksInComment(), SpecialStatistics\getGroupStats(), and Title\getTalkNsText().
static MWNamespace::getCanonicalNamespaces | ( | $ | rebuild = false | ) | [static] |
Returns array of all defined namespaces with their canonical (English) names.
bool | $rebuild | Rebuild namespace list (default = false). Used for testing. |
Definition at line 208 of file MWNamespace.php.
References $namespaces, array(), global, and wfRunHooks().
Referenced by exists(), getCanonicalName(), ResourceLoaderStartUpModule\getConfigSettings(), RevisionTest\setUp(), TitleMethodsTest\setUp(), ContentHandlerTest\setUp(), ApiEditPageTest\setUp(), RevisionStorageTest\setUp(), TitleMethodsTest\tearDown(), ApiEditPageTest\tearDown(), ContentHandlerTest\tearDown(), RevisionTest\tearDown(), RevisionStorageTest\tearDown(), and NewParserTest\tearDown().
static MWNamespace::getContentNamespaces | ( | ) | [static] |
Get a list of all namespace indices which are considered to contain content.
Definition at line 324 of file MWNamespace.php.
References array(), and global.
Referenced by RandomPage\__construct(), SiteStatsInit\articles(), ResourceLoaderStartUpModule\getConfigSettings(), UncategorizedPagesPage\getOrderFields(), DeadendPagesPage\getOrderFields(), LonelyPagesPage\getOrderFields(), ShortPagesPage\getQueryInfo(), AncientPagesPage\getQueryInfo(), PopularPagesPage\getQueryInfo(), FewestrevisionsPage\getQueryInfo(), MostcategoriesPage\getQueryInfo(), MostinterwikisPage\getQueryInfo(), UncategorizedPagesPage\getQueryInfo(), LonelyPagesPage\getQueryInfo(), DeadendPagesPage\getQueryInfo(), WithoutInterwikiPage\getQueryInfo(), and MWNamespaceTest\testGetContentNamespaces().
static MWNamespace::getNamespaceContentModel | ( | $ | index | ) | [static] |
Get the default content model for a namespace This does not mean that all pages in that namespace have the model.
int | $index | Index to check |
Definition at line 420 of file MWNamespace.php.
References global.
Referenced by ApiQuerySiteinfo\appendNamespaces(), and ContentHandler\getDefaultModelFor().
static MWNamespace::getRestrictionLevels | ( | $ | index, |
User $ | user = null |
||
) | [static] |
Determine which restriction levels it makes sense to use in a namespace, optionally filtered by a user's rights.
Definition at line 436 of file MWNamespace.php.
References $right, $user, $wgNamespaceProtection, array(), as, User\getGroupsWithPermission(), and global.
Referenced by ProtectionForm\buildSelector(), and EditPage\showTextbox().
static MWNamespace::getSubject | ( | $ | index | ) | [static] |
Get the subject namespace index for a given namespace Special namespaces (NS_MEDIA, NS_SPECIAL) are always the subject.
int | $index | Namespace index |
Definition at line 122 of file MWNamespace.php.
References isTalk().
Referenced by getAssociated(), ApiQueryInfo\getTSIDs(), isCapitalized(), SpecialSearch\powerSearchBox(), subjectEquals(), MWNamespaceTest\testGetSubject(), SpecialEditWatchlist\unwatchTitles(), and SpecialEditWatchlist\watchTitles().
static MWNamespace::getSubjectNamespaces | ( | ) | [static] |
List all namespace indices which are considered subject, aka not a talk or special namespace.
See also MWNamespace::isSubject
Definition at line 342 of file MWNamespace.php.
References getValidNamespaces().
Referenced by MWNamespaceTest\testGetSubjectNamespaces().
static MWNamespace::getTalk | ( | $ | index | ) | [static] |
Get the talk namespace index for a given namespace.
int | $index | Namespace index |
Definition at line 108 of file MWNamespace.php.
References isMethodValidFor(), and isTalk().
Referenced by getAssociated(), ApiQueryInfo\getTSIDs(), Title\isWatchable(), MWNamespaceTest\testGetTalk(), MWNamespaceTest\testGetTalkExceptionsForNsMedia(), MWNamespaceTest\testGetTalkExceptionsForNsSpecial(), SpecialEditWatchlist\unwatchTitles(), and SpecialEditWatchlist\watchTitles().
static MWNamespace::getTalkNamespaces | ( | ) | [static] |
List all namespace indices which are considered talks, aka not a subject or special namespace.
See also MWNamespace::isTalk
Definition at line 355 of file MWNamespace.php.
References getValidNamespaces().
Referenced by MWNamespaceTest\testGetTalkNamespaces().
static MWNamespace::getValidNamespaces | ( | ) | [static] |
Returns an array of the namespaces (by integer id) that exist on the wiki.
Used primarily by the api in help documentation.
Definition at line 263 of file MWNamespace.php.
References as.
Referenced by SpecialTrackingCategories\execute(), getSubjectNamespaces(), getTalkNamespaces(), SpecialListGroupRights\outputNamespaceProtectionInfo(), and Preferences\searchPreferences().
static MWNamespace::hasGenderDistinction | ( | $ | index | ) | [static] |
Does the namespace (potentially) have different aliases for different genders.
Not all languages make a distinction here.
int | $index | Index to check |
Definition at line 396 of file MWNamespace.php.
Referenced by GenderCache\doLinkBatch(), GenderCache\doTitlesArray(), ApiQueryAllPages\run(), and MWNamespaceTest\testHasGenderDistinction().
static MWNamespace::hasSubpages | ( | $ | index | ) | [static] |
Does the namespace allow subpages?
int | $index | Index to check |
Definition at line 315 of file MWNamespace.php.
Referenced by ApiQuerySiteinfo\appendNamespaces(), Linker\normalizeSubpageLink(), InfoAction\pageCounts(), InfoAction\pageInfo(), WikiImporter\setTargetRootPage(), and Skin\subPageSubtitle().
static MWNamespace::isCapitalized | ( | $ | index | ) | [static] |
Is the namespace first-letter capitalized?
int | $index | Index to check |
Definition at line 368 of file MWNamespace.php.
References getSubject(), and global.
Referenced by ApiQuerySiteinfo\appendNamespaces(), ResourceLoaderStartUpModule\getConfigSettings(), Title\secureAndSplit(), and MWNamespaceTest\testIsCapitalizedHardcodedAssertions().
static MWNamespace::isContent | ( | $ | index | ) | [static] |
Does this namespace contain content, for the purposes of calculating statistics, etc?
int | $index | Index to check |
Definition at line 294 of file MWNamespace.php.
References global.
Referenced by ApiQuerySiteinfo\appendNamespaces().
static MWNamespace::isMethodValidFor | ( | $ | index, |
$ | method | ||
) | [static, private] |
Throw an exception when trying to get the subject or talk page for a given namespace where it does not make sense.
Special namespaces are defined in includes/Defines.php and have a value below 0 (ex: NS_SPECIAL = -1 , NS_MEDIA = -2)
int | $index | |
string | $method |
MWException |
Definition at line 54 of file MWNamespace.php.
Referenced by getAssociated(), and getTalk().
namespace are movable Hooks may change this value to override the return value of MWNamespace::isMovable | ( | $ | index | ) | [static] |
Can pages in the given namespace be moved?
int | $index | Namespace index |
Definition at line 67 of file MWNamespace.php.
References $result, array(), global, and wfRunHooks().
Referenced by MWNamespaceTest\testIsMovable().
static MWNamespace::isNonincludable | ( | $ | index | ) | [static] |
It is not possible to use pages from this namespace as template?
int | $index | Index to check |
Definition at line 407 of file MWNamespace.php.
References global.
Referenced by ApiQuerySiteinfo\appendNamespaces(), and MWNamespaceTest\testIsNonincludable().
static MWNamespace::isSubject | ( | $ | index | ) | [static] |
Is the given namespace is a subject (non-talk) namespace?
int | $index | Namespace index |
Definition at line 87 of file MWNamespace.php.
References isTalk().
static MWNamespace::isTalk | ( | $ | index | ) | [static] |
Is the given namespace a talk namespace?
int | $index | Namespace index |
Definition at line 97 of file MWNamespace.php.
Referenced by getSubject(), getTalk(), ApiQueryInfo\getTSIDs(), SpecialEditWatchlist\getWatchlistInfo(), and isSubject().
static MWNamespace::isWatchable | ( | $ | index | ) | [static] |
Can pages in a namespace be watched?
int | $index |
Definition at line 305 of file MWNamespace.php.
static MWNamespace::subjectEquals | ( | $ | ns1, |
$ | ns2 | ||
) | [static] |
Returns whether the specified namespaces share the same subject.
eg: NS_USER and NS_USER wil return true, as well NS_USER and NS_USER_TALK will return true.
int | $ns1 | The first namespace index |
int | $ns2 | The second namespace index |
Definition at line 195 of file MWNamespace.php.
References getSubject().
Referenced by MWNamespaceTest\assertDifferentSubject(), and MWNamespaceTest\assertSameSubject().
MWNamespace::$alwaysCapitalizedNamespaces = array( NS_SPECIAL, NS_USER, NS_MEDIAWIKI ) [static, private] |
These namespaces should always be first-letter capitalized, now and forevermore.
Historically, they could've probably been lowercased too, but some things are just too ingrained now. :)
Definition at line 40 of file MWNamespace.php.