Re: [Koha-devel] [RESEND] Ban the use of `our` in our codebase?

2025-03-12 Thread Jonathan Druart via Koha-devel
My answer from bug 38357 comment 15: """ It has a global scope, and is available from the subroutines. When switching to plack we (lazily) switched some "my" to "our" to just make things work. It can be fixed, but it's not simply a s/^our/my/g substitution. But yes, it must be done. """ Le mer. 12

Re: [Koha] CSRF tokens are not getting validated

2025-01-28 Thread Jonathan Druart
Are you using Plack? Le mar. 28 janv. 2025 à 13:33, a écrit : > > Hello, > sorry to bother you again. Security team has raised following concern, > please guide me in fixing the same: > === > In Koha version 24.05, CSRF tokens are not getting validated during > insert or update operat

Re: [Koha] Can´t install translations

2024-11-13 Thread Jonathan Druart
See bug 38164, it is fixed on 24.05.05 (available since yesterday). https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38164 Le dim. 10 nov. 2024 à 05:15, Alvaro Cornejo a écrit : > > Hi > > I´m installing a completely new koha 24.05.04.000 on ubuntu 24.04 and am > unable to install transl

Re: [Koha] The SSL certificte for the Koha translate site has expired

2024-11-05 Thread Jonathan Druart
Fixed, sorry for the inconvenience. Le mar. 5 nov. 2024 à 08:43, SYDT - Frank Chou a écrit : > > Dear Sir/Madam, > > The SSL certificate for the Koha translation site has expired. Could > someone please assist with renewing it? Thank you! > > Best regards, > > Frank >

Re: [Koha-devel] koha-common (24.06.00-28) / sound-marc-MARC21.po

2024-10-07 Thread Jonathan Druart via Koha-devel
See Bug 38035 - "sound" listed as an installed language Le lun. 7 oct. 2024 à 14:30, Marcel de Rooy via Koha-devel a écrit : > > Hi, > > > > Anyone have a clue about this error/warning while installing koha-common: > > > > Setting up koha-common (24.06.00-28~git+20240916210118.27f94d8f-1) ... > >

Re: [Koha] BorrowerUnwantedField

2024-09-30 Thread Jonathan Druart
For OPAC have a look at PatronSelfModificationBorrowerUnwantedField and PatronSelfRegistrationBorrowerUnwantedField. BorrowerUnwantedField is for the staff interface. Le lun. 30 sept. 2024 à 10:52, Сычев Игорь Алексеевич a écrit : > > Hello! > > As in /cgi-bin/koha/opac-memberentry.pl hide the "

Re: [Koha] Notice ACQORDERS shows aqorders.listprice with six decimal places

2024-09-23 Thread Jonathan Druart
Use the "Price" template plugin At the top of the template, add: [%- USE Price -%] Then: [% order.listprice | $Price %] Le ven. 20 sept. 2024 à 11:07, Michael Kuhn a écrit : > > Hi > > In database field "aqorders.listprice" is given with six decimal places, > thus a price would look like: 40.10

Re: [Koha] SQL error after upgrade to 24.05.03

2024-08-28 Thread Jonathan Druart
I have forwarded your question on the related bug, see 37508 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37508 Le mer. 28 août 2024 à 12:33, Сычев Игорь Алексеевич a écrit : > Hello! > > After upgrade 23.11.05 to 24.05.03 > > SELECT * FROM borrowers > > The column selection in thi

Re: [Koha] Staff permission flag

2024-07-10 Thread Jonathan Druart
ted / linked with koha borrowers table and > allowed to enter only if flag is 1. > > So this type of authentication is possible with API > Thanks > > On Wed, 10 Jul, 2024, 13:52 Jonathan Druart, < > jonathan.dru...@bugs.koha-community.org> wrote: > >> H

Re: [Koha] Staff permission flag

2024-07-10 Thread Jonathan Druart
Hi, Why not simply use Koha's API? C4::Auth::haspermission or, better, Koha::Patron->has_permission Do not assume the way we deal with permissions will not change. However Koha::Patron->has_permission should still work identically if we modify it. Regards, Jonathan Le mer. 10 juil. 2024 à 05:50

Re: [Koha-devel] Koha CSRF protection

2024-04-12 Thread Jonathan Druart via Koha-devel
We want to know which requests to protect (ie. Requiring a csrf token): those having a op starting with cud- Otherwise you could GET something that should be POSTed. I've tried to describe this change as best as I could on the wiki, please adjust if it's not clear enough. https://wiki.koha-communit

Re: [Koha-devel] calendar change request on koha-community.org

2024-03-04 Thread Jonathan Druart via Koha-devel
Hi Paul, I've adjusted the description of the event. Cheers, Jonathan Le lun. 4 mars 2024 à 15:26, Paul Poulain via Koha-devel a écrit : > > Hello all, > > I don't know who to ask, so asking widely, sorry. > The hackfest announcement on https://koha-community.org/calendar/ is correct. > Howeve

