Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
[lhc/web/wiklou.git] / includes / specials / SpecialSearch.php
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-20 Niklas LaxströmPartial revert of r86734: restore mPrefix - I still...
2011-05-10 Brian Wolff(bug 28888) In Special:Search, Don't tell user the...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-04-22 Niklas LaxströmImplemented param tracking for hook users, feels a...
2011-04-22 Niklas LaxströmCleanup next/prev links on special:search. Removed...
2011-04-22 Niklas LaxströmAllow extensions to customize the search forms. This...
2011-03-12 Happy-melonSpin out all the CSS used on special pages into their...
2011-02-19 Sam ReedAnd some more function level documentation
2011-02-07 Alexandre EmsenhuberWe have OutputPage::wrapWikiMsg() and OutputPage::addWi...
2011-02-02 Bryan Tong MinhFollow-up r79964: Fix double parsing of file info
2011-01-22 Siebrand Mazeland* changed 'searchmenu-new-nocreate' to no longer be...
2011-01-21 Sam ReedFold Avars Nogomatch extension into core
2011-01-11 Raimond SpekkingFollow-up r79964: Use the existing message 'parentheses...
2011-01-10 Derk-Jan HartmanMove the () surrounding description strings of files...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2010-12-24 Platonides(Bug 26412) Search results headers no longer show a...
2010-12-13 Bryan Tong MinhFollow-up r78297: allow the hook to break the execution...
2010-12-13 Sam ReedFollowup r78295, seems I didn't even bother to rename...
2010-12-13 Sam ReedFollowup r78268, do it as Bryan suggested, not as how...
2010-12-12 Sam ReedFollowup r65114 (per CR cabal), remove SpecialSearchGom...
2010-12-10 Alexandre Emsenhuber* Converted Special:Search to subclass SpecialPage
2010-11-30 Sam ReedMore unused variables
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-18 Krinklerenaming mediawiki.specials to mediawiki.special (match...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-04 Raimond SpekkingFollow-up r75996: Forgotten to remove an old line
2010-11-04 Raimond Spekking* Special:Search: Add CSS classes to 'none found' and...
2010-10-31 PlatonidesA couple of Xml::hidden calls left by r75723
2010-10-31 Sam ReedMore deprecated method calls
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-06 Trevor Parscal* Moved search/IE7 specific CSS rule into search.css...
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-15 Alexandre EmsenhuberStandardised file description headers; second part
2010-08-13 Sam ReedFix archiveName to archiveNames (wrong declaration)
2010-08-07 Siebrand MazelandRevert changes to SpecialSearch.php in r70608 because...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-07-24 Sam ReedRemoval of unused globals
2010-07-12 Platonides7, it's 7! (follow up to r68824)
2010-07-01 Platonides(bug 16886) Sister projects box moves down the extract...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-21 Sam ReedGPL Headers for all!
2010-05-04 Derk-Jan HartmanAdd a new searchmenu-new-nocreate message
2010-05-02 Alexandre EmsenhuberFixed some doxygen warnings and documented warnings
2010-04-20 Siebrand Mazeland(bug 22647) Add category details in search results...
2010-04-16 Sam ReedFix hooks.txt SpecialSearchNogomatch $title to &$title
2010-01-27 Conrad Irwin(bug 19600) don't display searchmenu-new when user...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-12-16 Alex Z(bug 21536) Fix JS error on Special:Search caused by...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-10-16 Chad HorohoeRemove some unused globals
2009-10-02 Alexandre Emsenhuber* (bug 20948) "Create this page" on Special:Search...
2009-09-17 Brion VibberFix for r55592: show the direct-page link/create link...
2009-09-10 Roan KattouwFix omission of ) in r51807 that eluded php -l because...
2009-09-08 Andrew GarrettAdd "Discussions" option to search when LiquidThreads...
2009-08-26 Aryeh GregorFor search, move "create page" below "no results"
2009-08-21 Aryeh GregorAutofocus Special:Search box
2009-08-17 Raimond SpekkingUse formatNum for some more numbers.
2009-08-14 Andrew GarrettCustomise display of thread search result titles.
2009-08-11 Aryeh GregorFor HTML 5, drop type="" attributes for CSS/JS
2009-07-30 Aaron SchulzRemoved $wgUseOldSearchUI and old search ui class
2009-07-24 Robert StojnićProperly escape the search term here.
2009-07-11 Robert StojnićAdd search term to search-nonefound since wiktionaries...
2009-07-02 Alexandre EmsenhuberXml::element() -> Xml::tags() since the content is...
2009-07-02 Robert StojnićShould always close the form here since it apparently...
2009-07-02 Robert StojnićFix background color of the searchbox and "did you...
2009-07-01 Robert StojnićRevert r51246 for now. It might not be *always* appropr...
2009-06-21 Robert StojnićFollow-up for r52261, some in-progress stuff sneaked in.
2009-06-21 Robert StojnićPreserve formatting even when create article link is...
2009-06-15 Robert StojnićFix for r51574: did you mean.. links were broken, the...
2009-06-12 Robert StojnićAnother follow-up for r51807: add a missing </form...
2009-06-12 Robert StojnićFix warning in r51807, $out is first used here so need...
2009-06-12 Trevor ParscalChanged how the search UI is rendered.
2009-06-07 Siebrand MazelandFollow-up to r51572. SpecialSearch.php was a bit broken...
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-06-04 Tim StarlingRevert r49935 (decode character entities in namespace...
2009-05-31 Robert StojnićWhitespace after the "check" label.
2009-05-31 Robert StojnićBug 19039: new "(un)select all" buttons misplaced at...
2009-05-31 Robert StojnićDon't use submit buttons in r51228 for select all/none...
2009-05-31 Robert StojnićLastest followup to r50207: show create article link...
2009-05-31 Robert StojnićAnother follow-up for 50207: show form header for empty...
2009-05-31 Robert StojnićMore work on new search UI (follow-up to r50207):
2009-05-06 Robert StojnićFollow-up for r50207: mysql won't estimate total number...
2009-05-04 Robert StojnićRedesign of the "new search UI" per Trevor's design...
2009-04-27 Niklas Laxström* Remove trailing whitespace
2009-04-27 Niklas Laxström* (bug 18535) Search tab tool-tops are corrupted
2009-04-04 Alex Z* (bug 18316) Removed superfluous name="fulltext" from...
2009-03-21 Robert Stojnić(bug 17405) have "Did you mean..." mirror the Go/Search...
2009-03-08 Siebrand Mazeland* Use $wgLang->commaList( array ) instead of implode...
2009-02-22 Aaron SchulzMade powersearch-field message a label for the search...
2009-02-21 Alex Z(bug 13778) - Add a hidden input to the search form...
2009-02-02 Raimond SpekkingWrap 'searchresulttext' into a div with class
2009-01-28 Brion VibberFix regression from r45502 -- extra "search" got displa...
2009-01-28 Brion VibberRevert r45651 "Wrap 'searchresulttext' into a div with...
2009-01-10 Raimond SpekkingWrap 'searchresulttext' into a div with class
2009-01-07 Aryeh GregorMake sure that "did you mean" displays at the top
2009-01-05 Brion VibberFollow-up to r45425 -- bug was in MWSearch, not core...
2009-01-05 Brion Vibber* Fix XSS in Special:Search with extended engine featur...
next