aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/jquery/jquery.suggestions.js
Commit message (Expand)AuthorAgeFilesLines
* build: Fix and re-enable eslint rule unicorn/prefer-includesJames D. Forrester2025-03-211-2/+2
* eslint: Manually enforce prefer-const in all remaining codeEd Sanders2024-10-051-8/+7
* eslint: Manually fix remaining no-var warningsEd Sanders2024-09-121-2/+3
* eslint: Autofix var to let/constEd Sanders2024-09-121-24/+24
* Merge "docs: Document jQuery plugins with modules"jenkins-bot2024-06-151-85/+91
|\
| * docs: Document jQuery plugins with modulesapaskulin2024-06-151-85/+91
* | ESLint: Enforce prefer-arrow-callback and autofixEd Sanders2024-06-111-13/+13
|/
* docs: Fix JSDoc syntaxapaskulin2024-03-261-1/+1
* docs: Migrate @mixins tags to JSDocapaskulin2024-03-051-1/+1
* Documentation: Move to exclude listJon Robson2024-01-161-1/+1
* Document jQuery pluginsJon Robson2024-01-081-7/+5
* src/jquery: Move var declarations inlineEd Sanders2022-07-251-27/+20
* Always $-prefix jQuery variable namesEd Sanders2019-10-081-43/+47
* Preserve grapheme clusters in upper corner completion suggester highlightingtjones2019-08-291-1/+1
* build: Update eslint-config-wikimedia to 0.13.0Ed Sanders2019-07-051-0/+2
* Avoid Sizzle's :first/:last selectors. Use $.first()/$.last()Ed Sanders2019-06-271-3/+3
* Merge "jquery.suggestions: Load initial suggestions only when focused"jenkins-bot2019-06-111-1/+1
|\
| * jquery.suggestions: Load initial suggestions only when focusedFomafix2019-06-101-1/+1
* | Merge "jquery.suggestions: Combine two isRTL checks"jenkins-bot2019-06-101-4/+4
|\ \ | |/ |/|
| * jquery.suggestions: Combine two isRTL checksFomafix2019-06-101-4/+4
* | Merge "jquery.suggestions: Use document.documentElement.clientWidth"jenkins-bot2019-06-101-2/+3
|\ \
| * | jquery.suggestions: Use document.documentElement.clientWidthFomafix2019-06-081-2/+3
| |/
* / jquery.suggestions: Use Object.create( null )Fomafix2019-06-101-4/+2
|/
* jquery.suggestions: Remove public object $.suggestionsFomafix2019-05-311-459/+448
* Consistently use spaces and stars in commentsFomafix2019-05-301-1/+1
* jquery.suggestions: Do not show suggestions on prefilled valuesFomafix2019-05-301-4/+6
* jquery.suggestions: Trigger keypress on initializingFomafix2019-05-161-1/+4
* jquery.suggestions: Correctly place dropdown for inputs with 'position: fixed'Bartosz Dziewoński2019-04-011-4/+19
* build: Update eslint-config-wikimedia to 0.10.1Ed Sanders2019-02-021-9/+0
* Fix more jquery event shorthand usagesEd Sanders2019-01-181-3/+3
* build: Update eslint-config-wikimedia to 0.10.0Ed Sanders2019-01-081-12/+21
* build: Use eslint-config-wikimedia v0.9.0 and make passEd Sanders2018-11-231-3/+3
* resources: Strip '$' and 'mw' from file closuresTimo Tijhof2018-09-141-2/+2
* jquery.suggestions: Remove dead code for returning optionsTimo Tijhof2018-08-171-11/+2
* Fix eslint warnings and switch to error codejdlrobson2018-08-141-1/+1
* Use native ES5 Array prototype methods instead of jQueryFomafix2018-01-121-2/+2
* build: Upgrade grunt-eslint from 19.0.0 to 20.0.0Ed Sanders2017-07-181-3/+1
* Ensure we use mw.now() instead of 'new Date' for relative measurementTimo Tijhof2017-03-251-4/+4
* resources: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-201-2/+2
* jquery.suggestions: Only highlight prefix matchesBartosz Dziewoński2017-02-061-1/+1
* build: Replace jscs+jshint with eslintEd Sanders2016-11-151-4/+3
* autocomplete: fix duplicate/missing tracking eventsErik Bernhardson2016-06-201-9/+9
* js suggest: better keyup/keydown handlingErik Bernhardson2016-06-201-3/+17
* jquery.suggestions: Fix typo "singleton" in documentationTimo Tijhof2016-03-241-1/+1
* Add additional tracking information to mediawiki.searchSuggestErik Bernhardson2016-03-041-3/+4
* jquery.suggestions: Improve comment about avoiding click interferenceTimo Tijhof2015-12-181-2/+2
* Update grunt-jscs to 2.5.0Paladox2015-12-091-0/+2
* build: Enable jscs jsDoc rule 'checkParamNames' and make passJames D. Forrester2015-09-231-599/+613
* build: Enable jscs jsDoc rule 'checkRedundantReturns' and make passJames D. Forrester2015-09-231-1/+3
* build: Enable jscs jsDoc rule 'requireNewlineAfterDescription' and make passJames D. Forrester2015-09-071-0/+4