A new request with request id 8625 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is :
Title : Koha-devel Digest, Vol 200, Issue 12
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. Re: Help needed (dcook@prosentient.com.au)
2. Re: Can we set arbitrary due date via SIP2 end-point
(dcook@prosentient.com.au)
3. QAing OpenID Connect SSO implementation (dcook@prosentient.com.au)
----------------------------------------------------------------------
Message: 1
Date: Mon, 11 Jul 2022 11:31:52 +1000
From: <dcook@prosentient.com.au>
To: "'Tomas Cohen Arazi'" <tomascohen@gmail.com>, "'koha-devel'"
<koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] Help needed
Message-ID: <046001d894c6$07823980$1686ac80$@prosentient.com.au>
Content-Type: text/plain; charset="utf-8"
I’m away most of this week (still catching up on leave from last week), but I could look at this sometime next week if no one has time before then.
David Cook
Senior Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
From: Koha-devel <koha-devel-bounces@lists.koha-community.org> On Behalf Of Tomas Cohen Arazi
Sent: Saturday, 9 July 2022 10:18 AM
To: koha-devel <koha-devel@lists.koha-community.org>
Subject: [Koha-devel] Help needed
Hi all, I've been trying to track down a problem with TestBuilder tests. The are failing (almost) randomly but I narrow it down to:
- Koha::Checkouts::Renewals
- Koha::Biblio::ItemGroup::Items
I ran out of fuel today, but it would be great if some more eyes were put on this, so I can move on with pushing new stuffs with a happy test suite. This is the subset of TestBuilder.t that I'm looking at (put it in t/db_dependent/test.t):
https://paste.koha-community.org/10864
My feeling is TestBuilder->_should_be_fk is not working as it should (for Koha::Checkouts::Renewals) and about Koha::Biblio::ItemGroup::Items, all I can say is that the table is a linking table, pretty much like the club holds one.
Thanks in advance and have a great weekend!
--
Tomás Cohen Arazi
Theke Solutions (http://theke.io <http://theke.io/> )
✆ +54 9351 3513384
GPG: B2F3C15F
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220711/d668bf39/attachment-0001.htm>
------------------------------
Message: 2
Date: Mon, 11 Jul 2022 11:32:39 +1000
From: <dcook@prosentient.com.au>
To: "'Indranil Das Gupta'" <indradg@l2c2.co.in>, "'Koha-devel'"
<koha-devel@lists.koha-community.org>
Cc: "'Kyle Hall'" <kyle@bywatersolutions.com>
Subject: Re: [Koha-devel] Can we set arbitrary due date via SIP2
end-point
Message-ID: <046501d894c6$248dd520$6da97f60$@prosentient.com.au>
Content-Type: text/plain; charset="utf-8"
Alas, I’d have to dig through the code to figure it out. I think Bywater do a fair bit with SIP so Kyle might know.
David Cook
Senior Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
From: Koha-devel <koha-devel-bounces@lists.koha-community.org> On Behalf Of Indranil Das Gupta
Sent: Sunday, 10 July 2022 5:32 PM
To: Koha-devel <koha-devel@lists.koha-community.org>
Subject: [Koha-devel] Can we set arbitrary due date via SIP2 end-point
Hi all,
The case: Koha 21.05.x on Debian 10.12 (standard package installation). Circ rules are defined, 15 days per checkout. SIP2 is also working. The RFID vendor wants to provide options of "1 day" / "15 days" / "365 days" to any itemtype from the SC RFID kiosk (based on the fact that from Koha's checkout page we can set arbitrary due dates overriding the calendar and issuelength rules.
This is what I have tried so far from the server CLI telnetting to port 8023:
INPUT - 11NY20220710 02583620230710 000000AOMAIN|AA1|AB22918|AC|CH|
RESPONSE - 121NNY20220710 124122AOMAIN|AA1|AB22918|AJECOLOGICAL METHODS|AH20220725 235900|
As can be seen from AH in response it is being set at 15 days (instead of 365 days as supplied with "nb due date" in the CHECKOUT msg)
Looking at the SIP2 code i see $overriden_duedate is going in as undef
Am I missing something OR is it how it is atm?
thanks in advance
Indranil Das Gupta
L2C2 Technologies
Phone : +91-98300-20971
WWW : http://www.l2c2.co.in
Blog : http://blog.l2c2.co.in
IRC : indradg on irc://irc.freenode.net <http://irc.freenode.net>
Twitter : indradg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220711/0d0d6cde/attachment-0001.htm>
------------------------------
Message: 3
Date: Mon, 11 Jul 2022 11:38:02 +1000
From: <dcook@prosentient.com.au>
To: "'Koha-devel'" <koha-devel@lists.koha-community.org>
Subject: [Koha-devel] QAing OpenID Connect SSO implementation
Message-ID: <046a01d894c6$e57c3e70$b074bb50$@prosentient.com.au>
Content-Type: text/plain; charset="utf-8"
Hi all,
Is there a QA person with some time to QA the OpenID Connect SSO
implementation at
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30988?
I'm happy to provide additional advice on how to test it using the Keycloak
IdP docker image, if the steps I provide at
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30988#c26 aren't
enough.
I'm not the patch author; Shi Yao Yang at inLibro wrote it, but I'm keen to
get it into core Koha. With Shibboleth/SAML and OpenID Connect, we'd have
the 2 major SSO authentication protocols supported in Koha.
I've been maintaining a OpenID Connect implementation in Koha locally since
2014, so I'd love to be able to use the core code instead of my custom code.
David Cook
Senior Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220711/f02fd54b/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 12
*******************************************
NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.