IRC log for #koha, 2022-06-20

All times shown according to UTC.

Time S Nick Message
00:56 dcook joined #koha
00:56 * dcook waves
04:03 Oak joined #koha
05:14 cait joined #koha
05:57 reiveune joined #koha
05:57 reiveune left #koha
05:58 reiveune joined #koha
06:05 jajm joined #koha
06:29 cait joined #koha
06:38 marcelr joined #koha
06:38 marcelr hi #koha
06:40 cait hi marcelr
06:58 lds joined #koha
07:04 liliputech joined #koha
07:04 liliputech hi koha!
07:04 wahanui hi koha! is there a table in which i can see if a borrower has borrowed any books (or if library lended out any books) ?
07:07 alex_ joined #koha
07:07 alex_ Bonjour
07:07 wahanui hello, alex_
07:37 cait marcelr++
07:37 cait and wb liliputech :)
07:40 liliputech thx cait ^^
07:52 astyles joined #koha
08:04 ashimema Morning
08:04 ashimema wahanui forget hi koha
08:04 wahanui ashimema, I didn't have anything matching hi koha
08:05 ashimema wahanui forget hi koha!
08:05 wahanui ashimema, I didn't have anything matching hi koha
08:05 ashimema Grr
08:05 paxed dcook: well, i got the delete-component-parts plugin to work. now to test it ona system with actual data to see how badly it performs ...
08:07 ashimema Did you submit a hook paxed?
08:07 paxed ashimema: i'm using the after_biblio_action delete hook
08:07 ashimema Or go the route of implementing the search inside your plugin?
08:07 paxed so doing the search in the plugin
08:07 liliputech tuxayo: hello, in last hackfest i remember you've been playing with a tool for automated browser/js testing, what was the tool already?
08:07 ashimema Okies, nothing for me to help with SO/QA then
08:08 cait forget hi koha!
08:08 ashimema Good question.. it was something Joubu was playing with
08:08 cait wahanui: forget hi koha!
08:08 wahanui cait, I didn't have anything matching hi koha
08:08 Joubu cypress
08:08 ashimema I should look at my hackfest notes again.. lots of loose ends still
08:09 ashimema _before_delete would be cool
08:09 paxed liliputech: just a guess, selenium?
08:10 ashimema Joubu answered, it was cypress
08:10 paxed ashimema: probably should use same semantics as the already existing hook, so before_biblio_action called with delete-action
08:11 Joubu https://gitlab.com/joubu/Koha/[…]greements_spec.ts
08:11 liliputech thx joubu!
08:11 paxed ah, oops, missed Joubu's answer
08:12 ashimema Totally paxed.. I'll add it to my long list of pro-bono work.. problem is that list only grows.. even when I tick stuff off there's more being added
08:13 paxed ashimema: yup. once we get past the putting-out-fires phase of this new version we're running, i'll submit some bugs
08:14 ashimema Awesome
08:14 ashimema Yeah, know the feeling
09:06 liliputech hello there, on my system PERL5LIB is set to /home/arthur/perl5/lib, which seems to interfere with ktd. can someone with a working ktd can give me his value for PERL5LIB ? thx in advance!
09:08 liliputech (oh, the default/env files gives the value needed, thx)
09:12 liliputech other issue, when starting ktd with KOHA_IMAGE=21.11 , it's missing the JSON::Validator::OpenAPI::Mojolicious module. Everything is fixed by force-install this module.
09:23 paxed oh lol. acqui/histsearch.pl is unusable in our production system.
09:23 ashimema I'm having a mental block
09:23 ashimema remind me how to make a string in JS in a template translatable?
09:23 paxed _("foo")
09:24 ashimema aha.. of course
09:24 ashimema thanks
09:24 ashimema had a proper brain freeze moment there
09:24 paxed err, two underscores, not one
09:24 paxed or is it one? not sure
09:25 * ashimema looks for existing cases.. looks like one 🙂
09:30 ashimema aha..
09:30 ashimema or should I be using the t() stuff now?
09:31 ashimema cait around?
09:31 wahanui cait around is cait cait1 cait2 cait3 cait4 cait5
09:31 ashimema hehe.. I love that shortcut to cait
09:34 Joubu ashimema: if you are writing JS in .tt (or .inc), use _(""). If you are in .js, use __("")
09:34 ashimema excellent, thanks Joubu
09:34 ashimema and what about something like
09:34 ashimema >$('#addResult').replaceWith('<div id="addResult" class="alert alert-warning">'+_("Warning: Item")+' '+barcode+' already attached</div>');
09:35 ashimema is there a nicer way to do a more contextual translation these days
09:35 Joubu if you need context or plural in .tt, writing TT code, use [% t() %]
09:35 ashimema rather than breaking the string?
09:35 Joubu yes, _("Warning: Item '%s' already attached".format(barcode)
09:35 ashimema aha, thanks
09:35 Joubu yes, _("Warning: Item '%s' already attached").format(barcode)
09:36 ashimema that's the magic I couldn't remember
09:36 ashimema thanks dude
09:36 ashimema life saver
09:37 cait back from a meeting, what's up
09:37 cait ?
09:37 ashimema Joubu save me cait 🙂
09:38 Joubu liliputech: you are missing the "version(s) released in" for 30742
09:38 Joubu you should have a look at koha-push from the release_tools repo
09:39 cait ah cool
09:39 cait we should document taht :)
09:40 liliputech Joubu: i was reading that script :)
09:42 liliputech also, it's going to be time for release (i'm a bit late, was afk for whole last week).
09:45 ashimema do we tend to just leave out 'title' in the json columns configuration for kohaTables.. let column settings handle it?
09:45 * ashimema has fallen a little behind again on how our tables work
09:46 cait that I cannot answer actually
09:46 cait possibly oleonard can?
09:47 cait in my experience it doesn't matter what you name the columns in the .yml - they go by sequence
09:48 liliputech need the remote+branch for po-files for 21.11... kriegel around?
09:51 ashimema ah, of course
09:51 ashimema we very rarely construct the whole table in JS
09:51 alohabot 🎁 🐯 Koha '21.11.x' packages pushed to 'koha-staging' repo  ðŸ£ðŸ¥—🍡
09:51 ashimema we usually create a placeholder in the template for it..
09:58 cait liliputech: better try to email him, he is rarely areound here, nick woudl be bgkriegel
10:06 koha-jenkins Project Koha_21.11_U18 build #97: SUCCESS in 37 min: https://jenkins.koha-community[…]oha_21.11_U18/97/
10:09 koha-jenkins Project Koha_21.11_U20 build #91: SUCCESS in 41 min: https://jenkins.koha-community[…]oha_21.11_U20/91/
10:09 koha-jenkins Project Koha_21.11_D10_ES6 build #5: UNSTABLE in 41 min: https://jenkins.koha-community[…]_21.11_D10_ES6/5/
10:12 liliputech thx cait :)
10:25 koha-jenkins Project Koha_21.11_D10 build #106: SUCCESS in 56 min: https://jenkins.koha-community[…]ha_21.11_D10/106/
10:42 koha-jenkins Project Koha_21.11_U22 build #25: SUCCESS in 35 min: https://jenkins.koha-community[…]oha_21.11_U22/25/
10:45 koha-jenkins Project Koha_21.11_D9 build #86: SUCCESS in 1 hr 14 min: https://jenkins.koha-community[…]Koha_21.11_D9/86/
10:45 paxed dcook: so much hackery... https://github.com/KohaSuomi/k[…]biblio-components
10:49 ashimema bug 28854 back at you cait .. thanks for all the testing and comments on Friday 🙂
10:49 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=28854 new feature, P5 - low, ---, martin.renvoize, Needs Signoff , Add ability to create bundles of items
10:53 koha-jenkins Project Koha_21.11_D12 build #80: SUCCESS in 44 min: https://jenkins.koha-community[…]oha_21.11_D12/80/
11:04 cait might be Friday again fr the next round
11:16 koha-jenkins Project Koha_21.11_D11 build #117: SUCCESS in 1 hr 6 min: https://jenkins.koha-community[…]ha_21.11_D11/117/
11:26 koha-jenkins Project Koha_21.11_D12 build #81: SUCCESS in 1 hr 0 min: https://jenkins.koha-community[…]oha_21.11_D12/81/
11:26 ashimema no worries
11:28 oleonard joined #koha
12:26 cait could someone help
12:26 cait on the ML?
12:26 cait i know the line is wong for old ubuntu
12:27 cait but not sure how you trigger fixing the packages/dependencies after changing
12:28 cait tcohen: maybe?
12:31 koha-jenkins Project Koha_21.11_D9_ES6 build #11: SUCCESS in 1 hr 15 min: https://jenkins.koha-community[…]_21.11_D9_ES6/11/
12:32 * cait feels igored ;)
12:38 liliputech cait: I think this morning you asked me to have a look at bug30717, the thing is , it is changing some templates and I'm already late for this months release. I will add it to the next one is that ok for u?
12:38 tcohen morning
12:38 liliputech morning tcohen :)
12:38 cait i think it's a blocker
12:39 liliputech ok
12:39 cait and no change to tt
12:39 cait are we looking at the wrong one?
12:39 cait same bug I mean... it's quite warm here
12:40 * tcohen feels a bad bug getting solved is better than a translation glitch
12:40 cait liliputech: we had 3 different people reporting it (see duplicated) and no changes to tt - you shoud be safe
12:41 liliputech cait: I was looking at the wrong one :)
12:52 liliputech ashimema: was looking for applying 28955 (thx for the rebase patches btw) but they don't apply... can u rebase on 21.11.x ?
12:53 cait liliputech: ah :) and sorry for 'pushing' you :) Just feels like a bad one and I want the bad ones gone!
12:58 liliputech cait: that's ok, we all want the bad ones gone :)
13:15 alohabot 🎁 🐨 Koha '21.11.x' packages pushed to 'koha-staging' repo  ðŸ«ðŸ°ðŸ›
13:22 liliputech cait: u push me, i push to the repo, this is how it works ;)
13:25 koha-jenkins Project Koha_21.11_D12 build #82: SUCCESS in 35 min: https://jenkins.koha-community[…]oha_21.11_D12/82/
13:26 liliputech \o/
13:27 liliputech is it me or did jenkins got faster? :)
13:30 liliputech ashimema: forget what i said for 28955, it just applied fine (?)
13:31 liliputech (sry)
13:31 ashimema excellent
13:31 wahanui darn tootin' it is.
13:31 ashimema no worries
13:33 koha-jenkins Project Koha_21.11_D9 build #87: SUCCESS in 43 min: https://jenkins.koha-community[…]Koha_21.11_D9/87/
13:34 Joubu liliputech: it depends on the node
13:39 koha-jenkins Project Koha_21.11_U22_ES6 build #4: SUCCESS in 1 hr 7 min: https://jenkins.koha-community[…]_21.11_U22_ES6/4/
13:40 magnuse i have tried to boil my weird problem with modBiblio down to a minimal test case, and bug 30965 is what i have come up with. if anyone could spare a look at it, it would be much appreciated
13:40 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=30965 enhancement, P5 - low, ---, jonathan.druart+koha, ASSIGNED , Add patron autocomplete search to curbside pickups
13:40 magnuse gotta make dinner, will read back later
13:51 koha-jenkins Project Koha_21.11_U20 build #92: SUCCESS in 58 min: https://jenkins.koha-community[…]oha_21.11_U20/92/
13:55 liliputech Joubu even ES6 now works, amazing!
14:00 koha-jenkins Project Koha_21.11_D10 build #107: SUCCESS in 34 min: https://jenkins.koha-community[…]ha_21.11_D10/107/
14:10 koha-jenkins Project Koha_21.11_U18 build #98: SUCCESS in 1 hr 15 min: https://jenkins.koha-community[…]oha_21.11_U18/98/
14:16 koha-jenkins Project Koha_21.11_U22 build #26: SUCCESS in 43 min: https://jenkins.koha-community[…]oha_21.11_U22/26/
14:45 koha-jenkins Project Koha_21.11_D11 build #118: SUCCESS in 1 hr 6 min: https://jenkins.koha-community[…]ha_21.11_D11/118/
14:52 huginn News from kohagit: Bug 30925: Fix category parameter for addbybiblionumber <https://git.koha-community.org[…]ff82950a13aa9557a>
14:52 huginn News from kohagit: Bug 30989: (QA follow-up) Use uri filter on OPAC tag cloud page <https://git.koha-community.org[…]f3039c6b1b3cc9082>
14:52 huginn News from kohagit: Bug 30989: (QA follow-up) Use uri filter on staff detail page <https://git.koha-community.org[…]e8e27884abe11ca2d>
14:53 huginn News from kohagit: Bug 30989: Use uri filter where tag links are displayed <https://git.koha-community.org[…]cc1032538b3a79b26>
14:53 huginn News from kohagit: Bug 30972: Don't replace biblio's local cover images when uploading an image's image <https://git.koha-community.org[…]322076e779d35dec4>
14:53 huginn News from kohagit: Bug 30960: Fix JS error message when no pick-up location is selected when placing... <https://git.koha-community.org[…]41088bdae37b4506d>
14:53 huginn News from kohagit: Bug 30234: Fix local cover image display for other holdings <https://git.koha-community.org[…]d144b67e071317236>
14:57 cait Coudl someone please take a look at https://lists.katipo.co.nz/pip[…]-June/057956.html ? API is broken (libraries list and such) and I think it needs to have the bionic from here (https://wiki.koha-community.or[…]ersions_of_Debian.2FUbuntu_.28Debian_8.2C_Ubun​tu_18.04.2C_Ubuntu_16.04.29) but not sure what needs to be done after changing the line
14:58 cait left #koha
15:10 koha-jenkins Project Koha_21.11_D12 build #83: SUCCESS in 35 min: https://jenkins.koha-community[…]oha_21.11_D12/83/
15:15 alohabot 🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  ðŸ‡ðŸ¨ðŸ¥”
15:17 koha-jenkins Project Koha_21.11_U22 build #27: SUCCESS in 1 hr 0 min: https://jenkins.koha-community[…]oha_21.11_U22/27/
15:18 koha-jenkins Project Koha_21.11_D9 build #88: SUCCESS in 43 min: https://jenkins.koha-community[…]Koha_21.11_D9/88/
15:28 alohabot 🎁 🐸 Koha '21.11.x' packages pushed to 'koha-staging' repo  ðŸ®ðŸ¥ðŸ¥’
15:29 koha-jenkins Project Koha_21.11_U20 build #93: SUCCESS in 50 min: https://jenkins.koha-community[…]oha_21.11_U20/93/
15:29 ashimema anyone fancy QAing bug 30889
15:29 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=30889 major, P5 - low, ---, martin.renvoize, Signed Off , Background jobs lead to wrong/missing info in logs
15:31 cait joined #koha
15:35 ashimema damn
15:35 ashimema did bz just go down
15:45 koha-jenkins Project Koha_21.11_D10 build #108: SUCCESS in 34 min: https://jenkins.koha-community[…]ha_21.11_D10/108/
16:02 koha-jenkins Project Koha_21.11_D9_ES6 build #12: SUCCESS in 1 hr 17 min: https://jenkins.koha-community[…]_21.11_D9_ES6/12/
16:05 koha-jenkins Project Koha_Master_U22 build #99: SUCCESS in 46 min: https://jenkins.koha-community[…]ha_Master_U22/99/
16:21 koha-jenkins Project Koha_21.11_U18 build #99: UNSTABLE in 1 hr 3 min: https://jenkins.koha-community[…]oha_21.11_U18/99/
16:25 cait give it a momen tmaybe
16:25 koha-jenkins Project Koha_Master_D11_My8 build #876: SUCCESS in 56 min: https://jenkins.koha-community[…]ster_D11_My8/876/
16:26 koha-jenkins Project Koha_Master_D9 build #2015: SUCCESS in 40 min: https://jenkins.koha-community[…]a_Master_D9/2015/
16:27 cait ashimema: works ok fo rme
16:27 ashimema it's back now
16:27 ashimema 🙂
16:28 * ashimema tries to wrap head around transactions
16:32 liliputech joined #koha
16:46 reiveune bye
16:46 reiveune left #koha
16:49 koha-jenkins Yippee, build fixed!
16:49 koha-jenkins Project Koha_Master_U20 build #444: FIXED in 43 min: https://jenkins.koha-community[…]a_Master_U20/444/
16:49 wahanui Congratulations!
17:03 koha-jenkins Yippee, build fixed!
17:03 koha-jenkins Project Koha_Master_D11_MDB_Latest build #964: FIXED in 37 min: https://jenkins.koha-community[…]1_MDB_Latest/964/
17:03 wahanui Congratulations!
17:08 koha-jenkins Project Koha_21.11_U22_ES6 build #5: UNSTABLE in 1 hr 5 min: https://jenkins.koha-community[…]_21.11_U22_ES6/5/
17:12 bag joined #koha
17:32 koha-jenkins Project Koha_21.11_U22 build #28: SUCCESS in 43 min: https://jenkins.koha-community[…]oha_21.11_U22/28/
17:32 cait could someone check my changes to https://wiki.koha-community.or[…]ollow_a_codename_.28version_number.29:_21.05​.2C_20.11.2C_20.05.2C_19.11 ?
17:39 koha-jenkins Yippee, build fixed!
17:39 koha-jenkins Project Koha_21.11_U18 build #100: FIXED in 1 hr 13 min: https://jenkins.koha-community[…]ha_21.11_U18/100/
17:39 wahanui Congratulations!
17:40 koha-jenkins Project Koha_Master_D12 build #172: SUCCESS in 37 min: https://jenkins.koha-community[…]a_Master_D12/172/
18:00 davidnind[m] cait: the changes look OK to me
18:13 koha-jenkins Yippee, build fixed!
18:13 koha-jenkins Project Koha_21.11_D10_ES6 build #6: FIXED in 1 hr 5 min: https://jenkins.koha-community[…]_21.11_D10_ES6/6/
18:13 wahanui Congratulations!
18:16 koha-jenkins Project Koha_Master_D11_MDB_Latest build #965: SUCCESS in 43 min: https://jenkins.koha-community[…]1_MDB_Latest/965/
18:18 ashimema Did you see my email davidnind: ?
18:18 ashimema Regards a process proposal for docs
18:24 davidnind[m] ashimema: I have, apologies for not replying yet - I'll reply shortly
18:27 koha-jenkins Project Koha_Master_D10 build #691: SUCCESS in 1 hr 0 min: https://jenkins.koha-community[…]a_Master_D10/691/
18:28 oleonard joined #koha
18:30 ashimema No worries
18:30 ashimema I just wanted to make sure it hadn't been entirely lost
18:33 davidnind[m] I think it is a good idea, particularly to make it more visible
18:36 davidnind[m] At the moment we have the keywords Manual and Manual-updated, I have bugzilla queries for Manual by release (but I haven't added the keywords to all bugs yet)
18:37 davidnind[m] I think this query is visible to everyone: https://bugs.koha-community.or[…]uired%20-%2022.05
18:44 davidnind[m] At the moment I have a spreadsheet, for example see bug 29640 (process documented in comment 1, except I hadn't added step to add keyword 'Manual" to the bug)
18:44 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=29640 normal, P1 - high, ---, david, ASSIGNED , [DOCS 22.05] Documentation changes for 22.05
18:44 davidnind[m] Anyway, I'll reply the message and get osme discussion going
18:46 davidnind[m] Also, my documentation plans for this week 1) Update to the mailing list 2) Organise meeting 3) Update task lists 4) Do some documentation changes! 🙂
18:51 davidnind[m] For the dashboard, how could we show it like we do for other queues, liked signed off: Doc changes merged and the name of the person?
18:52 davidnind[m] Would it be possible to add a "Documentation contact", like the QA Contact?
19:19 koha-jenkins Project Koha_21.11_D11 build #119: SUCCESS in 1 hr 5 min: https://jenkins.koha-community[…]ha_21.11_D11/119/
19:31 m23 joined #koha
19:44 magnuse_ joined #koha
19:52 paxed joined #koha
20:00 sonOfRa joined #koha
20:00 eythian joined #koha
20:00 mtj[m] joined #koha
20:00 domm[m] joined #koha
20:00 rangi[m] joined #koha
20:21 wajasu joined #koha
20:22 wajasu well. that server I built with koha in 2008 died. time to see whats up for koha in 2022.
20:24 wajasu i've loved getting bug notifications for all these years
20:25 wajasu gonna standup a libvirt qemu/kvm with debian 11 and get koha setup.
20:25 wajasu might need to stand up old versions of koha to upgrade db through all those years.
20:26 wajasu or maybe export the biblios, authorities, patrons and import to the latest koha.
20:29 koha-jenkins Project Koha_Master build #2068: STILL UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]Koha_Master/2068/
20:36 fridolin joined #koha
20:42 davidnind[m] For those interested in the discussion about managing documentation tasks, I've created bug 30998
20:42 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=30998 enhancement, P1 - high, ---, david, ASSIGNED , [DOCS] Managing documentation tasks - simplify processes and integrate more with the development process
21:30 dpk joined #koha
21:35 koha-jenkins Yippee, build fixed!
21:35 koha-jenkins Project Koha_21.11_U22_ES6 build #6: FIXED in 1 hr 5 min: https://jenkins.koha-community[…]_21.11_U22_ES6/6/
21:35 wahanui Congratulations!

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary