aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/codex-search
Commit message (Collapse)AuthorAgeFilesLines
* Update Codex from v0.19.0 to v0.20.0Volker E2023-09-278-2446/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for Codex's upcoming 1.0 release, this patch makes some additional changes in how the library is vendored into MW. * foreign-resources.yml: codex-search is removed as a stand-alone package (the upstream NPM package has also been deprecated). The search-specific build of Codex now lives in the main "codex" package. The foreign-resources.yml file has been updated to pull in the codex-search scripts and styles from this new location. * resources.php: The resource module definitions for codex-search and codex-search-styles have been updated to use the relocated CSS/JS files. * UMD bundles: Upstream, Codex now designates the CJS bundle as the primary entry point. A UMD bundle of the main Codex library is still produced but this is intended mainly for usage through CDNs or basic script-tag inclusion; in the future the codex.umd.js bundle may be removed from MediaWiki and users should not rely on it. The codex-search.umd.js bundle has been removed. * MJS bundles: Codex also produces .mjs (ESM) bundles upstream; for users outside of MediaWiki these are the recommended bundles to use. However, within MediaWiki only the CommonJS build should be used, as ResourceLoader does not support delivery of ESM scripts at present. The codex.mjs and codex-search.mjs bundles have been removed from MediaWiki with this patch. Bug: T335324 Bug: T340020 Bug: T340119 Bug: T344848 Bug: T345281 Bug: T345688 Bug: T346099 Bug: T346435 Bug: T346988 Change-Id: I84b26ddf5f9a0a98faf0df8c7acaa5f678032786
* Update Codex from v0.18.0 to v0.19.0Eric Gardner2023-09-126-5/+6
| | | | | | | | | | | | | | | | | Bug: T337095 Bug: T339021 Bug: T340119 Bug: T342313 Bug: T344178 Bug: T344541 Bug: T344848 Bug: T344849 Bug: T345283 Bug: T345284 Bug: T345286 Bug: T345876 Bug: T346116 Change-Id: I0b10fa51a32758fac8e573d71e9f69924f9c4b8c
* Update Codex from v0.17.0 to v0.18.0Roan Kattouw2023-08-292-632/+660
| | | | | | | | | | | | | | | Bug: T313835 Bug: T335087 Bug: T342403 Bug: T343217 Bug: T343219 Bug: T343312 Bug: T343474 Bug: T343476 Bug: T343479 Bug: T344460 Bug: T344538 Change-Id: I79c9703130ad59add2052113832d543b7799c929
* Update Codex from v0.16.1 to v0.17.0Anne Tomasevich2023-08-162-618/+654
| | | | | | | | | | Bug: T335087 Bug: T337808 Bug: T339962 Bug: T342295 Bug: T343490 Bug: T344178 Change-Id: I8a63d25da31198551a92be548ea161b481ad7ce2
* Update Codex from v0.15.0 to v0.16.1Roan Kattouw2023-08-016-269/+263
| | | | | | | | | | | | | Bug: T324375 Bug: T329321 Bug: T337444 Bug: T339013 Bug: T339963 Bug: T342392 Bug: T342394 Bug: T342396 Bug: T342560 Change-Id: Ia6d559d7e5ad089f4702e648aa29061e2772e982
* Update Codex from v0.14.0 to v0.15.0Eric Gardner2023-07-184-4/+4
| | | | | | | | | Bug: T324223 Bug: T326665 Bug: T337095 Bug: T340797 Bug: T342031 Change-Id: I3f99e087d2aa55a0e9805e4d01a986a4c12ae4af
* Update Codex from v0.13.0 to v0.14.0Roan Kattouw2023-07-056-96/+97
| | | | | | | | | | | | Bug: T309903 Bug: T326665 Bug: T338344 Bug: T339141 Bug: T339839 Bug: T340072 Bug: T340261 Bug: T340570 Change-Id: Idd664a0a114701286e48a5cd262286e4e31f8766
* Update Codex from v0.12.0 to v0.13.0Anne Tomasevich2023-06-206-446/+484
| | | | | | | | | | | | Bug: T284273 Bug: T309239 Bug: T309246 Bug: T331044 Bug: T333392 Bug: T337878 Bug: T337975 Bug: T338616 Change-Id: I80ff8fe18d65ccd98e58c0529136774f23f60de4
* Update Codex from v0.11.0 to v0.12.0Eric Gardner2023-06-066-590/+629
| | | | | | | | | | | | | | | | | | | | | Bug: T284273 Bug: T325105 Bug: T326665 Bug: T330803 Bug: T331034 Bug: T331040 Bug: T331042 Bug: T332124 Bug: T333394 Bug: T333437 Bug: T335694 Bug: T337279 Bug: T337282 Bug: T337429 Bug: T337442 Bug: T338144 Bug: T338177 Change-Id: I1144275b7199f7388620f16886c9208d2f9d09de
* Update Codex from v0.10.0 to v0.11.0Volker E2023-05-236-214/+237
| | | | | | | | | | | | | | | | | | | Bug: T295711 Bug: T311026 Bug: T314661 Bug: T322436 Bug: T323179 Bug: T325105 Bug: T325769 Bug: T325788 Bug: T328492 Bug: T331034 Bug: T333030 Bug: T333392 Bug: T335694 Bug: T336533 Bug: T336954 Change-Id: I9db6eff7acf10b549fa968cea350efc115d78096
* Update Codex from v0.9.1 to v0.10.0Anne Tomasevich2023-05-114-4/+4
| | | | | | | | | | | | | | | | | | Bug: T295711 Bug: T322436 Bug: T325105 Bug: T325788 Bug: T331039 Bug: T333437 Bug: T334887 Bug: T335088 Bug: T335323 Bug: T335430 Bug: T335959 Bug: T336208 Bug: T336249 Bug: T336267 Change-Id: I107e477c8575e29f20f6c0c465413a0c735f7c17
* Update Codex from v0.9.0 to v0.9.1Volker E2023-04-252-433/+884
| | | | | | | | | | | | | Bug: T322428 Bug: T324449 Bug: T325105 Bug: T329383 Bug: T331039 Bug: T334222 Bug: T334434 Bug: T334497 Bug: T335087 Change-Id: I19ba94ea857d662526d649b66145383424273515
* Update Codex from v0.8.0 to v0.9.0Eric Gardner2023-04-116-403/+387
| | | | | | | | | | | | Bug: T312987 Bug: T324708 Bug: T325105 Bug: T331032 Bug: T331033 Bug: T333463 Bug: T333713 Bug: T334129 Change-Id: Iacce46bdd52ee24364308e09f9a766e26f3cc4ce
* Update Codex from v0.7.0 to v0.8.0Roan Kattouw2023-03-286-65/+75
| | | | | | | | | | | | | | | | Also update the location of the codex-icon-paths.less alias file for a change made in Codex v0.8.0, and add newly added tokens to mediawiki.skin.defaults.less. Bug: T285592 Bug: T295165 Bug: T295711 Bug: T312987 Bug: T324708 Bug: T328602 Bug: T331403 Bug: T332167 Change-Id: I0ed32fb5913a3bc33245c8e884a64abb11afa5b8
* Update @wikimedia/codex-search module from v0.6.2 to v0.7.0Anne Tomasevich2023-03-236-409/+425
| | | | | | | Other Codex modules were updated last week when v0.7.0 was cut, but the `codex-search` module was missed. Change-Id: I635cc3ecd4c3d5a99aa85d4b4b3f359129981735
* Update Codex from v0.6.0 to v0.6.2Volker E2023-02-286-73/+73
| | | | | | | | | | | | | | | Bug: T308520 Bug: T311026 Bug: T316046 Bug: T325055 Bug: T325105 Bug: T325772 Bug: T329320 Bug: T329383 Bug: T329969 Bug: T329987 Bug: T330711 Change-Id: I0160b74a0ae77f3d7b36fe3e3b57b85762c62879
* Update Codex from v0.5.0 to v0.6.0Anne Tomasevich2023-02-146-498/+515
| | | | | | | | | | | | | | | | | Bug: T295711 Bug: T305411 Bug: T309425 Bug: T311026 Bug: T322631 Bug: T322712 Bug: T325055 Bug: T325105 Bug: T325772 Bug: T326706 Bug: T327499 Bug: T328492 Bug: T329287 Change-Id: Ic3429d6fddcb5987e7a1cbf8a5122482b4869b76
* Update Codex from v0.4.3 to v0.5.0Roan Kattouw2023-01-316-138/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | This release adds separate -legacy CSS files, which should be used in skins with a 14px base font size. For now, use these legacy styles in all skins. Using the non-legacy styles in non-Vector skins will be done in a follow-up change. Bug: T260617 Bug: T295711 Bug: T305411 Bug: T312582 Bug: T313318 Bug: T314661 Bug: T321470 Bug: T322383 Bug: T323524 Bug: T324367 Bug: T324792 Bug: T325105 Bug: T325560 Bug: T325772 Bug: T325903 Bug: T326557 Bug: T327048 Bug: T327395 Change-Id: I77215c2ae328c143920c64b1cdb162931546d6df
* Update Codex from v0.4.2 to v0.4.3Anne Tomasevich2023-01-102-2/+2
| | | | | | | | | | | | | | Bug: T260617 Bug: T295711 Bug: T305411 Bug: T321470 Bug: T321873 Bug: T322960 Bug: T324495 Bug: T325326 Bug: T325769 Bug: T326591 Change-Id: I4067d81b5872309425a1ca37672d53e863a1a422
* Update Codex from v0.4.0 to v0.4.2Anne Tomasevich2022-12-132-52/+52
| | | | | | | | | | | | | | Bug: T295605 Bug: T312023 Bug: T312024 Bug: T312025 Bug: T313933 Bug: T323684 Bug: T323753 Bug: T324397 Bug: T324792 Bug: T324900 Change-Id: I57c8f5f8c3933bbbd229bc566a07fc37378810fc
* Update Codex from v0.3.0 to v0.4.0Eric Gardner2022-12-064-302/+315
| | | | | | | | | | | | | | | | | Bug: T295711 Bug: T306932 Bug: T309589 Bug: T311097 Bug: T312025 Bug: T313773 Bug: T321637 Bug: T322428 Bug: T322705 Bug: T322707 Bug: T323987 Bug: T324190 Bug: T324495 Change-Id: I3679cd3ff8f27eac6d2f59fc9ac39805903973bb
* Update Codex from v0.2.2 to v0.3.0Anne Tomasevich2022-11-224-558/+624
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: T284843 Bug: T295711 Bug: T297000 Bug: T305411 Bug: T305947 Bug: T306933 Bug: T309050 Bug: T309234 Bug: T309589 Bug: T309905 Bug: T313773 Bug: T314438 Bug: T314441 Bug: T314671 Bug: T316603 Bug: T316895 Bug: T317160 Bug: T317682 Bug: T318129 Bug: T318842 Bug: T321470 Bug: T321873 Bug: T322007 Bug: T322383 Bug: T322388 Bug: T322710 Bug: T322811 Change-Id: I58becd2b5a941ec784b93752b949aa51bf45c043
* Update Codex from v0.2.1 to v0.2.2Volker E2022-10-254-439/+546
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: T251664 Bug: T284105 Bug: T295711 Bug: T300154 Bug: T305411 Bug: T305947 Bug: T306932 Bug: T306933 Bug: T308285 Bug: T309826 Bug: T310551 Bug: T310768 Bug: T312025 Bug: T312167 Bug: T313768 Bug: T313773 Bug: T313938 Bug: T313940 Bug: T314728 Bug: T316139 Bug: T316603 Bug: T316895 Bug: T316924 Bug: T317198 Bug: T317235 Bug: T317538 Bug: T318023 Bug: T318282 Bug: T319026 Bug: T319363 Bug: T320361 Change-Id: I51b9769f20ad6d045ad90d55ae74808e7fc0bc5a
* Update Codex from v0.1.1 to v0.2.1Eric Gardner2022-09-134-28/+27
| | | | | | | | | | | | | Bug: T259203 Bug: T305236 Bug: T311514 Bug: T312594 Bug: T313768 Bug: T313940 Bug: T314332 Bug: T316893 Bug: T317198 Change-Id: I3ec2d7c7d56076637e3667fe3023aade943a5254
* Update Codex from v0.1.0-alpha.10 to v0.1.1Roan Kattouw2022-08-314-1084/+739
| | | | | | | | | | | | | | Bug: T295711 Bug: T303522 Bug: T308488 Bug: T308520 Bug: T310634 Bug: T310768 Bug: T311756 Bug: T313416 Bug: T313767 Bug: T316504 Change-Id: I0a1d65b977a21d6eb698eb1704acdba853a41c37
* Update Codex from v0.1.0-alpha.9 to v0.1.0-alpha.10Anne Tomasevich2022-08-164-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://gerrit.wikimedia.org/g/design/codex/+/v0.1.0-alpha.10/CHANGELOG.md Bug: T295711 Bug: T296995 Bug: T303384 Bug: T303899 Bug: T304423 Bug: T306396 Bug: T306573 Bug: T309826 Bug: T310627 Bug: T310628 Bug: T310768 Bug: T311243 Bug: T311244 Bug: T311382 Bug: T311756 Bug: T312976 Bug: T314089 Bug: T314792 Change-Id: I0ea919b8ab2bd745df02cca2aace4ef1dd0a6e63
* Update Codex from v0.1.0-alpha.8 to v0.1.0-alpha.9Anne Tomasevich2022-07-284-81/+180
| | | | Change-Id: I0e2762223aa6b5ef7fb251d86da6ee4de39b62c8
* Update Codex from v0.1.0-alpha.7 to v0.1.0-alpha.8Anne Tomasevich2022-06-234-47/+84
| | | | Change-Id: Iba5eaf93626896cb89a1aebfb319b2d24b142aa0
* Update Codex from v0.1.0-alpha.6 to v0.1.0-alpha.7Anne Tomasevich2022-06-094-54/+45
| | | | Change-Id: Ibd4c9d6e4803b0ab6b578e3cf6c348ddb8046506
* Add codex-search v0.1.0-alpha.6Anne Tomasevich2022-05-246-0/+1839
Bug: T309111 Change-Id: I149e36098189893a8bfa80c448a27210e11274bc