22 $this->language =
$lang;
58 $allSearchTerms = [ $searchterm ];
60 if (
$lang->hasVariants() ) {
61 $allSearchTerms = array_unique( array_merge(
63 $lang->autoConvertToAllVariants( $searchterm )
68 if ( !
Hooks::run(
'SearchGetNearMatchBefore', [ $allSearchTerms, &$titleResult ] ) ) {
72 foreach ( $allSearchTerms
as $term ) {
74 # Exact match? No need to look further.
80 # Try files if searching in the Media: namespace
89 # See if it still otherwise has content is some sane sense
91 if (
$page->hasViewableContent() ) {
99 # Now try all lower case (i.e. first letter capitalized)
105 # Now try capitalized string
111 # Now try all upper case
117 # Now try Word-Caps-Breaking-At-Word-Breaks, for hyphenated names etc
132 # Entering an IP address goes to the contributions page
133 if ( $this->config->get(
'EnableSearchContributorsByIP' ) ) {
140 # Entering a user goes to the user page whether it's there or not
145 # Go to images that exist even if there's no local page.
146 # There may have been a funny upload, or it may be on a shared
147 # file repository such as Wikimedia Commons.
155 # MediaWiki namespace? Page may be "implied" if not customized.
156 # Just return it, with caps forced as the message system likes it.
161 # Quoted term? Try without the quotes...
163 if ( preg_match(
'/^"([^"]+)"$/', $searchterm,
$matches ) ) {
164 return self::getNearMatch(
$matches[1] );
static factory(Title $title)
Create a WikiPage object of the appropriate class for the given title.
external whereas SearchGetNearMatch runs after $term
static getTitleFor($name, $subpage=false, $fragment= '')
Get a localised Title object for a specified special page name If you don't need a full Title object...
if(!isset($args[0])) $lang
static newFromText($text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
getNearMatch($searchterm)
If an exact title match can be found, or a very slightly close match, return the title.
getNearMatchInternal($searchterm)
Really find the title match.
getNearMatchResultSet($searchterm)
Do a near match (see SearchEngine::getNearMatch) and wrap it into a SearchResultSet.
static isIP($name)
Does the string match an anonymous IP address?
namespace and then decline to actually register it file or subcat img or subcat $title
Language $language
Current language.
static run($event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
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
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
Implementation of near match title search.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub 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 modifiable modifiable after all normalizations have been except for the $wgMaxImageArea check $image
__construct(Config $config, Language $lang)
A SearchResultSet wrapper for SearchNearMatcher.
wfFindFile($title, $options=[])
Find a file.
$config
Configuration object.
static makeTitle($ns, $title, $fragment= '', $interwiki= '')
Create a new Title from a namespace index and a DB key.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached $page