Use local context instead of global variables
[lhc/web/wiklou.git] / includes /
2011-10-03 Alexandre EmsenhuberUse local context instead of global variables
2011-10-03 Roan KattouwFix embarrassing mistake in r98718
2011-10-03 Roan KattouwFix comment in r98374
2011-10-03 Alexandre EmsenhuberRemoved call to OutputPage::setSyndicated( true ) just...
2011-10-03 Alexandre EmsenhuberAlso catch Special:Badtitle to display the "Bad title...
2011-10-03 Sam ReedMerge r97670, r98206
2011-10-03 Sam ReedMerge r97771, r97775
2011-10-03 Sam ReedMerge r97687
2011-10-03 Roan KattouwRename $wgVaryOnXFPForAPI (introduced in r93818) to...
2011-10-03 Roan Kattouw(bug 31320) CentralAuth uses http URLs for autologin...
2011-10-03 Aaron SchulzFixed outdated $wgFileCacheDirectory comment
2011-10-03 Aaron SchulzSimplified cacheDirectory() in FileCacheBase and HTMLFi...
2011-10-03 Aaron SchulzFollow-up r98698: cache urls with 'version' param....
2011-10-03 Niklas LaxströmFollowup r97138 - could not reproduce myself
2011-10-02 Roan KattouwFollowup r98707: apply this logic to signupend too...
2011-10-02 Roan KattouwFollowup r98707, r98713: check for blankness, not nonex...
2011-10-02 Aaron SchulzFixed broken ipb_deleted condition. Does not effect...
2011-10-02 Bryan Tong MinhFollow-up r84395: Give MediaHandlers the option to...
2011-10-02 Roan Kattouw(bug 31293) If Special:Userlogin is loaded over HTTPS...
2011-10-02 Aaron Schulz* Added isCacheWorthy() optimization (checks if the...
2011-10-02 Roan KattouwFollowup r96930: also remove the documentation that...
2011-10-02 Aaron SchulzFileCache:
2011-10-02 Daniel FriesenMore RequestContext -> IContextSource.
2011-10-02 Daniel FriesenMerge r98679 from the pageoutput branch into trunk.
2011-10-02 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-02 Alexandre Emsenhuber* (bug 30466) Entries in iwlinks table are now cleared...
2011-10-02 Aaron SchulzReverted accidental change in r98405
2011-10-02 Max SemenikRevert r98355 and r98357; drop the field instead.
2011-10-02 Aaron SchulzDon't show 'autoblock disabled' for IP blocks
2011-10-01 KrinkleAdd support for namespaces in Special:RecentChanges...
2011-10-01 Aaron SchulzFixed bogus addModules() call which broke the JS on...
2011-10-01 Aaron SchulzTweak r98602: keep the other IP normalization for non...
2011-10-01 Aaron SchulzReverted stuff from r98602 committed by mistake
2011-10-01 Aaron SchulzMade provideIPCIDRs() not add a '/' if there is no...
2011-10-01 Aaron SchulzRefactored out new sendResponseHeaders() and tryRespond...
2011-10-01 Brion Vibber* (bug 31289) Fix fatal error on special pages using...
2011-09-30 Brion Vibber* (bug 12130) Initial newlines are now preserved correc...
2011-09-30 Aaron Schulz(bug 31283) Made ChangeEmail check $wgAuth->allowPropCh...
2011-09-30 Mark A. Hershbergerre r92924 andFix Bug #31283 - "Change E-mail" option...
2011-09-30 Aaron SchulzMade addNewUserLogEntry() return the ID of the new...
2011-09-30 Chad HorohoeSyntax error fix for r98528
2011-09-30 Niklas LaxströmAdding two maintenance classes to autoloader - Translat...
2011-09-30 Roan KattouwAddress fixme on r96978: expand URLs fed to the client...
2011-09-29 Sean ColomboRevision::newFromTitle() returns null sometimes. Prote...
2011-09-29 Sam ReedKill the updater remnants from r98467
2011-09-29 Sam ReedMore spurious code r98467
2011-09-29 Sam ReedAnd another brace... r98467
2011-09-29 Sam ReedAnd an extra brace from r98467
2011-09-29 Sam ReedAnother reverse merge artefact from r98467
2011-09-29 Sam ReedFix comment syntax error from r98467
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-29 Aaron SchulzFR r98459: forgot to commit this!
2011-09-29 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-29 Aaron SchulzFU r98412: added version to wfDeprecated call
2011-09-29 Aaron SchulzRefactored HistoryPage to use RequestContext
2011-09-29 Aaron SchulzFU r98405: various document cleanup
2011-09-29 John Du HartFollowup r95921, clearer PHPDoc and better variable...
2011-09-29 Alexandre EmsenhuberPer Aaron, fix for r98012: make Title object be handled...
2011-09-29 Bryan Tong Minh(bug 30202) Restrict file names on upload to 240 bytes...
2011-09-29 Bryan Tong Minh(bug 31213) Exception thrown when trying to move file...
2011-09-29 Aaron SchulzFU r98421: forgot to move mParserOptions field
2011-09-29 Aaron SchulzMoved getParserOptions() crap back to Article.php due...
2011-09-29 Aaron SchulzMade getParserOutput() actually use the right parserOpt...
2011-09-29 Aaron SchulzFix for r97091: Extensions can cause anons to have...
2011-09-29 Alexandre EmsenhuberPer Aaron, follow-up r96859: add @deprecated comment...
2011-09-29 Brian WolffFix handling of qplimit/qpoffset and cachedtimestamp...
2011-09-29 Alexandre EmsenhuberPer Aaron, follow-up r93758: add coments and fix typos
2011-09-29 Alexandre EmsenhuberFollow-up r89568: use local context instead of $wgOut
2011-09-29 Aaron SchulzHTMLFileCache refactoring:
2011-09-28 Krinkleclean up Html::inlineScript usage
2011-09-28 KrinkleNew OutputPage::addJsConfigVars() method (bug 31233)
2011-09-28 Niklas LaxströmFollowup r98135
2011-09-28 Sam ReedFollowup r98339
2011-09-28 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-28 Sam ReedFollowup r98339
2011-09-28 Sam Reed* (bug 31204) Remove old user.user_options
2011-09-28 Sam ReedFollowup r98329
2011-09-28 Sam ReedFix whitespace
2011-09-28 Sam ReedBug 31199 - Fix notification of implicit groups so...
2011-09-28 Aaron Schulz(bug 31206) "Altering blocks doesn't appear to be worki...
2011-09-27 Brion Vibber* (bug 31187) Fix for user JavaScript validation to...
2011-09-27 Roan Kattouw(bug 31191) Followup to r90934: do this in the successf...
2011-09-27 Chad HorohoeAlso add $wgRequest to the forbidden globals...thought...
2011-09-27 Aaron Schulz(bug 31088) [Regression] "Create account/log in" should...
2011-09-27 Sam ReedFix character access
2011-09-27 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-27 Alexandre EmsenhuberPer OverlordQ, fix for r87164: let's use an aggregate...
2011-09-27 Daniel FriesenFollowup r98210; Add an ugly hack to support old extens...
2011-09-27 Aaron SchulzImproved filecache short-circuit slightly (catching...
2011-09-27 Daniel FriesenAdd getSidebar method to BaseTemplate to simplify the...
2011-09-27 Brion VibberDebug logging and possible fix for bug 31177: mystery...
2011-09-26 Roan KattouwFix stupid typo in r98193, thanks Dantman
2011-09-26 Roan Kattouw(bug 31176) {{SERVERNAME}} doesn't play nice with proto...
2011-09-26 Aaron SchulzFU r98109: !EMPTY -> !NONEXISTENT (more consistent...
2011-09-26 Sean ColomboFollowup to r97342 to remove the now-unneeded checks...
2011-09-26 Niklas LaxströmConverted display part of new user log to new system
2011-09-26 Alexandre Emsenhuber* Call Linker methods statically
2011-09-26 Aaron SchulzCache negative results for interwiki prefix checks...
2011-09-25 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-25 Robin PepermansTalk page links were bluelinks if the root page existed...
next