Re: [Koha-devel] Koha, hackfest, bibframe, initiating discussion

2025-03-19 Thread David Cook via Koha-devel
wide commitment and a big conceptual change to how we currently do things... but I think it'll actually make Koha more flexible and powerful overall. We can do it! David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 92

Re: [Koha] Securing opac-search

2025-03-18 Thread David Cook
erm, but hopefully help in the long-term. I'm always happy to discuss this topic with people as well if they have their own changes in mind or want to help out. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 08

Re: [Koha-devel] REMINDER: Development Jitsi meeting 19 March 2025

2025-03-18 Thread David Cook via Koha-devel
then the wiki is saying the meeting is at 19/03/2025 14:00 (or 2:00pm) UTC time. So I think there's an off by one error in the date? Reckon that should be iso=20250319T1400, no? David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia O

Re: [Koha-devel] oom-killer / Out of memory: Killed process 1026641 (/usr/share/koha)

2025-03-11 Thread David Cook via Koha-devel
putting in some monitoring, which alerts you once your memory usage starts getting high. That way you can troubleshoot it more in real time. That said, troubleshooting memory use can be tricky... David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061

Re: [Koha-devel] oom-killer / Out of memory: Killed process 1026641 (/usr/share/koha)

2025-03-11 Thread David Cook via Koha-devel
ldn't block all the bots. Lyrasis has put together some good info on AI harvesting bots for instance: https://wiki.lyrasis.org/display/cmtygp/Aggressive+AI+Harvesting+of+Digital+Resources David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Austral

Re: [Koha] Printing spine labels in non-Roman characters, Thai in particular

2025-02-26 Thread David Cook
n in the Label creator as a backup option for people without other options. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 -Original Message- Date: Wed, 26 Feb 2025 21:17:23 +0100 From: David Liddle To:

[Koha] Printing spine labels in non-Roman characters, Thai in particular

2025-02-26 Thread David Cook
upport for a particular language that isn't supported by the DejaVu font... the above should work. (If you were so inclined, a person could technically make a font with an assemblage of all the scripts they need to support, but it would take some work and technical knowledge.) Anyway, I ho

Re: [Koha] Koha bug in item search

2025-02-25 Thread David Cook
I'm not super familiar with the translation mechanisms, but I reckon that whatever replaces the text in _() constructs should perform some escaping (at the very least of double quotes). I'll raise a Bugzilla issue for that... David Cook Senior Software Engineer Prosentient Systems Sui

Bug#570623: Moving from experimental to sid/unstable

2025-01-30 Thread David Cook
Just checking in to see how things are going with reprepro 5.4.x and if there's any chance of it moving from experimental to unstable? Being able to have multiple versions of a package in a reprepro managed APT repository would be amazing. Thanks, David Cook Senior Software Eng

Re: [Koha-devel] Discussion around Koha ILS-DI endpoints expecting a CSRF token from third-party integrations

2024-10-21 Thread David Cook via Koha-devel
Hey folks, I’ve added a patch to “Bug 36560 - ILS-DI API POSTS cause CSRF errors”, although I’m not 100% sure it’s the best long-term option. It’s a practical short-term option, which I already use locally, but we need to do some thinking about the long-term as well… David Cook

Re: [Koha-devel] Discussion around Koha ILS-DI endpoints expecting a CSRF token from third-party integrations

2024-09-29 Thread David Cook via Koha-devel
ilsdi.pl in Koha::Middleware::CSRF. I’ll send a patch upstream for it soon. 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 On Behalf Of Alex Buckley via

Re: [Koha-devel] Hackfest 2025 in Marseille

2024-09-03 Thread David Cook via Koha-devel
Looks good to me! Avoids Easter and school holidays. I really want to make it to a hackfest as well, although not sure if it’ll be this one. Going to keep my eye open for the dates… David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061

Re: [Koha] Elastic search for Arabic

2024-08-29 Thread David Cook
Hi Mohamad, Does your collection only contain Arabic or does it contain multiple languages? I've ben considering moving an Arabic/French/English collection to Elasticsearch, so I'd love to hear more about your experience. David Cook Senior Software Engineer Prosentient Systems Sui

