aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Pager.php
Commit message (Expand)AuthorAgeFilesLines
* GROUP BY and ORDER BY supports arrays in Database classumherirrender2012-05-131-2/+2
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-111-1/+20
* code style tweaksjeroendedauw2012-04-051-5/+19
* (bug 34736) empty limit on special pages causes navigation issuesAntoine Musso2012-02-271-1/+1
* (bug 34702) Localised parentheses are now used in more special pages.Siebrand Mazeland2012-02-261-4/+5
* Wow. Messy. Follow-up r112426, r112424: Fix incorrect calls. Should have been...Siebrand Mazeland2012-02-261-1/+1
* Follow-up r112424: Per IAlex on IRC: Use escape() instead of plain() for impr...Siebrand Mazeland2012-02-261-1/+1
* Follow-up r112410, r112412: Cheaper processing using plain().Siebrand Mazeland2012-02-261-1/+1
* (bug 34702) Use localised parentheses in Special:Contributions.Siebrand Mazeland2012-02-251-3/+5
* fix doc, this is not an arrayJeroen De Dauw2012-02-231-2/+7
* docs++Jeroen De Dauw2012-02-231-4/+45
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* spacing fixJeroen De Dauw2012-01-241-3/+3
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+2
* Kill "* @return void"Sam Reed2012-01-121-2/+0
* Revert r104353, r104354, r104356, r104358, r104383: changes to pagers break...Brion Vibber2011-12-061-132/+0
* Followup r104353, updating Special:ProtectedTitlesJohn Du Hart2011-11-281-13/+18
* This is the rework I was talking about in r104318 for 1.19. Instead of having...John Du Hart2011-11-271-0/+127
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-6/+6
* FU r101629, made Pager only call doBatchLookups() if there are rowsAaron Schulz2011-11-021-5/+8
* Moved contribs rev parent ID batch query into doBatchLookups()Aaron Schulz2011-10-201-2/+3
* * Added a proper Pager::doBatchLookups() functionAaron Schulz2011-10-201-4/+15
* Documentation and type hinting.Happy-melon2011-10-061-5/+25
* More RequestContext -> IContextSource.Daniel Friesen2011-10-021-1/+1
* Merge r98679 from the pageoutput branch into trunk.Daniel Friesen2011-10-021-1/+1
* * Made IndexPager extend ContextSourceAlexandre Emsenhuber2011-09-201-65/+35
* FU r97022: Fallback to empty array for getExtraSortFields() result in __const...Aaron Schulz2011-09-141-6/+10
* Possible fix for issue reported in r83762. I had a hard time confirming the p...Aaron Schulz2011-09-131-4/+38
* Split up TablePager css class, introduce .mw-datatableKrinkle2011-09-011-1/+1
* (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali...Robin Pepermans2011-07-061-2/+2
* Followup r89617, r91428 call $pager->doQuery explicitally so we get a set res...Sam Reed2011-07-051-4/+6
* Simpler codeRobin Pepermans2011-06-301-3/+2
* Follow-up to r90265: directionality improvements as part of bug 6100 (under $...Robin Pepermans2011-06-181-2/+3
* And some more parameter documentation!!Sam Reed2011-05-281-0/+2
* Use WebRequest::getQueryValues() to get all query strings parameters instead ...Alexandre Emsenhuber2011-05-261-3/+7
* Switching arrows in Special:FileList to match the usual behaviour in MW. Bug ...Leo Koppelkamm2011-05-021-2/+2
* (bug 19942) remove deprecated HTML attributes (cellpadding, align, valign) fr...Happy-melon2011-03-301-4/+4
* Complete the trinity of blocking frontend interfaces by rewriting SpecialIpbl...Happy-melon2011-03-141-1/+1
* Follow-up r82391 per Nikerabbit's CR: Fix it in a better wayRaimond Spekking2011-02-181-7/+8
* Don't clutter the HTML source with useless class=""Raimond Spekking2011-02-181-1/+6
* Fixup fixme on r76844Sam Reed2010-12-141-11/+17
* Return type documentationSam Reed2010-12-031-1/+1
* Variablise $navigationBarSam Reed2010-11-161-1/+3
* Fixed E_STRICT from r71059Max Semenik2010-08-151-1/+2
* fix to handle case of mIndexField including a table prefixRyan Kaldari2010-08-141-3/+6
* Add the current limit (manually changed by a user) from the query string to a...Raimond Spekking2010-06-171-4/+10
* Remove most named character references from outputAryeh Gregor2010-05-301-3/+3
* * Fixed some doxygen warningsAlexandre Emsenhuber2010-02-281-12/+66
* For r58153: in HistoryPage, removed the user permissions checks for deleted r...Tim Starling2010-02-091-1/+8
* Update break notation to self enclosed and properly spacedSiebrand Mazeland2009-11-141-2/+2