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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 12 Jun 2023 19:53:25 +0000 (16:53 -0300)
commit3248afdc1256928cef749f927166e90e4ed5e4e3
treea79ed75124efaaed75b4ac8c3b0b03f387b2b5e3
parent5308697ab8080915e6b4a415e37056ccdfb6ec59
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>
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]