[Koha] Displaying MARC 340 in OPAC

2024-07-29 Thread David Cook
t you'd need to have a descriptive label per subfield instead of just rendering the whole field (like the MARC 300 field) without context, but that could crowd the interface. Keen to gather opinions. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point N

Re: [Koha] Out of memory when Koha starts due to opac-search.pl and 500.pl

2024-07-14 Thread David Cook
;ll just use one IP address that is easy to detect and block, but sometimes it might just do 1-2 hits per IP address (from a variety of different IP ranges). Let me know if you'd like to chat more about it. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milson

[Koha] Issues with persistent TCP connections in Microsoft Azure cloud

2024-06-17 Thread David Cook
rm https://wiki.koha-community.org/wiki/Elasticsearch#Microsoft_Azure_cloud_pla tform I hope that this information is useful to other people out in the world implementing Koha. It was a very annoying problem with a surprisingly simple solution in the end. David Cook Senior Software Engineer

[Koha-devel] Issues with persistent TCP connections in Microsoft Azure cloud

2024-06-17 Thread David Cook via Koha-devel
rm https://wiki.koha-community.org/wiki/Elasticsearch#Microsoft_Azure_cloud_pla tform I hope that this information is useful to other people out in the world implementing Koha. It was a very annoying problem with a surprisingly simple solution in the end. David Cook Senior Software Engineer

[Koha-devel] What's your opinion on sorting facets with diacritics? (Bug 36947)

2024-06-17 Thread David Cook via Koha-devel
that’s a future development.) Anyway, I just want to get more eyes on this code, because it’s super interesting. The patch is very small and easy to understand. I just want to get more opinions about what we should be doing with it. Cheers! David Cook Senior Software Engineer

RE: stdout from scripts goes to apache logs

2024-05-13 Thread David Cook via modperl
on't know if I'd choose mod_perl for a new project, but I still use it for some older ones and it's pretty good. David Cook Senior Software Engineer Prosentient Systems -Original Message- From: Steven Haigh via modperl Sent: Tuesday, 14 May 2024 2:45 PM To: modperl@perl.apach

[Koha-devel] Bug 33092 - Add ability to search within a list

2024-04-28 Thread David Cook via Koha-devel
that we'd have to re-index records for list operations, and I don't love that. Does anyone have any other ideas? Or happy to support this one? It would be a fairly significant change to lists, so I think it would need to be well thought out. David Cook Senior Software E

Re: [Koha-devel] Google OpenID Connect

2024-04-21 Thread David Cook via Koha-devel
Connect feature that targets both the OPAC and the staff interface. It should be usable with Google as well, if you want to target it. I think at some point the Google OpenID Connect specific code will be removed from Koha. David Cook Senior Software Engineer Prosentient Systems Suite 7.03

Re: [Koha-devel] SelfCheckoutByLogin

2024-04-16 Thread David Cook via Koha-devel
://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 provided a method for allowing OPAC users to checkout to themselves, so you’d login as the OPAC user (using SSO) and then checkout to yourself. I think the idea here is that you do it on a private device though. David Cook Senior

Re: [Koha-devel] SelfCheckoutByLogin

2024-04-15 Thread David Cook via Koha-devel
terminal at the moment. 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 On Behalf Of Katrin Fischer via Koha-devel Sent: Monday, 15 April 2024 6:29 AM To

Re: [Koha-devel] Finding invalid XML characters in Koha data via SQL

2024-04-14 Thread David Cook via Koha-devel
to give a firm time.) But I’m about to use it to find problem item records in one of my systems… 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: Tomas Cohen Arazi

Re: [Koha-devel] [Koha] Error 500 when searching in Koha 23.11.0

2024-04-14 Thread David Cook via Koha-devel
e upgrade again. If you can't... then I would carefully look through every database revision. You might also want to consider looking at ./misc/maintenance/audit_database.pl as that could save you time. (Just don't blindly run the suggestions made by the script. They're just hints

Re: [Koha-devel] Finding invalid XML characters in Koha data via SQL

2024-04-11 Thread David Cook via Koha-devel
Not yet. At some point I need to get better at sharing Koha plugins more widely. 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 -Original Message- From: Koha-devel On Behalf Of

