[FileRepo] Purging/transaction fixes.
[lhc/web/wiklou.git] / includes / Pager.php
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "[FileRepo] Various code cleanups."
2012-04-06 HasharMerge "Un-marking testMakeNormalBlock as broken..."
2012-04-05 Brion VIBBERMerge ""Show Changes" on default messages shows now...
2012-04-05 Aaron SchulzMerge "Show Log toolbox link for anon users, fix toolbo...
2012-04-05 Aaron SchulzMerge "Use local context to get messages"
2012-04-05 HasharMerge "code style tweaks"
2012-04-05 jeroendedauwcode style tweaks
2012-02-27 Antoine Musso(bug 34736) empty limit on special pages causes navigat...
2012-02-26 Siebrand Mazeland(bug 34702) Localised parentheses are now used in more...
2012-02-26 Siebrand MazelandWow. Messy. Follow-up r112426, r112424: Fix incorrect...
2012-02-26 Siebrand MazelandFollow-up r112424: Per IAlex on IRC: Use escape() inste...
2012-02-26 Siebrand MazelandFollow-up r112410, r112412: Cheaper processing using...
2012-02-25 Siebrand Mazeland(bug 34702) Use localised parentheses in Special:Contri...
2012-02-23 Jeroen De Dauwfix doc, this is not an array
2012-02-23 Jeroen De Dauwdocs++
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-24 Jeroen De Dauwspacing fix
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2011-12-06 Brion VibberRevert r104353, r104354, r104356, r104358, r104383...
2011-11-28 John Du HartFollowup r104353, updating Special:ProtectedTitles
2011-11-27 John Du HartThis is the rework I was talking about in r104318 for...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-02 Aaron SchulzFU r101629, made Pager only call doBatchLookups() if...
2011-10-20 Aaron SchulzMoved contribs rev parent ID batch query into doBatchLo...
2011-10-20 Aaron Schulz* Added a proper Pager::doBatchLookups() function
2011-10-06 Happy-melonDocumentation and type hinting.
2011-10-02 Daniel FriesenMore RequestContext -> IContextSource.
2011-10-02 Daniel FriesenMerge r98679 from the pageoutput branch into trunk.
2011-09-20 Alexandre Emsenhuber* Made IndexPager extend ContextSource
2011-09-14 Aaron SchulzFU r97022: Fallback to empty array for getExtraSortFiel...
2011-09-13 Aaron SchulzPossible fix for issue reported in r83762. I had a...
2011-09-01 KrinkleSplit up TablePager css class, introduce .mw-datatable
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-05 Sam ReedFollowup r89617, r91428 call $pager->doQuery explicital...
2011-06-30 Robin PepermansSimpler code
2011-06-18 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-05-28 Sam ReedAnd some more parameter documentation!!
2011-05-26 Alexandre EmsenhuberUse WebRequest::getQueryValues() to get all query strin...
2011-05-02 Leo KoppelkammSwitching arrows in Special:FileList to match the usual...
2011-03-30 Happy-melon(bug 19942) remove deprecated HTML attributes (cellpadd...
2011-03-14 Happy-melonComplete the trinity of blocking frontend interfaces...
2011-02-18 Raimond SpekkingFollow-up r82391 per Nikerabbit's CR: Fix it in a bette...
2011-02-18 Raimond SpekkingDon't clutter the HTML source with useless class=""
2010-12-14 Sam ReedFixup fixme on r76844
2010-12-03 Sam ReedReturn type documentation
2010-11-16 Sam ReedVariablise $navigationBar
2010-08-15 Max SemenikFixed E_STRICT from r71059
2010-08-14 Ryan Kaldarifix to handle case of mIndexField including a table...
2010-06-17 Raimond SpekkingAdd the current limit (manually changed by a user)...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-02-28 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-02-09 Tim StarlingFor r58153: in HistoryPage, removed the user permission...
2009-11-14 Siebrand MazelandUpdate break notation to self enclosed and properly...
2009-10-01 Brion VibberRevert r57208 - unexpected message format type change...
2009-10-01 Raimond SpekkingFix double escaping to avoid showing literal &bull...
2009-09-18 Siebrand MazelandRevert functional change from r56594. That broke more...
2009-09-18 Siebrand Mazeland* use wfMsgExt with escapenoentities instead of wfMsgHt...
2009-09-08 Andrew GarrettAdd number formatting for numeric limits, regression...
2009-08-31 Happy-melonReimplement r55685, r55686, r55687, with correct parsin...
2009-08-31 Niklas LaxströmRevert r55685, r55686 and r55687 for now. Limits not...
2009-08-30 Happy-melon* Allow IndexPager->mLimitsShown to be an associative...
2009-08-22 Brion VibberPet peeve time: reduce clutter from common $wgContLang...
2009-08-17 Tim Starling* Renamed PageHistory to HistoryPage. Brion gave me...
2009-07-23 Alexandre Emsenhuber* (bug 16009) Limit selection forms based on Pager...
2009-06-20 Niklas LaxströmReimplement r49941 as an overridable method, as suggest...
2009-06-04 Tim StarlingRevert r49941 and r50013: hackish attempted use of...
2009-05-22 Niklas LaxströmEscaping fixes
2009-04-29 Roan Kattouw(bug 18620) Fix some escaping issues in TablePager...
2009-04-27 Niklas LaxströmFix for r49939: hide navigation links in higher level
2009-04-01 Tim Starling* Escape attribute values
2009-03-31 Roan KattouwUpdate docs in Pager.php for join_conds
2009-02-09 Siebrand Mazeland* remove forgotten case of hard coded pipe separator...
2009-02-09 Siebrand Mazeland* Update message 'pipe-separator' to have leading and...
2009-01-28 Andrew GarrettTweak variable name to avoid confusion.
2009-01-28 Andrew GarrettAllow individual TablePager rows to be styled with...
2009-01-28 Aaron Schulz'known' still needed for title attrib
2009-01-28 Aaron Schulz(bug 17198) Remove css from next/prev, 20/50/100 links...
2009-01-22 Aryeh GregorUse HTML5 rel attributes for some links
2008-10-29 Bryan Tong MinhNeed setOffset and setLimit as well
2008-10-29 Bryan Tong MinhAdd IndexPager::getResult so that other code (API)...
2008-10-17 Aaron Schulz(bug 16009) Remove extra title param
2008-09-18 Brion VibberRevert r40953 '(bug 7509) Don't hardcode separation...
2008-09-17 Siebrand Mazeland(bug 7509) Don't hardcode separation strings, make...
2008-08-31 Antoine MussoAdd css classes to the Pager just like our QueryPages
2008-08-29 Aaron Schulz* Fix issue with "next" link going to the same place...
2008-08-01 Aaron Schulz* Better yet, move getDateCond() to reverseChronologica...
2008-07-09 Niklas Laxström* More fixes to misuse of wfmsg functions
2008-05-25 Brion VibberRevert r35277 (grayed-out paging links). IMHO this...
2008-05-24 Leon WeberPaging links on special pages now have CSS classes...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-10 Aaron SchulzPass in $join_conds
2008-05-07 Aryeh GregorUse rel="start", "prev", "next" appropriately on Pager...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
next