aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialLinkSearch.php
Commit message (Expand)AuthorAgeFilesLines
* Followup r104033, explicitly define the arraySam Reed2011-11-241-0/+1
* Followup r102951: per CR, remove duplicated empty string from API extlinks mo...Roan Kattouw2011-11-231-4/+5
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-1/+1
* * Use local context instead of global variablesAlexandre Emsenhuber2011-09-111-15/+17
* And even more documentation, the last of this batchSam Reed2011-05-281-0/+2
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-6/+6
* Followup r82641, set default for 2nd paramSam Reed2011-02-221-2/+2
* We have OutputPage::wrapWikiMsg() and OutputPage::addWikiMsg(), so use themAlexandre Emsenhuber2011-02-071-1/+1
* Fix for bug 26561: clickjacking attacks. See the bug report for full document...Tim Starling2011-01-041-0/+1
* rm unused globalPlatonides2011-01-011-1/+1
* r79347 didn't update other callers to mungeQuery(), so let's just take the ea...Roan Kattouw2010-12-311-2/+3
* Follow-up r78786: the querypage branch merge threw SpecialLinkSearch back to ...Roan Kattouw2010-12-311-7/+7
* Fix r78970 per CR: params were the wrong way aroundRoan Kattouw2010-12-311-2/+2
* Mark LinkSearch as uncacheable and fix its headers display. Followup r78786Roan Kattouw2010-12-221-0/+6
* Really do what r78790 claimed to do (fix E_STRICT in r78786)Roan Kattouw2010-12-221-1/+1
* Followup r7876: fix another E_STRICT: kill additional parameter in doQuery() ...Roan Kattouw2010-12-221-2/+2
* Merge querypage-work2 branch from trunk. The most relevant changes are:Roan Kattouw2010-12-221-97/+91
* More unused variablesSam Reed2010-11-301-1/+1
* Update deprecated method callsSam Reed2010-10-311-2/+2
* Standardised file description headers; first pathAlexandre Emsenhuber2010-08-141-4/+5
* Removal of unused globalsSam Reed2010-07-241-1/+1
* Update comment: makeLikeArray() is deprecatedMax Semenik2010-07-081-1/+1
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* GPL Headers for all!Sam Reed2010-06-211-1/+19
* Fix case in class nameAlexandre Emsenhuber2010-05-081-1/+1
* For consistency with the other special pages, don't add wfSpecialLinkSearch()...Alexandre Emsenhuber2009-12-121-2/+0
* (bug 20275) Fixed LIKE queries on SQLite backendMax Semenik2009-10-211-5/+5
* Use addWikiMsg or wrapWikiMsgNiklas Laxström2009-06-171-2/+2
* * replace use of deprecated makeKnownLinkObj() by linkKnown() in core special...Siebrand Mazeland2009-06-071-1/+1
* * Use $wgLang->commaList( array ) instead of implode( ', ', array ) where pos...Siebrand Mazeland2009-03-081-2/+2
* Consistent casing for addHTML()Siebrand Mazeland2008-11-061-2/+2
* Fixed warning. QueryPage subclasses are required to allow construction with n...Tim Starling2008-09-201-6/+9
* * Add functionality of extension LinkSearch to coreSiebrand Mazeland2008-09-141-0/+182