Re: [Koha-devel] Finding invalid XML characters in Koha data via SQL

2024-04-11 Thread David Cook via Koha-devel
Yeah, I was thinking it would be good to add to the SQL Report Library. I've just been flat out today... (but wanted to make sure I shared it with you folk at least) David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02

[Koha-devel] Bug 36586 - Self-checkouts will get CSRF errors if left inactive for 8 hours

2024-04-11 Thread David Cook via Koha-devel
pages that don't reload the whole page. Although maybe Jonathan has already come up with a solution for that. I'm not sure. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02

Re: [Koha-devel] Finding invalid XML characters in Koha data via SQL

2024-04-11 Thread David Cook via Koha-devel
Alas, I couldn't think of a really clever way of doing the items table, so I think it'll need a Perl-based solution. I have a RepairRecord plugin, so I might do a version in that first, and if that goes well I could look at upstreaming a patch. David Cook Senior Softwar

[Koha-devel] Finding invalid XML characters in Koha data via SQL

2024-04-11 Thread David Cook via Koha-devel
ple can find and fix their own metadata problems. What do people think? 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 ___ Koha

Re: [Koha-devel] Update to Koha 23.11.04 fails

2024-04-11 Thread David Cook via Koha-devel
is was a test upgrade, because otherwise you're going to have pain trying to fix it... 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 -Original Message- From: Koha-devel On Behalf O

[Koha-devel] XZ Utils backdoor for Linux

2024-04-03 Thread David Cook via Koha-devel
Hi all, This isn't related to Koha per se, but I thought I'd share it for anyone who hasn't seen it: https://en.wikipedia.org/wiki/XZ_Utils_backdoor All the more reason to have things like Kohacon so that we actually know each other. David Cook Senior Software Engine

Re: Important: Google Image Charts will be turned off soon

2024-04-03 Thread David Cook
Even here in the future, the ghost of the Google Image Charts API lives on! https://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World It seems no-one acted on the outages in 2019, and we have been blissfully using it until this year, when there was an outage on 15th Januar

Re: [Koha-devel] Elasticsearch sans Zebra

2024-03-27 Thread David Cook via Koha-devel
Can you be more specific? If there’s a problem, a ticket should be raised. 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 On Behalf Of Philippe Blouin via

[Koha-devel] Elasticsearch indexing does not handle exceptions well

2024-03-26 Thread David Cook via Koha-devel
can be manually retried via a different mechanism? 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 ___ Koha-devel mailing list Koha-

[Koha-devel] Elasticsearch sans Zebra

2024-03-24 Thread David Cook via Koha-devel
ted in this too. I imagine it's just a case of getting a patch written? Overall, it's an idea that people support? David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0

Re: [Koha-devel] Random XSLT knowledge

2024-03-10 Thread David Cook via Koha-devel
to take into account OpacHiddenItems and its associated preferences. Since it's operating at the Perl level, I'm able to check the C4::Context->userenv for the patron details as well. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Poin

[Koha-devel] SMTP servers requiring XOAUTH2

2024-03-07 Thread David Cook via Koha-devel
n.org/experimental/sasl-xoauth2 I think both Gmail and Microsoft require it these days. 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

[Koha-devel] Random XSLT knowledge

2024-03-07 Thread David Cook via Koha-devel
es). In the end, I didn't end up using it though. Instead, I use XML::LibXSLT->register_function() to provide access to Koha functions from the XSLT, and in this case that meets my needs. Anyway, back to it.. David Cook Senior Software Engineer Prosentient Systems Suite

[Koha-devel] PatternFly for design?

2024-03-04 Thread David Cook via Koha-devel
Hi all, Has anyone used PatternFly for designing? https://www.patternfly.org/ 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

[Koha-devel] Future of mod_security

2024-02-27 Thread David Cook via Koha-devel
Hi all, mod_security has had a troubled existence the past few years, but it looks like the company behind it has transferred it over to OWASP: https://owasp.org/blog/2024/01/09/ModSecurity.html Hopefully this means mod_security starts getting updated more. David Cook Senior

Re: [Koha-devel] Override sysprefs in Apache config

