Time  Nick                Message
00:19 dcook               Man... HTTP::Cookies has some truly dreadful code in it...
00:19 dcook               Spent an hour on a call because it silently mangles domain names when creating cookies in some situations
04:45 dcook               Ugh search is such a garbage fire sometimes...
06:11 krimsonkharne[m]    o/ #koha
06:33 reiveune            hello
07:07 tuxayo              @later tell dcook here are instruction for KTD on windows that worked in the last few tries: https://wiki.koha-community.org/wiki/User:Paulderscheid
07:07 huginn              tuxayo: The operation succeeded.
07:52 magnuse             \o/
08:35 Joubu               tcohen: bug 32710
08:35 huginn              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32710 enhancement, P5 - low, ---, chris, NEW , UI/Form/Builder/Item.t is failing randomly
09:51 Joubu               @later tell PedroAmorim[m] see bug 33381
09:51 huginn              Joubu: The operation succeeded.
10:49 oleonard            o/
11:02 TriveniChandriki[m] Item due reminder... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/tZKXHJMMHNXfjVFDIiZTKCNe>)
11:02 TriveniChandriki[m] This is not working
11:05 TriveniChandriki[m] This one working
11:05 TriveniChandriki[m] Dear <<borrowers.firstname>> <<borrowers.surname>>,... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/aAUFJkAlxDDspQEKXkXgVvZM>)
11:05 Joubu               mtj: are you skipping t/Search.t when you run the tests for the packages?
11:05 TriveniChandriki[m] help on this
11:07 Joubu               TriveniChandriki[m]: try the TT syntax, [% biblio.title %]
11:08 TriveniChandriki[m] Ok sir
11:08 mtj                 hi Joubu, i'm actually skipping all tests, when building packages
11:09 mtj                 my reasoning is that i'm checking jenkins for passing tests, for production releases
11:11 mtj                 Joubu: have you bumped into a problem?
11:12 Joubu               we noticed that t/Search.t was actually using the DB, so I was expecting you to face problems because of that
11:21 mtj                 Ah OK.. Bbiab
11:44 mtj                 I've been sent out for a midnight food run... πŸ”πŸ˜ΎπŸŸ
13:33 caroline            Is the hackfest still on today?
13:44 oleonard            Sounds like they're all too hung over caroline
13:44 caroline            lol! From the photos, it sure is a possibility
14:02 emlam               o/
14:26 mtj                 hi Joubu, tcohen, ashimema - i uploaded a small patch to bug 33168
14:26 huginn              04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33168 normal, P5 - low, ---, dcook, Needs Signoff , Timeline on "About Koha" is not working for package installs
14:31 mtj                 b6f9241d66 is causing packages to fail to build - syntax error in debian/rules (oops)
14:33 mtj                 can someone do a quick fix πŸͺπŸͺ
14:59 reiveune            bye
16:53 jsalvane            Hello everyone!
16:54 jsalvane            I have a problem in my Koha 22.11 implementation.
16:56 jsalvane            When I search for a patron using name or surname, the page shows no results, but if I search using the user's cardnumber, then it works as it should...
16:56 jsalvane            Can anyone help me?
17:08 emlam               Maybe restarting everything, or running a search reindex?
17:11 emlam               We had a similar problem when we first upgraded to 22.5. ByWater fixed it and I don't know exactly what they did, but those were things they mentioned (I'm not sure if the search reindex fixed the patron search, or only the catalog searching issues we were having at the same time)
17:13 jsalvane_           I only have problems searching for patrons...
17:19 emlam               sorry, that's all I've got =/
17:21 jsalvane_           Ok.
17:21 jsalvane_           Thanks
17:22 jsalvane_           I believe Koha is using zebra, perhaps i wll try using elasticsearch, I've read it somewhere...
17:25 oleonard-away       jsalvane_: Zebra only affects bibliographic records
17:26 jsalvane_           Ok.
17:27 oleonard            jsalvane_: It sounds like it might be a problem with the API, which patron searching uses, but I don't know how to help you with it
18:33 oleonard            Away
18:50 paulderscheid[m]    Just watched a talk with Even You, the author of Vue. The decision for Vue was a good one over React which will kind of enforce a Node Backend going forward. Evan You seems to care a lot more about clearly defined APIs that are backend-language agnostic.