| Commit message (Expand) | Author | Age | Files | Lines |
* | [Core JS] More fixing of global config variable usage | Krinkle | 2011-12-31 | 1 | -1/+1 |
* | Don't use legacy globals | Niklas Laxström | 2011-12-31 | 1 | -2/+2 |
* | [Core JS] scan all /phase3/, change certain constructors to literals | Krinkle | 2011-12-23 | 1 | -4/+4 |
* | Revert r79363, r79364, and r79369 to disable datalists support entirely based | Mark A. Hershberger | 2011-10-20 | 1 | -11/+8 |
* | Revert r91728 | Sam Reed | 2011-08-24 | 1 | -0/+1066 |
* | Rewrite mwsuggest.js using j.ui.autocomplete. This gets rid of a lot of the l... | Leo Koppelkamm | 2011-07-08 | 1 | -1066/+0 |
* | Revert botched commit r91721 | Leo Koppelkamm | 2011-07-08 | 1 | -84/+1058 |
* | Backport jQuery UI CSS fix for weird Webkit reflow bug. See https://github.co... | Leo Koppelkamm | 2011-07-08 | 1 | -1058/+84 |
* | (bug 27402) Add support for disabling MWSuggest | Roan Kattouw | 2011-02-14 | 1 | -7/+65 |
* | Since mwsuggest.js is no longer used in core, wgMWSuggestTemplate is not defi... | Krinkle | 2011-02-12 | 1 | -1/+7 |
* | Fix broken blacklisting code from r79363 | Aryeh Gregor | 2011-01-02 | 1 | -1/+1 |
* | Enable mwsuggest datalist implementation | Aryeh Gregor | 2010-12-31 | 1 | -7/+9 |
* | Revert unintended whitespace changes from r77922 | Sam Reed | 2010-12-08 | 1 | -19/+11 |
* | (bug 26265) Many semicolons are missing from JavaScript files | Sam Reed | 2010-12-06 | 1 | -62/+70 |
* | Merging resourceloader branch into trunk. Full documentation is at http://www... | Roan Kattouw | 2010-09-04 | 1 | -70/+70 |
* | Don't setup mwsuggest when browsers cannot getElementById forms | Derk-Jan Hartman | 2010-05-16 | 1 | -1/+6 |
* | Add disabled <datalist> support to mwsuggest | Aryeh Gregor | 2010-01-22 | 1 | -269/+340 |
* | Revert broken r61251 use of strong equality | Aryeh Gregor | 2010-01-21 | 1 | -31/+31 |
* | Reorder mwsuggest.js with entry points on top | Aryeh Gregor | 2010-01-21 | 1 | -202/+208 |
* | cleanup to mwsuggest.js & fix some things suggested by JSLint | Jack Phoenix | 2010-01-19 | 1 | -397/+454 |
* | Make os_disableSuggestionsOn() work also when called before mwsuggest.js has ... | Roan Kattouw | 2009-09-11 | 1 | -0/+5 |
* | * Revert r55555-55557 for now, breaks tabs in special preferences, don't know... | Niklas Laxström | 2009-08-25 | 1 | -3/+3 |
* | - Use array literals instead of new Array(); (note that `new Array;` without ... | Daniel Friesen | 2009-08-24 | 1 | -3/+3 |
* | Disable the mysterious keypress throttling that overrides your operating syst... | Brion Vibber | 2009-08-18 | 1 | -10/+0 |
* | Fix arrow throttling feature in mwsuggest which was broken in two entirely di... | Roan Kattouw | 2009-08-14 | 1 | -2/+2 |
* | Use capability testing instead of UA sniffing | Aryeh Gregor | 2009-07-16 | 1 | -3/+3 |
* | Addendum for r50205, also explicitly cancel any pending fetches just to be su... | Robert Stojnić | 2009-05-04 | 1 | -0/+5 |
* | Fix annoying bug with mwsuggest that makes it shown suggestions after search ... | Robert Stojnić | 2009-05-04 | 1 | -2/+12 |
* | * (bug 16529) Fix for search suggestions with some third-party JS libraries | Brion Vibber | 2008-12-03 | 1 | -1/+1 |
* | (bug 16160) Suggestion box should be resized from left in RTl layout | Huji | 2008-10-28 | 1 | -87/+91 |
* | * (bug 14398) mwsuggest.js: Let width of container be configurable | Robert Stojnić | 2008-09-05 | 1 | -5/+77 |
* | Avoid some of the strict JS warnings in Firefox. | Rotem Liss | 2008-06-10 | 1 | -3/+5 |
* | * (bug 14082) Fix for complex text input vs AJAX suggestions on some browsers | Brion Vibber | 2008-05-14 | 1 | -13/+2 |
* | Fix typo in r33748, onsubmit -> submit | Robert Stojnić | 2008-05-03 | 1 | -1/+1 |
* | safari css system colors seem ok on 3.0 (webkit 523.15) | Brion Vibber | 2008-04-30 | 1 | -2/+2 |
* | Style cleanup on AJAX search suggestion dropdown list. | Brion Vibber | 2008-04-30 | 1 | -1/+15 |
* | * (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins | Brion Vibber | 2008-04-22 | 1 | -4/+3 |
* | Fix event hooking for suggest. | Brion Vibber | 2008-04-22 | 1 | -6/+14 |
* | Even a bit nicer, the return there should be unreachable code. | Robert Stojnić | 2008-04-16 | 1 | -3/+1 |
* | js tweak - use var for local variable; skip processing if not to be found | Brion Vibber | 2008-04-16 | 1 | -2/+3 |
* | Fix arrow keys in Internet Explorer, seems I overrefactored this method :P | Robert Stojnić | 2008-04-16 | 1 | -2/+4 |
* | Ajax suggestions: | Robert Stojnić | 2008-04-15 | 1 | -0/+762 |