Time  Nick           Message
07:17 reiveune       hello
07:17 wahanui        hello, reiveune
07:36 alex_a         Bonjour
07:54 cait           good morning #koha
07:54 ashimema       morning #koha
07:55 cait           no good morning? ;)
07:55 ashimema       morning cait :)
07:56 cait           good morning ashimema :)
07:56 ashimema       hows it going today?
07:57 * ashimema     is reading tcohens AV over API patches
08:23 cait           it's ok, team meeting in a little bit
08:26 ashimema       likewise
10:21 dersmon        hey
10:23 dersmon        quick question: i get an internal error but neither apache nor the intranet error log yield contain any information
10:23 dersmon        did i miss something?
10:27 liliputech_asu hi dersmon you may have a look at plack-error.log
10:28 dersmon        ah
10:28 dersmon        that's it
10:28 dersmon        thanks ;)
11:05 oleonard       Hi all
11:09 liliputech_asu hi oleonard
11:09 wahanui        hi oleopard
11:09 liliputech_asu :)
12:57 mif            Good day to everyone! What version of bootstrapp is used in Koha 20.11? Thank you!
12:58 oleonard       4 in the OPAC, 3 in the staff client
13:01 mif            Thank you so much!
13:32 cait           :)
13:32 cait           oleonard++
13:36 koha-jenkins   Project Koha_Master_D9_My8 build #496: FAILURE in 40 sec: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/496/
13:38 koha-jenkins   Project Koha_Master_D9_My8 build #497: STILL FAILING in 7.2 sec: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/497/
14:25 magnuse        i have a library on 20.05.06 reporting that even if they have only one librarycode in PatronSelfRegistrationLibraryList, patrons are self registering and getting connected to other libraries than the one in PatronSelfRegistrationLibraryList. anyone else seeing that?
14:27 caroline       isnt there a pref for defaut library when self registering?
14:27 cait           hm i think that's he pref
14:27 cait           magnuse: do you see those misconnections? are they using email verifications?
14:27 magnuse        PatronSelfRegistrationLibraryList should limit the list of libraries that patrons can choose from
14:28 cait           yu could check which branches are in borrower_modifications
14:28 magnuse        PatronSelfRegistrationVerifyByEmail = Don't require
14:29 magnuse        cait: you mean if the patrons were changed after registering?
14:29 caroline       (I was thinking of  PatronSelfRegistrationDefaultCategory  but that's not it)
14:31 oleonard       magnuse: I just checked and it looks like we're seeing that in our 19.11.08 installation
14:34 magnuse        interesting!
14:34 caroline       (off topic: oleonard I thought of you when I saw the cats with tiny hats XD  https://www.youtube.com/watch?v=YIi0nLdaiZE)
14:35 oleonard       :D
14:35 oleonard       If I tried to put Mikey in a hat I would be dead! XD
14:36 magnuse        it looks like these patrons are not in borrower_modifications, and there is nothing in the "Modification log", except for them being created
14:37 oleonard       That's what I was able to find which suggested it was the same problem: a self-registration with no modification history and a branch other than the one offered in the form.
14:38 oleonard       caroline: Now I'm listening to her cover of the Mandalorian theme (no cats)
14:39 Joubu          [off] can be done if you force the value of the select
14:39 oleonard       [off] True... but I'd bet money my patrons are not hacking the form
14:40 magnuse        [off] Joubu: you mean if someone alters the html of the self register form? yeah, i don't see why anyone would think to do that :-)
14:40 caroline       In my recommendations after the video, I had a clip of Friends without laugh track and with stressful music; it was hilarious
14:40 Joubu          [off] I would :D
14:41 oleonard       leet hax0rs' ideas of awesome hacks is obviously not what it used to be based on Bugzilla spam
14:42 magnuse        my library actually reported they saw the full list of libraries in the dropdown "on a mac". then they changed the self register categorycode to only belong to the library in PatronSelfRegistrationLibraryList and the unwanted libraries reportedly went away from the dropdown
14:42 magnuse        but next day there was a new patron with the wrong library again
14:42 magnuse        i have not been able to test or verify this, but looking at the code i don't understand how the full list could be displayed
14:43 magnuse        i could maybe understand if it was done in js, but that form is generated on the server
14:43 Joubu          can you check the history of PatronSelfRegistrationLibraryList's modifications?
14:44 magnuse        not changed this year, according to the log
14:44 magnuse        sorry, i gotta run. i'll report a bug tomorrow if noone beats me to it
14:51 koha-jenkins   Project Koha_Master_D9_My8 build #498: NOW UNSTABLE in 1 hr 4 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/498/
15:13 tuxayo         hi #koha o/
15:14 oleonard       Hi tuxayo
15:19 * oleonard     is looking for stuff to break today
15:35 tuxayo         hi fridolin it seems we have to unbackport bug 27299, do you confirm? I don't know much about Zebra.
15:35 huginn         Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 normal, P5 - low, ---, dcook, Pushed to oldoldstable , Zebra phrase register is incorrectly tokenized when using ICU
15:48 tuxayo         AndrewFH++ thanks for sorting out testing bug 24469
15:48 huginn         Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469 normal, P5 - low, ---, jonathan.druart, Signed Off , Record biblionumber in import_biblio when adding to basket via file
15:48 dersmon        how would you handle your intranetuserjs getting too big?
15:48 tuxayo         I also laughed at «Fleshed out test plan based on general confusion.»
15:48 dersmon        should i just add my script in the template?
15:49 ashimema       wow...
15:49 ashimema       it must be absolutely huge
15:49 ashimema       we have sites with thausands of lines in that pref
15:49 tuxayo         :o
15:49 AndrewFH       I spent a long time figuring out what joubu's B section meant! and then felt really silly, because once I was looking at the right screen it was totally clear
15:50 ashimema       but yes.. if you get stuck add it as a script to the server and reference it either from inside one of the prefs or added to a template
15:50 dersmon        well, not too big to save it, but for scoping etc.
15:50 ashimema       yeah.. that can be a bit of a pain
15:50 caroline       thousands of lines in intranetuserjs? what are clients asking for?
15:51 lilipute1h_asu dersmon: you could have a file available somewhereelse which you track using git or so, and in intranetuserjs have just an import
15:51 tuxayo         «add it as a script to the server and reference it either from inside one of the prefs»
15:51 tuxayo         Maybe even various scripts for the independent big parts?
15:51 lilipute1h_asu import/include/whatever it is in JS which i dont remember
15:51 tuxayo         (scary when a syspref has to be managed like a software project on it's own :P )
15:51 dersmon        thx, will have a look
15:52 lilipute1h_asu yes, thinking same as tuxayo
15:52 ashimema       remember that crazy OPAC I showed you the other day caroline. ;)
15:52 ashimema       it's that one
15:53 caroline       but that would be in opacuserjs
15:53 pastebot       "oleonard" at 127.0.0.1 pasted "Embed <script> tag in intranetuserjs" (5 lines) at http://paste.koha-community.org/27749
15:53 ashimema       they have like 3000 lines in CSS and about 2000 in JS
15:53 ashimema       same thing really.. the prefs both go into the same field in the database..
15:53 ashimema       my point was that the prefs allow many thausands of lines before they 'fail' as such
15:54 caroline       I'm learning to say no for intranet stuff... You chose a software, live with what it looks like/does
15:54 ashimema       ooh.. I need to run.. virtual parents evening beckons
15:54 ashimema       bbiab
15:54 tuxayo         Good thing the database allows 16 million characters for a syspref value.
15:56 oleonard       tuxayo: You could write an entirely new app in opacuserjs and completely overwrite the OPAC :D
15:56 fridolin       tuxayo: mmm 20.11.x is still young so I think this fix can be into
15:56 fridolin       but not in older branches
15:57 tuxayo         oleonard: you were wondering earlier what to break today, looks like you found it ^^
15:58 * oleonard     writes a pure JS ILS inside opacuserjs
15:58 oleonard       I mean.... how hard can it be?
15:59 tuxayo         oleonard: Isn't Folio written in JS? You could copy it's code there :P
16:00 * oleonard     ignores Folio
16:00 tuxayo         lol
16:01 tuxayo         thanks fridolin for the confirmation. AndrewFH ok, we have unbackport 27299 to avoid a crowd with pitchforks coming at us.
16:01 fridolin       "doing and undoing is always working"
16:02 fridolin       ^^
16:03 lilipute1h_asu fridolin: ^^
16:03 tuxayo         fridolin: «20.11.x is still young» Hea shows at least 750 Kohas 20.11.x , that can make a decently sized angry crowd
16:04 lilipute1h_asu *unbackport* first time reading smthg like this ><
16:04 oleonard       fridolin: ^_>o<_^
16:06 fridolin       I unbackport with pleasur, whats your opnion dcook
16:11 reiveune       bye
16:17 AndrewFH       @tuxayo I dunno, travel restrictions being what they an angry mob might have a hard time getting to me
16:17 huginn         AndrewFH: I'll give you the answer just as soon as RDA is ready
16:17 wahanui        i already had it that way, huginn.
16:22 tuxayo         AndrewFH: true, we are somewhat protected ^^
16:26 * oleonard     starts walking to France with pitchfork in hand
16:28 AndrewFH       jokes aside, I'll unbackport that :)
16:56 oleonard       Jokes on anyone who gave me their address for a postcard this year... It's actually for my pitchfork map.
17:02 tuxayo         oleonard: I heard 20.05 was really nice, you should upgrade to it ;) . Plus I heard it's RMaint is much closer.
17:03 oleonard       :)
17:32 oleonard-away  lukeG1++
18:22 ashimema       @later cait, could you verify your thinking around comment 12 on bug 26734.. I'm pretty sure it came form a comment from you but would appreciate you letting me know if it's still your thinking or not :)
18:22 huginn         ashimema: I'll give you the answer as soon as RDA is ready
18:22 wahanui        i already had it that way, huginn.
18:22 ashimema       @later tell cait, could you verify your thinking around comment 12 on bug 26734.. I'm pretty sure it came form a comment from you but would appreciate you letting me know if it's still your thinking or not :)
18:22 huginn         ashimema: The operation succeeded.
18:22 ashimema       even
18:35 AndrewFH       oh, wait, @oleonard-away is on Athens _Ohio_? I'd been thinking Georgia. Ohio is way closer! He's less than 10 hours away by car. I better be nice.
18:35 oleonard       Yeah all my haters start in Greece and move on to Georgia.
18:36 AndrewFH       I suspect the USA has more Athenses per capita than Greece does
18:36 * AndrewFH     blows his own mind
18:37 oleonard       I learned today there is an Athens in Illinois and it's pronounced AY-thens
18:47 oleonard       Is this anything? https://snipboard.io/7GrCal.jpg
19:10 tuxayo         > Is this anything?
19:10 tuxayo         My English isn't what this means in this context. Assuming it's asking for feedback:
19:10 tuxayo         *isn't sure
19:10 tuxayo         It's one more click but the letters are more easily clickable right?
19:29 oleonard       I like that the page looks cleaner without the list of letters
19:30 oleonard       (and sorry for my inaccessible slang usage)
19:35 tuxayo         oleonard: I'm happy to learn slang also ^^
19:36 * oleonard     is trying to revive his 30-year-old high school French knowledge
19:48 koha-jenkins   Project Koha_20.05_D10 build #215: SUCCESS in 33 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/215/
19:57 koha-jenkins   Project Koha_20.05_U16 build #217: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/217/
20:04 koha-jenkins   Project Koha_20.05_U2010 build #111: SUCCESS in 48 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/111/
20:06 koha-jenkins   Project Koha_20.05_U20 build #245: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/245/
20:21 koha-jenkins   Project Koha_20.05_D9 build #211: SUCCESS in 33 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/211/
20:50 koha-jenkins   Project Koha_20.05_U18 build #78: SUCCESS in 1 hr 37 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/78/
21:47 koha-jenkins   Project Koha_20.05_D9 build #212: FAILURE in 46 sec: https://jenkins.koha-community.org/job/Koha_20.05_D9/212/
21:56 dcook          That was an entertaining scrollback
21:59 dcook          @later tell Joubu Thanks for the history lesson. I love how I even commented on one of those bug reports lol. 2014 seems like a lifetime ago now.
21:59 huginn         dcook: The operation succeeded.
22:08 tuxayo         dcook++ thanks catching the issue with backporting bug 27299 :)
22:08 huginn         Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 normal, P5 - low, ---, dcook, RESOLVED FIXED, Zebra phrase register is incorrectly tokenized when using ICU
22:08 dcook          Cheers, tuxayo. I don't know why I didn't think of it sooner. Trying to juggle too many things at once I guess ;)
22:08 * dcook        goes back to juggling
22:16 koha-jenkins   Project Koha_20.05_D10 build #216: SUCCESS in 31 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/216/
22:19 tuxayo         ivandz: hi, it seems this attachment wasn't meant for this ticket ^^
22:19 tuxayo         https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26051#c14
22:19 huginn         Bug 26051: normal, P5 - low, ---, fridolin.somers, Signed Off , Elasticsearch uses the wrong field for callnumber sorting
22:29 koha-jenkins   Project Koha_20.05_U16 build #218: SUCCESS in 41 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/218/
22:36 koha-jenkins   Project Koha_20.05_U20 build #246: SUCCESS in 48 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/246/
22:38 koha-jenkins   Project Koha_20.05_U2010 build #112: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/112/
22:43 koha-jenkins   Project Koha_20.05_U18 build #79: SUCCESS in 55 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/79/
22:50 koha-jenkins   Yippee, build fixed!
22:50 wahanui        Congratulations!
22:50 koha-jenkins   Project Koha_20.05_D9 build #213: FIXED in 33 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/213/
23:08 koha-jenkins   Project Koha_20.05_D10 build #217: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/217/
23:20 koha-jenkins   Project Koha_20.05_U18 build #80: SUCCESS in 30 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/80/
23:25 koha-jenkins   Project Koha_20.05_U16 build #219: SUCCESS in 49 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/219/
23:27 tcohen         hi tuxayo
23:33 koha-jenkins   Project Koha_20.05_U20 build #247: UNSTABLE in 54 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/247/
23:36 koha-jenkins   Project Koha_20.05_U2010 build #113: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/113/
23:51 koha-jenkins   Project Koha_20.05_D10 build #218: SUCCESS in 30 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/218/