aboutsummaryrefslogtreecommitdiffstats
path: root/skins/common/mwsuggest.js
Commit message (Expand)AuthorAgeFilesLines
* [Core JS] More fixing of global config variable usageKrinkle2011-12-311-1/+1
* Don't use legacy globalsNiklas Laxström2011-12-311-2/+2
* [Core JS] scan all /phase3/, change certain constructors to literalsKrinkle2011-12-231-4/+4
* Revert r79363, r79364, and r79369 to disable datalists support entirely basedMark A. Hershberger2011-10-201-11/+8
* Revert r91728Sam Reed2011-08-241-0/+1066
* Rewrite mwsuggest.js using j.ui.autocomplete. This gets rid of a lot of the l...Leo Koppelkamm2011-07-081-1066/+0
* Revert botched commit r91721Leo Koppelkamm2011-07-081-84/+1058
* Backport jQuery UI CSS fix for weird Webkit reflow bug. See https://github.co...Leo Koppelkamm2011-07-081-1058/+84
* (bug 27402) Add support for disabling MWSuggestRoan Kattouw2011-02-141-7/+65
* Since mwsuggest.js is no longer used in core, wgMWSuggestTemplate is not defi...Krinkle2011-02-121-1/+7
* Fix broken blacklisting code from r79363Aryeh Gregor2011-01-021-1/+1
* Enable mwsuggest datalist implementationAryeh Gregor2010-12-311-7/+9
* Revert unintended whitespace changes from r77922Sam Reed2010-12-081-19/+11
* (bug 26265) Many semicolons are missing from JavaScript filesSam Reed2010-12-061-62/+70
* Merging resourceloader branch into trunk. Full documentation is at http://www...Roan Kattouw2010-09-041-70/+70
* Don't setup mwsuggest when browsers cannot getElementById formsDerk-Jan Hartman2010-05-161-1/+6
* Add disabled <datalist> support to mwsuggestAryeh Gregor2010-01-221-269/+340
* Revert broken r61251 use of strong equalityAryeh Gregor2010-01-211-31/+31
* Reorder mwsuggest.js with entry points on topAryeh Gregor2010-01-211-202/+208
* cleanup to mwsuggest.js & fix some things suggested by JSLintJack Phoenix2010-01-191-397/+454
* Make os_disableSuggestionsOn() work also when called before mwsuggest.js has ...Roan Kattouw2009-09-111-0/+5
* * Revert r55555-55557 for now, breaks tabs in special preferences, don't know...Niklas Laxström2009-08-251-3/+3
* - Use array literals instead of new Array(); (note that `new Array;` without ...Daniel Friesen2009-08-241-3/+3
* Disable the mysterious keypress throttling that overrides your operating syst...Brion Vibber2009-08-181-10/+0
* Fix arrow throttling feature in mwsuggest which was broken in two entirely di...Roan Kattouw2009-08-141-2/+2
* Use capability testing instead of UA sniffingAryeh Gregor2009-07-161-3/+3
* Addendum for r50205, also explicitly cancel any pending fetches just to be su...Robert Stojnić2009-05-041-0/+5
* Fix annoying bug with mwsuggest that makes it shown suggestions after search ...Robert Stojnić2009-05-041-2/+12
* * (bug 16529) Fix for search suggestions with some third-party JS librariesBrion Vibber2008-12-031-1/+1
* (bug 16160) Suggestion box should be resized from left in RTl layoutHuji2008-10-281-87/+91
* * (bug 14398) mwsuggest.js: Let width of container be configurableRobert Stojnić2008-09-051-5/+77
* Avoid some of the strict JS warnings in Firefox.Rotem Liss2008-06-101-3/+5
* * (bug 14082) Fix for complex text input vs AJAX suggestions on some browsersBrion Vibber2008-05-141-13/+2
* Fix typo in r33748, onsubmit -> submitRobert Stojnić2008-05-031-1/+1
* safari css system colors seem ok on 3.0 (webkit 523.15)Brion Vibber2008-04-301-2/+2
* Style cleanup on AJAX search suggestion dropdown list.Brion Vibber2008-04-301-1/+15
* * (bug 13824) AJAX search suggestion now works with non-SkinTemplate skinsBrion Vibber2008-04-221-4/+3
* Fix event hooking for suggest.Brion Vibber2008-04-221-6/+14
* Even a bit nicer, the return there should be unreachable code. Robert Stojnić2008-04-161-3/+1
* js tweak - use var for local variable; skip processing if not to be foundBrion Vibber2008-04-161-2/+3
* Fix arrow keys in Internet Explorer, seems I overrefactored this method :PRobert Stojnić2008-04-161-2/+4
* Ajax suggestions:Robert Stojnić2008-04-151-0/+762