Item14282: replace unmaintained 3rd party library in JQueryCookie with a new one

pencil
Priority: Normal
Current State: Confirmed
Released In: 2.2.0
Target Release: minor
Applies To: Extension
Component: JQueryPlugin
Branches:
Reported By: MichaelDaum
Waiting For:
Last Change By: MichaelDaum
According to https://github.com/carhartl/jquery-cookie it has been superseded by JS Cookie: https://github.com/js-cookie/js-cookie

There are quite a few api differences.

$.cookie('name', 'value', opts) === Cookies.set('name', 'value', opts)
$.cookie('name') === Cookies.get('name')
$.cookie('name', null) === Cookies.remove('name')
$.cookie() === Cookies.get()

-- MichaelDaum - 19 Jan 2017

 

ItemTemplate edit

Summary replace unmaintained 3rd party library in JQueryCookie with a new one
ReportedBy MichaelDaum
Codebase
SVN Range
AppliesTo Extension
Component JQueryPlugin
Priority Normal
CurrentState Confirmed
WaitingFor
Checkins
TargetRelease minor
ReleasedIn 2.2.0
CheckinsOnBranches
trunkCheckins
masterCheckins
ItemBranchCheckins
Release02x01Checkins
Release02x00Checkins
Release01x01Checkins
Topic revision: r1 - 19 Jan 2017, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy