tweak "remembermypassword" for consistency with "tog-rememberpassword" (follow-up...
[lhc/web/wiklou.git] / includes / Pager.php
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
2008-03-20 Aryeh GregorRemove the functionality allowing users to change the...
2008-03-20 Brion Vibbercomment the extra category paging option links for...
2008-03-20 Aryeh GregorPer Brion's suggestion, show the selected options too...
2008-03-20 Aryeh GregorMove some of the changes I made to Special:Categories...
2008-03-20 Aryeh GregorNighttime commit when I'm tired and want to get this...
2007-12-07 Niklas Laxström* Added new pager-{older,newer}-n messages for chronolo...
2007-10-30 Raimond Spekking* (bug 11809) Use formatNum() for more numbers
2007-07-18 Rob ChurchIt helps when you don't break things...
2007-07-18 Rob ChurchIntroduce IndexPager::preprocessResults(); useful for...
2007-07-06 Aaron Schulz*Typo
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-24 Aryeh GregorWrap comments at 79 characters, not the particular...
2007-05-08 Brion Vibber* (bug 9808) Fix regression that ignored user 'rclimit...
2007-04-27 Tim Starlingformatting
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-02-09 Raimond Spekking* Message names changed for AlphabeticPager introduced
2007-02-04 Domas Mituzas* Add AlphabeticPager abstract class
2007-01-06 Antoine MussoCleaner HTML output
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-10-04 Nick Jenkins=(Bug 6890) Limit Pager.php to prevent integer wraparou...
2006-08-17 Tim StarlingTablePager: fixes for IE (doesn't like coloured ridge...
2006-08-16 Tim StarlingSome styling for Special:Imagelist courtesy of Splarka
2006-08-13 Jens FrankFix undefined variables
2006-08-13 Rotem LissSwap the table pager images in RTL languages.
2006-08-13 Tim StarlingRevamped Special:Imagelist. Implemented generic table...
2006-07-07 Tim StarlingSplit off index paging code from PageHistory.php to...