MediaWiki
REL1_19
|
This class should be covered by a general architecture document which does not exist as of January 2011. More...
Public Member Functions | |
__construct (IContextSource $context=null) | |
Constructor for OutputPage. | |
addAcceptLanguage () | |
bug 21672: Add Accept-Language to Vary and XVO headers if there's no 'variant' parameter existed in GET. | |
addBacklinkSubtitle (Title $title) | |
Add a subtitle containing a backlink to a page. | |
addCategoryLinks ($categories) | |
Add an array of categories, with names in the keys. | |
addElement ($element, $attribs=array(), $contents= '') | |
Shortcut for adding an Html::element via addHTML. | |
addExtensionStyle ($url) | |
Register and add a stylesheet from an extension directory. | |
addFeedLink ($format, $href) | |
Add a feed link to the page header. | |
addHeadItem ($name, $value) | |
Add or replace an header item to the output. | |
addHTML ($text) | |
Append $text to the body HTML. | |
addInlineScript ($script) | |
Add a self-contained script tag with the given contents. | |
addInlineStyle ($style_css, $flip= 'noflip') | |
Adds inline CSS styles. | |
addJsConfigVars ($keys, $value=null) | |
Add one or more variables to be set in mw.config in JavaScript. | |
addKeyword ($text) | |
Add a keyword or a list of keywords in the page header. | |
addLanguageLinks ($newLinkArray) | |
Add new language links. | |
addLink ($linkarr) | |
Add a new <link> tag to the page header. | |
addMeta ($name, $val) | |
Add a new <meta> tag To add an http-equiv meta tag, precede the name with "http:". | |
addMetadataLink ($linkarr) | |
Add a new <link> with "rel" attribute set to "meta". | |
addModuleMessages ($modules) | |
Add only messages of one or more modules recognized by the resource loader. | |
addModules ($modules) | |
Add one or more modules recognized by the resource loader. | |
addModuleScripts ($modules) | |
Add only JS of one or more modules recognized by the resource loader. | |
addModuleStyles ($modules) | |
Add only CSS of one or more modules recognized by the resource loader. | |
addParserOutput (&$parserOutput) | |
Add a ParserOutput object. | |
addParserOutputNoText (&$parserOutput) | |
Add a ParserOutput object, but without Html. | |
addReturnTo ($title, $query=array(), $text=null) | |
Add a "return to" link pointing to a specified title. | |
addScript ($script) | |
Add raw HTML to the list of scripts (including <script> tag, etc.) | |
addScriptFile ($file, $version=null) | |
Add a JavaScript file out of skins/common, or a given relative path. | |
addStyle ($style, $media= '', $condition= '', $dir= '') | |
Add a local or specified stylesheet, with the given media options. | |
addSubtitle ($str) | |
Add $str to the subtitle. | |
addTemplate (&$template) | |
Add the output of a QuickTemplate to the output buffer. | |
addVaryHeader ($header, $option=null) | |
Add an HTTP header that will influence on the cache. | |
addWikiMsg () | |
Add a wikitext-formatted message to the output. | |
addWikiMsgArray ($name, $args) | |
Add a wikitext-formatted message to the output. | |
addWikiText ($text, $linestart=true, $interface=true) | |
Convert wikitext to HTML and add it to the buffer Default assumes that the current page title will be used. | |
addWikiTextTidy ($text, $linestart=true) | |
Add wikitext with tidy enabled. | |
addWikiTextTitle ($text, &$title, $linestart, $tidy=false, $interface=false) | |
Add wikitext with a custom Title object. | |
addWikiTextTitleTidy ($text, &$title, $linestart=true) | |
Add wikitext with a custom Title object and tidy enabled. | |
addWikiTextWithTitle ($text, &$title, $linestart=true) | |
Add wikitext with a custom Title object. | |
allowClickjacking () | |
Turn off frame-breaking. | |
appendSubtitle ($str) | |
Add $str to the subtitle. | |
blockedPage () | |
Produce a "user is blocked" page. | |
buildCssLinks () | |
Build a set of <link>s for the stylesheets specified in the $this->styles array. | |
buildCssLinksArray () | |
checkLastModified ($timestamp) | |
checkLastModified tells the client to use the client-cached page if possible. | |
clearHTML () | |
Clear the body HTML. | |
clearSubtitle () | |
Clear the subtitles. | |
debug ($text) | |
Add $text to the debug output. | |
disable () | |
Disable output completely, i.e. | |
disallowUserJs () | |
Restrict the page to loading modules bundled the software. | |
enableClientCache ($state) | |
Use enableClientCache(false) to force it to send nocache headers. | |
forceHideNewSectionLink () | |
Forcibly hide the new section link? | |
formatPermissionsErrorMessage ($errors, $action=null) | |
Format a list of error messages. | |
getAllowedModules ($type=null) | |
Get the level of JavaScript / CSS untrustworthiness allowed on this page. | |
getArticleBodyOnly () | |
Return whether the output will contain only the body of the article. | |
getBottomScripts () | |
JS stuff to put at the bottom of the <body> | |
getCacheVaryCookies () | |
Get the list of cookies that will influence on the cache. | |
getCategories () | |
Get the list of category names this page belongs to. | |
getCategoryLinks () | |
Get the list of category links, in a 2-D array with the following format: $arr[$type][] = $link, where $type is either "normal" or "hidden" (for hidden categories) and $link a HTML fragment with a link to the category page. | |
getExtStyle () | |
Get all styles added by extensions. | |
getFeedAppendQuery () | |
Will currently always return null. | |
getFileSearchOptions () | |
Get the files used on this page. | |
getFileVersion () | |
Get the displayed file version. | |
getFrameOptions () | |
Get the X-Frame-Options header value (without the name part), or false if there isn't one. | |
getHeadItems () | |
Get all header items in a string. | |
getHeadItemsArray () | |
Get an array of head items. | |
getHeadLinks ($unused=null, $addContentType=false) | |
getHeadScripts () | |
JS stuff to put in the <head>. | |
getHTML () | |
Get the body HTML. | |
getHTMLTitle () | |
Return the "HTML title", i.e. | |
getJSVars () | |
Get an array containing the variables to be set in mw.config in JavaScript. | |
getLanguageLinks () | |
Get the list of language links. | |
getMetadataAttribute () | |
Get the value of the "rel" attribute for metadata links. | |
getModuleMessages ($filter=false, $position=null) | |
Get the list of module messages to include on this page. | |
getModules ($filter=false, $position=null, $param= 'mModules') | |
Get the list of modules to include on this page. | |
getModuleScripts ($filter=false, $position=null) | |
Get the list of module JS to include on this page. | |
getModuleStyles ($filter=false, $position=null) | |
Get the list of module CSS to include on this page. | |
getPageTitle () | |
Return the "page title", i.e. | |
getPageTitleActionText () | |
Get the value of the "action text". | |
getPreventClickjacking () | |
Get the prevent-clickjacking flag. | |
getRedirect () | |
Get the URL to redirect to, or an empty string if not redirect URL set. | |
getResourceLoader () | |
Get a ResourceLoader object associated with this OutputPage. | |
getRevisionId () | |
Get the displayed revision ID. | |
getRevisionTimestamp () | |
Get the timestamp of displayed revision. | |
getScript () | |
Get all registered JS and CSS tags for the header. | |
getScriptsForBottomQueue ($inHead) | |
JS stuff to put at the 'bottom', which can either be the bottom of the <body> or the bottom of the <head> depending on $wgResourceLoaderExperimentalAsyncLoading: modules marked with position 'bottom', legacy scripts ($this->mScripts), user preferences, site JS and user JS. | |
getSubtitle () | |
Get the subtitle. | |
getSyndicationLinks () | |
Return URLs for each supported syndication format for this page. | |
getTemplateIds () | |
Get the templates used on this page. | |
getXVO () | |
Get a complete X-Vary-Options header. | |
hasHeadItem ($name) | |
Check if the header item $name is already set. | |
haveCacheVaryCookies () | |
Check if the request has a cache-varying cookie header If it does, it's very important that we don't allow public caching. | |
headElement (Skin $sk, $includeStyle=true) | |
includeJQuery ($modules=array()) | |
Include jQuery core. | |
isArticle () | |
Return whether the content displayed page is related to the source of the corresponding article on the wiki. | |
isArticleRelated () | |
Return whether this page is related an article on the wiki. | |
isDisabled () | |
Return whether the output will be completely disabled. | |
isPrintable () | |
Return whether the page is "printable". | |
isSyndicated () | |
Should we output feed links for this page? | |
isUserJsAllowed () | |
Return whether user JavaScript is allowed for this page. | |
loginToUse () | |
Produce the stock "please login to use the wiki" page. | |
out ($ins) | |
Actually output something with print(). | |
output () | |
Finally, all the text has been munged and accumulated into the object, let's actually output it: | |
parse ($text, $linestart=true, $interface=false, $language=null) | |
Parse wikitext and return the HTML. | |
parseInline ($text, $linestart=true, $interface=false) | |
Parse wikitext, strip paragraphs, and return the HTML. | |
parserOptions ($options=null) | |
Get/set the ParserOptions object to use for wikitext parsing. | |
permissionRequired ($permission) | |
Display an error page noting that a given permission bit is required. | |
prepareErrorPage ($pageTitle, $htmlTitle=false) | |
Prepare this object to display an error page; disable caching and indexing, clear the current text and redirect, set the page's title and optionally an custom HTML title (content of the <title> tag). | |
prependHTML ($text) | |
Prepend $text to the body HTML. | |
preventClickjacking ($enable=true) | |
Set a flag which will cause an X-Frame-Options header appropriate for edit pages to be sent. | |
rateLimited () | |
Turn off regular page output and return an error reponse for when rate limiting has triggered. | |
readOnlyPage ($source=null, $protected=false, $reasons=array(), $action=null) | |
Display a page stating that the Wiki is in read-only mode, and optionally show the source of the page that the user was trying to edit. | |
redirect ($url, $responsecode= '302') | |
Redirect to $url rather than displaying the normal page. | |
reduceAllowedModuleOrigin ($level) | |
Limit the highest level of CSS/JS untrustworthiness allowed. | |
reduceAllowedModules ($type, $level) | |
Limit the highest level of CSS/JS untrustworthiness allowed. | |
returnToMain ($unused=null, $returnto=null, $returntoquery=null) | |
Add a "return to" link pointing to a specified title, or the title indicated in the request, or else the main page. | |
sendCacheControl () | |
Send cache control HTTP headers. | |
setAllowedModules ($type, $level) | |
Set the highest level of CSS/JS untrustworthiness allowed. | |
setArticleBodyOnly ($only) | |
Set whether the output should only contain the body of the article, without any skin, sidebar, etc. | |
setArticleFlag ($v) | |
Set whether the displayed content is related to the source of the corresponding article on the wiki Setting true will cause the change "article related" toggle to true. | |
setArticleRelated ($v) | |
Set whether this page is related an article on the wiki Setting false will cause the change of "article flag" toggle to false. | |
setCategoryLinks ($categories) | |
Reset the category links (but not the category list) and add $categories. | |
setETag ($tag) | |
Set the value of the ETag HTTP header, only used if $wgUseETag is true. | |
setFeedAppendQuery ($val) | |
Add default feeds to the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version. | |
setFileVersion ($file) | |
Set the displayed file version. | |
setFollowPolicy ($policy) | |
Set the follow policy for the page, but leave the index policy un- touched. | |
setHTMLTitle ($name) | |
"HTML title" means the contents of <title>. | |
setIndexPolicy ($policy) | |
Set the index policy for the page, but leave the follow policy un- touched. | |
setLanguageLinks ($newLinkArray) | |
Reset the language links and add new language links. | |
setLastModified ($timestamp) | |
Override the last modified timestamp. | |
setPageTitle ($name) | |
"Page title" means the contents of <h1>. | |
setPageTitleActionText ($text) | |
Set the new value of the "action text", this will be added to the "HTML title", separated from it with " - ". | |
setPrintable () | |
Set the page as printable, i.e. | |
setRedirectedFrom ($t) | |
Set $mRedirectedFrom, the Title of the page which redirected us to the current page. | |
setRevisionId ($revid) | |
Set the revision ID which will be seen by the wiki text parser for things such as embedded {{REVISIONID}} variable use. | |
setRevisionTimestamp ($timestmap) | |
Set the timestamp of the revision which will be displayed. | |
setRobotPolicy ($policy) | |
Set the robot policy for the page: <http://www.robotstxt.org/meta.html> | |
setSquidMaxage ($maxage) | |
Set the value of the "s-maxage" part of the "Cache-control" HTTP header. | |
setStatusCode ($statusCode) | |
Set the HTTP status code to send with the output. | |
setSubtitle ($str) | |
Replace the subtile with $str. | |
setSyndicated ($show=true) | |
Add or remove feed links in the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version. | |
setTitle (Title $t) | |
Set the Title object to use. | |
showErrorPage ($title, $msg, $params=array()) | |
Output a standard error page. | |
showFatalError ($message) | |
showFileCopyError ($old, $new) | |
showFileDeleteError ($name) | |
showFileNotFoundError ($name) | |
showFileRenameError ($old, $new) | |
showLagWarning ($lag) | |
Show a warning about slave lag. | |
showNewSectionLink () | |
Show an "add new section" link? | |
showPermissionsErrorPage ($errors, $action=null) | |
Output a standard permission error page. | |
showUnexpectedValueError ($name, $val) | |
uncacheableBecauseRequestVars () | |
Return whether this page is not cacheable because "useskin" or "uselang" URL parameters were passed. | |
userCanPreview () | |
To make it harder for someone to slip a user a fake user-JavaScript or user-CSS preview, a random token is associated with the login session. | |
versionRequired ($version) | |
Display an error page indicating that a given version of MediaWiki is required to use it. | |
wrapWikiMsg ($wrap) | |
This function takes a number of message/argument specifications, wraps them in some overall structure, and then parses the result and adds it to the output. | |
Static Public Member Functions | |
static | getStatusMessage ($code) |
Get the message associed with the HTTP response code $code. | |
static | transformCssMedia ($media) |
Transform "media" attribute based on request parameters. | |
Public Attributes | |
$mArticleBodyOnly = false | |
Flag if output should only contain the body of the article. | |
$mBodytext = '' | |
Contains all of the <body> content. Should be private we got set/get accessors and the append() method. | |
$mCategories = array() | |
$mCategoryLinks = array() | |
$mContainsNewMagic = 0 | |
$mContainsOldMagic = 0 | |
$mDebugtext = '' | |
Holds the debug lines that will be output as comments in page source if $wgDebugComments is enabled. | |
$mDoNothing = false | |
I just love the name for this self documenting variable. | |
$mEnableClientCache = true | |
$mETag = false | |
Should be private. | |
$mExtStyles = array() | |
Additional stylesheets. Looks like this is for extensions. Might be replaced by resource loader. | |
$mFeedLinks = array() | |
Handles the atom / rss links. | |
$mFeedLinksAppendQuery = null | |
$mFileVersion = null | |
$mHeadItems = array() | |
Array of elements in <head>. Parser might add its own headers! | |
$mHideNewSectionLink = false | |
$mHTMLtitle = '' | |
Should be private. Stores contents of <title> tag. | |
$mImageTimeKeys = array() | |
$mInlineMsg = array() | |
$mInlineStyles = '' | |
Inline CSS styles. | |
$mIsarticle = false | |
Should be private. Is the displayed content related to the source of the corresponding wiki article. | |
$mIsArticleRelated = true | |
Should be private. | |
$mJsConfigVars = array() | |
$mKeywords = array() | |
<meta keyworkds="stuff"> most of the time the first 10 links to an article | |
$mLanguageLinks = array() | |
Should be private. Array of Interwiki Prefixed (non DB key) Titles (e.g. 'fr:Test page') | |
$mLastModified = '' | |
mLastModified and mEtag are used for sending cache control. | |
$mLinkColours | |
$mLinktags = array() | |
$mMetatags = array() | |
Should be private. Used with addMeta() which adds <meta> | |
$mModuleMessages = array() | |
$mModules = array() | |
$mModuleScripts = array() | |
$mModuleStyles = array() | |
$mNewSectionLink = false | |
$mNoGallery = false | |
Comes from the parser. | |
$mPageLinkTitle = '' | |
Used by skin template. | |
$mPagetitle = '' | |
Should be private - has getter and setter. Contains the HTML title. | |
$mPageTitleActionText = '' | |
$mParseWarnings = array() | |
$mPreventClickjacking = true | |
$mPrintable = false | |
Should be private. | |
$mRedirect = '' | |
$mRedirectCode = '' | |
$mResourceLoader | |
$mRevisionId = null | |
should be private. To include the variable {{REVISIONID}} | |
$mScripts = '' | |
Should be private. | |
$mSquidMaxage = 0 | |
$mStatusCode | |
$mTemplateIds = array() | |
$styles = array() | |
An array of stylesheet filenames (relative from skins path), with options for CSS media, IE conditions, and RTL/LTR direction. | |
Protected Member Functions | |
filterModules ($modules, $position=null, $type=ResourceLoaderModule::TYPE_COMBINED) | |
Filter an array of modules to remove insufficiently trustworthy members, and modules which are no longer registered (eg a page is cached before an extension is disabled) | |
makeResourceLoaderLink ($modules, $only, $useESI=false, array $extraQuery=array(), $loadCall=false) | |
TODO: Document. | |
styleLink ($style, $options) | |
Generate <link> tags for stylesheets. | |
Protected Attributes | |
$mAllowedModuleOrigin = ResourceLoaderModule::ORIGIN_ALL | |
$mJQueryDone = false | |
Whether jQuery is already handled. | |
$mParserOptions = null | |
Private Member Functions | |
addDefaultModules () | |
Add the default ResourceLoader modules to this object. | |
feedLink ($type, $url, $text) | |
Generate a <link rel/>=""> for a feed. | |
Private Attributes | |
$mFollowPolicy = 'follow' | |
$mIndexPolicy = 'index' | |
$mRedirectedFrom = null | |
$mRevisionTimestamp = null | |
$mSubtitle = array() | |
Should be private. | |
$mVaryHeader |
This class should be covered by a general architecture document which does not exist as of January 2011.
This is one of the Core classes and should be read at least once by any new developers.
This class is used to prepare the final rendering. A skin is then applied to the output parameters (links, javascript, html, categories ...).
Some comments comes from a pairing session between Zak Greant and Antoine Musso in November 2010.
Definition at line 21 of file OutputPage.php.
OutputPage::__construct | ( | IContextSource $ | context = null | ) |
Constructor for OutputPage.
This should not be called directly. Instead a new RequestContext should be created and it will implicitly create a OutputPage tied to that context.
Definition at line 239 of file OutputPage.php.
References ContextSource\$context, ContextSource\setContext(), and wfDeprecated().
bug 21672: Add Accept-Language to Vary and XVO headers if there's no 'variant' parameter existed in GET.
For example: /w/index.php?title=Main_page should always be served; but /w/index.php?title=Main_page&variant=zh-cn should never be served.
Definition at line 1774 of file OutputPage.php.
References addVaryHeader(), ContextSource\getRequest(), and ContextSource\getTitle().
Referenced by sendCacheControl().
OutputPage::addBacklinkSubtitle | ( | Title $ | title | ) |
Add a subtitle containing a backlink to a page.
$title | Title to link to |
Definition at line 876 of file OutputPage.php.
References addSubtitle(), Title\isRedirect(), Linker\link(), and ContextSource\msg().
Referenced by readOnlyPage().
OutputPage::addCategoryLinks | ( | $ | categories | ) |
Add an array of categories, with names in the keys.
$categories | Array mapping category name => sort key |
Definition at line 1109 of file OutputPage.php.
References $dbr, $lb, $res, $title, $wgContLang, Linker\link(), Title\makeTitleSafe(), LinkCache\singleton(), wfGetDB(), and wfRunHooks().
Referenced by addParserOutputNoText(), and setCategoryLinks().
OutputPage::addDefaultModules | ( | ) | [private] |
Add the default ResourceLoader modules to this object.
Definition at line 2470 of file OutputPage.php.
References $wgAjaxWatch, $wgEnableMWSuggest, $wgIncludeLegacyJavaScript, $wgPreloadJavaScriptMwUtil, $wgUseAjax, addModules(), ContextSource\getUser(), isArticle(), and wfRunHooks().
Referenced by output().
OutputPage::addElement | ( | $ | element, |
$ | attribs = array() , |
||
$ | contents = '' |
||
) |
Shortcut for adding an Html::element via addHTML.
$element | string |
$attribs | array |
$contents | string |
Definition at line 1297 of file OutputPage.php.
References addHTML(), and Html\element().
OutputPage::addExtensionStyle | ( | $ | url | ) |
Register and add a stylesheet from an extension directory.
$url | String path to sheet. Provide either a full url (beginning with 'http', etc) or a relative path from the document root (beginning with '/'). Otherwise it behaves identically to addStyle() and draws from the /skins folder. |
Definition at line 356 of file OutputPage.php.
References $url.
OutputPage::addFeedLink | ( | $ | format, |
$ | href | ||
) |
Add a feed link to the page header.
$format | String: feed type, should be a key of $wgFeedClasses |
$href | String: URL |
Definition at line 996 of file OutputPage.php.
References $wgAdvertisedFeedTypes.
OutputPage::addHeadItem | ( | $ | name, |
$ | value | ||
) |
Add or replace an header item to the output.
$name | String: item name |
$value | String: raw HTML |
Definition at line 553 of file OutputPage.php.
Referenced by SkinVector\initPage().
OutputPage::addHTML | ( | $ | text | ) |
Append $text to the body HTML.
$text | String: HTML |
Definition at line 1284 of file OutputPage.php.
Referenced by addElement(), addParserOutput(), addReturnTo(), addTemplate(), addWikiMsgArray(), readOnlyPage(), showErrorPage(), showFatalError(), and showPermissionsErrorPage().
OutputPage::addInlineScript | ( | $ | script | ) |
Add a self-contained script tag with the given contents.
$script | String: JavaScript text, no <script> tags |
Definition at line 394 of file OutputPage.php.
References Html\inlineScript().
OutputPage::addInlineStyle | ( | $ | style_css, |
$ | flip = 'noflip' |
||
) |
Adds inline CSS styles.
$style_css | Mixed: inline CSS |
$flip | String: Set to 'flip' to flip the CSS if needed |
Definition at line 3246 of file OutputPage.php.
References ContextSource\getLanguage(), Html\inlineStyle(), and CSSJanus\transform().
Referenced by SkinStandard\setupSkinUserCss(), SkinCologneBlue\setupSkinUserCss(), and SkinSimple\setupSkinUserCss().
OutputPage::addJsConfigVars | ( | $ | keys, |
$ | value = null |
||
) |
Add one or more variables to be set in mw.config in JavaScript.
$key | {String|Array} Key or array of key/value pars. |
$value | {Mixed} [optional] Value of the configuration variable. |
Definition at line 2837 of file OutputPage.php.
References $keys.
OutputPage::addKeyword | ( | $ | text | ) |
Add a keyword or a list of keywords in the page header.
$text | String or array of strings |
Definition at line 294 of file OutputPage.php.
OutputPage::addLanguageLinks | ( | $ | newLinkArray | ) |
Add new language links.
$newLinkArray | Associative array mapping language code to the page name |
Definition at line 1081 of file OutputPage.php.
OutputPage::addLink | ( | $ | linkarr | ) |
Add a new <link> tag to the page header.
$linkarr | Array: associative array of attributes. |
Definition at line 307 of file OutputPage.php.
Referenced by addMetadataLink(), and addReturnTo().
OutputPage::addMeta | ( | $ | name, |
$ | val | ||
) |
Add a new <meta> tag To add an http-equiv meta tag, precede the name with "http:".
$name | String tag name |
$val | String tag value |
Definition at line 285 of file OutputPage.php.
OutputPage::addMetadataLink | ( | $ | linkarr | ) |
Add a new <link> with "rel" attribute set to "meta".
$linkarr | Array: associative array mapping attribute names to their values, both keys and values will be escaped, and the "rel" attribute will be automatically added |
Definition at line 318 of file OutputPage.php.
References addLink(), and getMetadataAttribute().
OutputPage::addModuleMessages | ( | $ | modules | ) |
Add only messages of one or more modules recognized by the resource loader.
Module messages added through this function will be loaded by the resource loader when the page loads.
$modules | Mixed: module name (string) or array of module names |
Definition at line 521 of file OutputPage.php.
Referenced by addParserOutputNoText().
OutputPage::addModules | ( | $ | modules | ) |
Add one or more modules recognized by the resource loader.
Modules added through this function will be loaded by the resource loader when the page loads.
$modules | Mixed: module name (string) or array of module names |
Definition at line 452 of file OutputPage.php.
Referenced by addDefaultModules(), MWDebug\addModules(), and addParserOutputNoText().
OutputPage::addModuleScripts | ( | $ | modules | ) |
Add only JS of one or more modules recognized by the resource loader.
Module scripts added through this function will be loaded by the resource loader when the page loads.
$modules | Mixed: module name (string) or array of module names |
Definition at line 475 of file OutputPage.php.
Referenced by addParserOutputNoText(), and SkinVector\initPage().
OutputPage::addModuleStyles | ( | $ | modules | ) |
Add only CSS of one or more modules recognized by the resource loader.
Module styles added through this function will be loaded by the resource loader when the page loads.
$modules | Mixed: module name (string) or array of module names |
Definition at line 498 of file OutputPage.php.
Referenced by addParserOutputNoText(), headElement(), SkinLegacy\setupSkinUserCss(), SkinNostalgia\setupSkinUserCss(), SkinStandard\setupSkinUserCss(), SkinCologneBlue\setupSkinUserCss(), SkinModern\setupSkinUserCss(), SkinSimple\setupSkinUserCss(), SkinChick\setupSkinUserCss(), SkinMonoBook\setupSkinUserCss(), SkinVector\setupSkinUserCss(), and SkinTemplate\setupSkinUserCss().
OutputPage::addParserOutput | ( | &$ | parserOutput | ) |
Add a ParserOutput object.
$parserOutput | ParserOutput |
Definition at line 1557 of file OutputPage.php.
References addHTML(), addParserOutputNoText(), and wfRunHooks().
Referenced by addWikiTextTitle().
OutputPage::addParserOutputNoText | ( | &$ | parserOutput | ) |
Add a ParserOutput object, but without Html.
$parserOutput | ParserOutput object |
Definition at line 1508 of file OutputPage.php.
References $wgParserOutputHooks, addCategoryLinks(), addModuleMessages(), addModules(), addModuleScripts(), addModuleStyles(), enableClientCache(), and wfRunHooks().
Referenced by addParserOutput().
OutputPage::addReturnTo | ( | $ | title, |
$ | query = array() , |
||
$ | text = null |
||
) |
Add a "return to" link pointing to a specified title.
$title | Title to link |
$query | String query string |
$text | String text of the link (input is not escaped) |
Definition at line 2365 of file OutputPage.php.
References $title, addHTML(), addLink(), Linker\link(), and ContextSource\msg().
Referenced by returnToMain().
OutputPage::addScript | ( | $ | script | ) |
Add raw HTML to the list of scripts (including <script> tag, etc.)
$script | String: raw HTML |
Definition at line 344 of file OutputPage.php.
Referenced by addScriptFile().
OutputPage::addScriptFile | ( | $ | file, |
$ | version = null |
||
) |
Add a JavaScript file out of skins/common, or a given relative path.
$file | String: filename in skins/common or complete on-server path (/foo/bar.js) |
$version | String: style version of the file. Defaults to $wgStyleVersion |
Definition at line 376 of file OutputPage.php.
References $file, $path, $version, $wgStylePath, $wgStyleVersion, addScript(), Html\linkedScript(), and wfAppendQuery().
OutputPage::addStyle | ( | $ | style, |
$ | media = '' , |
||
$ | condition = '' , |
||
$ | dir = '' |
||
) |
Add a local or specified stylesheet, with the given media options.
Meant primarily for internal use...
$style | String: URL to the file |
$media | String: to specify a media type, 'screen', 'printable', 'handheld' or any. |
$condition | String: for IE conditional comments, specifying an IE version |
$dir | String: set to 'rtl' or 'ltr' for direction-specific sheets |
Definition at line 3225 of file OutputPage.php.
References $dir, and $options.
Referenced by buildCssLinksArray(), SkinChick\setupSkinUserCss(), and SkinMonoBook\setupSkinUserCss().
OutputPage::addSubtitle | ( | $ | str | ) |
Add $str to the subtitle.
$str | String|Message to add to the subtitle |
Definition at line 863 of file OutputPage.php.
References ContextSource\getContext().
Referenced by addBacklinkSubtitle(), appendSubtitle(), and setSubtitle().
OutputPage::addTemplate | ( | &$ | template | ) |
Add the output of a QuickTemplate to the output buffer.
$template | QuickTemplate |
Definition at line 1570 of file OutputPage.php.
References addHTML().
OutputPage::addVaryHeader | ( | $ | header, |
$ | option = null |
||
) |
Add an HTTP header that will influence on the cache.
$header | String: header name |
$option | Array|null |
Definition at line 1726 of file OutputPage.php.
Referenced by addAcceptLanguage(), getXVO(), and output().
Add a wikitext-formatted message to the output.
This is equivalent to:
$wgOut->addWikiText( wfMsgNoTrans( ... ) )
Definition at line 3455 of file OutputPage.php.
References addWikiMsgArray().
Referenced by readOnlyPage(), and versionRequired().
OutputPage::addWikiMsgArray | ( | $ | name, |
$ | args | ||
) |
Add a wikitext-formatted message to the output.
Like addWikiMsg() except the parameters are taken as an array instead of a variable argument list.
$name | string |
$args | array |
Definition at line 3469 of file OutputPage.php.
References addHTML(), and ContextSource\msg().
Referenced by addWikiMsg(), and showErrorPage().
OutputPage::addWikiText | ( | $ | text, |
$ | linestart = true , |
||
$ | interface = true |
||
) |
Convert wikitext to HTML and add it to the buffer Default assumes that the current page title will be used.
$text | String |
$linestart | Boolean: is this the start of a line? |
$interface | Boolean: is this text in the user interface language? |
Definition at line 1434 of file OutputPage.php.
References $title, addWikiTextTitle(), and ContextSource\getTitle().
Referenced by readOnlyPage(), showPermissionsErrorPage(), and wrapWikiMsg().
OutputPage::addWikiTextTidy | ( | $ | text, |
$ | linestart = true |
||
) |
Add wikitext with tidy enabled.
$text | String: wikitext |
$linestart | Boolean: is this the start of a line? |
Definition at line 1467 of file OutputPage.php.
References $title, addWikiTextTitleTidy(), and ContextSource\getTitle().
OutputPage::addWikiTextTitle | ( | $ | text, |
&$ | title, | ||
$ | linestart, | ||
$ | tidy = false , |
||
$ | interface = false |
||
) |
Add wikitext with a custom Title object.
$text | String: wikitext |
$title | Title object |
$linestart | Boolean: is this the start of a line? |
$tidy | Boolean: whether to use tidy |
$interface | Boolean: whether it is an interface message (for example disables conversion) |
Definition at line 1482 of file OutputPage.php.
References $title, $wgParser, addParserOutput(), parserOptions(), wfProfileIn(), and wfProfileOut().
Referenced by addWikiText(), addWikiTextTitleTidy(), and addWikiTextWithTitle().
OutputPage::addWikiTextTitleTidy | ( | $ | text, |
&$ | title, | ||
$ | linestart = true |
||
) |
Add wikitext with a custom Title object and tidy enabled.
$text | String: wikitext |
$title | Title object |
$linestart | Boolean: is this the start of a line? |
Definition at line 1457 of file OutputPage.php.
References $title, and addWikiTextTitle().
Referenced by addWikiTextTidy().
OutputPage::addWikiTextWithTitle | ( | $ | text, |
&$ | title, | ||
$ | linestart = true |
||
) |
Add wikitext with a custom Title object.
$text | String: wikitext |
$title | Title object |
$linestart | Boolean: is this the start of a line? |
Definition at line 1446 of file OutputPage.php.
References $title, and addWikiTextTitle().
Turn off frame-breaking.
Alias for $this->preventClickjacking(false). This can be called from pages which do not contain any CSRF-protected HTML form.
Definition at line 1819 of file OutputPage.php.
OutputPage::appendSubtitle | ( | $ | str | ) |
Add $str to the subtitle.
$str | String|Message to add to the subtitle |
Definition at line 854 of file OutputPage.php.
References addSubtitle().
Produce a "user is blocked" page.
Definition at line 2033 of file OutputPage.php.
References ContextSource\getUser().
Build a set of <link>s for the stylesheets specified in the $this->styles array.
These will be applied to various media & IE conditionals.
Definition at line 3260 of file OutputPage.php.
References $resourceLoader, $styles, $wgAllowUserCss, $wgAllowUserCssPrefs, $wgContLang, $wgLang, $wgUseSiteCss, buildCssLinksArray(), Html\element(), getModuleStyles(), ContextSource\getRequest(), getResourceLoader(), ContextSource\getSkin(), ContextSource\getTitle(), ContextSource\getUser(), Html\inlineStyle(), makeResourceLoaderLink(), CSSJanus\transform(), ResourceLoaderModule\TYPE_STYLES, and userCanPreview().
Referenced by headElement().
Definition at line 3350 of file OutputPage.php.
References $file, $options, $url, addStyle(), and styleLink().
Referenced by buildCssLinks().
OutputPage::checkLastModified | ( | $ | timestamp | ) |
checkLastModified tells the client to use the client-cached page if possible.
If sucessful, the OutputPage is disabled so that any future call to OutputPage->output() have no effect.
Side effect: sets mLastModified for Last-Modified header
$timestamp | string |
Definition at line 607 of file OutputPage.php.
References $wgCacheEpoch, $wgCachePages, disable(), ContextSource\getRequest(), ContextSource\getUser(), sendCacheControl(), wfClearOutputBuffers(), wfDebug(), wfRestoreWarnings(), wfRunHooks(), wfSuppressWarnings(), and wfTimestamp().
Clear the body HTML.
Definition at line 1304 of file OutputPage.php.
Referenced by prepareErrorPage().
Clear the subtitles.
Definition at line 887 of file OutputPage.php.
Referenced by prepareErrorPage(), and setSubtitle().
OutputPage::debug | ( | $ | text | ) |
Add $text to the debug output.
$text | String: debug text |
Definition at line 1322 of file OutputPage.php.
Disable output completely, i.e.
calling output() will have no effect
Definition at line 920 of file OutputPage.php.
Referenced by checkLastModified().
Restrict the page to loading modules bundled the software.
Disallows the queue to contain any modules which can be modified by wiki users to load on this page.
Definition at line 1202 of file OutputPage.php.
References ResourceLoaderModule\ORIGIN_CORE_INDIVIDUAL, and reduceAllowedModuleOrigin().
OutputPage::enableClientCache | ( | $ | state | ) |
Use enableClientCache(false) to force it to send nocache headers.
$state | bool |
Definition at line 1657 of file OutputPage.php.
References wfSetVar().
Referenced by addParserOutputNoText(), and prepareErrorPage().
OutputPage::feedLink | ( | $ | type, |
$ | url, | ||
$ | text | ||
) | [private] |
Generate a <link rel/>=""> for a feed.
$type | String: feed type |
$url | String: URL to the feed |
$text | String: value of the "title" attribute |
Definition at line 3207 of file OutputPage.php.
References $url, and Html\element().
Referenced by getHeadLinks().
OutputPage::filterModules | ( | $ | modules, |
$ | position = null , |
||
$ | type = ResourceLoaderModule::TYPE_COMBINED |
||
) | [protected] |
Filter an array of modules to remove insufficiently trustworthy members, and modules which are no longer registered (eg a page is cached before an extension is disabled)
$modules | Array |
$position | String if not null, only return modules with this position |
$type | string |
Definition at line 415 of file OutputPage.php.
References $resourceLoader, getAllowedModules(), ResourceLoaderModule\getOrigin(), and getResourceLoader().
Referenced by getModules().
OutputPage::formatPermissionsErrorMessage | ( | $ | errors, |
$ | action = null |
||
) |
Format a list of error messages.
$errors | Array of arrays returned by Title::getUserPermissionsErrors |
$action | String: action that was denied or null if unknown |
Definition at line 2198 of file OutputPage.php.
References ContextSource\msg().
Referenced by readOnlyPage(), and showPermissionsErrorPage().
OutputPage::getAllowedModules | ( | $ | type = null | ) |
Get the level of JavaScript / CSS untrustworthiness allowed on this page.
string | $type | Unused: Module origin allowance used to be fragmented by ResourceLoaderModule TYPE_ constants. |
Definition at line 1226 of file OutputPage.php.
Referenced by filterModules(), isUserJsAllowed(), and makeResourceLoaderLink().
Return whether the output will contain only the body of the article.
Definition at line 592 of file OutputPage.php.
JS stuff to put at the bottom of the <body>
Definition at line 2822 of file OutputPage.php.
References $wgResourceLoaderExperimentalAsyncLoading, and getScriptsForBottomQueue().
Get the list of cookies that will influence on the cache.
Definition at line 1666 of file OutputPage.php.
References $wgCacheVaryCookies, $wgCookiePrefix, and wfRunHooks().
Referenced by getXVO(), and haveCacheVaryCookies().
Get the list of category names this page belongs to.
Definition at line 1192 of file OutputPage.php.
Referenced by getJSVars().
Get the list of category links, in a 2-D array with the following format: $arr[$type][] = $link, where $type is either "normal" or "hidden" (for hidden categories) and $link a HTML fragment with a link to the category page.
Definition at line 1183 of file OutputPage.php.
Get the files used on this page.
Definition at line 1422 of file OutputPage.php.
Get the displayed file version.
Definition at line 1402 of file OutputPage.php.
Get the X-Frame-Options header value (without the name part), or false if there isn't one.
This is used by Skin to determine whether to enable JavaScript frame-breaking, for clients that don't support X-Frame-Options.
Definition at line 1840 of file OutputPage.php.
References $wgBreakFrames, and $wgEditPageFrameOptions.
Referenced by getJSVars(), and output().
Get all header items in a string.
Definition at line 539 of file OutputPage.php.
Referenced by getScript(), and headElement().
Get an array of head items.
Definition at line 530 of file OutputPage.php.
Referenced by ParserOutput\addOutputPageMetadata().
OutputPage::getHeadLinks | ( | $ | unused = null , |
$ | addContentType = false |
||
) |
$unused | Unused |
$addContentType | bool |
Definition at line 2975 of file OutputPage.php.
References $user, $wgAdvertisedFeedTypes, $wgAppleTouchIcon, $wgCanonicalLanguageLinks, $wgDisableLangConversion, $wgEnableAPI, $wgFavicon, $wgFeed, $wgHtml5, $wgMimeType, $wgOverrideSiteFeed, $wgRightsPage, $wgRightsUrl, $wgSitename, $wgUniversalEditButton, $wgVersion, Html\element(), feedLink(), getSyndicationLinks(), ContextSource\getTitle(), SpecialPage\getTitleFor(), ContextSource\getUser(), isArticleRelated(), ContextSource\msg(), Title\newFromText(), wfAppendQuery(), wfExpandUrl(), and wfScript().
Referenced by headElement().
JS stuff to put in the <head>.
This is the startup module, config vars and modules marked with position 'top'
Definition at line 2700 of file OutputPage.php.
References $wgResourceLoaderExperimentalAsyncLoading, Xml\encodeJsCall(), getJSVars(), getModuleMessages(), getModules(), getModuleScripts(), getScriptsForBottomQueue(), Html\inlineScript(), ResourceLoader\makeConfigSetScript(), ResourceLoader\makeLoaderConditionalScript(), makeResourceLoaderLink(), ResourceLoaderModule\TYPE_COMBINED, ResourceLoaderModule\TYPE_MESSAGES, and ResourceLoaderModule\TYPE_SCRIPTS.
Referenced by headElement().
Return the "HTML title", i.e.
the content of the <title> tag.
Definition at line 784 of file OutputPage.php.
Referenced by headElement().
Get an array containing the variables to be set in mw.config in JavaScript.
DO NOT CALL THIS FROM OUTSIDE OF THIS CLASS OR Skin::makeGlobalVariablesScript(). This is only public until that function is removed. You have been warned.
Do not add things here which can be evaluated in ResourceLoaderStartupScript
Definition at line 2861 of file OutputPage.php.
References $title, $wgEnableMWSuggest, $wgUseAjax, ContextSource\canUseWikiPage(), MWNamespace\exists(), Action\getActionName(), MWNamespace\getCanonicalName(), getCategories(), ContextSource\getContext(), getFrameOptions(), ContextSource\getSkin(), ContextSource\getTitle(), ContextSource\getUser(), ContextSource\getWikiPage(), isArticle(), SpecialPageFactory\resolveAlias(), SearchEngine\userNamespaces(), and wfRunHooks().
Referenced by getHeadScripts().
Get the list of language links.
Definition at line 1100 of file OutputPage.php.
Get the value of the "rel" attribute for metadata links.
Definition at line 328 of file OutputPage.php.
Referenced by addMetadataLink().
OutputPage::getModuleMessages | ( | $ | filter = false , |
$ | position = null |
||
) |
Get the list of module messages to include on this page.
$filter | |
$position |
Definition at line 510 of file OutputPage.php.
References getModules().
Referenced by ParserOutput\addOutputPageMetadata(), getHeadScripts(), and getScriptsForBottomQueue().
OutputPage::getModules | ( | $ | filter = false , |
$ | position = null , |
||
$ | param = 'mModules' |
||
) |
Get the list of modules to include on this page.
$filter | Bool whether to filter out insufficiently trustworthy modules |
$position | String if not null, only return modules with this position |
$param | string |
Definition at line 438 of file OutputPage.php.
References filterModules().
Referenced by ParserOutput\addOutputPageMetadata(), getHeadScripts(), getModuleMessages(), getModuleScripts(), getModuleStyles(), and getScriptsForBottomQueue().
OutputPage::getModuleScripts | ( | $ | filter = false , |
$ | position = null |
||
) |
Get the list of module JS to include on this page.
$filter | |
$position |
Definition at line 464 of file OutputPage.php.
References getModules().
Referenced by ParserOutput\addOutputPageMetadata(), getHeadScripts(), and getScriptsForBottomQueue().
OutputPage::getModuleStyles | ( | $ | filter = false , |
$ | position = null |
||
) |
Get the list of module CSS to include on this page.
$filter | |
$position |
Definition at line 487 of file OutputPage.php.
References getModules().
Referenced by ParserOutput\addOutputPageMetadata(), and buildCssLinks().
Return the "page title", i.e.
the content of the <h1> tag.
Definition at line 824 of file OutputPage.php.
Referenced by headElement().
Get the prevent-clickjacking flag.
Definition at line 1829 of file OutputPage.php.
Referenced by ParserOutput\addOutputPageMetadata().
Get the URL to redirect to, or an empty string if not redirect URL set.
Definition at line 265 of file OutputPage.php.
Get a ResourceLoader object associated with this OutputPage.
Definition at line 2520 of file OutputPage.php.
Referenced by buildCssLinks(), filterModules(), and makeResourceLoaderLink().
Get the timestamp of displayed revision.
This will be null if not filled by setRevisionTimestamp().
Definition at line 1379 of file OutputPage.php.
Get all registered JS and CSS tags for the header.
Definition at line 403 of file OutputPage.php.
References getHeadItems().
OutputPage::getScriptsForBottomQueue | ( | $ | inHead | ) |
JS stuff to put at the 'bottom', which can either be the bottom of the <body> or the bottom of the <head> depending on $wgResourceLoaderExperimentalAsyncLoading: modules marked with position 'bottom', legacy scripts ($this->mScripts), user preferences, site JS and user JS.
$inHead | boolean If true, this HTML goes into the <head>, if false it goes into the <body> |
Definition at line 2751 of file OutputPage.php.
References $wgAllowUserJs, $wgUseSiteJs, Xml\encodeJsCall(), getModuleMessages(), getModules(), getModuleScripts(), ContextSource\getRequest(), ContextSource\getTitle(), ContextSource\getUser(), Html\inlineScript(), ResourceLoader\makeLoaderConditionalScript(), makeResourceLoaderLink(), ResourceLoaderModule\TYPE_COMBINED, ResourceLoaderModule\TYPE_MESSAGES, ResourceLoaderModule\TYPE_SCRIPTS, and userCanPreview().
Referenced by getBottomScripts(), and getHeadScripts().
static OutputPage::getStatusMessage | ( | $ | code | ) | [static] |
Get the message associed with the HTTP response code $code.
$code | Integer: status code |
Definition at line 1927 of file OutputPage.php.
References HttpStatus\getMessage(), and wfDeprecated().
Return URLs for each supported syndication format for this page.
Definition at line 1016 of file OutputPage.php.
Referenced by getHeadLinks().
Get the templates used on this page.
Definition at line 1412 of file OutputPage.php.
Get a complete X-Vary-Options header.
Definition at line 1744 of file OutputPage.php.
References $cookieName, addVaryHeader(), and getCacheVaryCookies().
Referenced by sendCacheControl().
OutputPage::hasHeadItem | ( | $ | name | ) |
Check if the header item $name is already set.
$name | String: item name |
Definition at line 563 of file OutputPage.php.
Check if the request has a cache-varying cookie header If it does, it's very important that we don't allow public caching.
Definition at line 1701 of file OutputPage.php.
References $cookieName, getCacheVaryCookies(), ContextSource\getRequest(), and wfDebug().
Referenced by sendCacheControl().
OutputPage::headElement | ( | Skin $ | sk, |
$ | includeStyle = true |
||
) |
Definition at line 2410 of file OutputPage.php.
References $wgContLang, addModuleStyles(), Skin\addToBodyAttributes(), buildCssLinks(), Html\closeElement(), Skin\commonPrintStylesheet(), Html\element(), Sanitizer\escapeClass(), Action\getActionName(), ContextSource\getContext(), getHeadItems(), getHeadLinks(), getHeadScripts(), getHTMLTitle(), ContextSource\getLanguage(), Skin\getPageClasses(), getPageTitle(), Skin\getSkinName(), ContextSource\getTitle(), Html\htmlHeader(), ContextSource\msg(), Html\openElement(), setHTMLTitle(), and wfRunHooks().
OutputPage::includeJQuery | ( | $ | modules = array() | ) |
Include jQuery core.
Use this to avoid loading it multiple times before we get a usable script loader.
$modules | Array: list of jQuery modules which should be loaded |
Definition at line 3531 of file OutputPage.php.
Return whether the content displayed page is related to the source of the corresponding article on the wiki.
Definition at line 1049 of file OutputPage.php.
Referenced by addDefaultModules(), and getJSVars().
Return whether this page is related an article on the wiki.
Definition at line 1071 of file OutputPage.php.
Referenced by getHeadLinks().
Return whether the output will be completely disabled.
Definition at line 929 of file OutputPage.php.
Return whether the page is "printable".
Definition at line 913 of file OutputPage.php.
Referenced by makeResourceLoaderLink(), and sendCacheControl().
Should we output feed links for this page?
Definition at line 1008 of file OutputPage.php.
Return whether user JavaScript is allowed for this page.
Will be removed in 1.20.
Definition at line 1213 of file OutputPage.php.
References getAllowedModules(), ResourceLoaderModule\ORIGIN_USER_INDIVIDUAL, ResourceLoaderModule\TYPE_SCRIPTS, and wfDeprecated().
Produce the stock "please login to use the wiki" page.
Definition at line 2187 of file OutputPage.php.
OutputPage::makeResourceLoaderLink | ( | $ | modules, |
$ | only, | ||
$ | useESI = false , |
||
array $ | extraQuery = array() , |
||
$ | loadCall = false |
||
) | [protected] |
TODO: Document.
$modules | Array/string with the module name(s) |
$only | String ResourceLoaderModule TYPE_ class constant |
$useESI | boolean |
$extraQuery | Array with extra query parameters to add to each request. array( param => value ) |
$loadCall | boolean If true, output an (asynchronous) mw.loader.load() call rather than a <script src="..."> tag |
Definition at line 2536 of file OutputPage.php.
References ContextSource\$context, $resourceLoader, $url, $user, $version, $wgResourceLoaderUseESI, Xml\element(), Xml\encodeJsCall(), getAllowedModules(), ContextSource\getLanguage(), ContextSource\getRequest(), getResourceLoader(), ContextSource\getSkin(), ContextSource\getUser(), ResourceLoader\inDebugMode(), Html\inlineScript(), Html\inlineStyle(), isPrintable(), Html\linkedScript(), Html\linkedStyle(), ResourceLoader\makeLoaderConditionalScript(), ResourceLoader\makeLoaderQuery(), ResourceLoader\makeLoaderURL(), Html\rawElement(), ResourceLoaderModule\TYPE_COMBINED, ResourceLoaderModule\TYPE_SCRIPTS, ResourceLoaderModule\TYPE_STYLES, and wfTimestamp().
Referenced by buildCssLinks(), getHeadScripts(), and getScriptsForBottomQueue().
OutputPage::out | ( | $ | ins | ) |
Actually output something with print().
$ins | String: the string to output |
Definition at line 2025 of file OutputPage.php.
References print.
Referenced by output().
Finally, all the text has been munged and accumulated into the object, let's actually output it:
Definition at line 1936 of file OutputPage.php.
References $url, $wgDebugRedirects, $wgLanguageCode, $wgMimeType, $wgVaryOnXFP, addDefaultModules(), addVaryHeader(), getFrameOptions(), HttpStatus\getMessage(), ContextSource\getRequest(), ContextSource\getSkin(), out(), print, sendCacheControl(), wfExpandUrl(), wfProfileIn(), wfProfileOut(), wfRunHooks(), and wfTimestamp().
OutputPage::parse | ( | $ | text, |
$ | linestart = true , |
||
$ | interface = false , |
||
$ | language = null |
||
) |
Parse wikitext and return the HTML.
$text | String |
$linestart | Boolean: is this the start of a line? |
$interface | Boolean: use interface language ($wgLang instead of $wgContLang) while parsing language sensitive magic words like GRAMMAR and PLURAL. This also disables LanguageConverter. |
$language | Language object: target language object, will override $interface |
Definition at line 1590 of file OutputPage.php.
References $language, $wgParser, ContextSource\getTitle(), and parserOptions().
Referenced by parseInline(), and showPermissionsErrorPage().
OutputPage::parseInline | ( | $ | text, |
$ | linestart = true , |
||
$ | interface = false |
||
) |
Parse wikitext, strip paragraphs, and return the HTML.
$text | String |
$linestart | Boolean: is this the start of a line? |
$interface | Boolean: use interface language ($wgLang instead of $wgContLang) while parsing language sensitive magic words like GRAMMAR and PLURAL |
Definition at line 1630 of file OutputPage.php.
References parse().
OutputPage::parserOptions | ( | $ | options = null | ) |
Get/set the ParserOptions object to use for wikitext parsing.
$options | either the ParserOption to use or null to only get the current ParserOption object |
Definition at line 1333 of file OutputPage.php.
References $options, ContextSource\getContext(), ParserOptions\newFromContext(), and wfSetVar().
Referenced by addWikiTextTitle(), and parse().
OutputPage::permissionRequired | ( | $ | permission | ) |
Display an error page noting that a given permission bit is required.
$permission | String: key required |
Definition at line 2178 of file OutputPage.php.
OutputPage::prepareErrorPage | ( | $ | pageTitle, |
$ | htmlTitle = false |
||
) |
Prepare this object to display an error page; disable caching and indexing, clear the current text and redirect, set the page's title and optionally an custom HTML title (content of the <title> tag).
$pageTitle | String|Message will be passed directly to setPageTitle() |
$htmlTitle | String|Message will be passed directly to setHTMLTitle(); optional, if not passed the <title> attribute will be based on $pageTitle |
Definition at line 2047 of file OutputPage.php.
References clearHTML(), clearSubtitle(), enableClientCache(), ContextSource\getTitle(), setArticleRelated(), setHTMLTitle(), setPageTitle(), and setRobotPolicy().
Referenced by showErrorPage(), showFatalError(), showPermissionsErrorPage(), and versionRequired().
OutputPage::prependHTML | ( | $ | text | ) |
Prepend $text to the body HTML.
$text | String: HTML |
Definition at line 1275 of file OutputPage.php.
OutputPage::preventClickjacking | ( | $ | enable = true | ) |
Set a flag which will cause an X-Frame-Options header appropriate for edit pages to be sent.
The header value is controlled by $wgEditPageFrameOptions.
This is the default for special pages. If you display a CSRF-protected form on an ordinary view page, then you need to call this function.
$enable | bool |
Definition at line 1810 of file OutputPage.php.
Turn off regular page output and return an error reponse for when rate limiting has triggered.
Definition at line 2308 of file OutputPage.php.
OutputPage::readOnlyPage | ( | $ | source = null , |
$ | protected = false , |
||
$ | reasons = array() , |
||
$ | action = null |
||
) |
Display a page stating that the Wiki is in read-only mode, and optionally show the source of the page that the user was trying to edit.
Should only be called (for this purpose) after wfReadOnly() has returned true.
For historical reasons, this function is _also_ used to show the error message when a user tries to edit a page they are not allowed to edit. (Unless it's because they're blocked, then we show blockedPage() instead.) In this case, the second parameter should be set to true and a list of reasons supplied as the third parameter.
$source | String: source code to show (or null). |
$protected | Boolean: is this a permissions error? |
$reasons | Array: list of reasons for this error, as returned by Title::getUserPermissionsErrors(). |
$action | String: action that was denied or null if unknown |
Definition at line 2248 of file OutputPage.php.
References addBacklinkSubtitle(), addHTML(), addWikiMsg(), addWikiText(), Html\element(), formatPermissionsErrorMessage(), Linker\formatTemplates(), ContextSource\getTitle(), ContextSource\getUser(), ContextSource\msg(), returnToMain(), setArticleRelated(), setPageTitle(), and setRobotPolicy().
OutputPage::redirect | ( | $ | url, |
$ | responsecode = '302' |
||
) |
Redirect to $url rather than displaying the normal page.
$url | String: URL |
$responsecode | String: HTTP status code |
Definition at line 254 of file OutputPage.php.
References $url.
OutputPage::reduceAllowedModuleOrigin | ( | $ | level | ) |
Limit the highest level of CSS/JS untrustworthiness allowed.
If passed the same or a higher level than the current level of untrustworthiness set, the level will remain unchanged.
int | $level | ResourceLoaderModule class constant |
Definition at line 1266 of file OutputPage.php.
Referenced by disallowUserJs(), reduceAllowedModules(), and setAllowedModules().
OutputPage::reduceAllowedModules | ( | $ | type, |
$ | level | ||
) |
Limit the highest level of CSS/JS untrustworthiness allowed.
string | $type | ResourceLoaderModule TYPE_ constant |
int | $level | ResourceLoaderModule ORIGIN_ class constant |
Definition at line 1253 of file OutputPage.php.
References reduceAllowedModuleOrigin(), and wfDeprecated().
OutputPage::returnToMain | ( | $ | unused = null , |
$ | returnto = null , |
||
$ | returntoquery = null |
||
) |
Add a "return to" link pointing to a specified title, or the title indicated in the request, or else the main page.
$unused | No longer used |
$returnto | Title or String to return to |
$returntoquery | String: query string for the return to link |
Definition at line 2380 of file OutputPage.php.
References addReturnTo(), ContextSource\getRequest(), Title\newFromText(), and Title\newMainPage().
Referenced by readOnlyPage(), showErrorPage(), showPermissionsErrorPage(), and versionRequired().
Send cache control HTTP headers.
Definition at line 1853 of file OutputPage.php.
References $wgSquidMaxage, $wgUseESI, $wgUseETag, $wgUseSquid, $wgUseXVO, addAcceptLanguage(), ContextSource\getRequest(), getXVO(), haveCacheVaryCookies(), isPrintable(), uncacheableBecauseRequestVars(), and wfDebug().
Referenced by checkLastModified(), and output().
OutputPage::setAllowedModules | ( | $ | type, |
$ | level | ||
) |
Set the highest level of CSS/JS untrustworthiness allowed.
$type | String ResourceLoaderModule TYPE_ constant | |
int | $level | ResourceLoaderModule ORIGIN_ constant |
Definition at line 1239 of file OutputPage.php.
References reduceAllowedModuleOrigin(), and wfDeprecated().
OutputPage::setArticleBodyOnly | ( | $ | only | ) |
Set whether the output should only contain the body of the article, without any skin, sidebar, etc.
Used e.g. when calling with "action=render".
$only | Boolean: whether to output only the body of the article |
Definition at line 583 of file OutputPage.php.
OutputPage::setArticleFlag | ( | $ | v | ) |
Set whether the displayed content is related to the source of the corresponding article on the wiki Setting true will cause the change "article related" toggle to true.
$v | Boolean |
Definition at line 1036 of file OutputPage.php.
Set whether this page is related an article on the wiki Setting false will cause the change of "article flag" toggle to false.
$v | Boolean |
Definition at line 1059 of file OutputPage.php.
Referenced by prepareErrorPage(), and readOnlyPage().
OutputPage::setCategoryLinks | ( | $ | categories | ) |
Reset the category links (but not the category list) and add $categories.
$categories | Array mapping category name => sort key |
Definition at line 1170 of file OutputPage.php.
References addCategoryLinks().
OutputPage::setETag | ( | $ | tag | ) |
Set the value of the ETag HTTP header, only used if $wgUseETag is true.
$tag | String: value of "ETag" header |
Definition at line 572 of file OutputPage.php.
OutputPage::setFeedAppendQuery | ( | $ | val | ) |
Add default feeds to the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version.
$val | String: query to append to feed links or false to output default links |
Definition at line 976 of file OutputPage.php.
References $wgAdvertisedFeedTypes, and ContextSource\getTitle().
Referenced by setSyndicated().
OutputPage::setFileVersion | ( | $ | file | ) |
Set the displayed file version.
$file | File|false |
Definition at line 1389 of file OutputPage.php.
References $file, and wfSetVar().
OutputPage::setFollowPolicy | ( | $ | policy | ) |
Set the follow policy for the page, but leave the index policy un- touched.
$policy | String: either 'follow' or 'nofollow'. |
Definition at line 737 of file OutputPage.php.
Referenced by setRobotPolicy().
OutputPage::setHTMLTitle | ( | $ | name | ) |
"HTML title" means the contents of <title>.
It is stored as plain, unescaped text and will be run through htmlspecialchars in the skin file.
$name | string |
Definition at line 771 of file OutputPage.php.
References ContextSource\getContext().
Referenced by headElement(), prepareErrorPage(), and setPageTitle().
OutputPage::setIndexPolicy | ( | $ | policy | ) |
Set the index policy for the page, but leave the follow policy un- touched.
$policy | string Either 'index' or 'noindex'. |
Definition at line 723 of file OutputPage.php.
Referenced by setRobotPolicy().
OutputPage::setLanguageLinks | ( | $ | newLinkArray | ) |
Reset the language links and add new language links.
$newLinkArray | Associative array mapping language code to the page name |
Definition at line 1091 of file OutputPage.php.
OutputPage::setLastModified | ( | $ | timestamp | ) |
Override the last modified timestamp.
$timestamp | String: new timestamp, in a format readable by wfTimestamp() |
Definition at line 693 of file OutputPage.php.
References wfTimestamp().
OutputPage::setPageTitle | ( | $ | name | ) |
"Page title" means the contents of <h1>.
It is stored as a valid HTML fragment. This function allows good tags like <sup> in the <h1> tag, but not bad tags like <script>. This function automatically sets <title> to the same content as <h1> but with all tags removed. Bad tags that were escaped in <h1> will still be escaped in <title>, and good tags like <i> will be dropped entirely.
$name | string|Message |
Definition at line 805 of file OutputPage.php.
References ContextSource\getContext(), ContextSource\msg(), Sanitizer\normalizeCharReferences(), Sanitizer\removeHTMLtags(), setHTMLTitle(), and Sanitizer\stripAllTags().
Referenced by prepareErrorPage(), and readOnlyPage().
OutputPage::setPageTitleActionText | ( | $ | text | ) |
Set the new value of the "action text", this will be added to the "HTML title", separated from it with " - ".
$text | String: new value of the "action text" |
Definition at line 750 of file OutputPage.php.
Set the page as printable, i.e.
it'll be displayed with with all print styles included
Definition at line 904 of file OutputPage.php.
Set $mRedirectedFrom, the Title of the page which redirected us to the current page.
param Title
Definition at line 793 of file OutputPage.php.
References $t.
OutputPage::setRevisionId | ( | $ | revid | ) |
Set the revision ID which will be seen by the wiki text parser for things such as embedded {{REVISIONID}} variable use.
$revid | Mixed: an positive integer, or null |
Definition at line 1348 of file OutputPage.php.
References wfSetVar().
OutputPage::setRevisionTimestamp | ( | $ | timestmap | ) |
Set the timestamp of the revision which will be displayed.
This is used to avoid a extra DB call in Skin::lastModified().
$revid | Mixed: string, or null |
Definition at line 1369 of file OutputPage.php.
References wfSetVar().
OutputPage::setRobotPolicy | ( | $ | policy | ) |
Set the robot policy for the page: <http://www.robotstxt.org/meta.html>
$policy | String: the literal string to output as the contents of the meta tag. Will be parsed according to the spec and output in standardized form. |
Definition at line 705 of file OutputPage.php.
References Article\formatRobotPolicy(), setFollowPolicy(), and setIndexPolicy().
Referenced by prepareErrorPage(), and readOnlyPage().
OutputPage::setSquidMaxage | ( | $ | maxage | ) |
Set the value of the "s-maxage" part of the "Cache-control" HTTP header.
$maxage | Integer: maximum cache time on the Squid, in seconds. |
Definition at line 1646 of file OutputPage.php.
OutputPage::setStatusCode | ( | $ | statusCode | ) |
Set the HTTP status code to send with the output.
$statusCode | Integer |
Definition at line 274 of file OutputPage.php.
OutputPage::setSubtitle | ( | $ | str | ) |
Replace the subtile with $str.
$str | String|Message: new value of the subtitle |
Definition at line 843 of file OutputPage.php.
References addSubtitle(), and clearSubtitle().
OutputPage::setSyndicated | ( | $ | show = true | ) |
Add or remove feed links in the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version.
$show | Boolean: true: add default feeds, false: remove all feeds |
Definition at line 959 of file OutputPage.php.
References setFeedAppendQuery().
OutputPage::setTitle | ( | Title $ | t | ) |
Set the Title object to use.
$t | Title object |
Definition at line 833 of file OutputPage.php.
References ContextSource\getContext().
OutputPage::showErrorPage | ( | $ | title, |
$ | msg, | ||
$ | params = array() |
||
) |
Output a standard error page.
showErrorPage( 'titlemsg', 'pagetextmsg', array( 'param1', 'param2' ) ); showErrorPage( 'titlemsg', $messageObject );
$title | String: message key for page title |
$msg | Mixed: message key (string) for page text, or a Message object |
$params | Array: message parameters; ignored if $msg is a Message object |
Definition at line 2074 of file OutputPage.php.
References $title, addHTML(), addWikiMsgArray(), ContextSource\msg(), prepareErrorPage(), and returnToMain().
OutputPage::showFatalError | ( | $ | message | ) |
Definition at line 2332 of file OutputPage.php.
References addHTML(), ContextSource\msg(), and prepareErrorPage().
Referenced by showFileCopyError(), showFileDeleteError(), showFileNotFoundError(), showFileRenameError(), and showUnexpectedValueError().
OutputPage::showFileCopyError | ( | $ | old, |
$ | new | ||
) |
Definition at line 2342 of file OutputPage.php.
References ContextSource\msg(), and showFatalError().
OutputPage::showFileDeleteError | ( | $ | name | ) |
Definition at line 2350 of file OutputPage.php.
References ContextSource\msg(), and showFatalError().
OutputPage::showFileNotFoundError | ( | $ | name | ) |
Definition at line 2354 of file OutputPage.php.
References ContextSource\msg(), and showFatalError().
OutputPage::showFileRenameError | ( | $ | old, |
$ | new | ||
) |
Definition at line 2346 of file OutputPage.php.
References ContextSource\msg(), and showFatalError().
OutputPage::showLagWarning | ( | $ | lag | ) |
Show a warning about slave lag.
If the lag is higher than $wgSlaveLagCritical seconds, then the warning is a bit more obvious. If the lag is lower than $wgSlaveLagWarning, then no warning is shown.
$lag | Integer: slave lag |
Definition at line 2321 of file OutputPage.php.
References $wgSlaveLagCritical, $wgSlaveLagWarning, ContextSource\getLanguage(), Html\rawElement(), and wrapWikiMsg().
OutputPage::showPermissionsErrorPage | ( | $ | errors, |
$ | action = null |
||
) |
Output a standard permission error page.
$errors | Array: error message keys |
$action | String: action that was denied or null if unknown |
Definition at line 2092 of file OutputPage.php.
References $wgGroupPermissions, addHTML(), addWikiText(), formatPermissionsErrorMessage(), ContextSource\getRequest(), SpecialPage\getTitleFor(), ContextSource\getUser(), Linker\linkKnown(), ContextSource\msg(), Title\newFromURL(), Title\newMainPage(), parse(), prepareErrorPage(), returnToMain(), and wfArrayToCGI().
OutputPage::showUnexpectedValueError | ( | $ | name, |
$ | val | ||
) |
Definition at line 2338 of file OutputPage.php.
References ContextSource\msg(), and showFatalError().
OutputPage::styleLink | ( | $ | style, |
$ | options | ||
) | [protected] |
Generate <link> tags for stylesheets.
$style | String: URL to the file |
$options | Array: option, can contain 'condition', 'dir', 'media' keys |
Definition at line 3376 of file OutputPage.php.
References $options, $url, $wgStylePath, $wgStyleVersion, ContextSource\getLanguage(), Html\linkedStyle(), and transformCssMedia().
Referenced by buildCssLinksArray().
static OutputPage::transformCssMedia | ( | $ | media | ) | [static] |
Transform "media" attribute based on request parameters.
$media | String: current value of the "media" attribute |
Definition at line 3416 of file OutputPage.php.
References $wgHandheldForIPhone.
Referenced by ResourceLoader\makeCombinedStyles(), and styleLink().
Return whether this page is not cacheable because "useskin" or "uselang" URL parameters were passed.
Definition at line 1689 of file OutputPage.php.
References ContextSource\getRequest().
Referenced by sendCacheControl().
To make it harder for someone to slip a user a fake user-JavaScript or user-CSS preview, a random token is associated with the login session.
If it's not passed back with the preview request, we won't render the code.
Definition at line 2954 of file OutputPage.php.
References ContextSource\getRequest(), ContextSource\getTitle(), and ContextSource\getUser().
Referenced by buildCssLinks(), and getScriptsForBottomQueue().
OutputPage::versionRequired | ( | $ | version | ) |
Display an error page indicating that a given version of MediaWiki is required to use it.
$version | Mixed: the version of MediaWiki needed to use the page |
Definition at line 2166 of file OutputPage.php.
References $version, addWikiMsg(), ContextSource\msg(), prepareErrorPage(), and returnToMain().
OutputPage::wrapWikiMsg | ( | $ | wrap | ) |
This function takes a number of message/argument specifications, wraps them in some overall structure, and then parses the result and adds it to the output.
In the $wrap, $1 is replaced with the first message, $2 with the second, and so on. The subsequent arguments may either be strings, in which case they are the message names, or arrays, in which case the first element is the message name, and subsequent elements are the parameters to that message.
The special named parameter 'options' in a message specification array is passed through to the $options parameter of wfMsgExt().
Don't use this for messages that are not in users interface language.
For example:
$wgOut->wrapWikiMsg( "<div class='error'>\n$1\n</div>", 'some-error' );
Is equivalent to:
$wgOut->addWikiText( "<div class='error'>\n" . wfMsgNoTrans( 'some-error' ) . "\n</div>" );
The newline after opening div is needed in some wikitext. See bug 19226.
$wrap | string |
Definition at line 3499 of file OutputPage.php.
References $n, $options, addWikiText(), and wfMsgExt().
Referenced by showLagWarning().
OutputPage::$mAllowedModuleOrigin = ResourceLoaderModule::ORIGIN_ALL [protected] |
Definition at line 144 of file OutputPage.php.
OutputPage::$mArticleBodyOnly = false |
Flag if output should only contain the body of the article.
Should be private.
Definition at line 176 of file OutputPage.php.
OutputPage::$mBodytext = '' |
Contains all of the <body> content. Should be private we got set/get accessors and the append() method.
Definition at line 37 of file OutputPage.php.
OutputPage::$mCategories = array() |
Definition at line 94 of file OutputPage.php.
OutputPage::$mCategoryLinks = array() |
Definition at line 93 of file OutputPage.php.
OutputPage::$mContainsNewMagic = 0 |
Definition at line 153 of file OutputPage.php.
OutputPage::$mContainsOldMagic = 0 |
Definition at line 153 of file OutputPage.php.
OutputPage::$mDebugtext = '' |
Holds the debug lines that will be output as comments in page source if $wgDebugComments is enabled.
See also $wgShowDebug. TODO: make a getter method for this
Definition at line 44 of file OutputPage.php.
OutputPage::$mDoNothing = false |
I just love the name for this self documenting variable.
Definition at line 150 of file OutputPage.php.
OutputPage::$mEnableClientCache = true |
Definition at line 170 of file OutputPage.php.
OutputPage::$mETag = false |
Should be private.
No getter but used in sendCacheControl(); Contains an HTTP Entity Tags (see RFC 2616 section 3.13) which is used as a unique identifier for the content. It is later used by the client to compare its cached version with the server version. Client sends headers If-Match and If-None-Match containing its locally cached ETAG value.
To get more information, you will have to look at HTTP/1.1 protocol which is properly described in RFC 2616 : http://tools.ietf.org/html/rfc2616
Definition at line 91 of file OutputPage.php.
OutputPage::$mExtStyles = array() |
Additional stylesheets. Looks like this is for extensions. Might be replaced by resource loader.
Definition at line 31 of file OutputPage.php.
OutputPage::$mFeedLinks = array() |
Handles the atom / rss links.
We probably only support atom in 2011. Looks like a private variable.
Definition at line 167 of file OutputPage.php.
OutputPage::$mFeedLinksAppendQuery = null |
Definition at line 137 of file OutputPage.php.
OutputPage::$mFileVersion = null |
Definition at line 202 of file OutputPage.php.
OutputPage::$mFollowPolicy = 'follow' [private] |
Definition at line 220 of file OutputPage.php.
OutputPage::$mHeadItems = array() |
Array of elements in <head>. Parser might add its own headers!
Definition at line 122 of file OutputPage.php.
OutputPage::$mHideNewSectionLink = false |
Definition at line 179 of file OutputPage.php.
OutputPage::$mHTMLtitle = '' |
Should be private. Stores contents of <title> tag.
Definition at line 47 of file OutputPage.php.
OutputPage::$mImageTimeKeys = array() |
Definition at line 133 of file OutputPage.php.
OutputPage::$mIndexPolicy = 'index' [private] |
Definition at line 219 of file OutputPage.php.
OutputPage::$mInlineMsg = array() |
Definition at line 130 of file OutputPage.php.
OutputPage::$mInlineStyles = '' |
OutputPage::$mIsarticle = false |
Should be private. Is the displayed content related to the source of the corresponding wiki article.
Definition at line 50 of file OutputPage.php.
OutputPage::$mIsArticleRelated = true |
Should be private.
Has get/set methods properly documented. Stores "article flag" toggle.
Definition at line 56 of file OutputPage.php.
OutputPage::$mJQueryDone = false [protected] |
Whether jQuery is already handled.
Definition at line 217 of file OutputPage.php.
OutputPage::$mJsConfigVars = array() |
Definition at line 127 of file OutputPage.php.
OutputPage::$mKeywords = array() |
<meta keyworkds="stuff"> most of the time the first 10 links to an article
Definition at line 26 of file OutputPage.php.
OutputPage::$mLanguageLinks = array() |
Should be private. Array of Interwiki Prefixed (non DB key) Titles (e.g. 'fr:Test page')
Definition at line 97 of file OutputPage.php.
OutputPage::$mLastModified = '' |
mLastModified and mEtag are used for sending cache control.
The whole caching system should probably be moved into its own class.
Definition at line 79 of file OutputPage.php.
OutputPage::$mLinkColours |
Definition at line 113 of file OutputPage.php.
OutputPage::$mLinktags = array() |
Definition at line 28 of file OutputPage.php.
OutputPage::$mMetatags = array() |
Should be private. Used with addMeta() which adds <meta>
Definition at line 23 of file OutputPage.php.
OutputPage::$mModuleMessages = array() |
Definition at line 125 of file OutputPage.php.
OutputPage::$mModules = array() |
Definition at line 125 of file OutputPage.php.
OutputPage::$mModuleScripts = array() |
Definition at line 125 of file OutputPage.php.
OutputPage::$mModuleStyles = array() |
Definition at line 125 of file OutputPage.php.
OutputPage::$mNewSectionLink = false |
Definition at line 178 of file OutputPage.php.
OutputPage::$mNoGallery = false |
Comes from the parser.
This was probably made to load CSS/JS only if we had <gallery>. Used directly in CategoryPage.php Looks like resource loader can replace this.
Definition at line 186 of file OutputPage.php.
OutputPage::$mPageLinkTitle = '' |
Used by skin template.
Example: $tpl->set( 'displaytitle', $out->mPageLinkTitle );
Definition at line 119 of file OutputPage.php.
OutputPage::$mPagetitle = '' |
Should be private - has getter and setter. Contains the HTML title.
Definition at line 34 of file OutputPage.php.
OutputPage::$mPageTitleActionText = '' |
Definition at line 189 of file OutputPage.php.
OutputPage::$mParserOptions = null [protected] |
Definition at line 159 of file OutputPage.php.
OutputPage::$mParseWarnings = array() |
Definition at line 190 of file OutputPage.php.
OutputPage::$mPreventClickjacking = true |
Definition at line 196 of file OutputPage.php.
OutputPage::$mPrintable = false |
Should be private.
We have to set isPrintable(). Some pages should never be printed (ex: redirections).
Definition at line 62 of file OutputPage.php.
OutputPage::$mRedirect = '' |
Definition at line 72 of file OutputPage.php.
OutputPage::$mRedirectCode = '' |
Definition at line 135 of file OutputPage.php.
OutputPage::$mRedirectedFrom = null [private] |
Definition at line 232 of file OutputPage.php.
OutputPage::$mResourceLoader |
Definition at line 126 of file OutputPage.php.
OutputPage::$mRevisionId = null |
should be private. To include the variable {{REVISIONID}}
Definition at line 199 of file OutputPage.php.
OutputPage::$mRevisionTimestamp = null [private] |
Definition at line 200 of file OutputPage.php.
OutputPage::$mScripts = '' |
Should be private.
Used for JavaScript (pre resource loader) We should split js / css. mScripts content is inserted as is in <head> by Skin. This might contains either a link to a stylesheet or inline css.
Definition at line 105 of file OutputPage.php.
OutputPage::$mSquidMaxage = 0 |
Definition at line 193 of file OutputPage.php.
OutputPage::$mStatusCode |
Definition at line 73 of file OutputPage.php.
OutputPage::$mSubtitle = array() [private] |
Should be private.
We have set/get/append methods.
Contains the page subtitle. Special pages usually have some links here. Don't confuse with site subtitle added by skins.
Definition at line 70 of file OutputPage.php.
OutputPage::$mTemplateIds = array() |
Definition at line 132 of file OutputPage.php.
OutputPage::$mVaryHeader [private] |
array( 'Accept-Encoding' => array( 'list-contains=gzip' ), 'Cookie' => null )
Definition at line 221 of file OutputPage.php.
OutputPage::$styles = array() |
An array of stylesheet filenames (relative from skins path), with options for CSS media, IE conditions, and RTL/LTR direction.
For internal use; add settings in the skin via $this->addStyle()
Style again! This seems like a code duplication since we already have mStyles. This is what makes OpenSource amazing.
Definition at line 212 of file OutputPage.php.
Referenced by buildCssLinks().