A new request with request id 8790 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is :
Title : Koha-devel Digest, Vol 200, Issue 3
Category :
Description : Send Koha-devel mailing list submissions to
koha-devel@lists.koha-community.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
or, via email, send a message with subject or body 'help' to
koha-devel-request@lists.koha-community.org
You can reach the person managing the list at
koha-devel-owner@lists.koha-community.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha-devel digest..."
Today's Topics:
1. Staff interface redesign is ready to be tested (Julian Maurice)
2. Re: Staff interface redesign is ready to be tested
(Hugo Agud Andreu)
3. How can I improve this report? (Doug Kingston)
----------------------------------------------------------------------
Message: 1
Date: Fri, 1 Jul 2022 15:12:25 +0200
From: Julian Maurice <julian.maurice@biblibre.com>
To: koha-devel <koha-devel@lists.koha-community.org>
Subject: [Koha-devel] Staff interface redesign is ready to be tested
Message-ID: <aac4e723-7fac-b02d-dba7-89b720eaedf3@biblibre.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Hi all,
After 5 months of work, the new staff interface is finally there!
As it changes a lot of pages, we will need a lot of eyes to hunt down
bugs. So if you want to help, you can go to bug 30952 right now and
start testing!
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952
--
Julian Maurice
BibLibre
------------------------------
Message: 2
Date: Fri, 1 Jul 2022 13:39:30 +0000
From: Hugo Agud Andreu <hagud@orex.es>
To: Julian Maurice <julian.maurice@biblibre.com>, koha-devel
<koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] Staff interface redesign is ready to be
tested
Message-ID:
<PAXPR05MB9050E267BDBCD7550B78FDBCBDBD9@PAXPR05MB9050.eurprd05.prod.outlook.com>
Content-Type: text/plain; charset="utf-8"
Perhaps it is a good idea set up a fixed sandbox as the erm bug?
Obtener Outlook para iOS<https://aka.ms/o0ukef>
________________________________
De: Koha-devel <koha-devel-bounces@lists.koha-community.org> en nombre de Julian Maurice <julian.maurice@biblibre.com>
Enviado: Friday, July 1, 2022 3:12:25 PM
Para: koha-devel <koha-devel@lists.koha-community.org>
Asunto: [Koha-devel] Staff interface redesign is ready to be tested
Hi all,
After 5 months of work, the new staff interface is finally there!
As it changes a lot of pages, we will need a lot of eyes to hunt down
bugs. So if you want to help, you can go to bug 30952 right now and
start testing!
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952
--
Julian Maurice
BibLibre
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220701/3dbd530b/attachment-0001.htm>
------------------------------
Message: 3
Date: Fri, 1 Jul 2022 12:39:14 -0700
From: Doug Kingston <dpk@randomnotes.org>
To: koha-devel <koha-devel@lists.koha-community.org>
Subject: [Koha-devel] How can I improve this report?
Message-ID:
<CAGPaoUs_u349c21obVJNAwNX7+E3rB9b8DFRTHmog+pmKOaNig@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Report: Authors not in Authorities
SELECT DISTINCT(author) AS heading FROM biblio WHERE author NOT IN (SELECT
ExtractValue(marcxml,'//datafield[@tag="100"]/subfield[@code="a"]') AS
heading FROM auth_header WHERE authtypecode='PERSO_NAME')ORDER BY heading
I am not a SQL expert, but I believe this is doing an unkeyed troll through
every authority record for every biblio (O(Nbibs * Mauths), which is pretty
bad). I suspect we can do better by trolling Auths once to create a set
and then compare Bib authors against it. How can we do this?
-Doug-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220701/a529efa1/attachment-0001.htm>
------------------------------
Subject: Digest Footer
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/
------------------------------
End of Koha-devel Digest, Vol 200, Issue 3
******************************************
NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.