IRC log for #koha, 2022-08-22

All times shown according to UTC.

Time S Nick Message
00:55 aleisha joined #koha
00:55 aleisha hello
00:55 aleisha can someone please help me with the patron autocomplete search JS?
00:56 aleisha i.e. that is used when searching for a patron to place a hold on a record via staff interface
03:55 Oak joined #koha
03:57 Oak joined #koha
03:59 Oak joined #koha
04:01 Oak joined #koha
04:05 Oak joined #koha
04:09 Oak joined #koha
05:59 cait joined #koha
06:26 fridolin joined #koha
06:27 fridolin yellow
06:30 magnuse_ joined #koha
06:31 cait joined #koha
06:32 cait joined #koha
06:37 Oak joined #koha
06:51 alex_ joined #koha
06:51 alex_ Bonjour
06:53 marcelr joined #koha
06:53 marcelr hi #koha
07:02 lds joined #koha
07:22 cait joined #koha
07:46 cait good morning #koha
07:50 marcelr o/
08:15 marcelr joined #koha
08:40 ashimema morning #koha
08:40 ashimema silly question.. How does the new 'Pages' stuff work?
08:40 ashimema I seem to just get a 404 when clicking on the link to page for the one I've added
08:41 ashimema is there a config option or something I need to enable?
08:47 cait hm hope the new patch didn't break it
08:47 ashimema new patch?
08:47 cait there was a follow-up
08:47 ashimema I only just got to play with it just now.. hadn't actually tried it before it went live
08:47 ashimema ah.. ok
08:48 cait bug 31385
08:48 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=31385 enhancement, P5 - low, ---, m.de.rooy, Pushed to master , Additional contents: Allow searching a CMS page by code in multilanguage env
08:48 * ashimema still hates 'HTML Customisations' as a name btw
08:50 ashimema this'll need some good documentation.. it's not immediately clear where they display.. I assume that's deliberate and your are meant to copy the page link to somewhere to actually expose it.
08:55 sonOfRa joined #koha
08:58 marcelr ashimema: opac/opac-page.pl?id=x or code=y
08:59 marcelr no the new patch didnt break it ;)
08:59 ashimema `/cgi-bin/koha/opac-page.pl?page_id=60`
08:59 ashimema 404's for me
09:00 marcelr o yes it is page_id i tend to forget
09:00 marcelr and the 60 is your idnew column ?
09:01 ashimema `/cgi-bin/koha/opac-page.pl?id=60`  also 404's
09:01 ashimema I literally just added a new page content block from the staff client and then clicked the 'Default' link that's displayed in the table.
09:01 marcelr if i enter a not existing column, it says This page does not exist
09:01 ashimema `/cgi-bin/koha/opac-page.pl?code=opac_only_60` also 404's (The 'Current language' link)
09:01 marcelr so no 404
09:02 ashimema >Sorry, the requested page is not available
09:02 ashimema Error 404
09:02 ashimema that one
09:02 wahanui i guess that one is fairly new, and I think it tripped me up the last time I was trying to make it work.
09:02 marcelr could you paste your sql record ?
09:03 ashimema damn it.. it's the base url
09:03 ashimema there's a typo in it.
09:03 marcelr lol
09:03 marcelr so the 404 functionality is still working
09:04 liliputech joined #koha
09:04 liliputech hi, it's a release monday today :)
09:05 marcelr hi liliputech
09:05 liliputech hi marcelr
09:05 ashimema it's kinda horrible that we use id's at all.. even in the code
09:06 ashimema opac_only_60 looks annoying.. would be nice to have pretty uri's somehow
09:06 marcelr ashimema: the code patch makes it a tiny bit easier especially in multi lang
09:06 ashimema yeah.. I get it
09:06 ashimema I'm jsut thinking next steps haha
09:06 marcelr we should add an alias field or so
09:06 ashimema I reckon so
09:17 ashimema should a page without a publication date be visable?
09:17 ashimema I would have said no as it's not published yet
09:17 ashimema but right now it does
09:17 marcelr yes that is current functionality
09:18 marcelr i agree that it is bit odd
09:19 marcelr "we are used to it " argument..
09:20 ashimema ?
09:21 ashimema i really haven't looked at the bug for like 8 years
09:21 ashimema lovely to see it got updated a bit and got in..
09:21 ashimema but yeah.. looks like more refinements needed to me
09:21 marcelr the whole additional contents needs the two tables approach
09:22 ashimema at least two tables
09:22 * ashimema always envisaged 'News', 'Blocks', 'Pages'.. but could also now see "Menu's" being useful
09:23 marcelr pages are a bit the same as blocks actually
09:23 marcelr they only have a url
09:23 ashimema I got overrules on 'Blocks' as a name.. they called it 'HTML Customisations' instead.. which I find really confusing
09:23 marcelr i like blocks
09:23 marcelr shorter
09:23 ashimema yeah..they're very similar
09:23 ashimema me too
09:24 ashimema to me..
09:28 fridolin we should use same name as CMS like WordPress name it
09:33 marcelr ashimema: when you are changing the stuff, rework the staff_and_opac to two boolean fields too :)
09:34 marcelr also nice that the code does no longer change; so I have a record with code==opac_only_281 but it is a staff page
09:34 ashimema lol
09:36 Oak joined #koha
09:51 ashimema it's also rather challenging around the iterating of news.. Can one even add two OpacNav blocks for example.. it's a bit weird to need to iterate
09:58 dcook_ joined #koha
10:03 marcelr dcook_ ?
10:05 marcelr sleep walkers
10:14 cait marcelr: i think the 2 tables woudl be good
10:14 ashimema 🙂
10:15 cait just about ot join an online meeting, but there is a bug already ashimema
10:15 cait it's probably not what you think :)
10:15 ashimema what bug?
10:15 wahanui well, bug is that perl code is not activ since its not in PER5LIB
10:51 khall_ joined #koha
10:53 marcelr joined #koha
11:07 cait ashimema: the 2 tables bug
11:11 marcelr 31383 ?
11:12 cait bug 31383
11:12 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=31383 enhancement, P5 - low, ---, koha-bugs, NEW , Additional contents: We need a parent and child table
11:12 cait yes thanks - sorry, still in the meeting
11:14 ashimema I like the new format of your QA email cait
11:31 marcelr anyone having experience with holds on convolutes ?
11:32 marcelr items belonging to different biblios in one bound volume
11:32 marcelr to get item B1 from B i need to place hold on biblio A
11:33 marcelr since A has an item with barcode containing B1
11:55 tcohen hola #koha
11:55 tcohen cait++
11:58 khall joined #koha
12:04 tcohen anyone on linux having problems to get instl ktd?
12:05 tcohen I have containerd.io 1.6.7-1 and cannot ktd --shell
12:05 tcohen trying to downgrade to 1.6.6 until the package for 1.6.8 is released
12:05 tcohen getting this error:
12:05 tcohen OCI runtime exec failed: exec failed: unable to start container process: open /dev/pts/0: operation not permitted: unknown
12:06 tcohen https://askubuntu.com/question[…]ntime-exec-failed
12:06 tcohen ^^ the only reference I found
12:09 tcohen ok, I confirm this solved it
12:09 tcohen sudo apt install containerd.io=1.6.6-1
12:16 khall_ joined #koha
12:52 cait ashimema: thx!
12:52 ashimema 🙂
13:49 lukeg joined #koha
13:49 lukeg hi #koha
13:51 huginn joined #koha
13:51 gmcharlt @quote random
13:51 huginn gmcharlt: Quote #234: "<oleonard> I was just reading the logs because I didn't know where else to go to find out what to do with an extra half an avacado" (added by slef at 12:59 AM, March 01, 2013)
14:15 ashimema afternoon gmcharlt 🙂
14:15 gmcharlt howdy
14:15 wahanui niihau, gmcharlt
14:45 ashimema nice to see you around
14:47 tcohen hi gmcharlt
14:47 huginn News from kohagit: Bug 30718: (follow-up) index_records is called more times than we thought <https://git.koha-community.org[…]b129f7f07c7ecb7f4>
14:47 huginn News from kohagit: Bug 31425: Minor correction to patron categories admin title <https://git.koha-community.org[…]d1fe175a2ddc853bd>
14:47 huginn News from kohagit: Bug 29939: Use the REST API for ratings <https://git.koha-community.org[…]544c2029f73a34f17>
14:47 huginn News from kohagit: Bug 31352: Change 'Borrower name' to 'Patron name' <https://git.koha-community.org[…]6f000f3ae0173bb4b>
14:47 huginn News from kohagit: Bug 31355: Add paging = false to items table on opac-reserve <https://git.koha-community.org[…]1a61779865bc942d1>
14:57 huginn News from kohagit: Bug 29955: Move populate_order_with_prices to Koha namespace <https://git.koha-community.org[…]1bd042c164d7e94b0>
15:52 cait left #koha
16:19 huginn News from kohagit: Bug 29955: Fix method import issues <https://git.koha-community.org[…]c9997c5cc8fd6d15b>
16:19 tcohen hi all, I'm trying to fix master tests, eyes welcome.
16:19 huginn News from kohagit: Bug 31377: Add internal note column to booksellers.tt <https://git.koha-community.org[…]7c44b1aff37efd6dc>
16:19 huginn News from kohagit: Bug 31321: Remove GetItemsInfo from catalogue/detail.pl <https://git.koha-community.org[…]a156ea31576559e4f>
16:42 tcohen dcook++
16:43 huginn News from kohagit: Bug 31390: Remove noisy warns in C4::Templates <https://git.koha-community.org[…]e5a5ba70a54b5d353>
16:43 huginn News from kohagit: Bug 31388: Add select2 to fund selection in new order form <https://git.koha-community.org[…]2c5ea835db7fdc5d1>
16:43 huginn News from kohagit: Bug 31387: Fix othernames required label <https://git.koha-community.org[…]d3e75ce7c0700feef>
16:43 huginn News from kohagit: Bug 31348: Make koha-plack stop gracefully <https://git.koha-community.org[…]39cdcb9e12693630d>
16:44 huginn News from kohagit: Bug 6936: Allow multiple itemtypes for bib record export <https://git.koha-community.org[…]119cbc11796d5cd43>
16:53 huginn News from kohagit: Bug 31076: Handle year limits with equal sign or colon <https://git.koha-community.org[…]a887b2e7966e3765a>
16:54 huginn News from kohagit: Bug 31017: Add new vendor_type field to edit screen and display <https://git.koha-community.org[…]ebe294d0bcc38aa9a>
16:54 huginn News from kohagit: Bug 31017: DBIC update <https://git.koha-community.org[…]0eb60f2b40351c4da>
17:37 tuxayo gmcharlt: hi :) Are you still the person running huginn ?
17:38 gmcharlt tuxayo: I am
17:39 tuxayo gmcharlt: great :D
17:39 tuxayo it has been decided to move the automated bot output to #koha-bots but huginn has several functions. Do you know if it's possible to move only the "News from kohagit" to another channel?
17:40 gmcharlt should be, yes; I'll look into it
17:40 tuxayo thanks ^^
17:40 tuxayo So the main channel is easier to readback and less intimidating to newcomers
17:44 tuxayo gmcharlt: other than that, what's up? Still doing Koha stuff at Equinox?
17:46 tcohen tuxayo: was it koha-bots or koha-ci?
17:46 tcohen if the latter, I should do ht esame with jenkins
17:46 tcohen I think it was koha-bots
17:49 * tuxayo digs the logs
17:50 tuxayo http://irc.koha-community.org/[…]2-04-20#i_2417157
17:50 tuxayo koha-bots!
17:50 wahanui hmmm... koha-bots is nice.
17:50 tuxayo LOL
18:04 tcohen yeah, I figured
18:05 tcohen koha-ci was created earlier than the voted proposal
18:05 tcohen long live to koha-bots!
18:15 fridolin joined #koha
19:31 tcohen bug 3150
19:31 huginn Bug https://bugs.koha-community.or[…]w_bug.cgi?id=3150 enhancement, P5 - low, ---, aleisha, Signed Off , Move emails for sending cart and list contents into notices tool
19:31 tcohen qa_team
19:33 wajasu i was perusing bugs to signoff yesterday. came across one wher someone has a problem where the cronjob (overdues, or process_message_queue) was taking so long, that the next run overlapped.
19:33 wajasu i think i found a solution.  there is a gnu parallel tool that you can use "sem" and specify 1 at a time ,etc.
19:34 wajasu sem .../cronjob.pl ...    so that the next run on crontab will wait or just exit.
19:35 wajasu they could just install parllel, and adjust cronjobs as needed.
19:35 wajasu sem is semaphore counter.  (a wrapper for the parllel tool)
19:36 wajasu just sayin.
19:38 wajasu parrallel has "nice" and many other features.  could be useful for backups too.
19:50 tcohen right
19:50 tcohen we added a process lock to Koha::Script. which is used by some cronjobs
19:54 tcohen wajasu: look at bug 31342
19:54 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=31342 enhancement, P5 - low, ---, tomascohen, Signed Off , process_message_queue can run over the top of itself causing double-up emails
19:55 wajasu ahh
19:55 wajasu i was just building a packer image.  i used debian 11.4 :)
19:56 wajasu if i install 11.3, and do atp-get-update, apt-get-upgrade, does that upgrade debian from 11.3 to 11.4?
19:59 wajasu when i went to install the https://debian.koha-community.[…]s/22.05/InRelease  certs, i had an error
19:59 pastebot "wajasu" at 127.0.0.1 pasted "my placker build for debian 11.3 had an error install ing koha certs when using debian 11.4" (5 lines) at https://paste.koha-community.org/13319
20:00 wajasu maybe i am getting ahead of myself. my mirror only had 11.4 so i had switched it.
20:15 tcohen wajasu: not sure what you're doing
20:47 dpk__ joined #koha
20:47 ashimema Do we have any control over the messages koha-jenkins sends tcohen?
20:48 * ashimema wonders if we could add colours similar to the alohabot.. would make spotting statuses quicker
21:09 tcohen ashimema: I do, but I didn't find many options to be hones
21:09 tcohen t
21:10 tcohen there's usa color
21:21 tcohen bye all
22:51 JesseM_ joined #koha
23:07 dcook "ashimema still hates 'HTML Customisations' as a name btw" Here's hoping I didn't come up with that name...
23:07 khall joined #koha
23:10 dcook @quote 234
23:10 huginn dcook: I'll give you the answer just as soon as RDA is ready
23:10 wahanui i already had it that way, huginn.
23:10 dcook Bah..
23:27 tuxayo @quote get 234
23:27 huginn tuxayo: Quote #234: "<oleonard> I was just reading the logs because I didn't know where else to go to find out what to do with an extra half an avacado" (added by slef at 12:59 AM, March 01, 2013)
23:28 tuxayo @quote get random
23:28 huginn tuxayo: Error: 'random' is not a valid id.
23:28 wahanui i already had it that way, huginn.
23:28 tuxayo @quote random
23:28 huginn tuxayo: Quote #251: "<zebran00b> I'm thinking there's a regular expression for this" (added by wizzyrea at 04:56 AM, May 24, 2013)
23:37 huginn joined #koha
23:38 gmcharlt @quote random
23:38 huginn gmcharlt: Quote #119: "<wasabi> wow, and a pig!!! -> http://www.blainefranger.com/b[…]8_nepali_food.jpg" (added by wasabi at 10:22 AM, January 27, 2011)
23:38 gmcharlt I'll keep an eye on it, but as of now huginn should be sending its news feeds to #koha-bots
23:48 tuxayo gmcharlt: wow thanks a lot :D
23:48 tuxayo gmcharlt++
23:49 tuxayo @karma gmcharlt
23:49 huginn tuxayo: Karma for "gmcharlt" has been increased 265 times and decreased 0 times for a total karma of 265.
23:50 tuxayo tcohen++ yay we now have colors for the CI results in #_oftc_#koha-bots:matrix.org
23:50 tuxayo * #koha-bots

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