<!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 8889 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 199, Issue 19<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: Distributing Koha Plugins efficiently (Michael Hafen)<br>   2. Re: Embed see-from headings (authorities) into bibliographic<br>      records at OAI repository level (Tomas Cohen Arazi)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Fri, 24 Jun 2022 10:43:45 -0600<br>From: Michael Hafen <michael.hafen@washk12.org><br>To: dcook@prosentient.com.au<br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Distributing Koha Plugins efficiently<br>Message-ID:<br>    <CAAh7UdnVhEFY16q3L6CasNx4Ut-1y0viw6-9daDWMdpy+zxNqg@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Nope, I run the plugin install script by hand as necessary.  I don't see<br>system-wide plugin updates very often.  A git commit hook script would be<br>handy though.<br><br>On Thu, Jun 23, 2022 at 8:02 PM <dcook@prosentient.com.au> wrote:<br><br>> Thanks for replying, Michael. I am leaning towards a Git repo as well for<br>> the sake of simplicity. I imagine you have a script in that repo for<br>> running “koha-foreach perl /usr/share/koha/bin/devel/install_plugins.pl”,<br>> restarts, etc?<br>><br>><br>><br>> David Cook<br>><br>> Senior Software Engineer<br>><br>> Prosentient Systems<br>><br>> Suite 7.03<br>><br>> 6a Glen St<br>><br>> Milsons Point NSW 2061<br>><br>> Australia<br>><br>><br>><br>> Office: 02 9212 0899<br>><br>> Online: 02 8005 0595<br>><br>><br>><br>> *From:* Michael Hafen <michael.hafen@washk12.org><br>> *Sent:* Friday, 24 June 2022 2:16 AM<br>> *To:* dcook@prosentient.com.au<br>> *Cc:* koha-devel <koha-devel@lists.koha-community.org>; Tomas Cohen Arazi<br>> <tomascohen@theke.io>; Kyle Hall <kyle@bywatersolutions.com><br>> *Subject:* Re: [Koha-devel] Distributing Koha Plugins efficiently<br>><br>><br>><br>> That's basically what I have done, except that I distribute my plugins to<br>> my servers from my git repo.<br>><br>><br>><br>> On Wed, Jun 22, 2022 at 9:52 PM <dcook@prosentient.com.au> wrote:<br>><br>> Hi all,<br>><br>><br>><br>> If I were to unpack 5 different Koha plugins to /opt/koha-plugins and then<br>> added "<pluginsdir>/opt/koha-plugins</pluginsdir>" to the koha-conf.xml for<br>> all my Koha instances, I should be able to just run “koha-foreach perl<br>> /usr/share/koha/bin/devel/install_plugins.pl” to install/upgrade all<br>> those plugins within Koha, right?<br>><br>><br>><br>> Once “bug 21366 – add plack reload” is done, we could then do “koha-plack<br>> --reload $(koha-list --enabled --plack)” to gracefully reload all those<br>> Koha instances to have the freshest version of the plugin.<br>><br>><br>><br>> --<br>><br>><br>><br>> If that’s true, a person could bundle Koha plugins however they like,<br>> right? They could put them into koha-common, they could do their own<br>> koha-plugins package (included or separate to their Koha codebase), they<br>> could just use a Git repo, or whatever makes sense for distributing. The<br>> advantage of Debian packages would be adding that “koha-foreach” and<br>> “koha-plack” into package install hooks.<br>><br>><br>><br>> I suppose a “install plugins” hook in “koha-create” would be wise too so<br>> that a new instance could auto install any centralized plugins…<br>><br>><br>><br>> Does that all make sense? Am I missing anything?<br>><br>><br>><br>> I’d really like to use plugins in lieu of Koha customizations but I find<br>> distributing the code across a large number of Koha instances to be<br>> prohibitive.<br>><br>><br>><br>> David Cook<br>><br>> Senior Software Engineer<br>><br>> Prosentient Systems<br>><br>> Suite 7.03<br>><br>> 6a Glen St<br>><br>> Milsons Point NSW 2061<br>><br>> Australia<br>><br>><br>><br>> Office: 02 9212 0899<br>><br>> Online: 02 8005 0595<br>><br>><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>><br>> Michael Hafen<br>><br>> Washington County School District Technology Department<br>><br>> Systems Analyst<br>><br><br><br>-- <br>Michael Hafen<br>Washington County School District Technology Department<br>Systems Analyst<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220624/f27ff544/attachment-0001.htm><br><br>------------------------------<br><br>Message: 2<br>Date: Fri, 24 Jun 2022 14:52:02 -0300<br>From: Tomas Cohen Arazi <tomascohen@gmail.com><br>To: Julien Sicot <julien.sicot@univ-rennes2.fr><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Embed see-from headings (authorities) into<br>    bibliographic records at OAI repository level<br>Message-ID:<br>    <CABZfb=USM3gVJUVnMz83J+NuSG7ShTN_8MLC=a8p3Xf2oFQB3A@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>I like te idea, but where would you put those headings?<br><br>El sáb., 19 jun. 2021 3:09 p. m., Julien Sicot <julien.sicot@univ-rennes2.fr><br>escribió:<br><br>> Hi all,<br>><br>> An enhancement idea :<br>><br>> It could be interesting to enrich the bibliographic records exposed in OAI<br>> with see-from headings, this would allow users who use koha with a<br>> discovery tool to be able to manage, normalize and index some authorities<br>> data ?<br>><br>> This is something that could be done directly in C4::Biblio::GetMarcBiblio<br>> following the same method used for embedding items.<br>> We could use an optional parameter like embed_items (embed_seefromheading)<br>> and a function similar to C4::Biblio::EmbedItemsInMarcBiblio by reusing<br>> what was made for zebra with EmbedSeeFromHeadings (bug #7417<br>> <https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7417>).<br>><br>> What do you think about this?<br>><br>><br>><br>> Thanks for feedback,<br>> Best<br>><br>> --<br>> *Julien Sicot*<br>> Systems Librarian<br>> Université Rennes 2<br>> 02 22 51 44 41<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>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220624/b9c8c8a1/attachment.htm><br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: 096af0a1-34a2-4a88-ac19-85cad80f4cb1.png<br>Type: image/png<br>Size: 59715 bytes<br>Desc: not available<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220624/b9c8c8a1/attachment.png><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 199, Issue 19<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>