Time  Nick           Message
01:30 mtj            hey #koha, is anyone running elasticsearch on 20.11 (or higher) in prod?
01:30 mtj            ..if so, hows it going? :)
06:35 reiveune       hello
07:02 matts_hackfest hi !
07:03 ashimema       morning #koha
07:16 Joubu          mtj: there is some work currently to support ES7, did you see the bug reports?
07:17 Joubu          mtj: bug 25439
07:17 huginn         Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25439 critical, P5 - low, ---, koha-bugs, NEW , [Omnibus] Prepare Koha to ElasticSearch 7 - ES7
08:23 cait1          make some noise hackfesters :)
08:36 cait1          jajm: maybe you could grab tcohen for bug 19318?
08:36 huginn         Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19318 enhancement, P5 - low, ---, julian.maurice, Signed Off , Add ability to use custom file upload paths
08:38 severine_q     Hi everyone !
08:38 cait1          hi severine_q :) so sad to miss out on spending time with you
08:39 severine_q     hey cait1 !!  I'm really sad too, it's not really the same without you all here :/
08:44 cait1          hopefully next year we'll all be back!
08:46 severine_q     I really hope so !!!!
08:46 severine_q     confetti!
08:46 wahanui        o/`'`'`'`'`'`'`'`'`'`'`'`
09:31 Joubu          squash = "!f() { git reset --soft HEAD~$1 && git commit --edit -m\"$(git log --format=%B --reverse HEAD..HEAD@{1})\"; }; f"
09:31 Joubu          git alias for squash
09:31 Joubu          Usage: git squash 42 to squash the last 42 commits
09:58 ashimema       mwhahaha
10:03 oleonard       An evil cackle is always a good sign
10:03 tcohen         hi
10:06 ashimema       right.. now what was I going to work on today again>?
10:10 oleonard       Fixing everything.
10:12 cait1          yeah, all the things
10:13 cait1          me suggests bug 30139 - because FR = France
10:13 huginn         Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30139 major, P5 - low, ---, koha-bugs, NEW , Point of sale sets wrong 'Amount being paid' with CurrencyFormat = FR
10:13 cait1          and because I'd love to see it fixed
10:15 cait1          what's for lunch today?
10:15 ashimema       not sure yet.. but it smells great and I'm getting hungry
10:15 cait1          hm me too... but will have to do with something that's in the fridge I guess.... hmpf :)
10:21 tcohen         I tried a scooter!
10:21 matts_hackfest Today is Pousse en bouche, my personal favorite !
10:26 nlegrand       matts_hackfest: do you work with a mouth branch? So you can `git push mouth`? (to non-French speaker, pousse=push, bouche=mouth)
10:27 oleonard       Push in Mouth makes more sense than Puss in Boots :D
10:30 nlegrand       :D you mean, Puss in Bush?
10:30 oleonard       I'm not in charge of writing the fairy tales!
10:31 nlegrand       Ho right, now I got it :D
10:36 oleonard       I don't understand what's happening in auth_subfields_structure.pl with an input param that starts with #
10:56 tundunf        hello everyone :)
10:57 oleonard       Hi tundunf
10:59 tundunf        our library recently upgraded to version 21.11 and has experienced various issues with our notices (missing info, emails going out to users at the wrong times). Has anyone else experienced this after an upgrade?
11:08 oleonard       Sorry tundunf, quiet around here today.
11:09 tundunf        no worries!
11:14 oleonard       Bootstrap doesn't like it when you use "@" in tabs...
11:14 ashimema       we're all eating 😜
11:14 oleonard       Don't forget to send pictures!
11:42 ashimema       damn.. I forgot
11:42 ashimema       sure someone took some pics though
11:43 severine_q     cait1 and oleonard, do you have any opinion about bug 30191 ?
11:43 huginn         Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30191 trivial, P5 - low, ---, oleonard, Needs Signoff , Authority search result list in the OPAC should use 'record' instead of 'biblios'
11:44 ashimema       any tips on how we might make this look a bit less cluttered and clear oleonard: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132699
11:44 ashimema       bug 30093
11:44 huginn         Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30093 enhancement, P5 - low, ---, jonathan.druart+koha, Signed Off , Rewrite the patron search when placing a hold with the REST API route
11:45 oleonard       Are we able to pass a custom DOM configuration to DataTables in specific cases?
11:46 oleonard       I wouldn't show the "browse by last name" links on any interface except the patrons home page.
11:46 ashimema       probably
11:46 wahanui        somebody said probably was too hard.
11:47 ashimema       I was considering what of the two search boxes we should remove as a starting point.. the original search box or the datatables one.. I feel having both is superflous and confusing.
11:47 ashimema       so we'll need to be able to customise DOM for that
11:48 oleonard       I would definitely eliminate the global search filter coming from DataTables (The "Search: [ ] X Clear filter") element
11:53 oleonard       severine_q: The way the patch for 30191 is written, plural forms should be able to be correctly translated
11:54 oleonard       Here's how it looks in the en templates: https://snipboard.io/2S7961.jpg
11:56 ashimema       did we ever come to a conclusion as to how and who updates the history page on koha-community.org?
12:10 oleonard       We came to a conclusion as to how history.txt was updated, ashimema. Does someone manually update the web site from there?
12:10 ashimema       I think they must
12:11 ashimema       it's a few cycles out of date
12:34 cait1          oleonard: sorry,should have looked at the code
12:53 cait1          i know sometimes it was a tabs vs spaces issue with some new line added
12:53 cait1          maybe worth making sure the format is ok
12:53 oleonard       cait1: To be fair, I didn't remember what my patch looked like either
12:53 cait1          :)
13:47 udkoha         is it possible to mix 2 authentification methods for patrons? (a) koha local user accounts and  (b) LDAP or Shibboleth
13:48 udkoha         if the answer is yes could anyone show me a link where I can read about using 2 auth methods? thx
13:55 kidclamp       https://bywatersolutions.com/education/single-sign-on-authentication-options-for-koha
13:55 kidclamp       with LDAP Koha will automatically fallback to checking local
13:55 kidclamp       with shib, the users get a different link, but can still use local logins
13:55 ashimema       unless you set shibOnly 😉
13:57 kidclamp       ooh, true
14:24 udkoha         ah, thank you for the fast response - we will try this ;-)
15:20 reiveune       bye
16:01 khall          hey yinz, looks like branches.pl is borked in master?
16:01 khall          http://192.168.1.20:8081/api/v1/libraries?_page=1&_per_page=20&_match=contains&_order_by=%2Bme.name
16:16 oleonard       ashimema still around?
16:18 * oleonard     wouldn't have expected so
16:19 oleonard       khall: Seems to be working for me
16:49 ashimema       Did I break something
16:50 ashimema       Hey.. can't have been me.. I don't push to master :-s
16:50 ashimema       oleonard
16:50 wahanui        oleonard is, like, happy for ashimema to write the release script
17:14 oleonard       Sorry ashimema, was afk. I was going to ask you about Bug 30416 but then I saw you'd attached screenshots
17:14 huginn         Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30416 enhancement, P5 - low, ---, oleonard, NEW , Patron search results page UX fixes
18:03 oleonard       Thanks for looking at Bug 26019 khall
18:03 huginn         Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26019 enhancement, P5 - low, ---, oleonard, Passed QA , Koha should set SameSite attribute on cookies
22:20 lukeg          tuxayo++
22:21 lukeg          for bz30425