| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove backslash from @return types | Antoine Musso | 2012-02-13 | 1 | -1/+1 |
* | More return documentation | Sam Reed | 2012-02-09 | 1 | -0/+7 |
* | Fix some missing doc groups | Antoine Musso | 2012-02-09 | 1 | -1/+1 |
* | Code cleanup: | Alexandre Emsenhuber | 2012-01-29 | 1 | -13/+9 |
* | Use Language::userTimeAndDate() and related to get the time with user prefere... | Alexandre Emsenhuber | 2012-01-27 | 1 | -4/+6 |
* | * (bug 33762) QueryPage-based special pages no longer misses *-summary message | Alexandre Emsenhuber | 2012-01-27 | 1 | -0/+2 |
* | (bug 33456) show $wgQueryCacheLimit on cached query pages, so users know that... | Brian Wolff | 2012-01-05 | 1 | -3/+5 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -3/+3 |
* | * Moved wfViewPrevNext() to Language::viewPrevNext() so that it can be used i... | Alexandre Emsenhuber | 2011-10-14 | 1 | -6/+6 |
* | In WantedQueryPage: | Alexandre Emsenhuber | 2011-10-14 | 1 | -12/+9 |
* | Moved wfSpecialList() to Language::specialList() so that it can be used in th... | Alexandre Emsenhuber | 2011-10-13 | 1 | -1/+1 |
* | More whitespace and comments | Sam Reed | 2011-10-03 | 1 | -0/+7 |
* | Fix handling of qplimit/qpoffset and cachedtimestamp in QueryPage api module | Brian Wolff | 2011-09-29 | 1 | -1/+1 |
* | Use local context instead of global variables | Alexandre Emsenhuber | 2011-08-08 | 1 | -28/+26 |
* | Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() | Sam Reed | 2011-07-01 | 1 | -1/+1 |
* | Call $wgRequest->getLimitOffset() directly instead of wfCheckLimits() | Alexandre Emsenhuber | 2011-04-23 | 1 | -3/+4 |
* | Revert r86236 | Sam Reed | 2011-04-18 | 1 | -8/+8 |
* | Update all core calls of SpecialPage->getName(); | Sam Reed | 2011-04-18 | 1 | -8/+8 |
* | Tidy up some more uses of SpecialPage static methods | Happy-melon | 2011-04-17 | 1 | -4/+2 |
* | Followup r82641, set default for 2nd param | Sam Reed | 2011-02-22 | 1 | -1/+1 |
* | Remove now redundant comment after r82641 | Sam Reed | 2011-02-22 | 1 | -2/+0 |
* | Followup r78786, per complaints on r82636, revert parameter ordering | Sam Reed | 2011-02-22 | 1 | -4/+7 |
* | w/s fixups | Mark A. Hershberger | 2011-02-12 | 1 | -2/+2 |
* | Fixup fixme on r81198, explicitally ORDER BY qc_value ASC if not doing DESC | Sam Reed | 2011-02-02 | 1 | -0/+2 |
* | Per fixme on r78786, obey sortDescending in Cached mode (ie if sortDescending... | Sam Reed | 2011-01-29 | 1 | -1/+4 |
* | Follow up r78786. Do not mark as @deprecated yet, since it is called by getQu... | Platonides | 2011-01-06 | 1 | -1/+1 |
* | Followup r78786: pass $fname in the raw SQL case too | Roan Kattouw | 2010-12-31 | 1 | -1/+1 |
* | Minor followup to r78822, locally cache the cachedTimestamp so we don't have ... | Sam Reed | 2010-12-22 | 1 | -3/+9 |
* | Refactor the retrieval of the cache timestamp into getCachedTimestamp() so th... | Roan Kattouw | 2010-12-22 | 1 | -11/+14 |
* | Remove nonsense comment about order being relevant | Roan Kattouw | 2010-12-22 | 1 | -2/+1 |
* | Followup r78786: make back compat mode actually work by moving up $dbr assign... | Roan Kattouw | 2010-12-22 | 1 | -1/+1 |
* | Followup r78786: var->protected | Roan Kattouw | 2010-12-22 | 1 | -1/+1 |
* | Fix reported database error in updateSpecialPages.php for SpecialMIMEsearch, ... | Roan Kattouw | 2010-12-22 | 1 | -1/+5 |
* | Few @since annotations | Niklas Laxström | 2010-12-22 | 1 | -0/+7 |
* | Followup r78786: remove useless getTitle() override, was causing E_STRICT | Roan Kattouw | 2010-12-22 | 1 | -9/+0 |
* | Merge querypage-work2 branch from trunk. The most relevant changes are: | Roan Kattouw | 2010-12-22 | 1 | -100/+236 |
* | Partial workaround for bug 6220: at least make files on shared repositories s... | Ilmari Karonen | 2010-12-04 | 1 | -2/+13 |
* | Assignment in loop conditions suck | Sam Reed | 2010-10-13 | 1 | -3/+6 |
* | Remove $wgContLanguageCode usage in core. | Platonides | 2010-09-07 | 1 | -2/+2 |
* | More unused.... | Sam Reed | 2010-08-19 | 1 | -2/+0 |
* | Big commit: kill almost every freeResult() call as useless | Chad Horohoe | 2010-08-08 | 1 | -5/+0 |
* | Use the canonical names for classes. | Platonides | 2010-07-27 | 1 | -3/+3 |
* | * replacing deprecated <s> with <del> | Danny B | 2010-07-23 | 1 | -1/+1 |
* | * Document a bit | Alexandre Emsenhuber | 2010-01-23 | 1 | -20/+37 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -2/+2 |
* | fix some doxygen warnings | Alexandre Emsenhuber | 2009-10-04 | 1 | -3/+3 |
* | Add optional separate date and time parameters for 'perfcachedts' in query pages | Siebrand Mazeland | 2009-09-26 | 1 | -2/+4 |
* | Comments and whitespace fixes only. | Tim Starling | 2009-09-10 | 1 | -1/+1 |
* | here it is ... the upload-api, script-server, js2 (javascript phase2) branch ... | Michael Dale | 2009-07-14 | 1 | -1/+1 |
* | Revert r53147 properly; was supposed to be reverted in r53167, but I wasn't f... | Roan Kattouw | 2009-07-14 | 1 | -99/+51 |