index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
resources
/
src
/
jquery
/
jquery.suggestions.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Fix and re-enable eslint rule unicorn/prefer-includes
James D. Forrester
2025-03-21
1
-2
/
+2
*
eslint: Manually enforce prefer-const in all remaining code
Ed Sanders
2024-10-05
1
-8
/
+7
*
eslint: Manually fix remaining no-var warnings
Ed Sanders
2024-09-12
1
-2
/
+3
*
eslint: Autofix var to let/const
Ed Sanders
2024-09-12
1
-24
/
+24
*
Merge "docs: Document jQuery plugins with modules"
jenkins-bot
2024-06-15
1
-85
/
+91
|
\
|
*
docs: Document jQuery plugins with modules
apaskulin
2024-06-15
1
-85
/
+91
*
|
ESLint: Enforce prefer-arrow-callback and autofix
Ed Sanders
2024-06-11
1
-13
/
+13
|
/
*
docs: Fix JSDoc syntax
apaskulin
2024-03-26
1
-1
/
+1
*
docs: Migrate @mixins tags to JSDoc
apaskulin
2024-03-05
1
-1
/
+1
*
Documentation: Move to exclude list
Jon Robson
2024-01-16
1
-1
/
+1
*
Document jQuery plugins
Jon Robson
2024-01-08
1
-7
/
+5
*
src/jquery: Move var declarations inline
Ed Sanders
2022-07-25
1
-27
/
+20
*
Always $-prefix jQuery variable names
Ed Sanders
2019-10-08
1
-43
/
+47
*
Preserve grapheme clusters in upper corner completion suggester highlighting
tjones
2019-08-29
1
-1
/
+1
*
build: Update eslint-config-wikimedia to 0.13.0
Ed Sanders
2019-07-05
1
-0
/
+2
*
Avoid Sizzle's :first/:last selectors. Use $.first()/$.last()
Ed Sanders
2019-06-27
1
-3
/
+3
*
Merge "jquery.suggestions: Load initial suggestions only when focused"
jenkins-bot
2019-06-11
1
-1
/
+1
|
\
|
*
jquery.suggestions: Load initial suggestions only when focused
Fomafix
2019-06-10
1
-1
/
+1
*
|
Merge "jquery.suggestions: Combine two isRTL checks"
jenkins-bot
2019-06-10
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
jquery.suggestions: Combine two isRTL checks
Fomafix
2019-06-10
1
-4
/
+4
*
|
Merge "jquery.suggestions: Use document.documentElement.clientWidth"
jenkins-bot
2019-06-10
1
-2
/
+3
|
\
\
|
*
|
jquery.suggestions: Use document.documentElement.clientWidth
Fomafix
2019-06-08
1
-2
/
+3
|
|
/
*
/
jquery.suggestions: Use Object.create( null )
Fomafix
2019-06-10
1
-4
/
+2
|
/
*
jquery.suggestions: Remove public object $.suggestions
Fomafix
2019-05-31
1
-459
/
+448
*
Consistently use spaces and stars in comments
Fomafix
2019-05-30
1
-1
/
+1
*
jquery.suggestions: Do not show suggestions on prefilled values
Fomafix
2019-05-30
1
-4
/
+6
*
jquery.suggestions: Trigger keypress on initializing
Fomafix
2019-05-16
1
-1
/
+4
*
jquery.suggestions: Correctly place dropdown for inputs with 'position: fixed'
Bartosz Dziewoński
2019-04-01
1
-4
/
+19
*
build: Update eslint-config-wikimedia to 0.10.1
Ed Sanders
2019-02-02
1
-9
/
+0
*
Fix more jquery event shorthand usages
Ed Sanders
2019-01-18
1
-3
/
+3
*
build: Update eslint-config-wikimedia to 0.10.0
Ed Sanders
2019-01-08
1
-12
/
+21
*
build: Use eslint-config-wikimedia v0.9.0 and make pass
Ed Sanders
2018-11-23
1
-3
/
+3
*
resources: Strip '$' and 'mw' from file closures
Timo Tijhof
2018-09-14
1
-2
/
+2
*
jquery.suggestions: Remove dead code for returning options
Timo Tijhof
2018-08-17
1
-11
/
+2
*
Fix eslint warnings and switch to error code
jdlrobson
2018-08-14
1
-1
/
+1
*
Use native ES5 Array prototype methods instead of jQuery
Fomafix
2018-01-12
1
-2
/
+2
*
build: Upgrade grunt-eslint from 19.0.0 to 20.0.0
Ed Sanders
2017-07-18
1
-3
/
+1
*
Ensure we use mw.now() instead of 'new Date' for relative measurement
Timo Tijhof
2017-03-25
1
-4
/
+4
*
resources: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-20
1
-2
/
+2
*
jquery.suggestions: Only highlight prefix matches
Bartosz Dziewoński
2017-02-06
1
-1
/
+1
*
build: Replace jscs+jshint with eslint
Ed Sanders
2016-11-15
1
-4
/
+3
*
autocomplete: fix duplicate/missing tracking events
Erik Bernhardson
2016-06-20
1
-9
/
+9
*
js suggest: better keyup/keydown handling
Erik Bernhardson
2016-06-20
1
-3
/
+17
*
jquery.suggestions: Fix typo "singleton" in documentation
Timo Tijhof
2016-03-24
1
-1
/
+1
*
Add additional tracking information to mediawiki.searchSuggest
Erik Bernhardson
2016-03-04
1
-3
/
+4
*
jquery.suggestions: Improve comment about avoiding click interference
Timo Tijhof
2015-12-18
1
-2
/
+2
*
Update grunt-jscs to 2.5.0
Paladox
2015-12-09
1
-0
/
+2
*
build: Enable jscs jsDoc rule 'checkParamNames' and make pass
James D. Forrester
2015-09-23
1
-599
/
+613
*
build: Enable jscs jsDoc rule 'checkRedundantReturns' and make pass
James D. Forrester
2015-09-23
1
-1
/
+3
*
build: Enable jscs jsDoc rule 'requireNewlineAfterDescription' and make pass
James D. Forrester
2015-09-07
1
-0
/
+4
[next]