aboutsummaryrefslogtreecommitdiffstats
path: root/includes/revisiondelete
Commit message (Expand)AuthorAgeFilesLines
* In LogFormatter:Aaron Schulz2012-02-071-18/+6
* Fix one usage of User::getSkin() in phase3Sam Reed2011-12-141-1/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-9/+9
* Following r100264, update usages in coreJohn Du Hart2011-11-161-2/+2
* Kill various unused variablesSam Reed2011-10-291-1/+1
* * Added pageJoinCond() and userJoinCond() to Revision and exposed them publiclyAaron Schulz2011-10-271-2/+3
* Fixed 'Fatal error: Cannot access protected property Revision::$mDeleted in C...Aaron Schulz2011-10-261-1/+1
* * Call Linker methods staticallyAlexandre Emsenhuber2011-10-211-11/+7
* * Simplified r100286 by just using the field 'user_name' and removed the COAL...Aaron Schulz2011-10-201-1/+1
* JOIN to get user_name in Contributions, HistoryPage, RevisionList, RevisionDe...Aaron Schulz2011-10-201-4/+7
* DocumentationSam Reed2011-10-131-4/+5
* * Added User paremeter to Revision::userCan(), Revision::userCanBitfield(), L...Alexandre Emsenhuber2011-10-121-7/+7
* Improve r97239 with comments from Aaron. Also fixed another typo that was lur...Niklas Laxström2011-09-161-2/+2
* * Fixed indentationNiklas Laxström2011-09-161-7/+10
* RevisionDeleter::getChanges() documentation cleanupAaron Schulz2011-09-151-6/+8
* Use IContextSource instead of RequestContext inside type hints and instanceof...Daniel Friesen2011-09-151-1/+1
* RevisionDeleter:Niklas Laxström2011-09-141-44/+4
* Renamed Rev_List/Rev_Item classes to RevisionListBase/RevisionItemBaseAaron Schulz2011-09-091-2/+2
* * Changed dynamic calls to Linker methods into static onesAlexandre Emsenhuber2011-07-101-19/+10
* Fix for r91344: removed straggling instances of $this->special in item classesAaron Schulz2011-07-021-3/+5
* Added filterByIds() function to Rev_List and made ID based filtering optional...Aaron Schulz2011-07-021-0/+5
* Removed dead $undeletedRevisions code (useless since r87804)Aaron Schulz2011-07-021-59/+15
* * Added generic Rev_List revision listing class and refactored RevDelete_List...Aaron Schulz2011-07-023-283/+147
* Swap else if for elseifSam Reed2011-06-173-29/+29
* * Made Special:RevisionDelete use the local variables stored in the RequestCo...Alexandre Emsenhuber2011-06-112-32/+61
* Remove unused variables/globalsSam Reed2011-05-261-2/+2
* Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to na...Mark A. Hershberger2011-05-252-50/+50
* Even it shouldn't happen, let's remove the var_dump() from the code.Platonides2011-05-201-1/+0
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-172-2/+2
* * (bug 21279) Special:RevisionDelete now uses revision ID for deleted-page re...Brion Vibber2011-05-103-22/+82
* Remove @static from all over the place. That's what the static keyword is for...Chad Horohoe2011-04-211-2/+0
* Do the filearchive updates too; index is there nowAaron Schulz2011-03-121-3/+6
* First little bit of cleaning out the Augean stables of SpecialBlockip.php: sp...Happy-melon2011-03-111-0/+127
* More function documentationSam Reed2011-02-192-9/+37
* More function documentationSam Reed2011-02-192-2/+20
* Fix up few remaining fixme things from r69910Sam Reed2010-12-141-2/+2
* Followup r64047: pass static callbacks in array form, not string formRoan Kattouw2010-12-131-4/+4
* Followup r77679, 1 more for bug 23332Sam Reed2010-12-042-270/+270
* Fixup 1 more autoloader from r77677Sam Reed2010-12-032-453/+454
* Move includes/RevisionDelete.php to includes/revisiondelete/RevisionDelete.phpSam Reed2010-12-031-0/+1413