Time  Nick          Message
00:36 koha-jenkins  Project Koha_20.11_U_Stable build #74: SUCCESS in 30 min: https://jenkins.koha-community.org/job/Koha_20.11_U_Stable/74/
00:45 koha-jenkins  Project Koha_20.11_U16 build #153: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.11_U16/153/
00:59 koha-jenkins  Project Koha_20.11_U21 build #25: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_20.11_U21/25/
01:06 koha-jenkins  Project Koha_20.11_D10 build #178: SUCCESS in 58 min: https://jenkins.koha-community.org/job/Koha_20.11_D10/178/
01:10 koha-jenkins  Project Koha_20.11_U18 build #168: SUCCESS in 33 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/168/
01:14 koha-jenkins  Project Koha_20.11_D9 build #176: SUCCESS in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/176/
01:22 koha-jenkins  Project Koha_20.11_U20 build #179: SUCCESS in 37 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/179/
01:41 koha-jenkins  Project Koha_20.11_U20 build #180: SUCCESS in 31 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/180/
01:50 koha-jenkins  Project Koha_20.11_D11 build #207: SUCCESS in 50 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/207/
01:55 koha-jenkins  Project Koha_20.11_D11 build #208: SUCCESS in 49 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/208/
06:57 reiveune      hello
07:44 alex_a        Bonjour
07:51 magnuse       \o/
08:28 magnuse       has anyone made koha face masks?
08:42 gary          Back again, still confused as to why even though all my books are in my catalogue, when I goto check them out I can't. They don't want to appear by word search or if I enter the bar code manually. Also is there a Discord channel for Koha? Would be much easier if I could drop images in to show you what I mean
10:05 Joubu         gary: "I goto check them out I can't", define "can't" please. Are you getting an error?
10:06 Joubu         or a message saying the item does not exist? If so, check that the barcode exists: select count(*) from items where barcode="YOUR_BC";
10:11 gary          No error, just a not found in search message box, but thats from the checkout, if I search Catalogue there the item is
10:11 gary          They don't have Koha generated barcodes just isbn numbers
10:12 gary          Barcode not found The barcode was not found: 9780008499723
10:12 gary          that is putting the isbn into the search function of the checkout box
10:13 Joubu         you need barcodes if you want to checkout items
10:14 gary          Is there a way of adding a number incrementing by one across all records?
10:14 Joubu         select count(*) from biblioitems where isbn="9780008499723";
10:14 Joubu         does this query return 1?
10:14 Joubu         see pref autoBarcode, but it won't modify existing items
10:14 gary          We don't have a barcode reader so I thought the text search would do teh trick
10:15 gary          If I imported them all again would that do it?
10:20 Joubu         you can still set the barcode to the itemnumber, it will work
10:21 gary          Oh, ok let me try that
10:21 gary          If it works I owe you a case of beer!
10:23 gary          searching but can't see where to set that
10:24 Joubu         are you using a test environment?
10:26 gary          well it is at the minute but it is what I want to be live
10:26 gary          Its in a VM
10:27 Joubu         you can set barcode=itemnumber if you have a direct access to the database
10:27 Joubu         but it can be destructive
10:28 gary          A little above my paygrade, I do have access to root etc where I installed it
10:28 gary          Ah
10:29 Joubu         if you don't have access to the DB, it won't be possible
10:29 gary          Perhaps I should just try upload some books again and see if the previous setting change works
10:29 gary          I set it up, so have access to it all but am not sure I have the skills to fiddle that hard
10:31 Joubu         try, in a root shell: koha-mysql $instance_name
10:31 Joubu         replace $instance_name with the name of your instance
10:31 Joubu         then: select count(*) from items where barcode is not null;
10:32 Joubu         to make sure there is no barcode in your database
10:53 gary          I see if I tap barcode it auto fills it now,  and it works, rather than blow anything up I might just do that!
11:20 oleonard      Hi #koha
11:23 tcohen        good morning
11:24 Joubu         could someone prove t/db_dependent/selenium/authentication.t on master please?
11:24 Joubu         I am getting a "element not interactable" error, but jenkins is not getting it apparently
11:24 Joubu         I've pulled and restarted ktd:master
11:25 Joubu         ho, jenkins has it failing as well actually
11:26 Joubu         so we have a completely broken master
11:39 Joubu         ok, found the cause
12:19 cait1         that doesn'tsound good for a Monday
12:19 cait1         wb tcohen
12:21 tcohen        hola cait!
13:00 * oleonard    keeps finding bugs with Bug 29971... I guess now is the best time...
13:01 huginn        Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971 enhancement, P5 - low, ---, oleonard, ASSIGNED , Remember selections across patron search pages
13:05 Joubu         oleonard: shouldn't you make it work like the OPAC browse results feature?
13:08 oleonard      In what way?
13:18 Joubu         The code is isolated in a js file
13:24 * oleonard    will look
14:24 magnuse       trying to set up 21.11 on a test server, i get this: AH01215: new(): failed: couldn't load CGI::Session::Serialize::yamlxs: Can't locate CGI/Session/Serialize/yamlxs.pm in @INC (you may need to install the CGI::Session::Serialize::yamlxs module)
14:25 ashimema      cait1 are you going to take on testing bug 11083 ?
14:25 huginn        Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11083 enhancement, P5 - low, ---, julian.maurice, Needs Signoff , Authority Search Result Display should be XSLT Driven
14:25 ashimema      hmm.. isn't that the module we put in our own lib dir magnuse
14:26 ashimema      https://git.koha-community.org/Koha-community/Koha/src/branch/master/lib/CGI/Session/Serialize
14:26 magnuse       yeah, so it is
14:26 ashimema      bug 28519
14:26 huginn        Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519 enhancement, P5 - low, ---, dcook, RESOLVED FIXED, Add a 2nd directory for Perl modules
14:27 magnuse       trying to upgrade an old gitified install, so that dir is probably not added to PERL5LIB or something... somewhere...
14:28 ashimema      tuxayo point's out the right comments in that bug (right at the bottom).. hopefully one of those will help you
14:28 cait1         ashimema: I am giving training the next 2 weeks, so not sure how much time/energy there will be for QA
14:28 ashimema      Change "SetEnv PERL5LIB "/kohadevbox/koha" to SetEnv PERL5LIB "/kohadevbox/koha:/kohadevbox/koha/lib"
14:28 ashimema      I think that's the tldr
14:28 ashimema      okies
14:28 ashimema      I wondered if you had a plan for creating a MARC21 authority xslt
14:28 ashimema      or if there already is one and I'm missing it 😉
14:34 magnuse       ashimema++
14:35 magnuse       had to set this in the apache-config: SetEnv PERL5LIB "/home/me/kohaclone:/home/me/kohaclone/lib"
14:39 ashimema      🙂
14:42 ashimema      does it make sense to anyone for a 'click away from modal' (i.e. trying to ignore the modal entirely by clicking the background) to default to  'ok' rather than 'cancel' ?
14:42 ashimema      oleonard around?
14:45 Joubu         not for me, if you click outside the modal that's to cancel it
14:45 ashimema      yeah, that's how I feel too
14:46 * ashimema    is investigating bug 29792
14:46 huginn        Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29792 normal, P5 - low, ---, nick, Signed Off , Transfers created from Wrong Transfer checkin are not sent if modal is dismissed
14:46 ashimema      I spent ages trying to make the transfers stuff really consistent.. and then kidclamp goes and makes a simple 'do one thing and do it right' routine accept an extra param that changes it's functionality entirely
14:46 ashimema      I can understand the use case.. ish..
14:46 oleonard-away ...so the bug is not really a bug?
14:47 ashimema      I can fix it in an alternate way
14:47 ashimema      but whatever way I do I think it changes the default from 'fail safe' to 'fail dangerious'
14:48 ashimema      i.e. if anyone ignores the wrongtransfer modal we just set the transfer to in progress..
14:48 ashimema      which is what I was trying to get away from.. I wanted to get transfers to be more clearly explicit
14:48 ashimema      we go back to having a quasi "We don't know if it's actually been sent or not" state
14:49 ashimema      perhaps stick yasp there
14:50 ashimema      yet another system preference..
14:50 ashimema      autowrongtransfer
14:51 ashimema      it's a case of 'I was using that bug as a feature'  lol
14:55 cait1         maybe discuss on bug? not sure I follow yet an dmight be good to document pros and cons
14:56 ashimema      yup.. I was going to comment on the bug
14:56 ashimema      but I also wanted to quickly make sure I wasn't going entirely mad 😉
14:57 cait1         I can't tell about htat... :)
14:57 * cait1       sends ashimema cookies (they help either way)
14:58 ashimema      are they cucumber flabour ?
14:58 ashimema      flavour.. even 😜
14:58 oleonard      ...cucumber??
14:58 ashimema      mad
15:03 cait1         it's an ... interesting... choice
15:03 cait1         maybe we could agree on cucumber sandwiches instead?
17:52 koha-jenkins  Project Koha_20.11_U18 build #169: SUCCESS in 34 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/169/
17:58 koha-jenkins  Project Koha_20.11_U20 build #181: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/181/
18:14 koha-jenkins  Project Koha_20.11_U21 build #26: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_20.11_U21/26/
18:16 koha-jenkins  Project Koha_20.11_D10 build #179: SUCCESS in 58 min: https://jenkins.koha-community.org/job/Koha_20.11_D10/179/
18:23 koha-jenkins  Project Koha_20.11_U_Stable build #75: SUCCESS in 30 min: https://jenkins.koha-community.org/job/Koha_20.11_U_Stable/75/
18:30 koha-jenkins  Project Koha_20.11_D9 build #177: SUCCESS in 1 hr 11 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/177/
18:37 koha-jenkins  Project Koha_20.11_U16 build #154: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.11_U16/154/
18:47 reiveune      bye
19:05 koha-jenkins  Project Koha_20.11_D11 build #209: SUCCESS in 51 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/209/
19:05 koha-jenkins  Project Koha_20.11_D11 build #210: SUCCESS in 49 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/210/
19:51 tuxayo        mtj around?
20:01 tuxayo        khall_ AndrewFH does appending ", âš  security release" to the blog posts and email announcement sound good to you?
20:01 AndrewFH      sounds like a good plan!
20:10 tuxayo        Good morning Wainui o/
20:14 Wainui        Good morning!
20:16 * cait        waves
20:23 tuxayo        Wainui: how is it going? I just finished the announcement draft.
20:24 tuxayo        khall_: your announcement draft doesn't have the right categories ("Announcements, <your branch> and release")
20:25 AndrewFH      added those for you, khall
20:25 Wainui        Hey I am just making release notes now sorry my silly computer hasn't been working all night
20:25 Wainui        should be done soon
20:25 AndrewFH      oof, sounds like stressful timing, good luck!
20:25 tuxayo        AndrewFH: thanks!
20:30 tuxayo        Wainui: good that you sorted it out despite of the timing. Speaking of timing, my accepted-by-gmail email provider that I used for the release planning was out last night, so I started panicking in case it would be longer and one of your might send an email about a release issue that I would miss 😱
20:30 tuxayo        Murphy's law again.
20:35 Wainui        don't you just love technology :p
20:36 Wainui        alright i'm rolling release now
20:36 Wainui        then will put up draft post
20:42 tuxayo        Wainui: great! Does appending ", âš  security release" to the blog posts and email announcement sounds good to you?
20:43 Wainui        yup sure!
20:43 Wainui        ok doing draft post now
20:44 cait          tcohen: are you still around?
20:44 tuxayo        AndrewFH: about that, the caveat is that the post slug/url will be longer and no longer match the the URL we usually put in the email, so it must be shortened so that the URL will still be something like https://koha-community.org/koha-21-05-08-released/
20:45 AndrewFH      got it!
20:49 tuxayo        Wainui: by any chance, do you have a homing pigeon that goes to mtj's workplace to get news from them? :p
20:49 Wainui        um no lol
20:50 Wainui        idk what that means sorry haha
20:50 cait          i know the gemran word... but not the English one
20:51 cait          i think he just wants to know if you can get news from mtj because you are closest (by sending a pidgeon with a letter on its foot... or other means)
20:51 tuxayo        Wainui: I don't know the right word ^^ https://en.wikipedia.org/wiki/Homing_pigeon
20:51 tuxayo        smoke signals would work also
20:52 cait          morse   line?:)
20:52 Wainui        im so confused hahahahaha
20:52 Wainui        draft is done
20:53 tuxayo        These pigeons services even had stamps in NZ! https://en.wikipedia.org/wiki/Homing_pigeon#/media/File:Great_Barrier_Island_Pigeon-Gram_stamp_1899.jpg
20:53 tuxayo        :D
20:55 Wainui        what about an owl
20:55 Wainui        do i need to draft my email
20:55 tuxayo        That would do!
20:56 cait          :)
20:56 tuxayo        Wainui: It's too early to publish the tarballs. I threw those for 19.11.x in /home/uploads/security/ since I don't have the write permissions on your home dir. So you can get them back there.
20:58 tuxayo        khall_: the tag for 21.11.x is missing it the security repo.
20:59 Wainui        oh right sorry!
20:59 Wainui        forgot
21:00 tuxayo        nobody saw anything :P
21:06 cait          not me for sure :)
21:06 cait          struggling with this bug here
21:08 Wainui        ok drafts done
21:08 tuxayo        I almost forgot to choose the right branch when rolling the release. That looks an easy and silent way to drop the security patches.
21:08 tuxayo        here is a grep that looks for one of the lines of the patches.
21:08 tuxayo        zgrep '} elsif ( $userid ) {' --binary-files=text -C 10 koha-20.11.14.tar.gz
21:08 tuxayo        So all the tarballs are here and have the patches :)
21:12 tuxayo        Wainui: The permalink of the post is not in the right format due to having a different post title than usual. So it has to be fixed manually.
21:15 Wainui        ok cool i will try do that
21:17 Wainui        i think i fixed it?
21:17 tuxayo        yes!
21:17 Wainui        sweet
21:19 tuxayo        All the posts are good, so the tarballs, so the branches. Any idea about what to check?
21:20 tuxayo        AndrewFH: can you ping khall_ about the tag missing in the security repo?
21:20 AndrewFH      yup, doing so now
21:21 tuxayo        thanks :)
21:21 cait          rmaint_team teamsnack cookie
21:21 cait          wahanui botsnack cookie
21:21 tuxayo        ^o^
21:21 cait          huginn botsnack cookie
21:21 huginn        cait: I've exhausted my database of quotes
21:21 cait          hm, thought that used to work...
21:21 tuxayo        wahanui still missing :(
21:28 tuxayo        Does anyone know if mtj has the rights on all the branches of the public repo?
21:28 tuxayo        In case they can't make it before the end of the timeframe.
21:29 tuxayo        That would also help in the future if we can't find a timeframe due to RMaint spreading. Maybe it was just a matter of daylight saving time luck that we have a timeframe now.
21:33 AndrewFH      khall says he's pushed the tag to security
21:34 tuxayo        great thanks :)
21:52 * cait        now feels like maybe she should not have touched bug 27779
21:52 huginn        Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27779 enhancement, P5 - low, ---, martin.renvoize, Failed QA , Cashup summary 'refunds' should denote what the refund was actioned against
21:53 cait          time to sleep
21:53 cait          good luck for releases!
21:53 tuxayo        cait see ya o/
21:53 tuxayo        thanks :)
21:54 tuxayo        Does anyone know if it's actually critical to have the branch and tag pushed at the same time as the release?
21:55 tuxayo        Frido tells me it's not that much. The example of users of the git release I know (BibLibre and BSZ-BW) don't need it at the exact same time as the pkg and tarball.
21:56 tuxayo        So eventually we could just leave a message for mtj to publish the drafts and send a common release email. And next workday we push our branches.
22:02 AndrewFH      what's your preference, tuxayo ? how much more time do we give mtj?
22:06 tuxayo        AndrewFH:
22:06 tuxayo        1h left in the common timeframe. in 30 or 45 min we can write what mtj or another RMaint will have to do replace Kyle and me who will have to leave first. And what the leaving RMaint will have to do next workday.
22:07 cait          tuxayo++
22:07 tuxayo        preference: since no one found a critical reason to have the branch and tag pushed at the same time as the release then we can follow Fridolin's advice and don't worry about it.
22:08 cait          i won't be rebasing tonight (obv) happy if I could tomorrow
22:27 Wainui        Is there anything else I need to do? I will have to leave in about 30 mins as I have a client meeting
22:27 Wainui        I can do some things after if needed though
22:29 AndrewFH      I'm in the same boat. I need to leave on/around the hour but can pop back in later tonight or early tomorrow, as needed
22:34 dcook         @later tell ashimema wrongtransfer hugs
22:34 huginn        dcook: The operation succeeded.
22:38 tuxayo        AndrewFH: Wainui Nothing else now it seems. Except confirming the remaining steps.
22:39 tuxayo        To replace the RMaints: move tarball;publish draft; send a common release email, that's all?
22:40 tuxayo        Ah and publish the tickets.
22:41 tuxayo        For the RMaints tomorrow: push the branch and tag to public repo; go to the tickets and fill the "version released in" field if not done; that's all?
22:41 Wainui        i think that's all yeah
22:42 Wainui        cool so I don't need to publish my blog post or send to the mailing list right?
22:42 tuxayo        right
22:42 tuxayo        and we check IRC and emails during workhours tomorrow in case something is missing from our respective releases.
22:43 Wainui        ok awesome sounds good
22:43 Wainui        I'll head off now then
22:43 Wainui        thanks!
22:43 Wainui        will keep an eye out for any communications
22:44 tuxayo        Wainui: thanks, see ya
22:44 Wainui        see ya!
22:46 AndrewFH      ok, I'm off too, then. thanks, tuxayo, see you tomorrow!
22:46 AndrewFH      tuxayo++
22:46 tuxayo        AndrewFH: see ya o/
22:46 tuxayo        , I'll send an email with the above instructions
22:46 AndrewFH      ty!
23:36 mtj           hi tuxayo: im doing the packaging now
23:36 tuxayo        mtj: just in time for the email fallback instruction I just sent :D