Time  Nick             Message
00:02 Guest845         I think I might be able to implement a workaround using Koha's API.
00:03 cait[m]          also always an idea :)
00:34 Guest845         My idea was to create a record for the collection that then has a single item with a special NOT_LOAN authorized value that allows it to be put on hold but not loaned out. A script periodically checks for holds on collection items and places 'first item available' holds on the child records. It then removes the hold on the collection record.
00:35 Guest845         A bit crude, but it might work. Once I'm more familiar with Koha's plugin system I might write a proper plugin.
13:13 cait[m]          Hm, I am seeing some weirdness with git so. My git author name is set up with firstname and lastname, but whenever I do git so it only puts the firstname. This is since I got things set up on the new laptop. Where is git so looking and why is it doing this?
13:26 davidnind        The same thing has been happening to me for the last few weeks - I've had to run from kshell: export GIT_USER_NAME="David Nind"l
13:27 cait[m]          strange
13:27 cait[m]          but I might try that as an intermediate fix
13:27 cait[m]          I've also added quotes in .env... but not sure if that makes any difference
13:27 cait[m]          yet
13:28 davidnind        I also tried adding quotes in .env, but it made no difference either
13:29 cait[m]          maybe tcohen or Joubu have an idea? not sure if that would be an issue with ktd somehow and a recent change?
13:58 davidnind        I've created an issue for this  https://gitlab.com/koha-community/koha-testing-docker/-/issues/323
14:24 cait[m]          davidnind++
22:16 paulderscheid[m] Hi guys 👋 Here's a rough draft of a new Frontend for koha perldocs. Let me know what you think. https://lmscloudpauld.github.io/koha-perldoc-browser/
22:16 paulderscheid[m] And here's the repo: https://github.com/LMSCloudPaulD/koha-perldoc-browser
22:16 paulderscheid[m] Pull Requests welcome.
22:29 davidnind        paulderscheid++
22:30 paulderscheid[m] o/
22:33 cait[m]          pauderscheid++ - looks nice. But I feel like the search might ont work well yet: GetCourses is not found, but exists in C4
22:33 cait[m]          trust QA to break things... my first idea to test the search was to look for Get as we have a lot of old ones with that
22:57 paulderscheid[m] Yeah, the search is also not yet case-insensitive. I'll try out your case right now.
22:59 paulderscheid[m] Is GetCourses a module or a method? At the moment only modules are indexed. I will try to get the full module doc indexation next.
22:59 paulderscheid[m] So that you can also search for everything that's documented within modules.
23:13 cait[m]          ah ok, it's a method
23:15 paulderscheid[m] But thanks for the fast feedback. Indexing the actual docs is the next step.
23:15 cait[m]          and sleep? ;)
23:22 paulderscheid[m] I‘ll tackle it in the next few days, no worries 😄