Time  Nick             Message
02:59 * dcook          .
04:23 dcook            @later tell Joubu Sounds good. I've gone ahead and done that.
04:23 huginn`          dcook: The operation succeeded.
06:54 reiveune         hello
08:35 * cait           waves
08:44 puphaus[m]       hello #koha :)
08:58 paulderscheid[m] morning #koha
09:00 cait             hi all :)
09:12 magnuse          \o/
09:18 PedroAmorim[m]   morning o/
09:18 * cait           wishes she coudl bring muffins and cake to #koha as well as to the office kitchen
09:25 * magnuse        too
09:58 magnuse          looks like uploaded cover images are stored in /var/lib/koha/mykoha/tmp/koha_mykoha_upload/, but is there some way to connect those files to records in the database? so that given a filename, i can figure out the biblionumber it is connected to? or the other way around?
09:59 ashimema         don't they then go into the database for longer term storage?
09:59 * ashimema       says without really knowing how it fits together
10:00 magnuse          yeah, the images are in cover_images.imagefile and cover_images.thumbnail
10:01 magnuse          but i need to export the images in such a way that they can be connected to the right records
10:01 magnuse          i might just have to export them from the database then, and not from /var/lib/koha/mykoha/tmp/koha_mykoha_upload/
10:01 magnuse          bug 35520
10:01 huginn`          04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35520 enhancement, P5 - low, ---, koha-bugs, NEW , Add a script to export images from the db
10:02 ashimema         we were just discussing that there aught to be a command line way of getting images into the database too
10:02 magnuse          +1
10:03 ashimema         I had a quick look a few weeks back and didn't get far so far
11:55 cait             fridolin++
12:09 Joubu            @later tell dcook great, thanks a lot!
12:09 huginn`          Joubu: The operation succeeded.
12:14 tcohen           hola #koha o/
12:15 tcohen           hope y'all had a great weekend
12:15 cait             yep
12:16 tcohen           Joubu: can a CSRF token be reused?
12:24 Joubu            yes
12:26 tcohen           thanks
12:28 Joubu            tcohen: did you investigate the www failure?
12:28 Joubu            ie. the KOHA_INTRANET_URL
12:33 tcohen           Joubu: I got stuck tracking an acqusitions error
12:36 tcohen           which is the bug ?
12:40 Joubu            no bug, jenkins red
12:41 Joubu            after the csrf push (because of changes in the tests)
12:42 tcohen           looking before I deep dive on the acq error
12:44 tcohen           do we have a command to reproduce the jenkins steps?
12:46 Joubu            yes, what is in the config of a job, but it will run all the tests.
12:46 Joubu            AND it will git clean -d -f!
12:47 Joubu            basically it runs jenkins_config/build.pl from ktd
12:47 tcohen           I mean
12:48 cait             yes, we do have a command I thik is what is missing :)
12:48 tcohen           I was talking about run_tests.pl
12:49 cait             I was just looking it up (saved the email)
12:49 tcohen           it is /kohadevbox/misc4dev/run_tests.pl
12:49 Joubu            you don't need that
12:49 Joubu            read again our Friday's discussion
12:50 Joubu            it's about different values of KOHA_INTRANET_URL
12:50 Joubu            and why one is making the test fails
12:51 Joubu            hum, you might be right
12:51 Joubu            80 $intranet_base_url ||= $ENV{KOHA_INTRANET_URL} || 'http://koha:8081';
12:56 Joubu            well, both url should work anyway
13:28 krimsonkharne[m] hello #koha
13:31 * cait           waves
14:29 vfernandes[m]    hello #koha-community:matrix.org
14:29 cait             hi vfernandes[m]
14:32 PedroAmorim[m]   \o
14:45 vfernandes[m]    I've sent an email to the mailing list koha-translate asking for permissions to submit translations to the portugues Koha manual (I have permissions to submit/manage translations in the global koha project). The mailing list is still active?
14:48 Joubu            You are already admin of the pt_PT team, vfernandes[m]
14:49 vfernandes[m]    but I can't submit translations to koha-manual
14:49 vfernandes[m]    "Permissões insuficientes para salvar as traduções." -> Insufficient permissions to save translations
14:49 Joubu            What's your username?
14:50 Joubu            " 1 week, 5 days ago "
14:50 Joubu            this is your last sign in
14:50 Joubu            username "vfernandes"
14:54 Joubu            Try again now, I've updated something that could be a problem
14:55 vfernandes[m]    solved 😉
14:56 vfernandes[m]    i'll try to submit some translations to koha-manual in the next days
14:56 vfernandes[m]    thanks for the help Joubu
14:56 Joubu            'pt_PT' is used for the Koha project, but 'pt' for the manual, and the Portuguese team had permission for pt_PT only
14:56 Joubu            I guess it affects other languages as well :-/
15:00 vfernandes[m]    Koha-manual has less languages than Koha project... it's a limited problem 🙂
15:10 Joubu            vfernandes[m]: note that your message didn't reach the list: https://lists.koha-community.org/pipermail/koha-translate/
15:48 reiveune         bye
16:26 huberto          Hello everyone
16:28 huberto          Is someone aware of a bug on master where we are unable to create a valid Identity Provider?
17:13 cait             huberto: we just pushed a big change regarding forms to master
17:13 cait             you could have run into a bug related to that, we expect things like that while things are still polished
17:14 cait             woudl you mind filing a bug?
17:14 cait             or maybe... I am expecitng it to be a bug already - do you see an error message?
17:14 cait             (could be something else)
17:18 paulderscheid[m] Is there anything I have to do after adding an encryption_key in koha-conf.xml?
17:19 cait             restart things?
17:19 paulderscheid[m] It still throws after restarting everything unhandled exception (Koha::Exceptions::MissingParameter)<<Exception 'Koha::Exceptions::MissingParameter' thrown 'No encryption_key in koha-conf.xml. Please generate a key. We recommend one of at least 32 bytes. (You might use 'pwgen 32' to do so.)'>>
17:19 cait             it might still be in cache
17:20 paulderscheid[m] yep, that was it. Thanks cait :D
17:23 cait             I'll take that win and run out :)
17:23 cait             cya tomorrow!
17:24 paulderscheid[m] Ha, cya.
20:03 JasonGreene[m]   in our old system, a book that had 10 copies, each copy had its own Barcode. is that a normal way or is there a better/different way to do that in Koha?
20:03 aleisha          hello
20:04 JasonGreene[m]   all the Barcodes have been imported into Koha with each item.
20:05 JasonGreene[m]   should we leave it or go to all "copies" and change that ?
20:06 davidnind        That's how it normally works - each item has it's own barcde
20:06 davidnind        Under the record, you have 10 items - each with its own barcode
20:09 davidnind        When you check out an item, you scan (or enter) that item's barcode - then you know that 1 item was issue to Patron A, and the rest are on the shelf (or wherever they are stored)
20:09 davidnind        morning aleisha!
20:10 davidnind        hope that makes sense Jason Greene
20:12 JasonGreene[m]   <davidnind> "That's how it normally works..." <- Thanks, now I understand
20:16 davidnind        Hope things are working out now that you've got things working, and your records and items imported...