Commit graph

5 commits

Author SHA1 Message Date
Tim Starling
e07cab0712 Revert typo fixes to ForeignResourceManager managed files
These changes need to be done upstream, otherwise
ForeignResourceStructureTest fails.

Bug: T203694
Follows-Up: I5c9408c262f09c936525f35abfacfa92a193b791
Change-Id: Ieec933ac99e8eb27eb95f2a71ef66afe79195398
2023-03-29 10:59:27 +11:00
Matěj Suchánek
c231736471 Fix some typos
Bug: T201491
Change-Id: I5c9408c262f09c936525f35abfacfa92a193b791
2023-03-21 15:58:09 +01:00
Timo Tijhof
4a5f400cca resources: Make foreign-resources.yaml pass its own 'verify' test
Fix the following failures:

* intersection-observer:
  Partial undo of 803b873beb, local docs-only change to vendor files.

* jquery.i18n:
  - jquery.i18n.messagestore.js:
    Partial undo 7a4df9b0 (I83bbbb150), comment change to vendor file.
  - jquery.i18n.fallbacks.js:
    This was changed locally in 6839b8599 (I666fbdea8) in July
    and upstreamed by @Reedy in
    https://github.com/wikimedia/jquery.i18n/pull/243.
    Since there is only one other patch upstream, a cosmetic one,
    since 1.0.7, I've changed it to an unreleased commit hash upstream
    so that at least the registration roundtrips cleanly. We can update
    to the proper release when we're ready for that (there's something
    to figure out w.r.t plural rule parsing).

* moment: Rename en-sg.js to match package.

* jquery.cookie: Recognise this as the fork that it is. Comment-out
  for now to exclude it from validation since it can't pass.
  We should probably just move this to src/ and embed it within
  mw.cookie or something.

Bug: T203694
Change-Id: Ie705070c695e5e4ab95b51ceb434a0eadfa0f733
2022-08-31 13:38:08 +02:00
Klein Muçi
803b873beb docs: Fix 'the the' typo
Bug: T201491
Change-Id: Idd776953dcf7dadc136e57d586c09b24363005a6
2022-05-05 15:40:26 +00:00
Eric Gardner
cccfd1190f Add the W3C Intersection Observer to ResourceLoader
Adds the latest version of the W3C Intersection Observer polyfill from
NPM for usage within MediaWiki.

https://www.npmjs.com/package/intersection-observer

Bug: T300912
Change-Id: Ie11d06e977012fb5c3b0b1b6e7c7d3458bf0e409
2022-02-03 14:21:24 -08:00