aboutsummaryrefslogtreecommitdiffstats
path: root/includes/OutputPage.php
Commit message (Expand)AuthorAgeFilesLines
* Followup r110592: rename 'blocking' to 'async', and invert the logic everywhe...Roan Kattouw2012-02-151-4/+4
* Introduce property: and itemprop: support for addMeta to add RDFa <meta prope...Daniel Friesen2012-02-141-5/+25
* More return documentationSam Reed2012-02-091-0/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-3/+3
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-3/+3
* (bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS par...Roan Kattouw2012-02-091-1/+3
* Revert r111023 and r111024, they broke user.options . I'll fix this properly ...Roan Kattouw2012-02-091-3/+1
* Explanatory comment for r111023Roan Kattouw2012-02-091-0/+2
* (bug 34289) user.options CSS loaded twice. Caused by r107534. Made embedded p...Roan Kattouw2012-02-091-1/+1
* Recommit r110758 (again) now that the problem has been fixed in r110761Alexandre Emsenhuber2012-02-061-0/+2
* reverts r110488Antoine Musso2012-02-061-2/+0
* Followup r108184: per CR, blocking loads in debug mode were broken because de...Roan Kattouw2012-02-021-3/+1
* Recommit r109062 (Only run some MWDebug code when really needed) but leaving ...Alexandre Emsenhuber2012-02-011-0/+2
* Use the WikiPage object object instead of Title to get the page id and latest...Alexandre Emsenhuber2012-01-291-4/+11
* Add support for loading mediawiki.util from the top by defaultKrinkle2012-01-291-2/+6
* Revert from 107187 to 107186 for bug24430 patch, it causes layout issueBenny Situ2012-01-251-0/+1
* Cleanup to statistics:Alexandre Emsenhuber2012-01-231-2/+0
* Reinstate r109223 per CR + fixesKrinkle2012-01-211-4/+4
* Reverted r109062 per code slush (also has a CR complaint)Aaron Schulz2012-01-191-5/+1
* Reverted r109223 per CRAaron Schulz2012-01-171-4/+4
* [Actions] Move action logic out of MediaWiki::getAction/MediaWiki::performAct...Krinkle2012-01-171-4/+4
* Only run some MWDebug code when really needed:Alexandre Emsenhuber2012-01-161-1/+5
* Fix for r108376: the whole string is already espcaed on output, no need to es...Alexandre Emsenhuber2012-01-131-1/+1
* Fix double-escaping in 108312Krinkle2012-01-091-1/+1
* [Skin] Add CSS hook for action ("action-.." class on body)Krinkle2012-01-081-1/+3
* [mw.config] wgAction shouldn't use direct URL valuesKrinkle2012-01-081-2/+2
* Don't expand templates in html <title>. This seems to have regressed some tim...Niklas Laxström2012-01-071-1/+1
* Fix up r108203: just loading mw.jqueryMsg in the bottom queue, then assuming ...Roan Kattouw2012-01-061-1/+0
* Use mw.jqueryMsg parser for message parsing to support PLURAL and GENDERSanthosh Thottingal2012-01-061-0/+1
* ResourceLoader: Add an experimental option to move the main module loading qu...Roan Kattouw2012-01-051-11/+54
* Redo r107066 properly: apply CSSJanus to user CSS previews when needed. Ping ...Roan Kattouw2012-01-041-2/+10
* Revert r107066, see CR comments for full rationale. Basically this moves the ...Roan Kattouw2012-01-041-1/+1
* * Always set 'userjs' and 'userjsprev' items to false since they are now inco...Alexandre Emsenhuber2012-01-021-0/+2
* [Core JS] More fixing of global config variable usageKrinkle2011-12-311-2/+2
* * (bug 32702) Fix for r82273: readded Skin::makeGlobalVariablesScript() for b...Alexandre Emsenhuber2011-12-291-1/+4
* * Added Title::getLinksFrom() and Title::getTemplateLinksFrom() for consisten...Alexandre Emsenhuber2011-12-291-2/+1
* Move embedded ResourceLoader modules to the <head>Krinkle2011-12-281-2/+8
* bug24430 - patch from Chinchin, remove number of column for edit field in pre...Benny Situ2011-12-231-1/+0
* apply CSS::Janus when user preview its CSS styleAntoine Musso2011-12-221-1/+1
* Fix for r102116: link feed to Special:Recentchanges, not current pageAlexandre Emsenhuber2011-12-201-1/+2
* Pass the User object to Title::userCan()Alexandre Emsenhuber2011-12-191-1/+1
* Fix for r106144 -- wrong syntaxBrion Vibber2011-12-141-1/+1
* Add BeforePageRedirect hook to OutputPage, allowing extensions to override re...Brion Vibber2011-12-141-19/+26
* update all core usage of deprecated Title::userCanRead()Robin Pepermans2011-12-131-1/+1
* Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondar...Daniel Friesen2011-12-121-1/+1
* Introduce a Language::getHtmlLang method which returns the Bcp47 formatted la...Daniel Friesen2011-12-111-2/+2
* * Added revision's timestamp to OutputPage along with revision ID; avoid a DB...Alexandre Emsenhuber2011-12-101-0/+22
* (bug 32230) Expose wgRedirectedFrom (title of the page we were redirected fro...Roan Kattouw2011-11-301-0/+20
* Moar documentationsSam Reed2011-11-291-3/+4
* * (bug 32276) Skins were generating output using the internal page title whic...Sam Reed2011-11-281-2/+9