aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Pager.php
Commit message (Expand)AuthorAgeFilesLines
* Fix spacing between two functionsumherirrender2014-03-151-0/+1
* Update documentation related to newFromRow and formatRowSiebrand Mazeland2013-12-271-1/+1
* Update documentation for IndexPager::formatRow()Siebrand Mazeland2013-12-031-2/+2
* (minor) Make ApiFeedContributions respect $wgFeedLimitmrbluesky2013-12-021-0/+9
* No spaces after (casts)MatmaRex2013-09-041-1/+1
* Make it easier to override the DB used for a Pager subclassAaron Schulz2013-07-161-1/+2
* Avoid date()/gmdate() for date formattingumherirrender2013-07-081-2/+3
* Set taborder for Special:ListFilesAlex Monk2013-07-011-1/+5
* Fixed spacing and removed unneeded parenthesisumherirrender2013-05-171-1/+1
* (bug 47950) Fix IndexPager detection of "is first" stateBrad Jorsch2013-05-011-5/+18
* Merge "Move list generation out of TablePager::getLimitSelect()"jenkins-bot2013-04-261-4/+16
|\
| * Move list generation out of TablePager::getLimitSelect()Alexandre Emsenhuber2013-04-181-4/+16
* | Fixed spacing in files direct in includes folderumherirrender2013-04-211-16/+20
* | Only allow fields from isFieldSortable to be sorted on.Brian Wolff2013-04-191-1/+3
|/
* Fix HTML output of TablePagerAlexandre Emsenhuber2013-04-041-28/+36
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-5/+5
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-11/+11
* fix some spacingumherirrender2013-03-071-1/+0
* Change intval( User::getOption() ) to User::getIntOption()umherirrender2013-03-041-1/+1
* fix some spacingumherirrender2013-02-041-1/+1
* fix some spacingumherirrender2013-01-271-1/+1
* Fixing bug where end limit would not be calculatedmwalker2012-09-261-2/+1
* Add missing unit of measure in inline CSS.Siebrand Mazeland2012-08-161-1/+1
* (bug 33037) Special:newfiles treat its subpage parameter as a limitBrian Wolff2012-08-071-2/+14
* (bug 25095) Special:Categories should also include the first relevant item wh...Alexandre Emsenhuber2012-08-021-2/+18
* Moved getDatabase() from contribs pager to Pager class.Aaron2012-07-131-0/+9
* escape tags and entity in doxygen commentsAntoine Musso2012-07-101-3/+3
* No need to wrap the result of DatabaseBase::select() in a ResultWrapper object.Alexandre Emsenhuber2012-07-041-2/+1
* Introduce a new hook that allows extensions to add to My Contributionsmlitn2012-07-031-3/+17
* Revert "Introduce a new hook that allows extensions to add to My Contributions".Aaron Schulz2012-06-271-17/+3
* Introduce a new hook that allows extensions to add to My Contributionsmlitn2012-06-231-3/+17
* Use local context to get messagesAlexandre Emsenhuber2012-06-061-52/+30
* 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