<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 14950 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 191, Issue 8<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Re: Built-in offline circulation interface (Owen Leonard)<br>   2. Re: Built-in offline circulation interface (Indranil Das Gupta)<br>   3. Re: Built-in offline circulation interface (Owen Leonard)<br>   4. Re: Built-in offline circulation interface (Indranil Das Gupta)<br>   5. Time to translate: string freeze to prepare 20.11.11 release<br>      (Fridolin SOMERS)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Fri, 15 Oct 2021 09:33:21 -0400<br>From: Owen Leonard <oleonard@myacpl.org><br>To: Koha Devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Built-in offline circulation interface<br>Message-ID:<br>    <CAO4qe2OG9dpHGL9uD==rxKbWrQhWXpUah-HgT==XqKrmWLfV=Q@mail.gmail.com><br>Content-Type: text/plain; charset="UTF-8"<br><br>> Does anyone use it? The one enabled by the AllowOfflineCirculation<br>> system preference.<br><br>This question elicited a flood of zero responses, and I'm not sure<br>what that means!<br><br>In any case, I've looked at this issue again and discovered that the<br>feature is broken in up-to-date browsers. It depends on a browser<br>feature, applicationCache, which is obsolete:<br><br>https://support.mozilla.org/en-US/kb/appcache-showing-uncached-or-disabled<br>https://www.chromestatus.com/feature/6192449487634432<br><br>I'm reading that correctly, the "built-in" offline circulation tool<br>will have to be rewritten.<br><br> -- Owen<br><br><br>------------------------------<br><br>Message: 2<br>Date: Fri, 15 Oct 2021 19:17:33 +0530<br>From: Indranil Das Gupta <indradg@gmail.com><br>To: Owen Leonard <oleonard@myacpl.org><br>Cc: Koha Devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Built-in offline circulation interface<br>Message-ID:<br>    <CAEm3SZ1KYz4ybxX=dB13YMtuOY862=DB5vD=bHuxXo3ZDPrHNw@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Hi Owen,<br><br>Koha's offline circ capability is used quite extensively in India, often by<br>users still on Windows 7 boxes (msft eoled Win7 in Jan 2020 iirc), to tide<br>over temporary network / connectivity failure usually due to power outages.<br><br>Personally I prefer using / implementing .koc file format uploads for<br>offline syncs.<br><br>Cheers<br>-indranil<br><br><br><br>On Fri, 15 Oct, 2021, 7:03 pm Owen Leonard, <oleonard@myacpl.org> wrote:<br><br>> > Does anyone use it? The one enabled by the AllowOfflineCirculation<br>> > system preference.<br>><br>> This question elicited a flood of zero responses, and I'm not sure<br>> what that means!<br>><br>> In any case, I've looked at this issue again and discovered that the<br>> feature is broken in up-to-date browsers. It depends on a browser<br>> feature, applicationCache, which is obsolete:<br>><br>> https://support.mozilla.org/en-US/kb/appcache-showing-uncached-or-disabled<br>> https://www.chromestatus.com/feature/6192449487634432<br>><br>> I'm reading that correctly, the "built-in" offline circulation tool<br>> will have to be rewritten.<br>><br>>  -- Owen<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20211015/98e4f3b3/attachment-0001.htm><br><br>------------------------------<br><br>Message: 3<br>Date: Fri, 15 Oct 2021 09:55:54 -0400<br>From: Owen Leonard <oleonard@myacpl.org><br>To: Indranil Das Gupta <indradg@gmail.com><br>Cc: Koha Devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Built-in offline circulation interface<br>Message-ID:<br>    <CAO4qe2PqaUmE0PyvcpN2a0=jq_+zoVSwzmp9QCZAfAVYV9itrQ@mail.gmail.com><br>Content-Type: text/plain; charset="UTF-8"<br><br>> often by users still on Windows 7 boxes (msft eoled Win7 in Jan 2020 iirc)<br><br>For those users there is a Windows application:<br>https://github.com/bywatersolutions/koha-offline-circulation/releases/tag/v1.3.2<br><br>Is that a feasible alternative?<br><br>  -- Owen<br><br>-- <br>Web Developer<br>Athens County Public Libraries<br>(740) 737-6006<br>https://www.myacpl.org<br><br><br>------------------------------<br><br>Message: 4<br>Date: Fri, 15 Oct 2021 19:33:44 +0530<br>From: Indranil Das Gupta <indradg@gmail.com><br>To: Owen Leonard <oleonard@myacpl.org><br>Cc: Koha Devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Built-in offline circulation interface<br>Message-ID:<br>    <CAEm3SZ0wnTXt03mJ8rRRZReARfZZXPYzzUESiV5X6eLvq4fgSA@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Yes, it is.<br><br>-idg<br><br>On Fri, 15 Oct, 2021, 7:26 pm Owen Leonard, <oleonard@myacpl.org> wrote:<br><br>> > often by users still on Windows 7 boxes (msft eoled Win7 in Jan 2020<br>> iirc)<br>><br>> For those users there is a Windows application:<br>><br>> https://github.com/bywatersolutions/koha-offline-circulation/releases/tag/v1.3.2<br>><br>> Is that a feasible alternative?<br>><br>>   -- Owen<br>><br>> --<br>> Web Developer<br>> Athens County Public Libraries<br>> (740) 737-6006<br>> https://www.myacpl.org<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20211015/465bfe98/attachment-0001.htm><br><br>------------------------------<br><br>Message: 5<br>Date: Fri, 15 Oct 2021 16:59:33 -1000<br>From: Fridolin SOMERS <fridolin.somers@biblibre.com><br>To: koha-translate@lists.koha-community.org, koha-devel<br>    <koha-devel@lists.koha-community.org>, "koha@lists.katipo.co.nz"<br>    <koha@lists.katipo.co.nz><br>Subject: [Koha-devel] Time to translate: string freeze to prepare<br>    20.11.11 release<br>Message-ID: <526ce628-ee92-2ed0-5bf9-5c9a57b369bb@biblibre.com><br>Content-Type: text/plain; charset=UTF-8; format=flowed<br><br>Hi,<br><br>String freeze is into effect 🥶<br><br>The 20.11.x maintenance branch is preparing for 20.11.11 release 📦<br><br>This means it's the right time to head over to the translation platform:<br>https://translate.koha-community.org/projects/<br><br>Keep in mind that translations must be done with priority on higher <br>version 21.05 🔥<br><br>Happy translating 🌎🌍🌏<br><br>-- <br>Fridolin SOMERS <fridolin.somers@biblibre.com><br>Software and system maintainer 🦄<br>BibLibre, France<br><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 191, Issue 8<br>******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>