46 if ( $subPage ===
'' || $subPage ===
null ) {
47 if (
$request->getText(
'target',
'' ) ===
'' ) {
54 $parts = explode(
'/', $subPage, 2 );
57 if ( $slot ===
'main' || $slot ===
'' ) {
82 $output->getRequest()->response()->header(
'Access-Control-Allow-Origin: *' );
90 $parts = explode(
'/', $subPage, 2 );
91 if ( $subPage !==
'' ) {
94 $title =
$request->getText(
'target',
'' );
97 $revision =
$request->getInt(
'oldid', $revision );
98 $revision =
$request->getInt(
'revision', $revision );
100 if ( $title ===
null || $title ===
'' ) {
106 $title = Title::newFromTextThrow( $title );
132 $contentHandler = ContentHandler::getForTitle( $title );
133 $mimeTypes = $contentHandler->getSupportedFormats();
135 $headers =
$request->getAllHeaders();
136 if ( isset( $headers[
'ACCEPT'] ) ) {
138 $accept =
$parser->parseWeights( $headers[
'ACCEPT'] );
145 $accept[$mimeTypes[0]] = 1;
149 $format = $negotiator->getBestSupportedKey( $accept,
null );
151 if ( $format ===
null ) {
152 $format = isset( $accept[
'text/html'] ) ?
'text/html' :
null;
155 if ( $format ===
null ) {
156 $msg =
wfMessage(
'pagedata-not-acceptable', implode(
', ', $mimeTypes ) );
160 $url = $this->
getDocUrl( $title, $format, $revision );
161 $output->redirect( $url, 303 );
175 if ( $revision > 0 ) {
179 if ( $format ===
'text/html' ) {
180 return $title->getFullURL(
$params );
185 return $title->getFullURL(
$params );
Show an error that looks like an HTTP server error.
This class should be covered by a general architecture document which does not exist as of January 20...
Request handler implementing a data interface for mediawiki pages.
canHandleRequest( $subPage, WebRequest $request)
Checks whether the request is complete, i.e.
handleRequest( $subPage, WebRequest $request, OutputPage $output)
Main method for handling requests.
getDocUrl(Title $title, $format='', $revision=0)
Returns a url representing the given title.
httpContentNegotiation(WebRequest $request, OutputPage $output, Title $title, $revision=0)
Applies HTTP content negotiation.
Represents a title within MediaWiki.
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on $request
do that in ParserLimitReportFormat instead $parser
static configuration should be added through ResourceLoaderGetConfigVars instead can be used to get the real title after the basic globals have been set but before ordinary actions take place $output
either a unescaped string or a HtmlArmor object 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 unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services