w/s
[lhc/web/wiklou.git] / includes / revisiondelete /
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...