2024-02-26 Thread David Cook via Koha-devel
Martin, you legend. That’s what I was looking for and missing I think. Thanks for making me feel less crazy : ). 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] DataTables 2.0.0

2024-02-20 Thread David Cook via Koha-devel
Hi all, I do not intend to draw your attention to this in any meaningful way. I just wanted to point out that DataTables 2.0.0 was released on February 15th 2024 (https://cdn.datatables.net/2.0.0/). Just squirrel away that information in the back of your brain for later. David Cook Senior

Re: [Koha-devel] Override sysprefs in Apache config

2024-02-18 Thread David Cook via Koha-devel
n the end, I did use X-Koha-SetEnv to set a syspref for one of two OPAC virtual hosts, so that worked well enough. 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 -Original Message-

Re: [Koha-devel] Override sysprefs in Apache config

2024-02-15 Thread David Cook via Koha-devel
o the OPAC. In the past, I think it used to fill in and lock the syspref in the staff interface as well. but maybe not anymore. Maybe because it would just affect the staff interface, and yet sometimes maybe you only want to affect the staff interface. hmm. David Cook Senior Software Engineer P

[Koha-devel] Override sysprefs in Apache config

2024-02-15 Thread David Cook via Koha-devel
Hi all, I've read this wiki page and tried this many times, and never ever gotten it to work. Is there something missing from these instructions? https://wiki.koha-community.org/wiki/Override_sysprefs_in_Apache_config David Cook Senior Software Engineer Prosentient Systems

[Koha-devel] Session corruption in koha-testing-docker master

2024-02-12 Thread David Cook via Koha-devel
d Koha throws a fatal error, which can only be resolved by deleting the problematic session from the table. Just curious if anyone else is seeing this. I really don't think it's related to anything I'm working on, but I also can't reliably reproduce it. David Cook Se

Re: [Koha-devel] Growing size of koha/koha-testing:master

2024-02-06 Thread David Cook via Koha-devel
h perhaps. It's not a top priority at the moment, but I thought I'd raise it. A few large koha-testing-docker images start adding up in terms of SDD space. I upgraded workstations not that long ago, and now I'm thinking maybe I need to do it again just for the storage... David

[Koha-devel] Growing size of koha/koha-testing:master

2024-02-04 Thread David Cook via Koha-devel
Hi all, I've noticed recently that koha/koha-testing:master has been steadily growing. At this point, it's about 4.37GB in size. For 21.11 I think it used to be about 2GB and 22.11 was 3.5GB. Do we know what's contributing to this? David Cook Senior Software Engine

[Koha-devel] January point releases

2024-02-01 Thread David Cook via Koha-devel
Hi all, I think the January point releases have been done. Just curious when we'll see those flow through to the main repository? Thanks, David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212

Re: [Koha-devel] Dockerfile for koha/elasticsearch-icu:7.x image

2024-01-29 Thread David Cook via Koha-devel
Hi Tomas, Thanks for that. I had looked at that URL but I couldn’t find a Dockerfile there. Just LICENSE and README.md files. But I see now if I had selected a particular branch I would’ve been able to find the Dockerfile. Thanks again, David Cook Senior Software Engineer

[Koha-devel] Dockerfile for koha/elasticsearch-icu:7.x image

2024-01-28 Thread David Cook via Koha-devel
Hi all, Is there a published version of the Dockerfile for the koha/elasticsearch-icu:7.x image? Is it just running "RUN /usr/share/elasticsearch/bin/plugin install --batch analysis-icu" or does it make other changes to the standard image as well? David Cook Senior Softwar

[Koha-devel] 22.11.12 having package dependency problems?

2024-01-23 Thread David Cook via Koha-devel
world as well. Maybe when the koha-common upgrade ran the koha-l10n package wasn't available? Has anyone else bumped into this? I didn't realize that we were backporting koha-l10n to other releases than 23.11, so it hasn't been on my radar until now. David Coo

[Koha-devel] "Online access" vs "Online resources"

2023-11-27 Thread David Cook via Koha-devel
hoose which one? I've raised a ticket for this: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35410 David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Of

Re: [Koha-devel] Using Elasticsearch in koha-testing-docker

2023-11-07 Thread David Cook via Koha-devel
get in on the conversation… 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: Jonathan Druart Sent: Tuesday, 7 November 2023 8:09 PM To: David Cook Cc: koha-devel

[Koha-devel] Using Elasticsearch in koha-testing-docker

2023-11-06 Thread David Cook via Koha-devel
eading somewhere that zebra_queue might fill up if I turn it off? Thanks all! 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 ___ K

Re: [Koha-devel] Last month before the release

2023-11-05 Thread David Cook via Koha-devel
? Hopefully the next run will be fail free :D 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: David Cook Sent: Monday, 6 November 2023 10:32 AM To: 'Jonathan Druart

Re: [Koha-devel] Last month before the release

2023-11-05 Thread David Cook via Koha-devel
Thanks, Jonathan. Yeah, I think having a live chat sounds like a plan. Communication is good. Timezones, especially mine, make it tough, but being able to point at documentation for policies and procedures is helpful. David Cook Senior Software Engineer Prosentient Systems Suite 7.03

Re: [Koha-devel] Last month before the release

2023-11-02 Thread David Cook via Koha-devel
It’s not clear to me though how you look at Jenkins runs. Is it going to https://dashboard.koha-community.org/ and then clicking on one of the badges to go to Jenkins like https://jenkins.koha-community.org/job/Koha_Master_U22/ and then clicking on “Latest Test Result”? David Cook Senior

Re: [Koha-devel] Last month before the release

2023-11-02 Thread David Cook via Koha-devel
What’s the best way to do this? I think Jenkins might send emails, but I think my mail server blocked it ages ago as spam. 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

Re: [Koha-devel] Memory footprint of Koha processes

2023-10-23 Thread David Cook via Koha-devel
instead. If I recall correctly, I don’t think you use the RabbitMQ, so you could exclude lots of code. In theory Koha::Database->dbh() should provide a database handle with a smaller memory footprint, but I haven’t tested it. But yeah… I think you’d basically need to do a rewrite. Da

Re: [Koha-devel] Anyone else having issues attaching patches to Bugzilla?

2023-10-22 Thread David Cook via Koha-devel
Turns out it was this problem: https://gitlab.com/koha-community/git-bz/-/issues/8#note_1180787597 I’d put the wrong bug number in the title line of the commit and that was causing the problem. Yikes. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St

[Koha-devel] I'm not getting your emails on bugs...

2023-10-22 Thread David Cook via Koha-devel
nable my bugmail. Thanks!) I've been trying to weed through the contents from koha-b...@lists.koha-community.org <mailto:koha-b...@lists.koha-community.org> which I still receive but there's so many emails I'm likely to miss the vast majority. So if you need anything

