aboutsummaryrefslogtreecommitdiffstats
path: root/includes/RevisionList.php
Commit message (Expand)AuthorAgeFilesLines
* (bug 37184) Removed hard coded parentheses in RevisionList.phppmolina2012-06-021-2/+2
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-111-0/+21
* r99633: Fixed raw access to context field, which is lazy-loaded and thus the ...Aaron Schulz2012-02-201-1/+1
* More return documentationSam Reed2012-02-091-0/+14
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-29/+7
* * Added pageJoinCond() and userJoinCond() to Revision and exposed them publiclyAaron Schulz2011-10-271-2/+3
* * 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-8/+7
* Use local context instead of global variablesAlexandre Emsenhuber2011-10-151-6/+6
* * Added User paremeter to Revision::userCan(), Revision::userCanBitfield(), L...Alexandre Emsenhuber2011-10-121-2/+2
* Use IContextSource instead of RequestContext inside type hints and instanceof...Daniel Friesen2011-09-151-3/+3
* Renamed Rev_List/Rev_Item classes to RevisionListBase/RevisionItemBaseAaron Schulz2011-09-091-6/+6
* Added filterByIds() function to Rev_List and made ID based filtering optional...Aaron Schulz2011-07-021-8/+24
* * Added generic Rev_List revision listing class and refactored RevDelete_List...Aaron Schulz2011-07-021-0/+354