15:05:15 #startmeeting Development IRC meeting 8 December 2021 15:05:15 Meeting started Wed Dec 8 15:05:15 2021 UTC. The chair is tuxayo. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:05:15 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:05:15 The meeting name has been set to 'development_irc_meeting_8_december_2021' 15:05:27 #topic Introductions 15:05:35 #info Victor Grousset, Tuxayo S.A., France 15:06:09 #info Fridolin Somers, Biblibre, Tahiti 15:06:13 qa_team? 15:06:14 somebody said qa_team was cait, dcook, amoyano, ashimema, marcelr, kohaputti, jajm, tcohen, kidclamp, khall, tuxayo, petrova, nugged 15:06:18 rmaints? 15:06:19 rmaints is fridolin, khall, kidclamp, wainui and tuxayo 15:06:26 o/ 15:06:28 #info Andrew Fuerste-Henry, AndrewFH, ByWater, US 15:06:32 hi 15:06:32 niihau, ashimema 15:06:36 nugged: welcome 15:06:39 #info Nick Clemens, ByWater Solutions 15:06:43 #info Martin Renvoize, PTFS-Europe, UK 15:06:54 #info Andrew Nugged, National Library of Finland, HELSINKI 15:07:04 ahhh good to see you all 15:07:30 15:07:48 #info Katrin Fischer, BSZ, Germany 15:07:54 #info Thomas Dukleth, Agogme, New York City 15:08:28 #topic Update from the Release manager (22.05) 15:08:52 fridolin: you noted some things in the agenda 15:09:00 First meeting at this chair 15:09:13 #link https://wiki.koha-community.org/wiki/Development_IRC_meeting_8_December_2021 Today's agenda 15:09:15 * fridolin very proud to be there 15:09:18 yep 15:09:21 ^^ 15:09:22 "XSLT::Base: Could not create file parser context for file" ...what does this mean when trying to point XSLTDetailsDisplay to a URL? 15:09:22 oleonard: I have the solution 15:09:22 here: https://github.com/NatLibFi/Koha/commit/ce56f8760bb8e4e4bebc855e4352d9c564e43760 15:09:22 we will publish with Petro this tomorrow if no one yet started :) 15:09:24 welcome to the RM's club 15:09:27 Bug 17600 do we need to review all plugins/libs for 21.11 compatibility ? 15:09:28 04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 enhancement, P5 - low, ---, jonathan.druart+koha, RESOLVED FIXED, Standardize the EXPORT 15:09:42 I've seen plugins seem OK 15:10:03 but home-made libs need to be ajusted on C4 imports 15:10:08 anyone confirm ? 15:10:30 sorry, no plugin expert 15:10:33 tcohen: maybe? 15:11:06 yes, imports need to be checked 15:11:12 #info Jonathan Druart 15:11:12 this about those "third party worldwide plugins" or our internals? 15:11:32 "third party worldwide plugins" 15:11:35 any plugins 15:11:38 like KitchenSink 15:11:43 many plugins lost compatibility because need to explicitly import like this: 15:11:44 use Koha::DateUtils qw( dt_from_string ); 15:12:17 Hm is there a place we could publish information like this? a general wiki dev page or so? 15:12:26 ah ok so C4 and Koha scope need update 15:12:55 cait1: in plugins page for start https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks 15:13:34 even more – I found some older had 15:13:34 `C4::Debug` and `$debug` 15:13:45 which make them die as well 15:14:12 plugins are versioned 15:14:20 (we removed C4::Debug at all) 15:14:32 ah but its more simple 15:15:16 About Koha scope, need export when its a ORM object ? like Koha::Patron 15:15:26 i bet no 15:16:11 its a big subject, I propose I open a mail for koha-devel 15:16:14 tuxayo: ^ 15:16:32 I tried to explain it correctly in the tech release notes 15:16:42 #info Peter (Petro) Vashchuk, National Library of Finland, HELSINKI 15:16:44 it's for subroutines, so it will mainly affect C4 modules 15:16:48 yup 15:16:51 it was in the release notes 15:16:56 I think that's enough publication 15:17:07 devs and support companies should be reading those 😉 15:17:19 maybe I should have tell explicitely it would affect plugins 15:17:31 but the solution and explanation are the same 15:17:35 Joubu: ok thanks i just wanted confirmation 15:17:43 #action fridolin open a topic for koha-devel about plugins updates about Bug 17600 - Standardize the EXPORT 15:17:43 04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 enhancement, P5 - low, ---, jonathan.druart+koha, RESOLVED FIXED, Standardize the EXPORT 15:18:01 ok next 15:18:10 Hooks for barcode transform are with ref, how to document this ? See https://github.com/bywatersolutions/dev-koha-plugin-kitchen-sink/pull/17 15:18:48 should we explain in https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks ? 15:19:01 #info Owen Leonard, Athens County Public Libraries, Ohio, USA 15:19:06 [off] Sorry was afk 15:19:16 fridolin: see release notes for bug 28211 15:19:16 04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28211 enhancement, P5 - low, ---, kyle, RESOLVED FIXED, Replace use of call_recursive() with call() 15:19:31 I've added an example in KitchenSink but it's very tricky 15:19:52 that whole debate was a pain 15:20:02 Ah ok indeed its in notes 15:20:17 KitchenSink having an example is OK 15:20:31 and there is a BarcodeTransformer plugin (now fixed) 15:21:21 I will put a link to KitchenSink in this page 15:21:33 tuxayo: ^ 15:22:08 which page? 15:22:08 rumour has it which page is this 15:22:23 tuxayo: https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks 15:22:48 i see there are some links already in table but better be a section 15:23:11 any help is welcomed 15:23:11 i already had it that way, fridolin. 15:23:19 not you ^^ 15:23:30 fridolin: yes so I don't know was to note. You can #action since you know better than me what to note about this topic ^^ 15:23:36 *you can 15:23:43 any update on the planned wiki update btw? 15:23:54 * ashimema listens up 15:23:56 ok I note that as topic 15:24:06 thx tuxayo :) 15:24:40 Yes 15:24:47 #action fridolin add section to KitchenSink in Hooks wiki page 15:24:57 ok continue 15:24:57 good, next ^^ 15:25:05 about my RM job 15:25:06 #topic Updates from the Release Maintainers 15:25:10 oh 15:25:22 ah juste to say i'm OK 15:25:42 first pushes, fridolin++ 15:25:43 started pushing, had some advices from Joubu 15:25:47 rools 15:25:53 I am fixing some bugs in the separation of binary and version control which had been hidden by not moving and then complete reinstalling. 15:26:41 thd ok, I note that for when the topic will came up again in a few moments 15:26:47 rmaints? 15:26:48 well, rmaints is fridolin, khall, kidclamp, wainui and tuxayo 15:27:54 #info last 20.05 went well, hopefully all the major regressions due to the recent (few months) security fixes have been found an fixed so people staying on 20.05 wouldn't have major bugs 15:28:07 but should upgrade asap anyway since it's EOL 15:28:38 tuxayo++ 15:28:58 tuxayo++ 15:29:16 RIP 20.05.x 15:29:45 I've looked at HEA there are a lot of 19.11 remaining 15:29:53 https://hea.koha-community.org/systempreferences 15:29:55 And they aren't upgrading 15:30:07 When they have the chance to have a supported version ^^" 15:31:18 hum no 19.11 last month. even though there are a few backports on top of the previous release 15:32:15 Anyone heart something from Wainui? 15:32:36 maybe release only for security updates 15:33:38 Indeed, it's been 2 or 3 weeks that Wainui's messages on the tickets mention that it's only about security bugs. 15:33:46 moving on 15:33:51 #topic Updates from the QA team 15:33:54 qa_team? 15:33:54 hmmm... qa_team is cait, dcook, amoyano, ashimema, marcelr, kohaputti, jajm, tcohen, kidclamp, khall, tuxayo, petrova, nugged 15:34:51 * ashimema is catching up on customer work at the moment so hasn't done much QA yet this cycle 15:35:25 saying that.. I'm still on the leaderboard this month.. which is better than many 😉 15:35:40 💪 15:35:55 we need to get the 'Patches pushed for release' updated and working on the dashboard too 15:36:26 what is that? 15:36:35 been trying to keep an eye, but not had much time lately 15:36:35 112 Majors.. that's a little scary 15:36:36 I've attached the dashboard for 22.05 15:36:40 a counter of the RM's pushes? 15:36:42 updated* 15:37:22 the last section needs rangi's hands 15:37:28 hmm.. the countdown to next release seems to be broken to me. 15:37:32 yeah.. that last section needs some attention 15:38:48 I see.. I'll review and merge your request today Joubu 15:38:49 yes but it was broken last cycle as well 15:38:57 that'll bring the dashboard up to speed 15:39:12 but yeah.. it won't help that bottom section... I'll ask rangi to explain how that works. 15:39:56 it's kudos.json that needs to be regenerated 15:40:05 indeed 15:40:23 any other QA news? 15:40:56 moving on 15:41:00 #topic Updates from the documentation team 15:41:23 #info David Nind: «the latest update sent to mailing list - intend to send each week to keep everyone informed» 15:41:37 sorry - phone call :( 15:41:41 #link https://lists.koha-community.org/pipermail/koha-docs/2021-December/000271.html 15:42:41 #info documentation IRC meeting 9 December 2021, 16:00 UTC 15:43:06 see David's email for more details 15:43:09 A reminder : Manual fixes are managed in Bugzilla, not gitlab issues. For example Bug 29638 15:43:09 04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29638 minor, P5 - low, ---, david, RESOLVED FIXED, [DOCS] Framework default value for year is not <> but is <> 15:44:12 There is a gitlab project for the manual and some tickets are open there? 15:44:58 https://gitlab.com/koha-community/koha-manual 15:46:46 ok thanks 15:46:50 notes left if today's agenda: « David Nind: is having a quick update (either written or at the meeting) something you would like for development meetings? » 15:46:53 Does anyone have a message to transmit? 15:48:05 so moving on ^^ 15:48:12 #topic Status of roadmap projects 15:48:33 #info Recalls - Aleisha is available over the weeks leading up to Christmas to do whatever it takes to get recalls upstreamed. Please discuss a plan that works for testers/QA team so Aleisha can action. 15:49:02 #link https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 Bug 19532 - Recalls for Koha 15:49:02 04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 new feature, P1 - high, ---, aleisha, ASSIGNED , Recalls for Koha 15:49:03 04Bug 19532: new feature, P1 - high, ---, aleisha, ASSIGNED , Recalls for Koha 15:50:05 Breaking out files for version control of wiki migration into binary or otherwise not tracked broke some things which I had thought were working because I had not moved everything and then run the scripts again. 15:50:08 i dont yet understand this feature, i will look at it 15:50:19 thd not yet about the wiki ^^ 15:50:48 but QA team decivisions first 15:51:07 decisions 15:51:39 There were a few emails about that topic (which lead to the topic ending up here) and here is one from Aleisha: 15:51:40 «The code is all there - I need to know how best to format the patches so 15:51:40 that it can be effectively tested and QAed. So I would like those who 15:51:40 would be testing and QAing it to please discuss the best way forward.» 15:53:23 What could be said except the coding guidelines as usual. The rest is specific feedback when actual reviewing could be done on this big patcheset. Right? 15:54:57 This feature can be turned on/off its a good point 15:56:24 #action tuxayo forward to fridolin the recent email thread started by Aleisha with the few people that already took a look to recalls. 15:56:28 moving on 15:56:43 Anything else about roadmap projects? 15:56:59 Yes, fixing symlinks. 15:57:31 thd: ah the wiki fit there right? 15:57:59 Symlinks were necessarily excluded from wiki migration version control and had been managed outside it. 15:58:02 so, thd «I am fixing some bugs in the separation of binary and version control which had been hidden by not moving and then complete reinstalling.» 15:58:09 «Breaking out files for version control of wiki migration into binary or otherwise not tracked broke some things which I had thought were working because I had not moved everything and then run the scripts again.» 15:59:00 Proper testing showed that when I was merely updating code without moving files I missed where some things were not copied. 15:59:48 I did the separation of version control / non version control in the most painful way possible for the version history. 16:00:53 thd: don't worry too much I guess, the most direct stuff that ends up working would do 16:01:15 I will fix that so that text files which could possibly be managed by version control but have never changed from defaults are not obscuring where the real work would do. 16:01:44 oops I copied your would do into my typing ;) 16:01:56 ^^ 16:02:09 anything else to add thd? 16:02:46 Making something that merely works is a modest task sharing it in a manner that others can understand everything is a bigger task. 16:04:54 I try to skip sleep and fix everything in short spurts but I have too much accumulated sleep loss for that to work since the pandemic has wrecked my time and I work a crazy schedule. 16:05:13 That is all at the moment. 16:06:09 With too large version jumps it wouldn't be a surprise to need not always clean and simple understandable fixes. That' just a general though, I don't know how it actually looks like. 16:06:12 Thanks for the update 16:06:17 #topic Actions from last meeting 16:06:34 «tuxayo KohaCon Process: holiday clash: get more feedback from Indranil Das Gupta about Hindu holidays and change that part» 16:06:47 Ops, didn't reemail Indranil 16:06:50 *oops 16:06:58 #action tuxayo KohaCon Process: holiday clash: get more feedback from Indranil Das Gupta about Hindu holidays and change that part 16:07:09 #topic General development discussion (trends, ideas, ...) 16:07:31 Anything urgent? 16:07:36 Since time is running out 16:08:09 #topic Review of coding guidelines 16:08:13 fridolin: 16:08:24 Should we to add a line for Bug 28606 change ? 16:08:24 04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606 enhancement, P5 - low, ---, jonathan.druart+koha, RESOLVED FIXED, Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug 16:08:24 «Should we to add a line for Bug 28606 change ? » 16:08:45 i'm not really a developper so i dont fully understand this change 16:09:04 but for guide lines it may be helpfull 16:10:06 qa_team? 16:10:07 qa_team is cait, dcook, amoyano, ashimema, marcelr, kohaputti, jajm, tcohen, kidclamp, khall, tuxayo, petrova, nugged 16:10:30 The list is not up to date actually 16:10:49 Joubu missing from it 16:11:09 maybe add a line on Koha::Logger ? 16:11:17 for all its levels 16:12:28 fridolin: I would say postpone it due to the lack of quorum ^^" 16:12:38 yep 16:13:24 That could allow to get feedback on the mailing list meanwhile 16:13:39 #topic Set time of next meeting 16:13:49 Same hour right? 16:14:17 fridolin do you want to try changing the time? 16:14:19 ok for me 16:14:32 oleonard: i can manage its ok 16:15:06 So 22 december 15:00 UTC 16:15:32 Is the earlier local time preferable to people? 16:16:28 fridolin: ? ↑ since it's the hardest for you. And you will have a few topics 16:16:41 thd: we're ok to be earlier from Finland if that's help for others 16:16:54 thd: you mean wich UTC hour ? 16:16:56 Keeping the same UTC time across local time changes does not seem best to me unless the later local time is preferable. 16:17:31 Adjusting for the change in local time recently would be an hour earlier. 16:17:45 > Keeping the same UTC time across local time changes 16:17:45 It changed actually I think 16:18:25 (looks like changed: we have it now 17:00 our time and we had 17:00 before DST change) 16:18:49 Since it's the same local time (16:00) for mainland France even though there we switched to DST(or the reverse) 16:19:50 this is a tricky rock-around-the-clock situation, needs discussion 16:19:52 Maybe I am confused about the transition. 16:20:07 yes 16:20:20 (yes to frido ^^") 16:20:30 #info Next meeting: 22 December 2021, 15 UTC 16:20:40 hohoho ^^ 16:20:42 #endmeeting