Time  Nick                 Message
02:51 thomas63[m]          Hi there... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/afjwGPtBXJbOHoKUlAdRmtyc>)
04:17 tuxayo               thomas63: hi :)
04:17 tuxayo               "This printer is shown in the settings twice" If this is about the settings in the OS, it doesn't depend on Koha.
04:21 tuxayo               > once as “Generic Text-Only Printer” and once as “EPSON TM BA Thermal (rastertotmt)”. To print the 2nd setting is used. I have no idea what the 1st setting is for.
04:21 tuxayo               The 1st might be a failed attempt at adding it.
04:22 tuxayo               Well, when searching "rastertotmt" I find results relating to setting up similar printer on Linux so that seems to be what you need.
04:23 tuxayo               Directly searching for "TM-T82II linux" might also help if there are differences in the setup for the different models of that family of printers.
06:54 reiveune             hello
07:03 magnuse              \o/
08:05 lmstrand             Hi all. A quick question. I'm making an atomicupdate file for a bugzilla ticket. The idea is to drop a constraint. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36101. After the change the 3 constraints left would be named old_reserves_ibfk_1, 2 and 4. Should I drop the 4th constraint and add it again as reserves_ibfk_3 in the atomicupdate file (and rename it as 3 in kohastructure.sql?
08:05 huginn`              04Bug 36101: enhancement, P5 - low, ---, koha-bugs, NEW , Deleting an item removes the itemnumber from old_reserves when it should not
08:49 * cait               waves
08:49 cait                 lmstrand: I'd say the missing number should not be a big issue, hope others would agree
08:56 cait                 fridolin: around?
09:20 paulderscheid[m]     morning #koha
09:30 cait                 morning
09:35 puphaus[m]           Hello together :)
09:49 * cait               waves
09:49 cait                 fridolin: ping :)
09:57 fridolin             cait: yep ?
09:58 fridolin             ah seen your messages
09:58 fridolin             brb
10:05 Joubu                MatthewBlenkinsop[m]: hi! would you agree with the patch on bug 36012?
10:05 huginn`              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36012 normal, P5 - low, ---, chris, NEW , ERM/Agreements_spec.ts is failing if run too slow (?)
10:16 paulderscheid[m]     What are flags in virtualshelfcontents used for?
10:18 Joubu                Taling about a column in DB?
10:18 Joubu                Talking*
10:22 paulderscheid[m]     Yeah
10:22 paulderscheid[m]     The flags column in virtualshelfcontent
10:31 Joubu                bug 33379
10:31 huginn`              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 enhancement, P5 - low, ---, m.de.rooy, RESOLVED FIXED, virtualshelfcontents.flags seems useless
10:31 Joubu                it's deleted in master
10:34 fridolin             Bug 36298 easy one
10:34 huginn`              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36298 normal, P5 - low, ---, fridolin.somers, Needs Signoff , In patrons search road type authorized value code displayed in patron address
10:34 paulderscheid[m]     Ok, thanks :D
11:01 fridolin             cait:  bug 36176 backported in 23.11.x yesterday
11:01 huginn`              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36176 normal, P5 - low, ---, jonathan.druart, Pushed to stable , [23.11 and below] We need tests to check for 'cud-' operations in stable branches (pre-24.05)
11:04 fridolin             Im on backporting Bug 34755
11:04 huginn`              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34755 critical, P5 - low, ---, dcook, Passed QA , Error authenticating to external OpenID Connect (OIDC) identity provider : wrong_csrf_token
11:45 CybermonGana[m]      hello
11:48 CybermonGana[m]      Please advise me how can i show framework marc21 fields by Multilanguage view? I have already installed France, Russian languages but framework only showed english.
11:49 NikolayGospodinov[m] Hello. I want to ask what book digitization standard you use. I'm from Bulgaria and we don't have a certain standard and we don't know what standard to scan?
12:12 tcohen               hola #koha o/
12:47 edveal[m]            Nikolay Gospodinov: W e use the standards posted here.
12:47 edveal[m]            https://library.unt.edu/digital-projects-unit/standards/#documents-handwritten-ledgers-receipts
13:02 cait                 fridolin: awesme, thanks!
13:04 cait                 CybermonGana[m]: at the moment framework descriptions are monolingual
13:04 cait                 CybermonGana[m]: they are drawn from the database and ther eis no concept yet for storing multiple languages in the database yet (exception is itemtype descriptions)
13:06 CybermonGana[m]      Thanks Cait
13:08 domm[m]              Is C4::AuthoritiesMarc still the correct place to update/delete etc auth records? or has the functionality moved to Koha::* / DBIC?
13:09 cait                 not sure
13:10 Joubu                domm[m]: we have both, it depends on what you want to do
13:10 Joubu                if new code/ft, it should be under Koha/Authority-ies
13:13 domm[m]              it's for an non-core script that will update authorities imported from GND based on their update service
13:13 CybermonGana[m]      when I to click delete record of biblio, I am having error 500. please your advise to fix it ?
13:13 domm[m]              but after reading AddAuthority I think we cannot use that anyway, so I guess I'll just set the new MARC
13:17 domm[m]              esp since there is such thing as koha-to-marc-mappings to extract data from MARC into DB fields
13:56 magnuse              anyone else had problems with SRU over https? this: perl -e "use ZOOM; new ZOOM::Connection('https://sru.aja.bs.no:443/mlnb');" --> ZOOM error 10000 "Connect failed" (addinfo: "https://sru.aja.bs.no:443/mlnb") from diag-set 'ZOOM'
14:00 cait                 magnuse: yes
14:00 cait                 there is a bug
14:00 cait                 it's a problem with one of the dependencies IIRC
14:00 magnuse              oh?!?
14:00 cait                 bug 30332
14:00 huginn`              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30332 normal, P5 - low, ---, koha-bugs, CLOSED WORKSFORME, Outbound SRU does not work via https
14:01 cait                 domm[m]: is just your person for that
14:01 cait                 verion of libyaz if I read that correctly
14:02 magnuse              cait++++
14:09 magnuse              looks like my version of libyaz5 is too old, and an upgrade of the OS is the way to go. thanks a ton, cait!
14:11 cait                 sure thing :)
14:21 NikolayGospodinov[m] how to add new fields in add item entry template?
14:34 magnuse              NikolayGospodinov[m]: the item fields correspond to subfields of MARC field 952, so adding a new one is not trivial. the best thing might be to use an existing field that you are not using for anything already
14:36 magnuse              *an existing subfield
14:36 NikolayGospodinov[m] ok
14:57 cait                 ok, working on that spec took way longer than expected, putting on my RM hat now )
15:10 paulderscheid[m]     Is there a recommended module in perl for instantiating linked lists (single)
15:13 paulderscheid[m]     Hmm, now that I think of it probably doesn't even provide a performance advantage in perl.
15:16 Joubu                what do you want to do?
15:16 Joubu                $h = { 1 => { %{your_data}, next => 42 }, 42 => { %{your_42_data}, next => 1|undef } }
15:21 paulderscheid[m]     I have a wrapper for virtualshelfcontent items to provide an additional list position field (for sorted rendering) and the requested spec wants to insert new entries in arbitrary positions (most often at the start).
15:23 paulderscheid[m]     On every insertion other than the end I need to shift the indices in the position fields by one for everything that follows after the new entry at position x.
15:25 Joubu                splice? https://perldoc.perl.org/functions/splice
15:27 paulderscheid[m]     Thanks, that's better.
15:44 reiveune             bye
16:07 cait                 I'd like to propose that we start using individual bugs for the CSRF follow-ups - I think it is hard to keep track for review/pushing with the omnibus - is that something people could get used to?
16:30 ashimema             anyone notice the huge regression in patron search in master?
16:30 ashimema             search from top bar, hit return.. no results..
16:30 ashimema             left side search works, autocomplete works..
16:30 ashimema             the query doesn't look right at all.. looks like old code somehow crept back in
16:38 cait                 hm I can try on my branch sec
16:38 cait                 just pushed ta ton of CSRF
16:38 cait                 but only locally
16:39 cait                 hm you are right
16:39 cait                 do we have a report yet?
16:39 cait                 i tried wit henry, it won't work from the top bar
16:43 ashimema             Pedro is on the case
16:43 ashimema             I'll report
16:46 cait                 I haven't seen a report so far - I had a fix for the alphabet patron search on hold requests in my queue
16:46 ashimema             Bug 36302
16:46 ashimema             - Patron search from search bar broken
16:46 huginn`              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36302 enhancement, P5 - low, ---, pedro.amorim, NEW , Patron search from search bar broken
16:46 cait                 pushing that now with other bug fixes
16:51 wajasu               tried using rootless podman with koha-testing-docker with userns_mode=keep-id  but its taking waaay to long align uid for that koha container volume. bummer.
16:51 cait                 bye all - have a nice evening
16:52 wajasu               yes docker works fine because it runs as root, but i need to get podman to be able to write tothe koha git volume during the compose.
17:07 wajasu               well, it looks like podman rootful works fine with koha-testing-docker compose, since it can run as root and write to the koha volume
18:07 PedroAmorim[m]       @later tell Joubu can you look at bug 36302 please
18:07 huginn`              PedroAmorim[m]: The operation succeeded.
18:22 tcohen               PedroAmorim[m]: I'll continue with the ILL stuff tomorrow
18:24 PedroAmorim[m]       I'm looking at the ILL scroll bug but having a hard time reproducing a scrolling issue
18:27 tcohen               interesting!
18:27 tcohen               I will try to repeat it
18:27 tcohen               and maybe I can take a screencast or smth
18:33 tcohen               ok, reproduced here
19:44 blawlor[m]           Thanks Pedro Amorim I noticed that bug 36302 yesterday and it was driving me crazy
19:44 huginn`              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36302 critical, P5 - low, ---, pedro.amorim, Signed Off , Patron search from search bar broken
20:56 cait                 hmm is jenkins down?
20:57 cait                 it gives me a 404 error
20:57 cait                 and the icons on the dashboard are broken
21:12 tuxayo               cait: wiki down too
21:13 cait                 huh
21:14 paulderscheid[m]     for me as well
21:16 cait                 I let tcohen know
21:16 tuxayo               LOL, i went to look at https://wiki.koha-community.org/wiki/Website_Administration to find where they both are hosted but of course it's down XD
21:17 tuxayo               got wondering for 30 sec as why it was slow to load
21:18 tuxayo               Anyway, archive.org to the rescue :D https://web.archive.org/web/20240121083828/https://wiki.koha-community.org/wiki/Website_Administration
21:18 tuxayo               It's for tcohen indeed, they are both hosted in the portainer service
21:18 tuxayo               The other things there are down too api.koha-community.org portainer.koha-community.org
21:19 cait                 tcohen says probably maintenance by the provider
21:19 cait                 so maybe we should go to bed and it wil be back tomorrow :)
21:20 tuxayo               yay :D
21:21 tcohen               I will take a look as soon as I can, but it is probably a scheduled maintenance
21:22 tuxayo               in france there is the term "chômage technique" "technical unemployment" when it's not possible to work anymore when for example there is a shortage of raw materials to process or a critical machine broken down
21:23 tuxayo               Can't find a generic english term. In german there is the close concept of Kurzarbeit https://en.wikipedia.org/wiki/Kurzarbeit
21:23 tuxayo               It's like for partial reduction of work.
22:07 dcook                .