Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / QueryPage.php
2011-08-08 Alexandre EmsenhuberUse local context instead of global variables
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-04-23 Alexandre EmsenhuberCall $wgRequest->getLimitOffset() directly instead...
2011-04-18 Sam ReedRevert r86236
2011-04-18 Sam ReedUpdate all core calls of SpecialPage->getName();
2011-04-17 Happy-melonTidy up some more uses of SpecialPage static methods
2011-02-22 Sam ReedFollowup r82641, set default for 2nd param
2011-02-22 Sam ReedRemove now redundant comment after r82641
2011-02-22 Sam ReedFollowup r78786, per complaints on r82636, revert param...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-02 Sam ReedFixup fixme on r81198, explicitally ORDER BY qc_value...
2011-01-29 Sam ReedPer fixme on r78786, obey sortDescending in Cached...
2011-01-06 PlatonidesFollow up r78786. Do not mark as @deprecated yet, since...
2010-12-31 Roan KattouwFollowup r78786: pass $fname in the raw SQL case too
2010-12-22 Sam ReedMinor followup to r78822, locally cache the cachedTimes...
2010-12-22 Roan KattouwRefactor the retrieval of the cache timestamp into...
2010-12-22 Roan KattouwRemove nonsense comment about order being relevant
2010-12-22 Roan KattouwFollowup r78786: make back compat mode actually work...
2010-12-22 Roan KattouwFollowup r78786: var->protected
2010-12-22 Roan KattouwFix reported database error in updateSpecialPages.php...
2010-12-22 Niklas LaxströmFew @since annotations
2010-12-22 Roan KattouwFollowup r78786: remove useless getTitle() override...
2010-12-22 Roan KattouwMerge querypage-work2 branch from trunk. The most relev...
2010-12-04 Ilmari KaronenPartial workaround for bug 6220: at least make files...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-08-19 Sam ReedMore unused....
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-07-27 PlatonidesUse the canonical names for classes.
2010-07-23 Danny B* replacing deprecated <s> with <del>
2010-01-23 Alexandre Emsenhuber* Document a bit
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-10-04 Alexandre Emsenhuberfix some doxygen warnings
2009-09-26 Siebrand MazelandAdd optional separate date and time parameters for...
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-14 Roan KattouwRevert r53147 properly; was supposed to be reverted...
2009-07-13 Roan KattouwRevert r53147, r53149 and r53163 ("Add API module for...
2009-07-13 Bryan Tong Minh* Added ancientpages, deadendpages and disambiguations...
2009-07-12 Bryan Tong Minh(bug 14869) Allow access to QueryPage-based special...
2009-07-12 Bryan Tong MinhRefactored the querying code out of the display code...
2009-06-13 Siebrand Mazeland* replace deprecated makeBrokenLinkObj() by LinkHolderA...
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-04-15 Chad Horohoe(bug 18151) Clean up duplicate code between Special...
2009-03-30 Aaron SchulzFixed fatal from r49045
2009-03-30 Roan KattouwKill raw SQL in QueryPage::recache(). I can't find...
2009-02-21 Alexandre Emsenhuber(bug 14414) maintenance/updateSpecialPages.php no longe...
2008-12-19 Niklas Laxström* Springle some parsemag to the sidebar and tagline...
2008-11-19 Andrew GarrettRevert "Starter for a re-jig of hit counting (in a...
2008-11-19 Andrew GarrettStarter for a re-jig of hit counting (in a per-day...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-10-18 Danny B* A new special page to list wanted templates
2008-09-14 Siebrand Mazeland* Add functionality of extension LinkSearch to core
2008-09-11 X!Add new special page Wantedfiles.
2008-06-05 Greg Sabino Mullanequerycache.value is an unsigned int with default of...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-16 Aaron Schulz* Respect feed limits
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Aaron SchulzLeave attribute variable
2008-04-13 Aaron SchulzMake newpages uses Pager over rc_timestamp
2008-02-22 HujiIntroducing $wgFeed variable. Allows tuning sydication...
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-12 Brion VibberDump obsolete pass-by-reference on QueryPage::preproces...
2007-09-04 Niklas Laxström* Inclusion of Special:Wantedpages now works again
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-11 Rob Church(bug 8869) Introduce Special:Uncategorizedtemplates...
2007-06-04 Rob Church* (bug 10118) Introduce Special:Mostlinkedtemplates
2007-05-27 River Tarnell- need to include </div> in empty result case, otherwis...
2007-05-27 Antoine Musso* cleaner indenting for query pages
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-20 Ivan Lanin* Fix object variable used for displaying "not-patrolle...
2007-04-08 Rob ChurchKill some trailing whitespace
2007-04-08 Rob Church(bug 9508) Special page to list articles with the fewes...
2007-04-01 Rob Church* (bug 9472) Invalid XHTML on cached query pages
2007-03-31 Rob ChurchMove PageQueryPage class into own file
2007-03-31 Rob Church(bug 9046) Special page to list pages without language...
2007-03-28 Rob Church* Split most of the result output code from QueryPage...
2007-02-21 Brion VibberRemove <hr>s added to some 'empty' list messages in...
2007-02-21 Tim StarlingRemoved ListUsersPage from the lists in QueryPage.php...
2007-02-21 Raimond Spekking* (bug 8919) Suppress paging links and related messages...
2007-02-10 Domas MituzasCategoriesPage no more
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-03 Rob ChurchAdvise users when updates for a query page have been...
2006-12-16 Antoine MussoSave two function calls when pages are not cached.
2006-12-05 Brion VibberRestore Special:Contributions to its state as of 17964
2006-12-04 Brion Vibber* Enable QueryPage classes to override list formatting...
2006-12-03 Ilmari KaronenNew special page Special:NewbieContributions to replace...
2006-12-03 Ilmari KaronenDidn't really mean to delete SpecialContributions.php...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
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-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-07-26 Tim Starling$wgLanguageCode no longer indicates the user language...
2006-06-17 Rob Church(bug 6344) Add Special:Uncategorizedimages page
2006-06-06 Domas MituzasAutoLoad Feed classes
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
next