Fix handling of qplimit/qpoffset and cachedtimestamp in QueryPage api module
[lhc/web/wiklou.git] / includes /
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...
2011-09-25 Alexandre EmsenhuberSimplify things by using wfMessage() instead of wfMsg...
2011-09-25 Alexandre EmsenhuberFollow-up r96958: forgot one use of $wgUser
2011-09-25 Daniel FriesenFollowup r94465 and r94465; Add phpunit tests for Sanit...
2011-09-25 Daniel FriesenFollowup r94465; Add parser tests and turn the feature...
2011-09-25 Daniel FriesenFollowup r94465; Don't use empty.
2011-09-24 Aaron SchulzArticle refactoring and changes for bug 31144. Dependen...
2011-09-24 Happy-melon(bug 30636) integrate the remaining functionality of...
2011-09-24 Alexandre EmsenhuberUse local context instead of global variables
2011-09-24 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-24 Markus Glaser* restore DB connection after unserialization. This...
2011-09-24 Alexandre EmsenhuberAllow LogEventsList::showLogExtract() to get a Title...
2011-09-24 Aaron SchulzAdded filecache support for history pages
2011-09-24 Aaron SchulzFU r97978: removed more raw page file cache code
2011-09-24 Aaron SchulzRemoved action=raw support from HTMLFileCache. Obsolete...
2011-09-23 Aaron SchulzAdded wfShellMaintenanceCmd() for Het Deploy support
2011-09-23 Sam ReedFix single character access
2011-09-23 Sam ReedGod. Damn. You. Php.
2011-09-23 Alexandre EmsenhuberUse local context instead of global variables
2011-09-23 Alexandre Emsenhuber* Call Linker methods statically
2011-09-23 Sam ReedMostly revert r97328
2011-09-22 Brion Vibber* (bug 31089) Fix regression in Special:Block reasons...
2011-09-22 Brion Vibber* (bug 31100) Fix regression in sidebar (special: page...
2011-09-22 Niklas Laxströmrv r97851 for further inspection, causes PHP notices
2011-09-22 Ilmari Karonenfollowup r79862: the for loop only cleans up half the...
2011-09-22 Robin PepermansRe-do r96798 ("LanguageConverter now depends on the...
2011-09-22 Alexandre EmsenhuberPer Aaron, fix for r97658: removed double call to paren...
2011-09-22 Sam ReedGuard against
2011-09-22 Sam ReedFix single character access
2011-09-22 Niklas LaxströmDon't load all languages just to check whether message...
2011-09-22 Sam Reed* (bug 31081) $wgEnotifUseJobQ causes many unnecessary...
2011-09-22 Sam ReedMerge r97789 into trunk
2011-09-22 Ariel Glennremove cruft that didn't all get cleaned up before...
2011-09-22 Tim StarlingFixed User::getGroups(), apparently broken since r33333...
2011-09-22 Santhosh ThottingalAdd support for Number grouping(commafy) based on CLDR...
2011-09-22 Tim StarlingRemoved the redundant wfMkdirParents() call added to...
2011-09-22 Aaron SchulzAdded array type hinting too getGroupPermissions()
2011-09-22 Brion Vibber* (bug 29154) Allow upload-by-URL to follow HTTP redirects
2011-09-22 Brion Vibber* (bug 30041) Fix installer cache selection field to...
2011-09-22 Brion Vibber* (bug 30041) Fix memcached validation in installer...
2011-09-21 Aaron SchulzClear findFile() process cache of file moves (issue...
2011-09-21 Aaron SchulzMade trimCache() protected
2011-09-21 Aaron SchulzAdded lock/unlock function stubs. Fixes:
2011-09-21 Robin Pepermans* follow-up r97636: decrease indentation & mention...
2011-09-21 Sam ReedReturn documentation
2011-09-21 Sam ReedComment out unreachable code
2011-09-21 Niklas Laxström* (bug 30245) Use the correct way to construct a log...
2011-09-21 Alexandre EmsenhuberWrap the copyright when its language is not the user...
2011-09-21 Alexandre EmsenhuberAdded missing calls to SpecialPage::setHeaders() and...
2011-09-21 Aaron SchulzFU 97704: I was thinking the space was already added...
2011-09-21 Alexandre EmsenhuberCall Linker methods statically
2011-09-21 Aaron SchulzTweaked diff size number location to make sp:contribs...
2011-09-21 Alexandre EmsenhuberPer Nikerabbit, follow-up r97658: change getAuthor...
2011-09-21 Niklas LaxströmFix a conflict(?) in Special:Contributions in r97658.
2011-09-21 Brian WolffMake per page edit notices work in namespaces without...
2011-09-20 Brion Vibber* (bug 6672, 31024) Fixes for handling of images with...
2011-09-20 Sean ColomboHaz moar spaces :) ... follow-up to r97554 as per Jack...
2011-09-20 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-20 Alexandre Emsenhuber* Made IndexPager extend ContextSource
2011-09-20 Robin PepermansFix support of legacy skins Standard & CologneBlue...
2011-09-20 Niklas LaxströmI broke few parser tests in r97633 by overlooking the...
2011-09-20 Robin Pepermansr97636: ParserCache meant to be committed already too
2011-09-20 Robin PepermansRe-do several things of r96798 in preparation of re...
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-09-20 Niklas LaxströmUse LinkBatch, instead of trying doing it manually...
2011-09-20 Alexandre EmsenhuberFix for r97328: use SOL_SOCKET instead of SOL_UDP;...
next