aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialSearch.php
Commit message (Expand)AuthorAgeFilesLines
...
* Various unused variables, add some bracesSam Reed2010-11-101-4/+2
* Follow-up r75996: Forgotten to remove an old lineRaimond Spekking2010-11-041-1/+0
* * Special:Search: Add CSS classes to 'none found' and 'create link' messagesRaimond Spekking2010-11-041-2/+3
* A couple of Xml::hidden calls left by r75723Platonides2010-10-311-1/+1
* More deprecated method callsSam Reed2010-10-311-3/+3
* Big attack on unused variables...Sam Reed2010-10-141-1/+1
* * Moved search/IE7 specific CSS rule into search.css with a CSS hack, which i...Trevor Parscal2010-10-061-15/+1
* Fix a bunch of '? true : false' instancesChad Horohoe2010-09-271-1/+1
* Merging resourceloader branch into trunk. Full documentation is at http://www...Roan Kattouw2010-09-041-1/+1
* Standardised file description headers; second partAlexandre Emsenhuber2010-08-151-5/+4
* Fix archiveName to archiveNames (wrong declaration)Sam Reed2010-08-131-1/+0
* Revert changes to SpecialSearch.php in r70608 because Special:Search didn't l...Siebrand Mazeland2010-08-071-37/+29
* DatabaseMssql class and related changesRyan Bies2010-08-061-29/+37
* Removal of unused globalsSam Reed2010-07-241-5/+2
* 7, it's 7! (follow up to r68824)Platonides2010-07-121-1/+1
* (bug 16886) Sister projects box moves down the extract of the first result in...Platonides2010-07-011-1/+4
* 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-17/+18
* Add a new searchmenu-new-nocreate messageDerk-Jan Hartman2010-05-041-0/+2
* Fixed some doxygen warnings and documented warningsAlexandre Emsenhuber2010-05-021-23/+46
* (bug 22647) Add category details in search results. Contributed by Lejonel.Siebrand Mazeland2010-04-201-0/+12
* Fix hooks.txt SpecialSearchNogomatch $title to &$titleSam Reed2010-04-161-1/+1
* (bug 19600) don't display searchmenu-new when user has not got permission toConrad Irwin2010-01-271-6/+10
* Attempt at normalistion of comparison styles - empty string on left and right...Sam Reed2010-01-061-1/+1
* (bug 21536) Fix JS error on Special:Search caused by not using the ID mwsugge...Alex Z2009-12-161-2/+3
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-1/+1
* Remove some unused globalsChad Horohoe2009-10-161-2/+2
* * (bug 20948) "Create this page" on Special:Search is no longer displayed whe...Alexandre Emsenhuber2009-10-021-1/+1
* Fix for r55592: show the direct-page link/create link on search *above* actua...Brion Vibber2009-09-171-9/+16
* Fix omission of ) in r51807 that eluded php -l because of a superfluous ) els...Roan Kattouw2009-09-101-2/+1
* Add "Discussions" option to search when LiquidThreads is active. Includes som...Andrew Garrett2009-09-081-22/+36
* For search, move "create page" below "no results"Aryeh Gregor2009-08-261-12/+12
* Autofocus Special:Search boxAryeh Gregor2009-08-211-5/+9
* Use formatNum for some more numbers.Raimond Spekking2009-08-171-4/+9
* Customise display of thread search result titles.Andrew Garrett2009-08-141-1/+6
* For HTML 5, drop type="" attributes for CSS/JSAryeh Gregor2009-08-111-4/+2
* Removed $wgUseOldSearchUI and old search ui classAaron Schulz2009-07-301-721/+1
* Properly escape the search term here.Robert Stojnić2009-07-241-1/+1
* Add search term to search-nonefound since wiktionaries want it. Robert Stojnić2009-07-111-1/+1
* Xml::element() -> Xml::tags() since the content is already parsed.Alexandre Emsenhuber2009-07-021-1/+1
* Should always close the form here since it apparently is not closed in advanc...Robert Stojnić2009-07-021-2/+2
* Fix background color of the searchbox and "did you mean" link table... since ...Robert Stojnić2009-07-021-1/+1
* Revert r51246 for now. It might not be *always* appropriate to show the page ...Robert Stojnić2009-07-011-1/+1
* Follow-up for r52261, some in-progress stuff sneaked in. Robert Stojnić2009-06-211-1/+1
* Preserve formatting even when create article link is absentRobert Stojnić2009-06-211-1/+4
* Fix for r51574: did you mean.. links were broken, the original change seem to...Robert Stojnić2009-06-151-1/+1
* Another follow-up for r51807: add a missing </form> on pages without the adva...Robert Stojnić2009-06-121-1/+2
* Fix warning in r51807, $out is first used here so need = instead of .=Robert Stojnić2009-06-121-1/+1
* Changed how the search UI is rendered.Trevor Parscal2009-06-121-176/+184
* Follow-up to r51572. SpecialSearch.php was a bit broken, because methods like...Siebrand Mazeland2009-06-071-12/+69