* Follow-up r84610: don't assume a Parser object is attached
[lhc/web/wiklou.git] / includes / OutputPage.php
2011-03-23 Happy-melon$wgUser->blockedBy() already returns a name, doesn...
2011-03-23 Aaron Schulz* Put parser output file version tracking to core
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-19 Happy-melonFollow-up r81524: fix fatal when modules are deregistered
2011-03-18 Happy-melonFollow-ups to r84258
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-14 Roan Kattouw(bug 27564) Timestamp of site module embedded in Squid...
2011-03-13 Alexandre EmsenhuberFix for r83698: pass the Title object to the skin so...
2011-03-12 Happy-melonFollow-up r83755: @deprecated @since is wrong, doesn...
2011-03-11 Alexandre EmsenhuberOnly call User::getSkin() when necessary.
2011-03-05 Happy-melonInclude MediaWiki:Noscript.css in <noscript></noscript...
2011-03-03 Happy-melonOptionally disable including mediawiki.legacy (wikibits...
2011-02-25 Alexandre Emsenhuber* (bug 27680) Fix for r82273: wgCanonicalSpecialPageNam...
2011-02-21 Sam ReedFixup and add another return type
2011-02-20 Roan Kattouw(bug 27468) Move private styles out to their own sectio...
2011-02-19 KrinkleUsing the mw alias for mediaWiki in core. Saves bandwid...
2011-02-19 Roan Kattouw(bug 27302) Avoid unnecessary requests for user and...
2011-02-18 Alexandre EmsenhuberWe have already have a printable flag in the OutputPage...
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-16 Happy-melonrevert r82283, loads of unrelated changes
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-16 Alexandre EmsenhuberMoved Skin::makeGlobalVariablesScript() to OutputPage...
2011-02-16 Sam ReedFix text description of OutputPage::getLanguageLinks...
2011-02-16 Roan Kattouw(bug 27302) Don't append the current timestamp for...
2011-02-07 Rob LanphierFollowup to r69185, putting the "dir" attribute back...
2011-02-06 Ilmari Karonen(bug 23315) Add new body classes to allow easier stylin...
2011-02-06 Alexandre Emsenhuber* Changed all calls to wfMsgWikiHtml() in core
2011-02-05 Alexandre EmsenhuberEasier to use addWikiText() in wrapWikiMsg()
2011-02-04 Happy-melonFollow-up r64670 (bug22929): cleaner implementation...
2011-02-04 Daniel FriesenCompletely remove support for legacy style skins. All...
2011-02-02 Happy-melonFollow-up r79682: more documentation tidying
2011-01-28 Krinklefixing php Parse error: syntax error from r81169
2011-01-28 PlatonidesFollow up r81100. Don't hardcode hiddencat quotes,...
2011-01-27 OverlordQFollowup r81067, use the right syntax for doing a join
2011-01-26 Sam ReedFixup query fail from r80936
2011-01-24 Sam ReedCouple more raw SQL to query arrays
2011-01-22 Brion Vibber* (bug 26861) avoid warning in OutputPage::addVaryHeade...
2011-01-14 Niklas LaxströmFollow-up r80192, tweak docs
2011-01-13 Daniel FriesenFollowup r80192 which had an unclosed comment causing...
2011-01-13 Sam ReedFixing up spaces to tabs in r80192
2011-01-13 Antoine MussoOutputPage properties documentation
2011-01-11 Roan KattouwFollowup r80003: array_unique() preserves keys, so...
2011-01-11 Roan KattouwApply array_unique() to module lists in OutputPage...
2011-01-09 Niklas Laxström* (bug 25506) Exception is thrown if OutputPage::parse...
2011-01-07 Roan Kattouw(bug 26497) printable=yes and handheld=yes request...
2011-01-06 Happy-melonMore ancient deprecated functions:
2011-01-06 Roan KattouwFix bug 26570 (user CSS preview broken) and bug 26555...
2011-01-05 Alexandre EmsenhuberAllow OutputPage::parse() to parse in any langauge...
2011-01-04 Alexandre EmsenhuberUse isArticleRelated() instead of checking if $wgArticl...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2010-12-25 KrinkleReverting r78889 and r78865. Breaks changeslist on...
2010-12-24 Roan KattouwReally fix bug 26131: just putting the site+user <link...
2010-12-23 Roan KattouwFollowup r78933: reapply r78802
2010-12-23 Roan KattouwRevert r78023 and its follow-up r78802: change seems...
2010-12-23 Happy-melon(bug 17456) implement CollapsibleTables in core javascr...
2010-12-22 Sam ReedFollowup r78023, change usage of $style to $styles...
2010-12-14 Krinklemerging the two addModules() calls into one, (they...
2010-12-12 Alexandre EmsenhuberIt's easier to use addWikiMsgArray()
2010-12-09 Krinklestart resourceloadify mw.legacy.ajaxwatch
2010-12-09 Alexandre EmsenhuberFor consistency: call set both article and article...
2010-12-08 Alexandre EmsenhuberaddInlineScript() won't work since the content of ...
2010-12-08 Alexandre EmsenhuberRemoved OutputPage::setEncodings(); its current impleme...
2010-12-07 Trevor ParscalImproves on r77693 by placing ResourceLoader "only...
2010-12-07 Trevor ParscalImproves on r77693 by ensuring site styles are loaded...
2010-12-04 Trevor ParscalFixes r77696 where a few mistakes were made. Also impro...
2010-12-04 Trevor ParscalMade use of Xml::encodeJsCall - improves on r77693.
2010-12-03 Trevor ParscalResolves bug #26131 by always placing user scripts...
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-19 Tim Starling* Made Resources.php return a pure-data array instead...
2010-11-18 Trevor ParscalMoved rightClickEdit
2010-11-14 Alexandre EmsenhuberFollow-up r76633: change function signature so that...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-08 Roan KattouwPer r76250, actually use the $skin parameter in makeRes...
2010-11-07 PlatonidesFollow up r76207. It's called $skin here.
2010-11-06 PlatonidesRemove checks for debug mode and module count on every...
2010-11-05 PlatonidesFollow up r76138. Globals that are now unneeded.
2010-11-05 Roan KattouwFollowup r75825: per bug 25610 comment #3, check for...
2010-11-01 Roan Kattouw(bug 25610) Put ResourceLoader in debug mode when resou...
2010-10-31 KrinkleAdding mediawiki.advanced.rightclickedit.js
2010-10-31 Sam ReedMore deprecated method calls
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-23 Krinkleadding begin of mediaWiki.util and loading it by defaul...
2010-10-04 Daniel FriesenClean up names of my bodyAttr hooks on Brion's recomend...
2010-10-03 Daniel FriesenAdd to OutputPage::headElement a OutputPageBodyAttrs...
2010-10-02 Alexandre EmsenhuberRemoved trailing whitespaces
2010-10-01 Trevor ParscalFixed mistake in r73686 where I wrapped CSS in a JavaSc...
2010-09-30 Trevor Parscal* Added support for basic version of ISO_8601 timestamp...
2010-09-29 Trevor ParscalMade ResourceLoader an instantiable object, rather...
2010-09-28 Niklas LaxströmRevert r73879 for now, not ready yet.
2010-09-28 Niklas LaxströmReplace imho ugly viewsourcefor subtitle with viewsourc...
2010-09-24 Trevor Parscal* Fixed bug #25281 by adding special treatment for...
2010-09-24 Roan KattouwSupport ESI in the resource loader. Only used for the...
2010-09-22 Trevor Parscal* Added $wgResourceLoaderDebug, a default fallback...
2010-09-22 Trevor Parscal* Added WebRequest::getFuzzyBool, which is a more JavaS...
2010-09-22 Trevor ParscalFixed check for mediaWiki existance and removed additio...
2010-09-20 Trevor ParscalUsing new group feature of ResourceLoaderModule objects...
2010-09-20 Trevor ParscalFixed issues in r72940 - missing $ in release notes...
2010-09-19 Alexandre EmsenhuberFor consistency, removed line break
2010-09-17 Tim StarlingMinor resource loader changes:
next