]> git.koha-community.org Git - koha.git/commit
Bug 33961: Remove built-in offline circ tool
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 8 Jun 2023 15:00:31 +0000 (17:00 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 17 Jul 2023 07:18:59 +0000 (08:18 +0100)
commit82b8c9df9712d94f6b39d3c510b9b83e0d8b488f
treeda65e4988e213efe580e31f50c3c44ffd5aedcec
parent6e99fa4ec72d02c7dcac78bf81144d58ace97c20
Bug 33961: Remove built-in offline circ tool

The tool has not been updated and is no longer working with modern
browser.

It should either be rewritten/adjusted or removed. Given that we didn't
get complains its non-functional status, bugs related to this tool
didn't get attention, and the community is lacking resources, I am
suggesting to remove it and redirect users to the koct FF plugin that
is known to be working.

Test plan:
See bug 10240 and use `git grep` to confirm that we are removing all
tracks of this feature.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 3248afdc1256928cef749f927166e90e4ed5e4e3)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
14 files changed:
C4/UsageStats.pm
circ/circulation-home.pl
circ/offline-mf.pl [deleted file]
circ/offline.pl [deleted file]
installer/data/mysql/atomicupdate/bug_33961.pl [new file with mode: 0755]
installer/data/mysql/mandatory/sysprefs.sql
koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.indexeddb.js [deleted file]
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/js/offlinecirc.js [deleted file]
offline_circ/download.pl [deleted file]