aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialSearch.php
Commit message (Expand)AuthorAgeFilesLines
* bug 33583 search ns user pref ignored!Antoine Musso2012-01-121-8/+13
* test skeleton for Special:SearchAntoine Musso2012-01-091-0/+2
* Fix for bug 33270: default to 'default' search profileNiklas Laxström2011-12-201-5/+10
* Fix PHP Notice: Use of Title::userCanRead was deprecated in MediaWiki 1.19. [...Raimond Spekking2011-12-131-1/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-3/+3
* (bug 32228) Special:Search doesn't conserve profile when new search terms are...Roan Kattouw2011-11-191-1/+2
* Kill various unused variablesSam Reed2011-10-291-1/+1
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-2/+2
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-2/+2
* Fixup some assignments in conditionalsSam Reed2011-10-161-3/+7
* * Moved wfViewPrevNext() to Language::viewPrevNext() so that it can be used i...Alexandre Emsenhuber2011-10-141-4/+6
* Back out r95396 and friendsSam Reed2011-09-291-2/+2
* Re-do reverted r96824, but in SpecialSearch first return if the title object ...Robin Pepermans2011-09-151-15/+27
* Revert r96824: causes fatal errors when search query doesn't happen to be a v...Brion Vibber2011-09-141-12/+6
* SpecialSearch: add two hooks, one to modify the power search box, one to chan...Robin Pepermans2011-09-121-6/+12
* Hopefully fixSam Reed2011-08-251-2/+2
* Use wfParseUrl() instead of parse_url() in interwiki search code: the latter ...Roan Kattouw2011-08-191-2/+2
* Amend the documention of search profile, fu r86714Niklas Laxström2011-08-171-1/+8
* Explicitally define some member variablesSam Reed2011-08-161-6/+64
* * Use local context instead of global variablesAlexandre Emsenhuber2011-08-111-96/+86
* r91734: Do the same for search.css and remove module from resources.phpLeo Koppelkamm2011-07-081-1/+0
* Migrate skins/common/search.js functionality to mediawiki.special.search.js. ...Leo Koppelkamm2011-07-081-5/+1
* Move wfShowingResultsNum() back into SpecialSearch where it belongs. No need ...Chad Horohoe2011-07-061-1/+5
* Replaced calls to Skin::formatSize() by Language::formatSize() where escaping...Alexandre Emsenhuber2011-07-011-1/+1
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-5/+5
* Partial revert of r86734: restore mPrefix - I still don't know what it doesNiklas Laxström2011-06-201-0/+5
* (bug 28888) In Special:Search, Don't tell user the page [[:]] already existsBrian Wolff2011-05-101-1/+2
* Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsSam Reed2011-05-061-2/+1
* Implemented param tracking for hook users, feels a bit hackishNiklas Laxström2011-04-221-1/+15
* Cleanup next/prev links on special:search. Removed unused mPrefix.Niklas Laxström2011-04-221-6/+5
* Allow extensions to customize the search forms. This required some cleanup an...Niklas Laxström2011-04-221-70/+109
* Spin out all the CSS used on special pages into their own mediawiki.special m...Happy-melon2011-03-121-0/+1
* And some more function level documentationSam Reed2011-02-191-1/+0
* We have OutputPage::wrapWikiMsg() and OutputPage::addWikiMsg(), so use themAlexandre Emsenhuber2011-02-071-1/+1
* Follow-up r79964: Fix double parsing of file infoBryan Tong Minh2011-02-021-1/+1
* * changed 'searchmenu-new-nocreate' to no longer be ignored and have content....Siebrand Mazeland2011-01-221-31/+30
* Fold Avars Nogomatch extension into coreSam Reed2011-01-211-0/+2
* Follow-up r79964: Use the existing message 'parentheses' instead of introduci...Raimond Spekking2011-01-111-1/+1
* Move the () surrounding description strings of files, out of the description ...Derk-Jan Hartman2011-01-101-1/+1
* Fix for bug 26561: clickjacking attacks. See the bug report for full document...Tim Starling2011-01-041-1/+2
* (Bug 26412) Search results headers no longer show a bogus edit link.Platonides2010-12-241-0/+1
* Follow-up r78297: allow the hook to break the execution; added &$term: could ...Bryan Tong Minh2010-12-131-1/+6
* Followup r78295, seems I didn't even bother to rename it last timeSam Reed2010-12-131-1/+1
* Followup r78268, do it as Bryan suggested, not as how I'd interpretted it for...Sam Reed2010-12-131-0/+1
* Followup r65114 (per CR cabal), remove SpecialSearchGomatch, replace with Spe...Sam Reed2010-12-121-1/+0
* * Converted Special:Search to subclass SpecialPageAlexandre Emsenhuber2010-12-101-27/+36
* More unused variablesSam Reed2010-11-301-1/+0
* More reversion of r77297, 2 of 2 commits to keep it readable in CR (hopefully)Sam Reed2010-11-251-4/+2
* revert r76464Antoine Musso2010-11-251-2/+4
* renaming mediawiki.specials to mediawiki.special (matches the Special-pagenam...Krinkle2010-11-181-1/+1