jquery.cookie, which we use for client-side cookie handling in MediaWiki, has been renamed to / replaced with js-cookie in 2015. We should consider upgrading. The syntax is different so we'd have to update all uses of the class (or replace them with our wrapper, mw.cookie).
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
[WIP] mediawiki.cookie: Switch to js-cookie from jquery.cookie and deprecate it | mediawiki/core | master | +616 -7 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Ah, fun; whilst we're at it, we should also mirror any local patches to a .patches file so we can upgrade as needed.
Comment Actions
The only local patch is about the samesite attribute, I think, and that's fixed upstream.
Comment Actions
Change 655738 had a related patch set uploaded (by Jforrester; owner: Jforrester):
[mediawiki/core@master] [WIP] mediawiki.cookie: Switch to js-cookie from jquery.cookie and deprecate it