If you request LogEventList to display the combination of 2 log types, and one of
[lhc/web/wiklou.git] / includes / revisiondelete / RevisionDelete.php
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-27 Aaron Schulz* Added pageJoinCond() and userJoinCond() to Revision...
2011-10-26 Aaron SchulzFixed 'Fatal error: Cannot access protected property...
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-12 Alexandre Emsenhuber* Added User paremeter to Revision::userCan(), Revision...
2011-07-02 Aaron SchulzFix for r91344: removed straggling instances of $this...
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-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-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...