Time Nick Message 05:57 reiveune hello 05:57 wahanui kia ora, reiveune 06:21 magnuse \o/ 06:33 ashimema Good morning all my Koha friends 06:37 cait good morning #koha and ashimema :) 06:52 alex_a Bonjour 06:52 wahanui hi, alex_a 07:08 cait1 good morning #koha (again) 07:15 severine_q Hello #koha ! 07:15 magnuse bonjour severine_q 07:15 severine_q hi magnuse :) 07:28 severine_q maybe someone can help me, it's the first time i've got an error signing off a patch 07:28 severine_q Failed to update bug 28069, status=504 07:28 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28069 normal, P5 - low, ---, jonathan.druart, Signed Off , Can't sort lists on staff client 07:29 severine_q seems to be a time-out error, can i just re-sign it ? 07:31 kohaputti bugzilla seems to have problems with attachments, anybody else noticed? 07:31 kohaputti I cannot view attachments or attach new ones 07:31 severine_q Hi kohaputti ! 07:32 severine_q i was just saying i had an erro 504 trying to sign a patch 07:32 kohaputti ok 07:32 kohaputti maybe disk got full? O.o 07:32 kohaputti anybody with # root? 07:32 severine_q maybe due to the upgrading bugzilla server made a few hours ago ? 07:33 kohaputti maybe good time to have lunch break :P 07:34 severine_q breakfeast for me, but pretty idea !! 07:36 kohaputti gmcharlt, hi! I noticed from the wiki that you have root on the bugzilla server, would you be able to take a look? 07:37 ashimema bugzilla seems generally slow today 07:40 ashimema I've replied to Chris to let him know we're having issues 07:40 ashimema it's 7.40pm in Wellington, so he might still be around :) 07:40 kohaputti oh, I just replied as well :| 07:41 ashimema haha 07:41 ashimema all good, I'm sure he won't mind the little bit of noise 07:42 ashimema That server does a fair chunk of things now.. it may just be a bit overloaded.. 07:42 ashimema like, it also hosts dashboard and splitter I believe 07:42 ashimema and now it does a full copy of the bz db to another server at some point each day to give us splitter2 etc 07:43 ashimema I think tcohen was contemplating offering to do some high availability stuff with it for us.. hosting the db in a replicated cloud somewhere instead of the one system doing all the things 07:43 ashimema but.. we haven't got far with that plan yet 08:07 ashimema beware.. although bz reports 504's.. it looks like patches are getting through.. 08:07 * ashimema just spammed the crap out of a bug by accident 08:09 kohaputti mine didn't 08:09 ashimema oh, interesting 08:09 ashimema bug 26471 got loads 08:09 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26471 normal, P5 - low, ---, jonathan.druart, Signed Off , Datatables js error on missing pdfmake.min.js.map 08:10 kohaputti heheh :D 08:31 fridolin yey, bugzilla is OK ? 08:32 fridolin i cant push a form 08:32 fridolin HTTP 504 08:34 kohaputti nope, chris is investigating it 08:46 Joubu looks like it's back now 08:48 kohaputti it works indeed!! :) 08:48 rangi yay 08:48 rangi yeah it was postfix being silly 08:54 cait1 oh a rangi! 08:54 wahanui a rangi is a pretty big get 08:54 cait1 lol 08:55 ashimema thanks rangi :) 09:04 magnuse rangi++ 09:28 cait1 rangi++ 09:58 null_ hello 09:58 null_ I'm looking for SQL report about list of all patrons who's don't borrow book since 2015 10:00 null_ and yes, I checked SQL library for koha 10:08 Joubu https://wiki.koha-community.org/wiki/SQL_Reports_Library#Inactive_Borrowers 10:15 null_ thank you Joubu 10:16 null_ and don't work propelly 11:08 oleonard Hi all 11:23 * ashimema thinks he'll just give up on fixing things 11:34 oleonard One of those days, eh ashimema? 11:40 ashimema mmm 11:41 oleonard Joubu around? 11:56 tcohen morning 12:05 oleonard Hi tcohen 12:17 Joubu oleonard: yep 12:20 oleonard Can you tell me more about the "trick" in Bug 28069? 12:20 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28069 normal, P5 - low, ---, jonathan.druart, Signed Off , Can't sort lists on staff client 12:21 magnuse huh, upgraded debian from 8 to 9 and koha 19.05.x to 20.05.10. when i try to start sip2, the /var/log/koha/koha/sip-error.log says "koha-koha-sip: client (pid 22307) exited with 1 status" and "koha-koha-sip: terminating too quickly, waiting 30 seconds" 12:24 Joubu oleonard: on bug 27715 we added some code to prevent "wrong" order by values, and so forced a table_name.column_name format 12:24 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27715 critical, P5 - low, ---, jonathan.druart, Pushed to oldoldstable , Possibly SQL injection in virtualshelves 12:25 Joubu however we cannot do that for "count" 12:25 Joubu the patch is searching for "count asc" or "count desc" before we sanitize the @orderbys values 12:26 Joubu count is, C4/Utils/DataTables/VirtualShelves.pm 12:26 Joubu 34 count(vc.biblionumber) as count 12:37 oleonard I see, thank you 13:07 fridolin Joubu: hi, is Bug 21958 ready for stable backoport ? 13:07 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21958 normal, P5 - low, ---, ere.maijala, Pushed to master , _check_valid_auth_link checks too many subfields 13:10 Joubu fridolin: I would not backport it, kidclamp what do you think? 13:12 fridolin ah good i asked 13:12 fridolin sounds like its is a too big change for stable 13:13 kidclamp yeah, I think it can wait, some of the surrounding issues have been soplved already 13:19 fridolin oki thanks a lot 13:31 oleonard Joubu: My patch for Bug 27566 was incorrect, and has broken proper font loading all around. 13:31 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27566 normal, P5 - low, ---, oleonard, Pushed to master , CSS rule not applying to HTML select / option - displays with serif font ignoring rules 13:32 oleonard I'm working on a fix, but you might want to revert. 13:33 cait1 oh no :( 13:36 oleonard Joubu: In fact it's wrong enough that I think it should be reverted. 13:40 Joubu oleonard: can you add a note on the bug please? 13:46 * oleonard joins ashimema in the no-fixing-things corner 13:47 ashimema Lol 13:47 * ashimema had not clocked off before he grumpy any more 14:05 koha-jenkins Project Koha_20.11_U20 build #61: SUCCESS in 32 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/61/ 14:25 koha-jenkins Project Koha_20.11_D10 build #82: UNSTABLE in 52 min: https://jenkins.koha-community.org/job/Koha_20.11_D10/82/ 14:28 koha-jenkins Project Koha_20.11_U2010 build #56: SUCCESS in 54 min: https://jenkins.koha-community.org/job/Koha_20.11_U2010/56/ 14:31 Joubu dev meeting in 30 14:33 cait1 ok 14:37 koha-jenkins Project Koha_20.11_U16 build #62: SUCCESS in 1 hr 6 min: https://jenkins.koha-community.org/job/Koha_20.11_U16/62/ 14:38 koha-jenkins Project Koha_20.11_D9 build #79: SUCCESS in 32 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/79/ 14:40 huginn News from kohagit: Bug 26498: Add default values <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ff60284b0100f8fbda6f16a5f7354358073985dd> 14:40 huginn News from kohagit: Bug 28078: (follow-up) Add param check to 'itemAlreadyOnHold' test <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a620c1bb116d82ea27934f643789a84f5c002a2b> 14:40 huginn News from kohagit: Bug 28092: Add reserve notes column to holds to pull <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7523bb35bf906513f688ad5f428279b356c863ba> 14:40 huginn News from kohagit: Bug 28013: (follow-up) Reset the patron loop <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=626d1f22a0be9ea1abfc9ee656448c9822ee3438> 14:40 huginn News from kohagit: Bug 28013: Unit tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=850ad303935ddd3008db1ad5d8a100f8a22778d7> 14:40 huginn News from kohagit: Bug 28013: (follow-up) Correct and update call to CanItemBeReserved <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ded05deb102de13de95c5e0f76bfaf79075423cf> 14:40 huginn News from kohagit: Bug 28078: Add 'ignore_hold_counts' param to CanItemBeReserved <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d3adcec676f97a1456dbb072479a99f7224e724c> 14:40 huginn News from kohagit: Bug 26459: (follow-up) Clarify language and remove duplicated code <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cc587182632030c25eccbf771c765a8f301f2eb9> 14:40 huginn News from kohagit: Bug 28013: (QA follow-up) Remove unused variable <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=25d60246558f9e22015e350125627bbd2b96fe89> 14:40 huginn News from kohagit: Bug 28034: Make club enrollment tables in to DataTables <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ee84877a87ad79ce2deaf9e1b2ad0c11eb214952> 14:40 huginn News from kohagit: Bug 26498: (QA follow-up) Add handling for update <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2eb0ac6a3e08b86eba140f5135ebc717eccc70ae> 14:40 huginn News from kohagit: Bug 28013: Performance improvements to CanBookBeRenewed <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0b8f4ec614f8e526f814c1d79a6729f7abcac874> 14:40 huginn News from kohagit: Bug 27069: Adapt uses of holdallowed <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1d9d05613b90779b3ce214918cf1f2dffb64d264> 14:40 huginn News from kohagit: Bug 27069: Adjust tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b46d69de37be994e28ebb2d75d23905a240340d0> 14:40 huginn News from kohagit: Bug 27069: Update existing rules <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=34acb76a21c01c849283efe066d10d5ee78cd9e5> 14:40 huginn News from kohagit: Bug 27894: Add visual feedback on overridden pickup locations <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d2a46916380f5793cf586b3ce10ecfd43d741b1e> 14:40 huginn News from kohagit: Bug 27894: Adapt /holds/:hold_id/pickup_locations <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d8be3d5084bf6d74a40c162a6b6e221bbbfc86ae> 14:40 huginn News from kohagit: Bug 27894: Unit tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f98c4cec8eeb058357666af9e356a1dc251c19af> 14:40 huginn News from kohagit: Bug 26970: Add row highlight on drag in Elasticsearch mapping template <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f470bee2e5467b19dd9cea7ef09466fd578248a8> 14:40 huginn News from kohagit: Bug 26459: Add hold-mode option to sip_cli_emulator <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9ff8bb69e1e91596dec7b21cb75aeaaa04c6b097> 14:52 cait1 fridolin: they had spaces in their controlnumbers :) that's why it found more than it should 14:52 cait1 talked here on IRC some the same day 14:53 fridolin ok super 14:57 koha-jenkins Project Koha_20.11_U20 build #62: SUCCESS in 37 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/62/ 14:59 koha-jenkins Project Koha_20.11_U18 build #57: SUCCESS in 1 hr 26 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/57/ 15:00 Joubu #startmeeting Development IRC meeting 7 April 2021 15:00 huginn Meeting started Wed Apr 7 15:00:22 2021 UTC. The chair is Joubu. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00 huginn Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00 huginn The meeting name has been set to 'development_irc_meeting_7_april_2021' 15:00 Joubu #topic Introductions 15:00 Joubu rmaints? 15:00 wahanui rmaints is fridolin, AndrewFH and tuxayo 15:00 Joubu qa_team? 15:00 wahanui rumour has it qa_team is cait, dcook, amoyano, ashimema, marcelr, kohaputti, jajm, tcohen, josef_moravec, kidclamp, khall and tuxayo 15:00 ashimema #info Martin Renvoize 15:00 wahanui i guess #info Martin Renvoize is getting back the the Accounts Rewrite bugs 15:00 Joubu #info Jonathan Druart 15:01 oleonard-away #info Owen Leonard, Athens County Public Libraries, Ohio, USA 15:01 tuxayo #info tuxayo/Victor Grousset, France 15:01 thd #info Thomas Dukleth, Agogme, New York City 15:01 tuxayo Thanks for the call :) 15:02 Joubu #topic Announcements 15:02 Joubu Anyone have something? 15:02 thd I have put up some testing sites 15:03 thd https://koha-mw-pg-test01.agogme.com/wiki/Main_Page 15:03 thd https://koha-mw-my-test01.agogme.com/wiki/Main_Page 15:03 thd Shortly there should also be https://koha-mw-my-test01-upgr.agogme.com/wiki/Main_Page 15:04 Joubu What are your plans, thd? 15:04 thd The last one will be upgraded to MediaWiki 1.35 15:04 thd I will post the code to get there later today 15:04 tcohen hi 15:04 tcohen #info Tomas Cohen Arazi, Theke Solutions 15:05 kidclamp #info Nick Clemens, ByWaterSolutions 15:05 thd I merely plan to test upgrading to MediaWiki 1.35 in MySQL today 15:05 thd I also plan to test to different searches later. 15:05 Joubu we need to agree first on what we need 15:06 thd This is merely a test 15:06 Joubu it's not clear to me if we stick to Mediawiki or move to dokuwiki 15:06 thd People will obviously choose what to move to but we should test the possibilities. 15:07 Joubu in any cases please publish the steps to redo and the scripts, in case someone else wants to play with it as well 15:07 thd I intend to try testing two different searches one for current and one for old running in the same wiki. 15:08 thd Yes, I will publish today and continue to publish improvements. 15:09 Joubu we should also publish a plan and timeframe 15:09 thd Even, if we move everything to DokuWiki, this will make it easier. 15:09 Joubu maybe once 21.05 is published, I won't have much time to dedicate to that before end of May 15:10 tcohen Yeah, we need a timeframe 15:10 Joubu end of June 15:10 tcohen +1 15:10 Joubu anyone else? 15:10 Joubu something else? 15:11 thd I may have the upgrade working by the end of the meeting. 15:11 Joubu #topic Update from the Release Manager (21.05) 15:11 Joubu Slowly back to normal speed, processing the PQA queue. 15:11 Joubu I FQAed a bunch of bugs today 15:11 Joubu Please provide answers/feedback/follow-ups quickly to keep moving and have your stuffs pushed soon. 15:12 Joubu 21.05 will be released in about 1.5 month and big stuffs must be PQAed in the next two couple of weeks. Release dates will be published soon. 15:12 Joubu My wish list (as you are all asking for it): bug 27829 (see related), bug 27526, bug 22544 and bug 26703. And I will try to get back to bug 25078 ASAP. 15:12 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27829 enhancement, P5 - low, ---, koha-bugs, NEW , [OMNIBUS] Remove specific LANG installer data 15:12 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 enhancement, P5 - low, ---, jonathan.druart, Needs Signoff , Remove Mod/AddItemFromMarc from additem.pl 15:12 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 enhancement, P5 - low, ---, jonathan.druart, Signed Off , Move C4:NewsChannels to Koha namespace 15:12 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26703 enhancement, P5 - low, ---, wainuiwitikapark, Signed Off , We should reconsider best practice for our title elements 15:12 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 enhancement, P5 - low, ---, jonathan.druart, In Discussion , Update DB process - wrap each DBRev inside a transaction and better error handling 15:12 Joubu Should we create the "roles for 21.11" wiki page? 15:13 ashimema Yes, probably 15:13 wahanui probably is too hard. 15:13 oleonard good one wahanui 15:13 Joubu I'd like we create a ~"meeting facilitator" role 15:13 Joubu to prepare, organize ping people, deal with timezone, etc. 15:14 Joubu I will create it 15:14 ashimema Nice idea... I shan't be stepping forward for that one though, haha 15:14 Joubu #action Joubu create the "roles for 21.11" wiki page and send an email to the list 15:14 ashimema But I do imagine someone out there keen to help 15:15 Joubu any questions? 15:15 Joubu #topic Updates from the Release Maintainers 15:15 Joubu (I forgot) 15:15 Joubu #link https://wiki.koha-community.org/wiki/Development_IRC_meeting_7_April_2021 15:15 Joubu from Frido: Sorry I cant be there. All sounds good in 20.11.x. For next cycle I'd like to continue on this branch so oldstable then. Best regards :D 15:16 Joubu #info Fridolin is candidate for RMaint 20.11 during the next release cycle 15:16 tuxayo 19.11: last release when well 15:16 Joubu #topic Updates from the QA team 15:16 Joubu cait1: ? 15:17 Joubu SPREAD THE LOAD (still) 15:17 Joubu please 15:17 ashimema Numbers are high again 15:17 Joubu qa_team? please help on the final push during the next month 15:18 Joubu #info QA members should help a bit more on the final push during the next month 15:18 tcohen too many majors! 15:18 ashimema Indeed 15:19 ashimema How can we further motivate SO/QA.? 15:19 Joubu yes, and people shouldnt focus on new enhancements when we have as many majors 15:19 tuxayo Got it 15:20 oleonard QA folks please feel free to ask me to look at specific bugs for signoff if you'd like. 15:20 ashimema there needs to be a balance.. 15:20 Joubu https://frama.link/koha_bz_nso-so-pqa_maj-blo-cri 15:20 ashimema how do we encourage devs and testers to spend time on Majors 15:21 Joubu all waiting for QA, and one for me 15:21 ashimema I try to pick them off, but need to also show movement on enhancements and new features 15:21 * tcohen will spend as many hours on those 15:21 ashimema and also find it hard picking off bugfixes when they then get stuck untested for weeks/months often 15:22 severine_q I admit i never really mind about the severity, but I will now :) 15:22 tcohen I've been distracted by bug 27526 15:22 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 enhancement, P5 - low, ---, jonathan.druart, Needs Signoff , Remove Mod/AddItemFromMarc from additem.pl 15:22 ashimema it's the same few people trying to pick them all off.. we need to work out how to encourage more hands 15:22 ashimema that one is on RM's priority list tcohen.. so personally I'm happy seeing that as a priority at a similar level to the majors 15:23 ashimema I'm totally in agreement we need to hit majors and hit them hard.. I just want to see more hands doing it. 15:24 thd Free vaccines 15:24 ashimema like.. perhaps we should downgrade majors if the person reporting the bug doesn't then followup with testing 15:24 koha-jenkins Project Koha_20.11_D11 build #95: SUCCESS in 47 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/95/ 15:24 koha-jenkins Project Koha_20.11_U2010 build #57: SUCCESS in 52 min: https://jenkins.koha-community.org/job/Koha_20.11_U2010/57/ 15:25 * ashimema will be quiet again now 15:25 thd ashimima: Are you suggesting that many|some majors not really majors? 15:25 Joubu you can report a bug without having the ability/time to test. But yes, I know the frustration. 15:26 Joubu moving on? 15:26 tcohen yes 15:26 Joubu #topic Status of roadmap projects 15:27 Joubu nothing new there, not much have changed AFAIK 15:27 Joubu (that's one thing for the "meeting facilitator" role) 15:28 Joubu anyone willing to add something? 15:28 tcohen can you post the link 15:28 Joubu https://annuel.framapad.org/p/koha_21.05_roadmap 15:28 tuxayo https://annuel.framapad.org/p/koha_21.05_roadmap 15:28 Joubu you should have bookmarked it months ago! 15:28 tcohen I do 15:28 Joubu ;) 15:28 tcohen it was just for the record 15:28 tuxayo Lost the bookmark? :P 15:28 tuxayo ok 15:29 Joubu #topic Actions from last meeting 15:29 Joubu #action mtj write something about the new packages for the 21.05 release notes 15:29 Joubu (postponed, I forgot to ping him I think) 15:29 Joubu #topic ashimema Write a coding guideline to clarify our message types: 'alert' vs 'error' (context of bug 27695) 15:29 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27695 minor, P5 - low, ---, oleonard, Failed QA , Fix style of messages on Elasticsearch configuration page 15:29 Joubu ashimema: did you do that? 15:29 ashimema hmm, I think I did 15:29 * ashimema goes digging 15:30 ashimema seems not 15:30 Joubu #action ashimema Write a coding guideline to clarify our message types: 'alert' vs 'error' (context of bug 27695) 15:30 Joubu #topic Joubu we need to push 26703 asap 15:30 tuxayo bug 26703 15:30 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26703 enhancement, P5 - low, ---, wainuiwitikapark, Signed Off , We should reconsider best practice for our title elements 15:30 Joubu I marked it as RM priority, cannot do more, please QA this one ASAP 15:31 Joubu #topic ashimema Write a guideline for 26703 15:31 tcohen I want to mention rangi has pointed api.koha-community.org to one of Theke servers 15:31 tcohen and I plan to have that set soon 15:31 tcohen ashimema suggested usgin redoc 15:31 Joubu tcohen: can you detail a bit more? 15:32 ashimema Idea is to have a central public place for a pretty set of the api docs 15:32 ashimema to encourage development against the api's for plugins etc 15:32 ashimema at the moment you have to have a koha installed and know where to look 15:32 Joubu #info Guideline about 26703 is at https://wiki.koha-community.org/wiki/Coding_Guidelines#ACC3:_Title_elements_should_contain_unique_information_information_first 15:33 ashimema if you google for other ils's api's you'll find such a page for each of them.. a developers portal as such 15:33 Joubu 1 per Koha supported version then? or only master? 15:35 ashimema still working on the idea ;) 15:36 ashimema I think we decided for one per supported koha 15:36 ashimema as that would be simpler to maintain than adding a version tag to our swagger specs 15:36 ashimema per route 15:36 Joubu yup 15:37 Joubu timeframe? :) 15:37 koha-jenkins Project Koha_Master_D11 build #252: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_Master_D11/252/ 15:37 ashimema as soon as tomas and I have bashed heads together again and got it working 15:37 ashimema I'd try to time it with the next feature release 15:37 Joubu #topic General development discussion (trends, ideas, ...) 15:38 ashimema as a target for us 15:38 Joubu yep, good plan 15:38 Joubu other topics? 15:39 Joubu # Set time of next meeting 15:39 Joubu #info Next meeting: 21 April 2021, 14 UTC 15:39 Joubu all good, everybody happy? 15:39 ashimema +1 15:39 Joubu #endmeeting 15:39 huginn Meeting ended Wed Apr 7 15:39:57 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) 15:39 huginn Minutes: https://meetings.koha-community.org/2021/development_irc_meeting_7_april_2021.2021-04-07-15.00.html 15:39 huginn Minutes (text): https://meetings.koha-community.org/2021/development_irc_meeting_7_april_2021.2021-04-07-15.00.txt 15:39 huginn Log: https://meetings.koha-community.org/2021/development_irc_meeting_7_april_2021.2021-04-07-15.00.log.html 15:40 tuxayo Thanks Joubu and all 15:40 cait1 oh 15:41 cait1 sorry, got lost in work :( 15:42 cait1 oleonard: still around maybe? 15:43 cait1 i've got something I#ve been wondering about... could I somehow manage to add a link to the intranetnav that not only goes to cataloguing but also "clicks" on the z39.50 button? 15:43 cait1 framework is fix 15:43 cait1 (defualt) 15:43 thd MySQL oomkiller has been triggered for me every night circa 3 AM local time on my Linode instance with 4 GB RAM but no swap. Do I really need swap or more RAM for four instances of an 800 page wiki? 15:46 koha-jenkins Project Koha_20.11_U18 build #58: SUCCESS in 1 hr 20 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/58/ 15:51 severine_q Bye #koha ! 15:53 oleonard Yes I'm here cait1 15:53 cait oleonard: HI :) 15:53 cait did you see the question? 15:53 oleonard Yes.... pondering... 15:53 cait i am nto good with "events" 15:54 cait i was wondering of maybe adding a parameter to my url... and use that to trigger a jquery 15:54 cait our libraries usually catalog in another cataloguing softare and then switch to koha to do a z39.50 with he controlnumber...t rying to save them some clicks 15:55 oleonard Yes, a parameter was my first thought as well, or a cookie, or localStorage 15:55 henryb I don't want to interrupt but oleonard if you still have those windows KTD instructions anywhere I'd be really grateful. I feel like I'm getting close but can't make it all work 15:56 oleonard I don't have instructions but have have faded memories henryb 15:56 oleonard What are you seeing? 15:57 oleonard cait: Have you tried triggering the Z39.50 popup window directly? 16:00 cait oleonard: not sure how to do that? 16:00 oleonard I'm trying it. 16:00 cait I think you need the catalouging tab open in the backgrond as a target 16:00 cait but not sure 16:02 pastebot "oleonard" at 127.0.0.1 pasted "In my quick test this seemed to work" (11 lines) at http://paste.koha-community.org/8 16:03 cait checking it out, thx! 16:03 oleonard The JavaScript triggered by the Z39.50 popup window handles the redirect in the opener page, so it doesn't have to happen from any particular page. 16:03 oleonard Off the top of my head the only potential issue is that the custom link isn't tied to permissions. 16:04 henryb Ah sorry oleonard, I misunderstood! I'm trying to run KTD in Windows subsystem for linux but the aliases (ku and kd) aren't being recognised. I'm trying docker-compose -p koha up at the moment... 16:05 cait oleonard: that's awesome :) 16:05 cait that's no issue in this case (permissions) 16:05 cait oleonard++ 16:05 cait oleonard: i have a new idea alredy... make it an input field and see if i can fill the controlnumber in the form 16:06 cait lol sorry! 16:06 cait I can try and fiddle with that, but do you think it could work? 16:06 oleonard Yes 16:06 koha-jenkins Yippee, build fixed! 16:06 wahanui Congratulations! 16:06 koha-jenkins Project Koha_Master_U2010 build #139: FIXED in 1 hr 7 min: https://jenkins.koha-community.org/job/Koha_Master_U2010/139/ 16:06 cait and now if we could even klick search... ooooh 16:07 cait my ideal would be improting directly...b ut that might go over my head :) the id is unique 16:07 cait so there is always only one result 16:10 cait hm. 16:10 cait ok i think i fail at sending the controlnumber to the form :( 16:10 cait but i can try to set the focs on controlnumber at least 16:11 * oleonard was just trying to figure out the controlnumber part... 16:12 oleonard The Z39.50 search template is designed *not* to populate the controlnumber field even if it was passed 16:12 oleonard I wonder if that's intentional 16:13 cait i am happy if you can, just don't want to take too much of your time 16:13 cait oleonard: ok, so not just me then 16:13 cait I can't think of a reason why it would be intentional, but hm 16:14 cait i treid a simple url param trick but that didn't work 16:15 koha-jenkins Project Koha_Master build #1607: SUCCESS in 32 min: https://jenkins.koha-community.org/job/Koha_Master/1607/ 16:17 cait oleonard: set the focus now - that worked well 16:18 koha-jenkins Project Koha_Master_D9 build #1607: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1607/ 16:19 oleonard As far as I can tell, Bug 1277 added new fields to the search form without considering that values could be passed to those fields 16:19 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1277 enhancement, PATCH-Sent (DO NOT USE), ---, gmcharlt, CLOSED FIXED, Enhance: Z39.50 More search criteria 16:22 cait oh 16:22 cait ok 16:22 cait i will save that, maybe i could fix it? 16:22 cait but probably not soon 16:22 oleonard I'm going to submit a patch 16:23 cait oleonard++ thank you! 16:23 cait you already helped me save them at least 2 clicks for each catalogued record :) 16:23 cait but i got to stop here now for today - time to get to dinner 16:23 cait bye all! 16:23 cait and them = all our libraries almost 16:24 cait this one will definitely go into our toolbox 16:27 koha-jenkins Project Koha_Master_D9_MDB_Latest build #555: UNSTABLE in 1 hr 2 min: https://jenkins.koha-community.org/job/Koha_Master_D9_MDB_Latest/555/ 16:32 reiveune bye 16:39 koha-jenkins Project Koha_Master_D9_My8 build #538: SUCCESS in 1 hr 14 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/538/ 16:45 koha-jenkins Project Koha_Master_U2010 build #140: SUCCESS in 29 min: https://jenkins.koha-community.org/job/Koha_Master_U2010/140/ 16:58 koha-jenkins Project Koha_Master build #1608: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_Master/1608/ 17:33 koha-jenkins Project Koha_Master_D9 build #1608: SUCCESS in 1 hr 6 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1608/ 17:36 koha-jenkins Project Koha_Master_D10_CPAN build #281: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_Master_D10_CPAN/281/ 18:26 koha-jenkins Project Koha_Master_D10_CPAN build #282: SUCCESS in 50 min: https://jenkins.koha-community.org/job/Koha_Master_D10_CPAN/282/ 18:32 cait oleonard++ 19:00 Lana hello all, someone could or knows if you can edit the pdf that generates "Discharge"? i could do something but very rudimentary. thanks for the help. 19:00 tcohen you need to edit the DISCHARGE letter 19:02 tcohen Tools > Notices & slips > DISCHARGE 19:11 Lana @tcohen thank you 19:11 huginn Lana: downloading the Perl source