Re: [Koha-devel] Anyone else having issues attaching patches to Bugzilla?

2023-10-22 Thread David Cook via Koha-devel
Thanks for confirming, David! 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: David Nind Sent: Monday, October 23, 2023 1:43 PM To: David Cook Cc: Koha Devel

[Koha-devel] Anyone else having issues attaching patches to Bugzilla?

2023-10-22 Thread David Cook via Koha-devel
e(input, endtime, timeout) File "/usr/lib/python3.9/subprocess.py", line 1961, in _communicate input_view = memoryview(self._input) TypeError: memoryview: a bytes-like object is required, not 'str' I figure it's probably a "me problem" but just want to c

Re: [Koha-devel] Keycloak as Identity Provider using Koha's users

2023-10-22 Thread David Cook via Koha-devel
Sounds good. Thanks, Paul! 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: Paul Derscheid Sent: Friday, October 20, 2023 8:07 PM To: David Cook ; 'Koha Devel&

Re: [Koha-devel] Background jobs quirks

2023-10-19 Thread David Cook via Koha-devel
up this bug report: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35111 I’ll get patches out for this ASAP. 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

Re: [Koha-devel] Background jobs quirks

2023-10-18 Thread David Cook via Koha-devel
ha/Objects.pm line 96 Koha::Objects::find("Koha::BackgroundJobs", 12) called at /kohadevbox/koha/misc/background_jobs_worker.pl line 132 David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 O

