aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.widgets/mw.widgets.CategoryMultiselectWidget.js
Commit message (Expand)AuthorAgeFilesLines
* build: Fix and re-enable eslint rule unicorn/prefer-includesJames D. Forrester2025-03-211-6/+6
* Use spread operator and variadic params in more places in JSBartosz Dziewoński2024-09-171-3/+3
* build: Update eslint-config-wikimedia to 0.28.1 and autofixEd Sanders2024-06-111-2/+2
* mediawiki.widgets: Remove unnecessary context variablesEd Sanders2024-06-041-1/+1
* ESLint: Prefer arrow callbacks (autofix) in mediawiki.widgetsEd Sanders2024-06-041-46/+24
* CategoryMultiselectWidget: Use variadic argumentsEd Sanders2024-06-031-7/+3
* Allow placeholder config to be overwritten in mw.widgets.CategoryMultiselect...Cormac Parle2024-05-211-2/+2
* mediawiki.widgets: Switch to use let/const, not varsJames D. Forrester2024-05-031-22/+24
* docs: Standardize use of class descriptions in JSDocapaskulin2024-04-251-1/+2
* docs: Fix JSDoc linksapaskulin2024-04-161-1/+1
* docs: Migrate @mixins tags to JSDocapaskulin2024-03-051-1/+1
* docs: Migrate @cfg tags to JSDocapaskulin2024-03-021-3/+3
* docs: Convert examples to JSDocapaskulin2024-02-231-10/+11
* mediawiki.widgets: Move var declarations inlineEd Sanders2023-11-171-11/+8
* Fix remaining uses of 'parent'->'super'Ed Sanders2023-11-021-3/+3
* mw.widgets.CategoryMultiselectWidget: Fix exception on invalid inputBartosz Dziewoński2021-03-131-0/+11
* Use document.body instead of 'body' as jQuery selectorFomafix2019-12-131-1/+1
* resources: Strip '$' and 'mw' from file closuresTimo Tijhof2018-09-141-2/+2
* Hygiene: Discourage use of $.eachjdlrobson2018-09-051-2/+2
* mw.widgets.CategoryMultiselectWidget use TagMultiselectWidgetPrateek Saxena2018-06-271-12/+10
* [BREAKING CHANGE] Remove mw.widgets.CategorySelectorPrateek Saxena2018-04-091-3/+0
* Remove superfluous spaces and semicolons in commentsFomafix2018-02-051-1/+1
* Merge "Widgets: Allow titles with name of Object.prototypes"jenkins-bot2018-01-221-2/+3
|\
| * Widgets: Allow titles with name of Object.prototypesFomafix2018-01-151-2/+3
* | Use ES5 String.prototype.trim() instead of jQuery.trim()Fomafix2018-01-211-1/+1
|/
* Use findItemFromData instead getItemFromDataPrateek Saxena2018-01-101-2/+2
* Replace deprecated jQuery.isArray by Array.isArrayFomafix2017-04-031-1/+1
* Rename CategorySelector to CategoryMultiselectWidgetPrateek Saxena2017-03-281-0/+416