| Commit message (Expand) | Author | Age | Files | Lines |
* | GROUP BY and ORDER BY supports arrays in Database class | umherirrender | 2012-05-13 | 1 | -2/+2 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-05-11 | 1 | -1/+20 |
* | code style tweaks | jeroendedauw | 2012-04-05 | 1 | -5/+19 |
* | (bug 34736) empty limit on special pages causes navigation issues | Antoine Musso | 2012-02-27 | 1 | -1/+1 |
* | (bug 34702) Localised parentheses are now used in more special pages. | Siebrand Mazeland | 2012-02-26 | 1 | -4/+5 |
* | Wow. Messy. Follow-up r112426, r112424: Fix incorrect calls. Should have been... | Siebrand Mazeland | 2012-02-26 | 1 | -1/+1 |
* | Follow-up r112424: Per IAlex on IRC: Use escape() instead of plain() for impr... | Siebrand Mazeland | 2012-02-26 | 1 | -1/+1 |
* | Follow-up r112410, r112412: Cheaper processing using plain(). | Siebrand Mazeland | 2012-02-26 | 1 | -1/+1 |
* | (bug 34702) Use localised parentheses in Special:Contributions. | Siebrand Mazeland | 2012-02-25 | 1 | -3/+5 |
* | fix doc, this is not an array | Jeroen De Dauw | 2012-02-23 | 1 | -2/+7 |
* | docs++ | Jeroen De Dauw | 2012-02-23 | 1 | -4/+45 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -1/+1 |
* | spacing fix | Jeroen De Dauw | 2012-01-24 | 1 | -3/+3 |
* | Reverted r108743 per CR comment. This should at least be discussed first. | Aaron Schulz | 2012-01-12 | 1 | -0/+2 |
* | Kill "* @return void" | Sam Reed | 2012-01-12 | 1 | -2/+0 |
* | Revert r104353, r104354, r104356, r104358, r104383: changes to pagers break... | Brion Vibber | 2011-12-06 | 1 | -132/+0 |
* | Followup r104353, updating Special:ProtectedTitles | John Du Hart | 2011-11-28 | 1 | -13/+18 |
* | This is the rework I was talking about in r104318 for 1.19. Instead of having... | John Du Hart | 2011-11-27 | 1 | -0/+127 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -6/+6 |
* | FU r101629, made Pager only call doBatchLookups() if there are rows | Aaron Schulz | 2011-11-02 | 1 | -5/+8 |
* | Moved contribs rev parent ID batch query into doBatchLookups() | Aaron Schulz | 2011-10-20 | 1 | -2/+3 |
* | * Added a proper Pager::doBatchLookups() function | Aaron Schulz | 2011-10-20 | 1 | -4/+15 |
* | Documentation and type hinting. | Happy-melon | 2011-10-06 | 1 | -5/+25 |
* | More RequestContext -> IContextSource. | Daniel Friesen | 2011-10-02 | 1 | -1/+1 |
* | Merge r98679 from the pageoutput branch into trunk. | Daniel Friesen | 2011-10-02 | 1 | -1/+1 |
* | * Made IndexPager extend ContextSource | Alexandre Emsenhuber | 2011-09-20 | 1 | -65/+35 |
* | FU r97022: Fallback to empty array for getExtraSortFields() result in __const... | Aaron Schulz | 2011-09-14 | 1 | -6/+10 |
* | Possible fix for issue reported in r83762. I had a hard time confirming the p... | Aaron Schulz | 2011-09-13 | 1 | -4/+38 |
* | Split up TablePager css class, introduce .mw-datatable | Krinkle | 2011-09-01 | 1 | -1/+1 |
* | (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali... | Robin Pepermans | 2011-07-06 | 1 | -2/+2 |
* | Followup r89617, r91428 call $pager->doQuery explicitally so we get a set res... | Sam Reed | 2011-07-05 | 1 | -4/+6 |
* | Simpler code | Robin Pepermans | 2011-06-30 | 1 | -3/+2 |
* | Follow-up to r90265: directionality improvements as part of bug 6100 (under $... | Robin Pepermans | 2011-06-18 | 1 | -2/+3 |
* | And some more parameter documentation!! | Sam Reed | 2011-05-28 | 1 | -0/+2 |
* | Use WebRequest::getQueryValues() to get all query strings parameters instead ... | Alexandre Emsenhuber | 2011-05-26 | 1 | -3/+7 |
* | Switching arrows in Special:FileList to match the usual behaviour in MW. Bug ... | Leo Koppelkamm | 2011-05-02 | 1 | -2/+2 |
* | (bug 19942) remove deprecated HTML attributes (cellpadding, align, valign) fr... | Happy-melon | 2011-03-30 | 1 | -4/+4 |
* | Complete the trinity of blocking frontend interfaces by rewriting SpecialIpbl... | Happy-melon | 2011-03-14 | 1 | -1/+1 |
* | Follow-up r82391 per Nikerabbit's CR: Fix it in a better way | Raimond Spekking | 2011-02-18 | 1 | -7/+8 |
* | Don't clutter the HTML source with useless class="" | Raimond Spekking | 2011-02-18 | 1 | -1/+6 |
* | Fixup fixme on r76844 | Sam Reed | 2010-12-14 | 1 | -11/+17 |
* | Return type documentation | Sam Reed | 2010-12-03 | 1 | -1/+1 |
* | Variablise $navigationBar | Sam Reed | 2010-11-16 | 1 | -1/+3 |
* | Fixed E_STRICT from r71059 | Max Semenik | 2010-08-15 | 1 | -1/+2 |
* | fix to handle case of mIndexField including a table prefix | Ryan Kaldari | 2010-08-14 | 1 | -3/+6 |
* | Add the current limit (manually changed by a user) from the query string to a... | Raimond Spekking | 2010-06-17 | 1 | -4/+10 |
* | Remove most named character references from output | Aryeh Gregor | 2010-05-30 | 1 | -3/+3 |
* | * Fixed some doxygen warnings | Alexandre Emsenhuber | 2010-02-28 | 1 | -12/+66 |
* | For r58153: in HistoryPage, removed the user permissions checks for deleted r... | Tim Starling | 2010-02-09 | 1 | -1/+8 |
* | Update break notation to self enclosed and properly spaced | Siebrand Mazeland | 2009-11-14 | 1 | -2/+2 |