[FileRepo] Purging/transaction fixes.
[lhc/web/wiklou.git] / includes / revisiondelete /
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "(bug 31704) Allow selection of associated namesp...
2012-05-01 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Forward port of https://mediawiki.org/wiki/Speci...
2012-04-29 Aaron SchulzMerge "Fixup some raw sqls!"
2012-04-28 ReedyMerge "add hints to description of action=edit"
2012-04-28 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-29 Aaron SchulzAdded user Id sanity check to setUsernameBitfields...
2012-03-11 Sam ReedNormalise casing of getArticleID used in core
2012-02-26 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-24 Sam ReedMore __METHOD__ into db related methods
2012-02-09 Sam ReedMore return documentation
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 Antoine MussoFix some missing doc groups
2012-02-07 Aaron SchulzIn LogFormatter:
2011-12-14 Sam ReedFix one usage of User::getSkin() in phase3
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-10-29 Sam ReedKill various unused variables
2011-10-27 Aaron Schulz* Added pageJoinCond() and userJoinCond() to Revision...
2011-10-26 Aaron SchulzFixed 'Fatal error: Cannot access protected property...
2011-10-21 Alexandre Emsenhuber* Call Linker methods statically
2011-10-20 Aaron Schulz* Simplified r100286 by just using the field 'user_name...
2011-10-20 Aaron SchulzJOIN to get user_name in Contributions, HistoryPage...
2011-10-13 Sam ReedDocumentation
2011-10-12 Alexandre Emsenhuber* Added User paremeter to Revision::userCan(), Revision...
2011-09-16 Niklas LaxströmImprove r97239 with comments from Aaron. Also fixed...
2011-09-16 Niklas Laxström* Fixed indentation
2011-09-15 Aaron SchulzRevisionDeleter::getChanges() documentation cleanup
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-14 Niklas LaxströmRevisionDeleter:
2011-09-09 Aaron SchulzRenamed Rev_List/Rev_Item classes to RevisionListBase...
2011-07-10 Alexandre Emsenhuber* Changed dynamic calls to Linker methods into static...
2011-07-02 Aaron SchulzFix for r91344: removed straggling instances of $this...
2011-07-02 Aaron SchulzAdded filterByIds() function to Rev_List and made ID...
2011-07-02 Aaron SchulzRemoved dead $undeletedRevisions code (useless since...
2011-07-02 Aaron Schulz* Added generic Rev_List revision listing class and...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-11 Alexandre Emsenhuber* Made Special:RevisionDelete use the local variables...
2011-05-26 Sam ReedRemove unused variables/globals
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-20 PlatonidesEven it shouldn't happen, let's remove the var_dump...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-10 Brion Vibber* (bug 21279) Special:RevisionDelete now uses revision...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-03-12 Aaron SchulzDo the filearchive updates too; index is there now
2011-03-11 Happy-melonFirst little bit of cleaning out the Augean stables...
2011-02-19 Sam ReedMore function documentation
2011-02-19 Sam ReedMore function documentation
2010-12-14 Sam ReedFix up few remaining fixme things from r69910
2010-12-13 Roan KattouwFollowup r64047: pass static callbacks in array form...
2010-12-04 Sam ReedFollowup r77679, 1 more for bug 23332
2010-12-03 Sam ReedFixup 1 more autoloader from r77677
2010-12-03 Sam ReedMove includes/RevisionDelete.php to includes/revisionde...