Re: [Koha] Session time outs in latest stable version?

2024-02-22 Thread Jonathan Druart
Hi, What's the error? (look at the Koha log files) Is the server's disk full? See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36034 It should be released soon. Le jeu. 22 févr. 2024 à 13:26, Evan Stewart a écrit : > > Hello, > > Does the latest version of Koha have a new session tim

Re: [Koha] Language instalation problem installing an adtional language

2024-02-22 Thread Jonathan Druart
Yes, it's a known bug, ignore the warning. See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22217 Le jeu. 22 févr. 2024 à 10:32, David Liddle a écrit : > > Hello Paulo! I'm glad to hear that your installation is working > normally now. In my experience, that error message is to be ex

Re: [Koha] Koha translation site mailing function cannot work

2024-02-15 Thread Jonathan Druart
Hello, Can you try again? It should be fixed now. Regards, Jonathan Le jeu. 15 févr. 2024 à 04:50, SYDT - Frank Chou a écrit : > Dear Sir/Madam, > > We have some people to translate English to Chinese. > But the translation site's mailing function seems not working now. > So, they cannot get t

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

2024-02-13 Thread Jonathan Druart via Koha-devel
Seen it for the first time right now. It is inside "cas_ticket" and it contains the columns for Koha::Patrons Seems related to bug 34893 Le mar. 13 févr. 2024 à 01:36, David Cook via Koha-devel < koha-devel@lists.koha-community.org> a écrit : > Hi all, > > > > The last two days I’ve noticed that

Re: [Koha-devel] Biblios not always removed from Elasticsearch index after delete

2024-01-29 Thread Jonathan Druart via Koha-devel
Hi Emmi, Search for "No job found" in the worker logs. Do you have jobs (in DB table background_jobs) stuck in "new" (with type="update_elastic_index")? If so, search in the data column for your biblionumbers. See also bug 35819. Regards, Jonathan Le lun. 29 janv. 2024 à 13:32, Emmi Takkinen via

Re: [Koha-devel] 22.11.12 having package dependency problems?

2024-01-25 Thread Jonathan Druart via Koha-devel
The problem should be fixed for live packages. Le mer. 24 janv. 2024 à 06:59, David Cook via Koha-devel a écrit : > > I help out a few libraries running 22.11 straight from the community, and two > libraries lately have had Koha go down during automatic upgrades to > 22.11.12-1. > > > > koha-co

Re: [Koha-devel] 22.11.12 having package dependency problems?

2024-01-23 Thread Jonathan Druart via Koha-devel
Please report it. There is another one, related: https://gitlab.com/koha-community/koha-l10n/-/issues/1 Yours should be reported on bugzilla I'd say. Le mer. 24 janv. 2024 à 06:59, David Cook via Koha-devel a écrit : > > I help out a few libraries running 22.11 straight from the community, and

