Time  Nick                  Message
06:13 magnuse               \o/
06:42 ashimema              morning
06:53 alex_                 Bonjour
06:54 ashimema              Joubu around?
06:54 ashimema              hi alex_
07:14 cait1                 good morning #koha
07:27 ashimema              morning cait1
07:27 cait1                 :)
08:19 Joubu                 ashimema: around now
08:20 * cait1               waves
08:21 ashimema              I commented on a bug
08:21 ashimema              sha1 issues
08:22 ashimema              having said that.. I've sorted two other bugs with sha1 issues already this morning..
08:22 ashimema              can't for the life of me remember which bug it was now.. but it'll be in your inbox as patch doesn't apply 😜
08:23 ashimema              aha..
08:23 ashimema              it was bug 30588
08:23 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30588 enhancement, P5 - low, ---, jonathan.druart+koha, Patch doesn't apply , Add the option to require 2FA setup on first staff login
08:25 Joubu                 ashimema: rebased
08:27 ashimema              ta
08:28 ashimema              I've just been having a punt at bug 29723.. it looks pretty now.. but I've run out of time before my meeting to get the link working properly
08:28 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29723 enhancement, P5 - low, ---, jonathan.druart+koha, Needs Signoff , Add a "Configure table" button for KohaTable tables
08:28 ashimema              may revisit after meeting but I've uploaded a re-based patch with a follow-up to it.. would be a lovely little feature to have working properly
08:29 ashimema              our index counting approach is a bit weird on the column settings page for the panel expansions..
08:30 ashimema              certainly feels like it should use id's based on module names instead.
08:37 anne                  Hi there, can I delete all the records in the catalogue at once (items and records)? I have just installed Koha and I made a mistake when importing data
08:51 ashimema              am I right in thinking bug 29418 still needs backporting to 21.11
08:51 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 major, P5 - low, ---, tomascohen, Pushed to oldoldstable , Error searching for analytics in detail view
08:51 ashimema              humm.. nope.
08:51 ashimema              21.05 only
08:51 ashimema              so it's already fixed somewhere in 21.11
08:51 ashimema              bug 31106
08:51 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31106 major, P5 - low, ---, tomascohen, Pushed to master , Error searching for analytics in detail view
08:51 ashimema              lilliputech ^
08:56 Joubu                 we need 31245
08:56 Joubu                 we need bug 31245
08:56 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31245 major, P5 - low, ---, jonathan.druart+koha, Signed Off , Job detail view for batch mod explode if job not started
09:24 magnuse               anne: you can delete records and items in the database, or if you want to import again with bulkmarcimport you can just run it with -d to clean up before importing again: https://perldoc.koha-community.org/misc/migration_tools/bulkmarcimport.html
09:25 magnuse               what that script does is e.g. "DELETE FROM biblio" and "ALTER TABLE biblio AUTO_INCREMENT = 1" https://git.koha-community.org/Koha-community/Koha/src/branch/master/misc/migration_tools/bulkmarcimport.pl#L175
09:26 magnuse               AUTO_INCREMENT is set to 1 so that biblionumbers will start on 1
09:28 ashimema              I looked at that one yesterday and got confused by the alternatives stuff
10:08 anne                  magnus : thanks a lot, it worked perfectly ;) I managed to import almost 6,000 records whereas I had not been able to do so in the graphical interface
10:16 oleonard              o/
11:17 ashimema              hi oleonard
11:17 wahanui               hi oleopard
11:20 ashimema              I did some more on bug 29723 Joubu
11:20 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29723 enhancement, P5 - low, ---, oleonard, Signed Off , Add a "Configure table" button for KohaTable tables
11:20 ashimema              oop
11:20 ashimema              I meant bug 29723
11:21 ashimema              ah, you changed it to owen
11:21 ashimema              I see
11:21 ashimema              so it was the right bug
11:21 ashimema              right.. passing to oleonard for polishing.. I feel like we're nearly there but a little more golfing will get us past the line.. I've SO'd anyways
11:21 oleonard              I'll take a look ashimema, thanks
11:22 ashimema              🙂
11:22 ashimema              it pretty much works.. I'm just not sure I like the implementation entirely
11:25 tcohen                hola #koha
11:32 Joubu                 ashimema: I actually unassigned myself
11:35 ashimema              Cooliis
11:35 ashimema              Yeah, minor confusion
11:41 ashimema              Hmm.. we could drop at least one bit of the is of this and just set the 'show' class in the template on page load for the module we have open.. that would simplify one part a bit more
11:41 ashimema              Replacing my switch to using id instead of index patch
11:42 ashimema              Hmm, but then the next patch would need some tweaking for achors..
11:42 ashimema              I'll keep pondering whilst at the shops
13:17 Joubu                 @later tell aleisha can you have a look at 30944 please?
13:17 huginn                Joubu: The operation succeeded.
13:24 magnuse               bug 30944
13:24 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30944 major, P5 - low, ---, aleisha, ASSIGNED , Recalls - action buttons to cancel recall on various pages do not work
13:50 caroline_crazycatlady Does anyone have really *really* large action_logs tables? We keep around 2 years of logs for our clients and database sizes for just that table is in the multiple Gb (like 5Gb). I wonder if that's normal or we just keep too much
13:58 cait1                 caroline_crazycatlady: ours are not deleted too, but we keep cataloguing and cron joff
13:58 cait1                 off
13:58 cait1                 they create tons of entries, especially cronlog
13:59 caroline_crazycatlady yeah crons are off for all our clients bc we have our own
13:59 cait1                 I'd realy like an item change log separate from biblios...
13:59 cait1                 we get tons of updates on the bibliographic records from the union catalog
14:00 caroline_crazycatlady I find that cataloguing is useful when trying to understand what happened
14:03 caroline_crazycatlady I was also asked the question what info do we get for circulation that we don't have in statistics or issues/old_issues and I'm kind of stumped
14:06 ashimema              man master is moving quick these days.. haha
14:06 ashimema              I can't keep up
14:33 paulderscheid[m]      Hi #koha
14:34 paulderscheid[m]      Quick question: Is there already a bug for managing plugins via a sort of package manager?
14:39 kidclamp              https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23975
14:39 huginn                Bug 23975: new feature, P5 - low, ---, kyle, RESOLVED FIXED, Add ability to search and install plugins from GitHub
14:40 paulderscheid[m]      Thanks kidclamp
14:40 ashimema              it would be lovely to do more and have a 'app store' as it were..
14:40 ashimema              but we've never managed to go further with it...
14:40 paulderscheid[m]      That would be so cool
14:41 ashimema              it would be great to implement signing for plugins so we could verify the authenticity and quality of them etc..
14:41 kidclamp              yeah, a community managed repository - or some sort of verification process
14:41 ashimema              all on the todo list.. and there's are bugs open for all these things..
14:41 paulderscheid[m]      I'd just copy what elementary.io is doing with their stuff
14:41 ashimema              it would be lovely to have some fresh blood take a look
14:41 kidclamp              ashimema: have you all managed to find a source for time turners yet?
14:41 ashimema              still looking i'm afraid
14:42 ashimema              since the ministry outlawed them it's become as difficult as finding a sniffler
14:42 kidclamp              beaurocracy...sigh
14:43 * ashimema            needs to see Secrets of Dumbledore still
14:45 paulderscheid[m]      cait1: around?
14:46 paulderscheid[m]      bug 23975 is going on my list
14:46 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23975 new feature, P5 - low, ---, kyle, RESOLVED FIXED, Add ability to search and install plugins from GitHub
15:13 cait1                 in a bit paulderscheid[m]
15:21 anne                  I managed to import records with bulkmarcimport.pl. But some of my records have been truncated e.g. Catholicisme Romai instead of Catholicisme Romain or AFNO instead of AFNOR etc.) It's Unimarc with UTF-8. I noticed that if my file is an ANSI File, it is not truncated but the accents - it's in French - don't appear as they should. How can I have both ? The accents and data not truncated ?
15:24 cait1                 anne: it sounds like an encoding issue
15:24 cait1                 i have seen this in MARC21 when the encoding is not set right in the LDR
15:24 cait1                 or there is no leader
15:24 cait1                 maybe the UNIMARC issue is similar
15:25 cait1                 paulderscheid[m]: around now?
15:25 paulderscheid[m]      Yeah
15:25 paulderscheid[m]      I found a missing translation and I thought you might be quicker with fixing it.
15:55 cait1                 paulderscheid[m] can now fix it himself :D
15:55 paulderscheid[m]      Thanks ^^
16:25 anne                  cait1 : ok but I don't know how to fix it. I try one record - ansi file - with ui tool ; it worked with 8859-1 charset. Unfortunately, I didn't see this option in bulkmarcimport.pl. I hope that import of many records (5700) will work in UI. Bye
18:29 oleonard              ashimema still around by any chance?
18:45 * oleonard            shall wait until tomorrow
21:01 fridolin              Bug 31338 cometic but useful
21:01 huginn                Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31338 enhancement, P5 - low, ---, fridolin.somers, Needs Signoff , Show in advanced search when IncludeSeeFromInSearches is used
21:34 dps                   What is the best-practice way for preparing MARC data for Koha with respect to multiple copies of a title? One video I watched said to copy the 952 fields into 953, 954, etc. for each copy. Another video looked like it was just repeating 952p for each copy (barcode field). What does Koha actually expect for multiple copies?
22:02 fridolin              dps: whooo big question.
22:03 fridolin              You may ask this on the mailling list  https://lists.katipo.co.nz/mailman/listinfo/koha
22:03 fridolin              it can hit more librarians
22:12 dps                   fridolin : thanks, I'll try over there too then.
23:25 dcook                 @seen LibraryClaire
23:25 huginn                dcook: LibraryClaire was last seen in #koha 4 years, 20 weeks, 4 days, 15 hours, 15 minutes, and 5 seconds ago: * LibraryClaire waves
23:25 dcook                 @seen calire
23:25 huginn                dcook: calire was last seen in #koha 2 years, 19 weeks, 3 days, 15 hours, 53 minutes, and 21 seconds ago: <calire> hi marcelr
23:25 dcook                 Huh..
23:26 dcook                 @later tell caroline_crazycatlady Just noticed your full username. My IRC client was hiding most of it heh
23:26 huginn                dcook: The operation succeeded.