Fixing some of the "@return true" or "@return false", need to be "@return bool" and...
[lhc/web/wiklou.git] / includes / OutputPage.php
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Roan Kattouw(bug 34289) user.options CSS loaded twice. Fixed by...
2012-02-09 Roan KattouwRevert r111023 and r111024, they broke user.options...
2012-02-09 Roan KattouwExplanatory comment for r111023
2012-02-09 Roan Kattouw(bug 34289) user.options CSS loaded twice. Caused by...
2012-02-06 Alexandre EmsenhuberRecommit r110758 (again) now that the problem has been...
2012-02-06 Antoine Mussoreverts r110488
2012-02-02 Roan KattouwFollowup r108184: per CR, blocking loads in debug mode...
2012-02-01 Alexandre EmsenhuberRecommit r109062 (Only run some MWDebug code when reall...
2012-01-29 Alexandre EmsenhuberUse the WikiPage object object instead of Title to...
2012-01-29 KrinkleAdd support for loading mediawiki.util from the top...
2012-01-25 Benny SituRevert from 107187 to 107186 for bug24430 patch, it...
2012-01-23 Alexandre EmsenhuberCleanup to statistics:
2012-01-21 KrinkleReinstate r109223 per CR + fixes
2012-01-19 Aaron SchulzReverted r109062 per code slush (also has a CR complaint)
2012-01-17 Aaron SchulzReverted r109223 per CR
2012-01-17 Krinkle[Actions] Move action logic out of MediaWiki::getAction...
2012-01-16 Alexandre EmsenhuberOnly run some MWDebug code when really needed:
2012-01-13 Alexandre EmsenhuberFix for r108376: the whole string is already espcaed...
2012-01-09 KrinkleFix double-escaping in 108312
2012-01-08 Krinkle[Skin] Add CSS hook for action ("action-.." class on...
2012-01-08 Krinkle[mw.config] wgAction shouldn't use direct URL values
2012-01-07 Niklas LaxströmDon't expand templates in html <title>. This seems...
2012-01-06 Roan KattouwFix up r108203: just loading mw.jqueryMsg in the bottom...
2012-01-06 Santhosh ThottingalUse mw.jqueryMsg parser for message parsing to support...
2012-01-05 Roan KattouwResourceLoader: Add an experimental option to move...
2012-01-04 Roan KattouwRedo r107066 properly: apply CSSJanus to user CSS previ...
2012-01-04 Roan KattouwRevert r107066, see CR comments for full rationale...
2012-01-02 Alexandre Emsenhuber* Always set 'userjs' and 'userjsprev' items to false...
2011-12-31 Krinkle[Core JS] More fixing of global config variable usage
2011-12-29 Alexandre Emsenhuber* (bug 32702) Fix for r82273: readded Skin::makeGlobalV...
2011-12-29 Alexandre Emsenhuber* Added Title::getLinksFrom() and Title::getTemplateLin...
2011-12-28 KrinkleMove embedded ResourceLoader modules to the <head>
2011-12-23 Benny Situbug24430 - patch from Chinchin, remove number of column...
2011-12-22 Antoine Mussoapply CSS::Janus when user preview its CSS style
2011-12-20 Alexandre EmsenhuberFix for r102116: link feed to Special:Recentchanges...
2011-12-19 Alexandre EmsenhuberPass the User object to Title::userCan()
2011-12-14 Brion VibberFix for r106144 -- wrong syntax
2011-12-14 Brion VibberAdd BeforePageRedirect hook to OutputPage, allowing...
2011-12-13 Robin Pepermansupdate all core usage of deprecated Title::userCanRead()
2011-12-12 Daniel FriesenReplace get{Local,Full,Link,Canonical}URL's $variant...
2011-12-11 Daniel FriesenIntroduce a Language::getHtmlLang method which returns...
2011-12-10 Alexandre Emsenhuber* Added revision's timestamp to OutputPage along with...
2011-11-30 Roan Kattouw(bug 32230) Expose wgRedirectedFrom (title of the page...
2011-11-29 Sam ReedMoar documentations
2011-11-28 Sam Reed* (bug 32276) Skins were generating output using the...
2011-11-28 Robin Pepermans* (bug 27721) Make JavaScript variables wgSeparatorTran...
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-23 Roan Kattouw(bug 29569) Avoid fatal errors in OutputPage when nonex...
2011-11-22 John Du HartReverting r103856 since it does not work. <body> is...
2011-11-21 John Du HartFollowup r95318, move client-(no)js classes to the...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-21 Alexandre EmsenhuberUse WikiPage instead of Article to call getUsedTemplates()
2011-11-08 Alexandre EmsenhuberFix for r102417: commiting OutputPage.php is actually...
2011-11-07 Alexandre Emsenhuber* Removed existence of Title object check since not...
2011-11-05 Alexandre Emsenhuber* Only call Title::getPageLanguage() when necessary...
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-11-03 Aaron SchulzFU r96015: removed & in MakeGlobalVariablesScript hook
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-10-31 Roan KattouwPrevent notice in OutputPage by casting to an array...
2011-10-28 Alexandre Emsenhuber* Factorise the code used to prepare the OutputPage...
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-24 Antoine Mussousing real identity for hashar
2011-10-23 Alexandre Emsenhuber* Use local context to get messages
2011-10-19 Alexandre Emsenhuber* Changed ParserOptions to store a Language object...
2011-10-17 PlatonidesRemove unused global $wgLoadScript
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-10 Jeroen De Dauwadded shortcut method for commonly used method combination
2011-10-03 Roan KattouwFix comment in r98374
2011-10-03 Roan KattouwRename $wgVaryOnXFPForAPI (introduced in r93818) to...
2011-09-29 Sam ReedAnd an extra brace from r98467
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-28 KrinkleNew OutputPage::addJsConfigVars() method (bug 31233)
2011-09-22 Robin PepermansRe-do r96798 ("LanguageConverter now depends on the...
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-14 Aaron SchulzFU r84610: Renamed getImageTimeKeys() to getFileSearchO...
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-13 Roan KattouwFollowup r96978, clean up code duplication by factoring...
2011-09-11 Robin Pepermans* r96737: set OutputPage->addWikiText() as an interface...
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-10 Robin Pepermans* Per Aaron on r96261, use string 'flip' instead of...
2011-09-10 Robin PepermansCorrectly parse interface messages as such, so it doesn...
2011-09-07 Brian Wolff$wgOverrideSiteFeed was double escaping urls (noticed...
2011-09-04 Robin Pepermans* Mark underline css as !important. It should override...
2011-09-04 Robin PepermansCorrectly parse interface messages as such, so it doesn...
2011-09-04 KrinkleSplit ajaxCategories away from core for now, into an...
2011-09-01 KrinklePass OutputPage instance to MakeGlobalVariablesScript...
2011-09-01 Daniel FriesenKill off use of $wgRequest, $wgUser, and $wgLang in...
2011-08-31 Sam ReedTidy up w/c
2011-08-29 Daniel FriesenKill off the last $wgUser and improper use of linker...
2011-08-27 Robin PepermansProperly mark the language and direction of the readonl...
2011-08-25 Roan KattouwFix stupid copypaste mistake in r95470
2011-08-25 Roan KattouwFollowup r85994: eliminate code duplication introduced...
2011-08-24 Sam ReedRevert r91728
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-23 Brion Vibber* (bug 30497) Add client-nojs and client-js classes...
2011-08-19 Roan KattouwMake the PROTO_ parameter to wfExpandUrl() explicit...
next