Re: [Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-19 Thread Jonathan Druart
a > table would suddenly be missing. Anyway, thanks for any further helps here. > > Scott > > -Original Message- > From: Jonathan Druart > Sent: Tuesday, December 19, 2023 2:45 AM > To: skaman...@gmail.com > Cc: koha > Subject: Re: [Koh

Re: [Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-19 Thread Jonathan Druart
> ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Table > 'koha_library.creator_layouts' doesn't exist at > /usr/share/koha/lib/C4/Installer.pm line 741 Do you have an instance 'koha_library'? Is the DB correctly created? Try: `koha-mysql koha_library` then run "SHOW TABLES". Do you

Re: [Koha] 500 error for News, HTML customizations, Pages

2023-11-15 Thread Jonathan Druart
;have truncated tables"? What have you done exactly? Can you restore from a backup? Le mer. 15 nov. 2023 à 12:25, Aida Djikic a écrit : > I don't know what that means, and how to correct it. > > On Wed, Nov 15, 2023 at 12:20 PM Jonathan Druart < > jonathan.dru...@

Re: [Koha] 500 error for News, HTML customizations, Pages

2023-11-15 Thread Jonathan Druart
age::DBI::catch {...} (): DBI Connection failed: DBI > connect('database=koha_librarym21;host=localhost;port=3306','koha_librarym21',...) > failed: Can't connect to local MySQL server through socket > '/var/run/mysqld/mysqld.sock' (2) at /usr/share/koha/lib/Koha/Database.pm &

Re: [Koha] 500 error for News, HTML customizations, Pages

2023-11-15 Thread Jonathan Druart
Try `tail -f /var/log/koha/*/*.log` then hit the page that causes the 500. You should then see the relevant error. Le mer. 15 nov. 2023 à 10:42, Aida Djikic a écrit : > Alright, restarting Plack and memcached didn't work, and neither did > upgrading the schema. I haven't yet been able to find wh

[Koha-devel] Translation server migrated

2023-11-11 Thread Jonathan Druart via Koha-devel
Hello, The translation server has been migrated from Pootle to Weblate. It's a whole new server with a complete new workflow. The goal was to have it ready to translate 23.11, but everything is not set up yet (downtimes may appear). You can login with your Pootle credentials, and you should have

Re: [Koha-devel] Anybody still using tarballs?

2023-11-10 Thread Jonathan Druart via Koha-devel
e. > El mar, 7 nov 2023 a las 17:22, Jonathan Druart via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: >> >> Hi, >> I am suggesting removing the tarball from our release process. I don't think anybody is using it anyway. >> It's extra wor

Re: [Koha-devel] Anybody still using tarballs?

2023-11-09 Thread Jonathan Druart via Koha-devel
You missed the original request, Victor. The .po files will be missing from the src and so the git extract won't be enough. I think we better need to have a job triggered on tags pushed that will build and push the .tar.gz files. Le ven. 10 nov. 2023 à 04:52, Victor Grousset/tuxayo via Koha-devel

[Koha] All projects are now disabled on Pootle

2023-11-08 Thread Jonathan Druart
Hello, I have disabled the projects on Pootle as I am now migrating the strings to the new server using Weblate. More info on the dedicated wiki page https://wiki.koha-community.org/wiki/Translation_server_migration_weblate Cheers, Jonathan ___ Koha m

[Koha-devel] Anybody still using tarballs?

2023-11-07 Thread Jonathan Druart via Koha-devel
Hi, I am suggesting removing the tarball from our release process. I don't think anybody is using it anyway. It's extra work for RMaints, and it does not seem necessary. I am going to suggest removing the po files from the Koha src code starting from November releases, and that will require yet an

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

2023-11-07 Thread Jonathan Druart via Koha-devel
About ktd you need to include one of the ES/OS compose files ( docker-compose.es* docker-compose.os*), there are bin/ktd switches. You also need KOHA_ELASTICSEARCH set to "yes" in the .env file. Le mar. 7 nov. 2023 à 03:55, David Cook via Koha-devel < koha-devel@lists.koha-community.org> a écrit :

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

2023-11-06 Thread Jonathan Druart via Koha-devel
: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

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

2023-11-03 Thread Jonathan Druart via Koha-devel
Because of 26170, I left a comment there. Le ven. 3 nov. 2023 à 13:49, Tomas Cohen Arazi via Koha-devel a écrit : > > Hi all, this is master's latest failures: > > https://jenkins.koha-community.org/job/Koha_Master/lastCompletedBuild/testReport/ > > The selenium failure has been there for a while

Re: [Koha] support newer Linux version

2023-11-03 Thread Jonathan Druart
Hello and welcome, Where are you looking at exactly? The official wiki page is showing correct information: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations#Koha_23.05 Regards, Jonathan Le ven. 3 nov. 2023 à 11:50, ReindeR Rustema a écrit : > > Hello, > > New to the

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

2023-11-03 Thread Jonathan Druart via Koha-devel
David, if you don't know Jenkins and you are part of the QA team, I guess you are not alone to be lost with our CI structure and it means we have a big problem. Either motivation, or tools or communication. I am not answering you now but maybe we need to document a bit better how it works for the n

[Koha] koha-manual switched to "main"

2023-10-26 Thread Jonathan Druart
Hello, Most of you can ignore this email, but if you have the koha-manual git repository cloned somewhere locally, you will need to switch to the "main" branch (instead of "master"). You can simply run the following command (when at the root of koha-manual) % git config init.defaultBranch main

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

2023-10-23 Thread Jonathan Druart via Koha-devel
Some ideas: 1. You could hack the worker to process all queues, then you could have only one worker (?) 2. Stop the worker, modify Koha::BackgroundJob->enqueue to call ->process (not with $self, you will need to refetch the job) 3. You can remove the "use" statements from plack.psgi to reduce plack

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

2023-10-23 Thread Jonathan Druart via Koha-devel
It's enabled, so the problem is not coming from there. Le lun. 23 oct. 2023 à 04:59, David Cook via Koha-devel < koha-devel@lists.koha-community.org> a écrit : > Hi all, > > > > It looks like my “bugmail has been disabled” for the last 10 days on > Bugzilla, so if I haven’t responded to a comment

Re: [Koha-devel] Background jobs quirks

2023-10-18 Thread Jonathan Druart via Koha-devel
ass::ResultSet=HASH(0x55b81f9d6b68), > 12) called at /kohadevbox/koha/Koha/Objects.pm line 96 > > Koha::Objects::find("Koha::BackgroundJobs", 12) called at > /kohadevbox/koha/misc/background_jobs_worker.pl line 132 > > > > David Cook > > Senior Softw

Re: [Koha] [Koha-translate] Translators - Do not wrap strings in PO files

2023-10-11 Thread Jonathan Druart
t; > https://translate.koha-community.org/de/23.05/translate/#search=Summer&sfields=source,target > > > > It’s only visible if you edit the po files directly. I haven’t checked how > Weblate handles them. > > > > Hope this helps, > > > > Katrin > > >

Re: [Koha] Translators - Do not wrap strings in PO files

2023-10-11 Thread Jonathan Druart
Well, of course it has been wrapped! It should read like: http://paste.debian.net/1294738/ Le mer. 11 oct. 2023 à 10:50, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> a écrit : > Hello, > > I have a question for translators: do you like how strings are wrapped in >

[Koha] Translators - Do not wrap strings in PO files

2023-10-11 Thread Jonathan Druart
Hello, I have a question for translators: do you like how strings are wrapped in PO files? In the context of moving our translations server to weblate we will have to reorder the PO files, and maybe we could take that opportunity for other changes. One of them could be to not wrap lines, and hav

Re: [Koha] Working with nginx and installing on URL prefixes

2023-10-06 Thread Jonathan Druart
I think that is bug 15045 (no patch!) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15045 Le ven. 6 oct. 2023 à 16:39, Daniel Bünzli a écrit : > Thanks for your answer Thomas. > > > This will take the output generated upstream (i.e. plack) and do actual > > regex replaces on the HTML

Re: [Koha] search_for_data_inconsistencies.pl: Bibliographic records have invalid MARCXML

2023-10-03 Thread Jonathan Druart
in table "biblio" > and then to reindex the database? > > Best wishes: Michael > -- > Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis > Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz > T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch ·

Re: [Koha] search_for_data_inconsistencies.pl: Bibliographic records have invalid MARCXML

2023-10-02 Thread Jonathan Druart
Hi, This is a bug, there is a lack of information. Please report on bugzilla and if possible provide a patch. You should be able to get more info (biblionumber) with the following change: diff --git a/misc/maintenance/search_for_data_inconsistencies.pl b/misc/maintenance/search_for_data_inconsist

Re: [Koha] search_for_data_inconsistencies.pl: Can't call method "get_column"

2023-10-02 Thread Jonathan Druart
Hi, Line 157 on this version is about authorised values. My guess is that you have a value in marc_subfield_structure.authorised_value that does not have an entry in the authorised_values table (column category). It can be considered as a bug for this script, and it seems (looking at the code) th

Re: [Koha] [translate] Migrate Pootle to Weblate

2023-09-29 Thread Jonathan Druart
jeu. 13 juil. 2023 à 17:12, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> a écrit : > Hello everybody, > > If you are a translator of Koha you should read this. > > Pootle is dead and we should move to Weblate, which is an active and > well maintained project. &

Re: [Koha-devel] ktd and persistent data

2023-09-20 Thread Jonathan Druart
In addition, in this case probably an alias should be created for ‘docker > volume rm koha_db-data’ to easily delete the volume if necessary… > > > > Wouldn’t it be a possibility? > > > > Best greetings, > > > > Janusz > > > > *From:* Jonathan Druart &

Re: [Koha-devel] Carrousel display issue on sandbox

2023-09-20 Thread Jonathan Druart
Is this only broken on the sandboxes? What about ktd? I've tried the plugin (for the first time, in ktd), and the configuration page is full of JS errors. Also I don't manage to create a carousel (it's always saying "No carrousels have been configured"). It seems that you are not using staticapi.

Re: [Koha-devel] Warning: KTD problems with latest master

2023-09-19 Thread Jonathan Druart
If you have trouble with yarn/node/cypress, always start with deleting your local node_modules (ie. the one in $SYNC_REPO) Le ven. 8 sept. 2023 à 15:17, Nick Clemens a écrit : > A ktd pull didn't resolve issues for me, I followed Martin's suggestion > and cleared out my node_modules directory an

Re: [Koha-devel] plugins on KohaDevboxes

2023-08-31 Thread Jonathan Druart
Use the non-translated interface or update the French templates (from the admin of the sandboxes, under the actions menu) Le jeudi 31 août 2023, Philippe Blouin a écrit : > Hi! > > Any suggestion onto why our plugin doesn't seem to work on (bywater's) Devboxes while being perfectly fine in 22,2

Re: [Koha] Large number of action_logs records

2023-08-31 Thread Jonathan Druart
Hi Joel, We could skip the logging when the biblio is modified by this cronjob, please report this problem in a new bug report. Regards, Jonathan Le mar. 29 août 2023 à 21:22, Coehoorn, Joel a écrit : > > We're seeing a large quantity of records filling the action_logs table... > nearly 18,000

Re: [Koha] MARC bibliographic framework test

2023-08-30 Thread Jonathan Druart
You should open a bug report. This mailing list should not be used as a bug tracker/enhancement request. Le mer. 23 août 2023 à 12:11, Сычев Игорь Алексеевич a écrit : > > Hello! > > New install Koha 23.05.02 > Please correct in the Unimarc Default framework. > > subfields not in same tabs > Not

Re: [Koha] Slow Item Edit Routines

2023-08-30 Thread Jonathan Druart
Hi Rudy, Do you have a lot of item types? Do you have a lot of items for this bibliographic record? Regards, Jonathan Le mar. 22 août 2023 à 15:39, Rudy Hinojosa a écrit : > > Using v23.05.02 release has been a great experience thus far, but I am > noticing that the system is doing something C

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Jonathan Druart
tony Kujenga a écrit : > > Hi Jonathan, > > No, it does not return anything. > > Regards > > > AK > > > On Wed, 2 Aug 2023 at 13:56, Jonathan Druart > wrote: >> >> Does this SQL query return something? >> >> SELECT fra

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Jonathan Druart
Does this SQL query return something? SELECT frameworkcode, tagfield, tab, authorised_value FROM marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR kohafield = "items.holdingbranch" ) AND authorised_value != "branches"; Le mer. 2 août 2023 à 11:25, Antony Kujenga a écrit : > > Dea

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

2023-07-21 Thread Jonathan Druart
off my > JS manuals and see if I can do something to extend the code (JS isn't my > favourite language and I've probably not written any for about 15 years). > > Is my supposition about where it would go in the MARC record correct? > > Thanks > > Nigel > >

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

2023-07-21 Thread Jonathan Druart
off my > JS manuals and see if I can do something to extend the code (JS isn't my > favourite language and I've probably not written any for about 15 years). > > Is my supposition about where it would go in the MARC record correct? > > Thanks > > Nigel > >

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

2023-07-21 Thread Jonathan Druart
Looks like it's only using the ISBN. The code is in koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js https://gitlab.com/koha-community/Koha/-/blob/master/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js#L19 and opac-results: 899 [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsb

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

2023-07-21 Thread Jonathan Druart
Looks like it's only using the ISBN. The code is in koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js https://gitlab.com/koha-community/Koha/-/blob/master/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js#L19 and opac-results: 899 [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsb

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

2023-07-21 Thread Jonathan Druart
How did you modify .env? Keep those as it: KOHA_INSTANCE=kohadev KOHA_CONF=/etc/koha/sites/kohadev/koha-conf.xml Le jeu. 20 juil. 2023 à 07:19, Waylon Robertson a écrit : > > after doing ktd up, after configuring the database info etc in .env, I am > getting > koha-koha-1 | Running > [P

Re: [Koha] [translate] Migrate Pootle to Weblate

2023-07-20 Thread Jonathan Druart
Weblate? > Any estimated dates? > thanks, > Tigran > > July 13, 2023 7:12 PM, "Jonathan Druart" > wrote: > > > Hello everybody, > > > > If you are a translator of Koha you should read this. > > > > Pootle is dead and we should move to We

[Koha] [translate] Migrate Pootle to Weblate

2023-07-13 Thread Jonathan Druart
Hello everybody, If you are a translator of Koha you should read this. Pootle is dead and we should move to Weblate, which is an active and well maintained project. We have been setting up a test server to let translators see how it goes. THIS IS A TEST SERVER: none of the changes will be saved!

Re: [Koha] record won't delete

2023-07-06 Thread Jonathan Druart
elete. I'm not sure what is wrong or how to fix these. > Could you elaborate on what needs to be corrected. > > Thanks, > Lauren > > On Tue, Jul 4, 2023 at 5:37 AM Jonathan Druart > wrote: >> >> Apparently the about page is not displaying the warning i

Re: [Koha] import patrons

2023-07-05 Thread Jonathan Druart
-c is used for 2 options, it's a bug and you should not use it -c|--confirm -c|--matchpoint Use the long version, --confirm instead. Please open a new bug report. Regards, Jonathan Le jeu. 6 juil. 2023 à 06:07, Сычев Игорь Алексеевич a écrit : > > Hello! > > Koha 23.05 > Importing patrons

Re: [Koha] Koha won't import items when importing MARC records

2023-07-04 Thread Jonathan Druart
Or... "StoryCollection"? $bPRBHS$bStoryCollection Le mar. 4 juil. 2023 à 12:16, Jonathan Druart a écrit : > > Hi, > > The error message (from the DBMS) is cut, please provide the full message. > My guess is that the branchcode ("PRBHS") does not exist in the

Re: [Koha] Koha won't import items when importing MARC records

2023-07-04 Thread Jonathan Druart
Hi, The error message (from the DBMS) is cut, please provide the full message. My guess is that the branchcode ("PRBHS") does not exist in the DB. Regards, Jonathan Le ven. 30 juin 2023 à 19:20, Furst, Kevin a écrit : > > Hello, > > TL;DR = When importing MARC records, items don't import and fa

Re: [Koha] record won't delete

2023-07-04 Thread Jonathan Druart
Apparently the about page is not displaying the warning if the problem is on the [deleted]biblioitems table. You can catch the incorrect entries with the following SQL query: select b.biblionumber from biblioitems b join deletedbiblioitems db on b.biblionumber=db.biblionumber; Le sam. 1 juil. 20

Re: [Koha] Where are the release notes for Koha 22.05.13

2023-07-04 Thread Jonathan Druart
Looks like they have not been published on the website. You can still find them in the source however: https://gitlab.com/koha-community/Koha/-/blob/22.05.x/misc/release_notes/release_notes_22_05_13.md Le sam. 1 juil. 2023 à 09:38, Michael Kuhn a écrit : > > Hi > > Under https://download.koha-com

Re: [Koha] updating database Structure Error

2023-06-21 Thread Jonathan Druart
I hope you replaced "__ENCRYPTION_KEY__" with a proper key. Le mer. 21 juin 2023 à 09:43, Mr. Sitali C. S. a écrit : > > Thanks a lot. It has worked like a charm. After adding the lines all I > needed to do was to restart. > Thank a lot for pointing me in the right direction. Much appreciated > >

Re: [Koha-devel] Rewrite of URLs, flushing all empty arguments

2023-06-08 Thread Jonathan Druart
Have a look at bug 25548 maybe? It has been backported but maybe your apache config is not correct (see the RewriteRule)? Le jeu. 8 juin 2023 à 18:03, Philippe Blouin a écrit : > Hi David, > > Yes, connection being the login page. Any call to it with &variable=& > will get see its empty variabl

Re: [Koha] Install Koha 23.05

2023-06-07 Thread Jonathan Druart
Hi Le mer. 7 juin 2023 à 09:29, Сычев Игорь Алексеевич a écrit : > Hello! > > Clean installation of Koha 23.05 > > sample_libraries_holidays.yml > DBD::mysql::db do failed: Cannot add or update a child row: a foreign key > constraint fails (`koha_lib`.`repeatable_holidays`, CONSTRAINT > `repeata

Re: [Koha] Koha upgrade 22.11.6 to 23.5.00 upgrade-schema error

2023-06-07 Thread Jonathan Druart
Hey, put a proper key there! Not "__ENCRYPTION_KEY__"! It can be generated using the following command `pwgen 32` Le mer. 7 juin 2023 à 07:41, Сычев Игорь Алексеевич a écrit : > Hi! > > I added the lines: > > __ENCRYPTION_KEY__ > > The update went through without a problem. > > https://github

Re: [Koha] re customizing the self-registration form page

2023-06-06 Thread Jonathan Druart
Hi Thomas, This CSS rule should work: #opac-patron-registration #OpacCustomSearch { display: none; } It will hide #OpacCustomSearch when it's inside #opac-patron-registration, which is the id of the body on the self registration page. Regards, Jonathan Le mar. 6 juin 2023 à 17:58, Thomas Veale

Re: [Koha] upgrade error running koha-upgrade-schema

2023-06-06 Thread Jonathan Druart
Hi Paulo, You have values in illrequests.illrequests_safk that are not defined in the authorised_values values. Regards, Jonathan Le mar. 6 juin 2023 à 11:20, Paulo Neto a écrit : > Hello all, > > I've been trying to upgrade my koha 18.11 to version 22.11. > > When i run the comand koha-upgrade-

Re: [Koha] koha-upgrade-schema

2023-06-06 Thread Jonathan Druart
Hi, I've reported the problem on bug 30649. You should edit the $KOHA_CONF file and add a new encryption_key entry with a key (that can be generated with `pwgen 32`). Le lun. 5 juin 2023 à 05:47, Сычев Игорь Алексеевич a écrit : > Hello! > > Koha 23.05 > After the update. > How to fix the error?

Re: [Koha-devel] Unable to access plack middleware ( Plack::Middleware::Prometheus::RequestTimes )

2023-05-31 Thread Jonathan Druart
Hi Kyle, It should work if you mount it in /intranet/metrics and access it using /cgi-bin/koha/metrics Cheers, Jonathan Le mar. 30 mai 2023 à 18:36, Kyle Hall a écrit : > Hey yinz, I’m trying to add some Prometheus metrics to Koha. This looks > like it has what we want: > https://metacpan.org/

[Koha-devel] koha-howto embedded into koha-testing-docker!

2023-05-16 Thread Jonathan Druart
Hello, An info that you should spread to your Koha friends: koha-howto has been embedded into koha-testing-docker. Which means that it is available at http://localhost:8081/cgi-bin/koha/how-to.pl when your Koha container is started. Koha-howto [1] is a friendly tool for newcomers, it asks them so

Re: [Koha] auto_increment problem with holds in Koha 21.11

2023-04-27 Thread Jonathan Druart
Do you have the init-file trick setup correctly? https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix#Current_Solution Le jeu. 27 avr. 2023 à 10:06, Michael Kuhn a écrit : > > Hi > > We are working on Debian GNU/Linux 10 with MariaDB 10.3.38 and Koha > 21.11.09. > > Since about September

Re: [Koha] KOHA upgrade from V20.05 to V22.11 (Browse by last name error)

2023-04-26 Thread Jonathan Druart
This has been raised on IRC yesterday, please have a look at the log: https://irc.koha-community.org/koha/2023-04-26#i_2483964 The problem is some borrowers.date_renewed that would be -00-00 Le mer. 26 avr. 2023 à 06:09, zen zenitram a écrit : > > Hello > > I finished upgrading koha version 2

Re: [Koha] Help needed with zombie background_jobs processes

2023-04-19 Thread Jonathan Druart
long_tasks queue. Yesterday it seemed to work if there was only one zombie, > but not two. No new entries in either of the worker- files. > > Thanks for your help. > > c. > --- > Cindy Murdock Ames > IT Services Director > Meadville Public Library | CCFLS > https://meadvi

Re: [Koha] Help needed with zombie background_jobs processes

2023-04-18 Thread Jonathan Druart
gt;> Cindy Murdock Ames >> IT Services Director >> Meadville Public Library | CCFLS >> https://meadvillelibrary.org | https://ccfls.org >> >> >> >> >> On Tue, Apr 18, 2023 at 2:59 PM Jonathan Druart >> wrote: >>> >>> Hi Cindy, >&

Re: [Koha] Help needed with zombie background_jobs processes

2023-04-18 Thread Jonathan Druart
Hi Cindy, Which exact version of Koha 22.11.xx? It should be the latest one. Regards, Jonathan Le mar. 18 avr. 2023 à 19:13, Cindy Murdock Ames a écrit : > > Hi all, > > A couple weekends ago I upgraded our Koha instance from 22.05 to 22.11, and > I'm having trouble with the background_jobs proce

Re: [Koha-devel] Using Vue.js in Koha plugins

2023-03-22 Thread Jonathan Druart
Hi David, I have not investigated how we could split and reuse Vue components from Koha plugins. But Paul Derscheid told me webpack is legacy and we should move to Vite or Turbopack instead. Cheers, Jonathan Le mar. 21 mars 2023 à 05:03, David Cook a écrit : > > Hey Jonathan, > > > > Do you thi

Re: [Koha] Internal server error with ISBD detail and making a hold on OPAC

2023-03-03 Thread Jonathan Druart
Hi Paul, did you run misc/maintenance/search_for_data_inconsistencies.pl to catch potential problems with your data? Le jeu. 2 mars 2023 à 18:03, Paul a écrit : > I’m recently started to get internal server errors when looking at ISBD > detail and making a hold when in the OPAC. > > We’re using

Re: [Koha] Background job / Staging MARC import stuck at 0%

2023-03-02 Thread Jonathan Druart
Hello Michael, I have just tried on 22.11.03 and it seems to work for me. Can you try to open a console, watch the logs: tail -f /var/log/koha/$KOHA_INSTANCE/*.log Import a file. Do you see something in the logs? Otherwise look at the background_jobs.data JSON, you may see an error in it. But if t

Re: [Koha] Koha Export Data Options

2023-03-02 Thread Jonathan Druart
tools/tools-home.pl > > Thanks. > > *With best regards,* > > *Naveen Ali* > > ** > *ITM-JE (EAKL)* > *Inst Representative for * > *HEC Digital Library Resources.* > *NEDUET, Karachi.* > > > > -- > *From: *"Jonathan Drua

Re: [Koha] Koha Export Data Options

2023-03-01 Thread Jonathan Druart
Hi, Which version of Koha? Do you see an error in the Koha log files? Regards, Jonathan Le mer. 1 mars 2023 à 11:32, Ms. Naveen Ali a écrit : > Dear All, > > I use Koha Tools-> Export Data->Export Database Option to download dump of > Koha database. > > I have a large database with over 15000

Re: [Koha] How to resolve bug Bug 28267? What must I do in mysql?

2023-03-01 Thread Jonathan Druart
Did you see comment 20? https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267#c20 Le jeu. 2 mars 2023 à 06:30, Δημήτρης Δαλαγιώργος < dimitrios.dalagior...@gmail.com> a écrit : > Dear all, > > I'm not a developer, and as I mentioned before, I'm stuck with an > inoperable library catalog

Re: [Koha] cron problem with automatic_checkin after update to 22.05

2023-03-01 Thread Jonathan Druart
Make sure you have an item type for all your items. There is a script that can help you to catch them: misc/maintenance/ search_for_data_inconsistencies.pl Le mar. 28 févr. 2023 à 22:36, Hector Gonzalez Jaime a écrit : > Hi, we recently updated our system to 22.05 and since then we receive this

Re: [Koha-devel] ChatGPT and Koha

2023-02-22 Thread Jonathan Druart
For Koha core developers I am not sure it is relevant. Hasn't ChatGPT been fed with 2 years old data? With data we actually wrote ourselves. So basically if I ask it something I am requesting what my 2 year-ago self knew? I have certainly forgotten some stuff, but I also know that what was true 2 y

Re: [Koha-devel] Testing ERM functionality

2023-02-21 Thread Jonathan Druart
About the warning I guess you are working on top of the "refactoring" branch, have a look at 32991 commit message and the discussion on the bug. Le mer. 22 févr. 2023 à 07:29, David Cook a écrit : > Hi Jonathan and folks, > > > > Is there a general test plan that can be used for testing ERM > fu

Re: [Koha-devel] Vue improvements/refactorings

2023-02-21 Thread Jonathan Druart
gt; > 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 *Jonathan Druart > *Sent:* Wednesday, 22 Fe

Re: [Koha-devel] Vue improvements/refactorings

2023-02-21 Thread Jonathan Druart
text from routes.js. > > > > Anyway, I have to run, but I thought you might find that interesting. > > > > David Cook > > Senior Software Engineer > > Prosentient Systems > > Suite 7.03 > > 6a Glen St > > Milsons Point NSW 2061 > > Au

Re: [Koha-devel] Vue improvements/refactorings

2023-02-21 Thread Jonathan Druart
nt is that people will read, learn and copy the code that is in master, which will be obsolete (and generate conflicts) one this tree will be pushed. How can we coordinate to make it move forward? Who is willing to help here? Cheers, Jonathan Le mer. 15 févr. 2023 à 14:09, Jonathan Druart < jona

Re: [Koha-devel] Vue improvements/refactorings

2023-02-15 Thread Jonathan Druart
: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Koha-devel *On > Behalf Of *Jonathan Druart > *Sent:* Thursday, 16 February 2023 12:10 AM > *To:* koha-devel > *Subject:* [Koha-devel] Vue improvements/refactorings > > > > Hi, > > > > Pedro

[Koha-devel] Vue improvements/refactorings

2023-02-15 Thread Jonathan Druart
Hi, Pedro and I have been working on improving the way we request the Koha REST API from Vue components. We ended up with the implementation that is available on the following remote branch: https://gitlab.com/joubu/Koha/-/commits/bug_32925 It contains the patches from the following bug reports:

Re: [Koha] Wrong CSRF token: Patron Image upload problem in Koha 22.05

2023-02-14 Thread Jonathan Druart
For your information I don't recreate the problem on master. Le lun. 13 févr. 2023 à 22:35, Tim McMahon a écrit : > We've been having this problem and I was hoping there would be a reply > to this. We usually use it in the 'Check out' tab, but found out if we > click on the 'Details' tab before

[Koha-devel] koha-testing-docker is now installing pre-commit git hooks

2023-02-07 Thread Jonathan Druart
Hi, We have a pre-commit hook in the wiki but people forget to install it. And it was not easy to update and propagate the changes. We decided to embed it in koha-testing-docker and install it automatically. So if you see a message telling you your commit is missing something, don't ignore it ;)

Re: [Koha-devel] Trouble for the Gitea project: forked to Forgejo

2023-02-01 Thread Jonathan Druart
é, 1 feb 2023 a las 6:08, Jonathan Druart (< > jonathan.dru...@bugs.koha-community.org>) escribió: > >> See https://codeberg.org/forgejo/forgejo and >> https://forgejo.org/2022-12-15-hello-forgejo/ >> "To this end we are very proud that Codeberg e.V. has decided

Re: [Koha-devel] Trouble for the Gitea project: forked to Forgejo

2023-02-01 Thread Jonathan Druart
See https://codeberg.org/forgejo/forgejo and https://forgejo.org/2022-12-15-hello-forgejo/ "To this end we are very proud that Codeberg e.V. has decided to become our project’s custodian." Le mer. 1 févr. 2023 à 09:44, Marc Véron a écrit : > Hi everybody > Why not https://codeberg.org/ ? > Regar

  1   2   3   4   5   6   7   8   9   10   >