aboutsummaryrefslogtreecommitdiffstats
path: root/includes/QueryPage.php
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup:Alexandre Emsenhuber2012-01-291-13/+9
* Use Language::userTimeAndDate() and related to get the time with user prefere...Alexandre Emsenhuber2012-01-271-4/+6
* * (bug 33762) QueryPage-based special pages no longer misses *-summary messageAlexandre Emsenhuber2012-01-271-0/+2
* (bug 33456) show $wgQueryCacheLimit on cached query pages, so users know that...Brian Wolff2012-01-051-3/+5
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-3/+3
* * Moved wfViewPrevNext() to Language::viewPrevNext() so that it can be used i...Alexandre Emsenhuber2011-10-141-6/+6
* In WantedQueryPage:Alexandre Emsenhuber2011-10-141-12/+9
* Moved wfSpecialList() to Language::specialList() so that it can be used in th...Alexandre Emsenhuber2011-10-131-1/+1
* More whitespace and commentsSam Reed2011-10-031-0/+7
* Fix handling of qplimit/qpoffset and cachedtimestamp in QueryPage api moduleBrian Wolff2011-09-291-1/+1
* Use local context instead of global variablesAlexandre Emsenhuber2011-08-081-28/+26
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-1/+1
* Call $wgRequest->getLimitOffset() directly instead of wfCheckLimits()Alexandre Emsenhuber2011-04-231-3/+4
* Revert r86236Sam Reed2011-04-181-8/+8
* Update all core calls of SpecialPage->getName();Sam Reed2011-04-181-8/+8
* Tidy up some more uses of SpecialPage static methodsHappy-melon2011-04-171-4/+2
* Followup r82641, set default for 2nd paramSam Reed2011-02-221-1/+1
* Remove now redundant comment after r82641Sam Reed2011-02-221-2/+0
* Followup r78786, per complaints on r82636, revert parameter orderingSam Reed2011-02-221-4/+7
* w/s fixupsMark A. Hershberger2011-02-121-2/+2
* Fixup fixme on r81198, explicitally ORDER BY qc_value ASC if not doing DESCSam Reed2011-02-021-0/+2
* Per fixme on r78786, obey sortDescending in Cached mode (ie if sortDescending...Sam Reed2011-01-291-1/+4
* Follow up r78786. Do not mark as @deprecated yet, since it is called by getQu...Platonides2011-01-061-1/+1
* Followup r78786: pass $fname in the raw SQL case tooRoan Kattouw2010-12-311-1/+1
* Minor followup to r78822, locally cache the cachedTimestamp so we don't have ...Sam Reed2010-12-221-3/+9
* Refactor the retrieval of the cache timestamp into getCachedTimestamp() so th...Roan Kattouw2010-12-221-11/+14
* Remove nonsense comment about order being relevantRoan Kattouw2010-12-221-2/+1
* Followup r78786: make back compat mode actually work by moving up $dbr assign...Roan Kattouw2010-12-221-1/+1
* Followup r78786: var->protectedRoan Kattouw2010-12-221-1/+1
* Fix reported database error in updateSpecialPages.php for SpecialMIMEsearch, ...Roan Kattouw2010-12-221-1/+5
* Few @since annotationsNiklas Laxström2010-12-221-0/+7
* Followup r78786: remove useless getTitle() override, was causing E_STRICTRoan Kattouw2010-12-221-9/+0
* Merge querypage-work2 branch from trunk. The most relevant changes are:Roan Kattouw2010-12-221-100/+236
* Partial workaround for bug 6220: at least make files on shared repositories s...Ilmari Karonen2010-12-041-2/+13
* Assignment in loop conditions suckSam Reed2010-10-131-3/+6
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-2/+2
* More unused....Sam Reed2010-08-191-2/+0
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-5/+0
* Use the canonical names for classes.Platonides2010-07-271-3/+3
* * replacing deprecated <s> with <del>Danny B2010-07-231-1/+1
* * Document a bitAlexandre Emsenhuber2010-01-231-20/+37
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-2/+2
* fix some doxygen warningsAlexandre Emsenhuber2009-10-041-3/+3
* Add optional separate date and time parameters for 'perfcachedts' in query pagesSiebrand Mazeland2009-09-261-2/+4
* Comments and whitespace fixes only.Tim Starling2009-09-101-1/+1
* here it is ... the upload-api, script-server, js2 (javascript phase2) branch ...Michael Dale2009-07-141-1/+1
* Revert r53147 properly; was supposed to be reverted in r53167, but I wasn't f...Roan Kattouw2009-07-141-99/+51
* Revert r53147, r53149 and r53163 ("Add API module for QueryPage-based special...Roan Kattouw2009-07-131-4/+5
* * Added ancientpages, deadendpages and disambiguations to ApiQueryQuerypage Bryan Tong Minh2009-07-131-3/+2
* (bug 14869) Allow access to QueryPage-based special pages via API Bryan Tong Minh2009-07-121-3/+3