Re: [Koha-devel] Background jobs quirks

2023-10-18 Thread David Cook via Koha-devel
as we might recall that module isn't really maintained.) I am testing on 22.11 so maybe it's a bit different in master. but it's interesting. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 92

Re: [Koha-devel] Background jobs quirks

2023-10-18 Thread David Cook via Koha-devel
he $conn->ack() doing it. I do wonder if it's "my $job = Koha::BackgroundJobs->find($args->{job_id});" I suppose we'll see in the morning. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia

[Koha-devel] Background jobs quirks

2023-10-18 Thread David Cook via Koha-devel
'koha_instance' host: 'localhost' (Got timeout reading communication packets) Oct 19 02:21:17 awesome-host mariadbd[959]: 2023-10-19 2:21:17 6431 [Warning] Aborted connection 6431 to db: 'koha_instance' user: 'koha_instance' host: 'localhost' (G

[Koha-devel] MIssing emails for CC list?

2023-10-18 Thread David Cook via Koha-devel
...@lists.koha-community.org> but not to me specifically. I'll check the mail server next I guess but figured I'd ask the question. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia O

[Koha-devel] Keycloak as Identity Provider using Koha's users

2023-10-18 Thread David Cook via Koha-devel
look into how I can host the built JAR on Gitlab as well, but I've provided the command to build the JAR using Docker, so it is very easy to do even if you're not a Java expert. Let me know if you need any help trying it out. David Cook Senior Software Engineer Prosentient System

Re: [Koha] OAI-PMH Setup

2023-10-17 Thread David Cook
EBSCO have done many EDS integrations with Koha, so one would've hoped they'd have a knowledge base article about it by now... 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 -

[Koha-devel] Koha Roadmap Link?

2023-10-16 Thread David Cook
ould pop a link to the roadmap up on https://dashboard.koha-community.org/ ? I don't know about everyone else, but that's the place I go most often when I want information about Koha. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point

Re: [Koha-devel] Background jobs in plugins

2023-10-15 Thread David Cook
I thought about that although it’s worth restarting in any case, so the cache issue is probably not all that important. 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

Re: [Koha-devel] Background jobs in plugins

2023-10-15 Thread David Cook
is added which contains a background job. 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: Kyle Hall Sent: Saturday, October 14, 2023 2:48 AM To: Tomas Cohen Arazi Cc

[Koha-devel] Background jobs in plugins

2023-10-12 Thread David Cook
b_type". When I click "View" on the job, I get the following error: "Template process failed: file error - background_jobs/plugin_blah_blah.inc: not found at /kohadevbox/koha/C4/Templates.pm line 127" I'll look next week at providing a simple plugin to illustra

[Koha-devel] Koha::Z3950Responder doesn't support authentication?

2023-10-11 Thread David Cook
front of Zebra, but happy to be corrected. 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 ___ Koha-devel mailing list Koha-devel

Re: [Koha-devel] Seeking comments on Bug 34745: ThingISBN broken

2023-10-11 Thread David Cook
tly as well but I can't remember where... but I just updated my user agent string and it was all good. 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 -Original Message- From: Koha-

[Koha-devel] Keycloak extension for using Koha as user storage backend

2023-10-10 Thread David Cook
extension makes it so easy for libraries and their users, since all the user management stays in Koha. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Onlin

[Koha-devel] Timeout trying to edit SQL Reports Library

2023-09-04 Thread David Cook
Hey folks, Has anyone tried editing the SQL Reports Library wiki for a while? I'm getting the following error when I try now: Error contacting the Parsoid/RESTBase server: (curl error: 28) Timeout was reached It's too bad because I just wrapped up a nice little report..

Re: [Koha-devel] plugins on KohaDevboxes

2023-08-31 Thread David Cook
I’d hit F12 and look at the console. I imagine you’ll see some errors there. 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 On Behalf Of Philippe Blouin

Re: [Koha-devel] Admin access to Bugzilla

2023-08-24 Thread David Cook
Thanks, Katrin. Chris unblocked me 20 minutes ago or so, but thanks for taking a look! 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: Katrin Fischer Sent: Friday

[Koha-devel] Admin access to Bugzilla

2023-08-24 Thread David Cook
Hi all, Does anyone but Chris Cormack have admin access to Bugzilla? I've been locked out (due to posting too many links), and it would be great to get access back. I was hoping to do some work on Bugzilla today. David Cook Senior Software Engineer Prosentient Systems Suite

Re: [Koha-devel] How did we implement Verovio?

2023-08-24 Thread David Cook
some point we might just need a different MIDI player... 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 -Original Message- From: Koha-devel On Behalf Of Owen Leonard Sent: Friday, 25

[Koha-devel] How did we implement Verovio?

2023-08-23 Thread David Cook
I'll raise an issue with them. The git repo hasn't been updated in over 2 years but fingers crossed. 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

[Koha-devel] DBD::mysql unmaintained

2023-08-22 Thread David Cook
from 2019. (I’m glad I don’t use DBD::mysql from CPAN. I do use DBD::Pg from CPAN but it’s much better maintained.) Anyway, I’m asking for more information about the future of DBD::mysql, and thought I’d keep you all informed. David Cook Senior Software Engineer Prosentient Systems Suite

Re: [Koha-devel] WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.

2023-08-21 Thread David Cook
ontributor to DBD::mysql) has said that the fix used by Ubuntu isn't enough and he has an alternative set of patches to use. Interesting seeing this all play out upstream... David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia O

