From bugzilla-daemon@bugs.koha-community.org Fri Nov 1 19:12:42 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 23947] New: Phase out jquery.cookie.js: Authority merge
Date: Fri, 01 Nov 2019 18:12:41 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7901602417145675383=="
--===============7901602417145675383==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Bug ID: 23947
Summary: Phase out jquery.cookie.js: Authority merge
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: ASSIGNED
Severity: enhancement
Priority: P5 - low
Component: Templates
Assignee: oleonard@myacpl.org
Reporter: oleonard@myacpl.org
QA Contact: testopia@bugs.koha-community.org
CC: testopia@bugs.koha-community.org
Depends on: 23944
The authority merge process sets cookes to track which records are being
merged. This process should use the newer cookie library, js-cookie.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23944
[Bug 23944] Phase out use of jquery.cookie.js in favor of js.cookie.js
--
You are receiving this mail because:
You are watching all bug changes.
--===============7901602417145675383==--
From bugzilla-daemon@bugs.koha-community.org Fri Nov 1 19:21:22 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Fri, 01 Nov 2019 18:21:21 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6678687362843016794=="
--===============6678687362843016794==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Patch complexity|--- |Trivial patch
Status|ASSIGNED |Needs Signoff
--
You are receiving this mail because:
You are watching all bug changes.
--===============6678687362843016794==--
From bugzilla-daemon@bugs.koha-community.org Fri Nov 1 19:21:32 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Fri, 01 Nov 2019 18:21:23 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1129373684639342080=="
--===============1129373684639342080==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
--- Comment #1 from Owen Leonard ---
Created attachment 94956
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94956&action=edit
Bug 23947: Phase out jquery.cookie.js: Authority merge
This patch updates the JavaScript which sets cookies during the
authority merge process so that it uses the new js-cookie library.
To test, apply the patch and perform a search in the authority module
which will return multiple results.
- Select "Merge" from the Actions menu next to any result.
- A message should appear at the top of the page: "Merging with
authority: ".
- Click "Cancel merge." The message should disappear.
- Select a record to merge again.
- Select another record.
- The page should redirect to the authority merge page.
--
You are receiving this mail because:
You are watching all bug changes.
--===============1129373684639342080==--
From bugzilla-daemon@bugs.koha-community.org Sun Jan 26 07:34:50 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Sun, 26 Jan 2020 06:34:49 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4070292596247801791=="
--===============4070292596247801791==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
David Nind changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Needs Signoff |Signed Off
--
You are receiving this mail because:
You are watching all bug changes.
--===============4070292596247801791==--
From bugzilla-daemon@bugs.koha-community.org Sun Jan 26 07:35:00 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Sun, 26 Jan 2020 06:34:52 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7326814468063243255=="
--===============7326814468063243255==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
David Nind changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #94956|0 |1
is obsolete| |
--- Comment #2 from David Nind ---
Created attachment 97950
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97950&action=edit
Bug 23947: Phase out jquery.cookie.js: Authority merge
This patch updates the JavaScript which sets cookies during the
authority merge process so that it uses the new js-cookie library.
To test, apply the patch and perform a search in the authority module
which will return multiple results.
- Select "Merge" from the Actions menu next to any result.
- A message should appear at the top of the page: "Merging with
authority: ".
- Click "Cancel merge." The message should disappear.
- Select a record to merge again.
- Select another record.
- The page should redirect to the authority merge page.
Signed-off-by: David Nind
--
You are receiving this mail because:
You are watching all bug changes.
--===============7326814468063243255==--
From bugzilla-daemon@bugs.koha-community.org Wed Jan 29 08:26:10 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Wed, 29 Jan 2020 07:26:09 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1502365924664157991=="
--===============1502365924664157991==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Signed Off |Passed QA
--
You are receiving this mail because:
You are watching all bug changes.
--===============1502365924664157991==--
From bugzilla-daemon@bugs.koha-community.org Wed Jan 29 08:26:20 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Wed, 29 Jan 2020 07:26:12 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5421929738333823859=="
--===============5421929738333823859==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #97950|0 |1
is obsolete| |
--- Comment #3 from Katrin Fischer ---
Created attachment 98052
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98052&action=edit
Bug 23947: Phase out jquery.cookie.js: Authority merge
This patch updates the JavaScript which sets cookies during the
authority merge process so that it uses the new js-cookie library.
To test, apply the patch and perform a search in the authority module
which will return multiple results.
- Select "Merge" from the Actions menu next to any result.
- A message should appear at the top of the page: "Merging with
authority: ".
- Click "Cancel merge." The message should disappear.
- Select a record to merge again.
- Select another record.
- The page should redirect to the authority merge page.
Signed-off-by: David Nind
Signed-off-by: Katrin Fischer
--
You are receiving this mail because:
You are watching all bug changes.
--===============5421929738333823859==--
From bugzilla-daemon@bugs.koha-community.org Wed Jan 29 10:11:50 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Wed, 29 Jan 2020 09:10:25 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4404673765894730716=="
--===============4404673765894730716==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Martin Renvoize changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Passed QA |Pushed to master
Version(s)| |20.05.00
released in| |
--
You are receiving this mail because:
You are watching all bug changes.
--===============4404673765894730716==--
From bugzilla-daemon@bugs.koha-community.org Wed Jan 29 10:12:00 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Wed, 29 Jan 2020 09:10:27 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7103997556871870030=="
--===============7103997556871870030==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
--- Comment #4 from Martin Renvoize ---
Nice work everyone!
Pushed to master for 20.05
--
You are receiving this mail because:
You are watching all bug changes.
--===============7103997556871870030==--
From bugzilla-daemon@bugs.koha-community.org Mon Feb 10 23:56:32 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Mon, 10 Feb 2020 22:56:31 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2201853087383987164=="
--===============2201853087383987164==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Joy Nelson changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joy@bywatersolutions.com
Status|Pushed to master |Pushed to stable
Version(s)|20.05.00 |20.05.00, 19.11.03
released in| |
--- Comment #5 from Joy Nelson ---
Backported to 19.11.x branch for 19.11.03
--
You are receiving this mail because:
You are watching all bug changes.
--===============2201853087383987164==--
From bugzilla-daemon@bugs.koha-community.org Fri Feb 14 21:16:56 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Fri, 14 Feb 2020 20:16:55 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2995875509730337865=="
--===============2995875509730337865==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Lucas Gass changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lucas@bywatersolutions.com
Version(s)|20.05.00, 19.11.03 |20.05.00, 19.11.03,
released in| |19.05.08
Status|Pushed to stable |Pushed to oldstable
--- Comment #6 from Lucas Gass ---
backported to 19.05.x for 19.05.08
--
You are receiving this mail because:
You are watching all bug changes.
--===============2995875509730337865==--
From bugzilla-daemon@bugs.koha-community.org Mon Feb 17 21:30:33 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Mon, 17 Feb 2020 20:30:32 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2093353065719172146=="
--===============2093353065719172146==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Hayley Mapley changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hayleymapley@catalyst.net.n
| |z
--- Comment #7 from Hayley Mapley ---
Enhancement will not be backported to 18.11.x series.
--
You are receiving this mail because:
You are watching all bug changes.
--===============2093353065719172146==--
From bugzilla-daemon@bugs.koha-community.org Wed May 20 12:02:38 2020
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Wed, 20 May 2020 10:02:38 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6367068572892250436=="
--===============6367068572892250436==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Martin Renvoize changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin.renvoize@ptfs-europe
| |.com
Severity|enhancement |minor
--
You are receiving this mail because:
You are watching all bug changes.
--===============6367068572892250436==--
From bugzilla-daemon@bugs.koha-community.org Mon Feb 22 16:18:02 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 23947] Phase out jquery.cookie.js: Authority merge
Date: Mon, 22 Feb 2021 15:17:10 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5335663577449374260=="
--===============5335663577449374260==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |27750
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27750
[Bug 27750] Remove jquery.cookie.js plugin
--
You are receiving this mail because:
You are watching all bug changes.
--===============5335663577449374260==--