Re: [Koha] Cronjob warning

2023-08-17 Thread David Cook
Hi Isabel and other folks, Ubuntu have released a patched version of libdbd-mysql-perl so if you install that this problem will go away. 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

Re: [Koha-devel] WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.

2023-08-17 Thread David Cook
Letting folks know that Ubuntu have released a patched libdbd-mysql-perl which claims to have fixed the issue. I haven't confirmed that it fixes it myself, but it should be a trivial change, so I imagine that it does. David Cook Senior Software Engineer Prosentient Systems Suite

Re: [Koha] Cronjob warning

2023-08-16 Thread David Cook
Hi Isabel, I suspect that you're using the Ubuntu OS. You'll want to look at this link: https://github.com/perl5-dbi/DBD-mysql/issues/354#issuecomment-1679677264 David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02

[Koha-devel] WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.

2023-08-15 Thread David Cook
s the problem: https://github.com/perl5-dbi/DBD-mysql/issues/354 At a glance, the only real short-term option seems to be to downgrade the MySQL client, but keeping my eyes open. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Aust

Re: [Koha-devel] [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-08-14 Thread David Cook
t) has a lot of work to do, so I'm sure he wouldn't mind you working on this! Being familiar with the original code, you might find he comments on the patch/report at some stage. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australi

Re: [Koha-devel] [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-08-13 Thread David Cook
//git.koha-community.org/stats/koha-master/authors.html 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 -Original Message- From: Nigel Titley Sent: Friday, 11 August 2023 8:01

Re: [Koha-devel] [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-08-10 Thread David Cook
That's great news, Nigel! I'm really happy that worked out. Have you looked at koha-testing-docker? https://gitlab.com/koha-community/koha-testing-docker You could do the development work on there and then wait/hope for it to flow down to your version? David Cook Senior Softwar

Re: [Koha-devel] koha-testing-docker missing koha-conf.xml

2023-07-23 Thread David Cook
widespread interest in the Koha community creating Docker images for production. 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 On Behalf Of Waylon

Re: [Koha-devel] [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-07-23 Thread David Cook
lugin to achieve your goal. It wouldn't be following the library standards 100% but it's the kind of thing that does get done in the library world. Does that make sense? [1] https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680 D

[Koha-devel] Run Koha plugin method from CLI

2023-07-20 Thread David Cook
Koha::Plugin::Prosentient::CustomMethodPlugin --method awesome_method --params '{"msg": "this is awesome"}' This could be useful for manual tasks, cronjobs, or whatever really. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a G

[Koha-devel] Net::Netmask gotcha for ILS-DI:AuthorizedIPs

2023-07-16 Thread David Cook
240.0.0/16. Just FYI! 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 ___ Koha-devel mailing list Koha-devel@lists.koha-community

  1   2   3   4   5   6   7   8   9   10   >