← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message | 
|---|---|---|
| 00:18 | felicia joined #koha | |
| 00:42 | mtj | hi tcohen, any chance you can sort the 21.05 protected branch on ktd for me | 
| 02:56 | cait1 joined #koha | |
| 06:27 | alex_a joined #koha | |
| 06:30 | reiveune joined #koha | |
| 06:30 | reiveune | hello | 
| 06:50 | did joined #koha | |
| 06:59 | lds joined #koha | |
| 07:08 | paul_p joined #koha | |
| 07:54 | * dcook__ | waves | 
| 07:54 | dcook__ | Sometimes hacking on stuff is just plain fun.. | 
| 07:58 | fridolin joined #koha | |
| 08:06 | janPasi_ joined #koha | |
| 08:07 | tuxayo | Hi Koha o/ | 
| 08:09 | dcook__ | allo tuxayo | 
| 08:09 | I should have something for Bug 24539 shortly I think.. | |
| 08:09 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=24539 enhancement, P5 - low, ---, dcook, NEW , Build generic authentication module interface | 
| 08:10 | dcook__ | Using that plus a Koha plugin, I'm able to log in using a token defined as a borrower attribute.. | 
| 08:18 | tuxayo | dcook__: will take a look | 
| 08:18 | dcook__ | Will upload something int he next few min | 
| 08:54 | tuxayo: All right that should be all good | |
| 09:10 | And I've stayed way too late tonight o_o | |
| 09:11 | nighto | |
| 09:16 | tuxayo | dcook__: I though the test plan would be scary but it's not :D I will try to have a go a it in the following day | 
| 09:18 | *days | |
| 10:19 | phasefx joined #koha | |
| 10:32 | reiveune joined #koha | |
| 10:35 | khall joined #koha | |
| 10:42 | khall_ joined #koha | |
| 11:22 | cait joined #koha | |
| 11:22 | cait | hi all | 
| 11:23 | we really don't have a lto of information on how to configure Elasticsearch :( | |
| 11:23 | https://koha-community.org/man[…]ine-configuration | |
| 11:27 | tcohen | mtj doing | 
| 11:27 | hola dcook__ tuxayo cait huginn | |
| 11:28 | cait | hi tcohen | 
| 11:28 | oleonard | o/ | 
| 11:28 | tcohen | o | 
| 11:28 | \o | |
| 11:28 | handing a cookie | |
| 11:28 | hehe | |
| 11:28 | tuxayo | hola :D | 
| 11:28 | oleonard | tcohen: Oh good I thought you were staring blankly :D | 
| 11:28 | cait | oleonard: the jquery question on the list... is the answer just.. don't? | 
| 11:29 | tcohen | my coffee level is still 20% | 
| 11:29 | that's why | |
| 11:29 | mtj++ # 21.05 KTD | |
| 11:29 | oleonard | My coffee level is 70% but my awake is still stuck at 40%. | 
| 11:30 | cait | i feel you both... was up way too long last night and still struggling | 
| 11:30 | oleonard | cait: I will try to answer the jquery question | 
| 11:30 | tcohen | hahahaha | 
| 11:31 | cait | oleonard: thank you :) | 
| 11:34 | khall joined #koha | |
| 11:45 | did joined #koha | |
| 12:03 | fridolin joined #koha | |
| 12:23 | khall joined #koha | |
| 12:26 | oleonard | tcohen I have a question about getting Elasticsearch working again in KTD | 
| 12:27 | tcohen | shoot | 
| 12:27 | Dyrcona joined #koha | |
| 12:27 | oleonard | When I run the recommended "screen..." command in macOS, it says "permission denied" | 
| 12:29 | If I try with sudo it says instead "Operation not permitted" | |
| 12:30 | Dyrcona | oleonard: Are you sure that screen on Mac OS is GNU screen? It might be something else. | 
| 12:31 | oleonard | Hm... "FAU," which seems to be not GNU screen. | 
| 12:32 | Dyrcona | oleonard: You could check for tmux. It's basically the same thing as screen. | 
| 12:41 | alex_a joined #koha | |
| 12:53 | oleonard | Based on Googling, I'm trying docker run -it --privileged --pid=host koha/koha-testing:master nsenter -t 1 -m -u -n -i sh | 
| 12:53 | Am I on the right track? | |
| 12:57 | tcohen | tuxayo bug 28475 should be included on 20.05 ASAP | 
| 12:57 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28475 major, P5 - low, ---, tomascohen, Pushed to stable , Searching all headings returns no results | 
| 12:58 | tcohen | I prefer byobu to plain tmux, but yeah | 
| 12:58 | oleonard what is the recommended screen thing? | |
| 12:58 | oleonard | screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty | 
| 12:58 | (from https://gitlab.com/koha-commun[…]a-testing-docker) | |
| 13:00 | tcohen | I didn't know about that LOL | 
| 13:00 | marie-luce joined #koha | |
| 13:01 | tcohen | I see | 
| 13:01 | https://www.elastic.co/guide/e[…]o_at_least_262144 | |
| 13:01 | oleonard I think you should sudo screen... | |
| 13:02 | oleonard | If I try with sudo it says instead "Operation not permitted" | 
| 13:05 | tcohen | we are using Docker Desktop | 
| 13:06 | so, in theory, the instructions should be the ones below | |
| 13:06 | BUT | |
| 13:06 | I don't have docker-machine | |
| 13:06 | to do the ssh thing | |
| 13:06 | we are basically trying to connect to the virtual machine running linux | |
| 13:06 | to change its settings | |
| 13:08 | I'm doing a brew install docker-machine docker-machine-completion | |
| 13:09 | oleonard can you try | |
| 13:09 | brew install docker-machine | |
| 13:09 | and then docker-machine ssh | |
| 13:10 | it didn't work for me, but I'm using the experimental 'Use new virtualization framework' option with Docker | |
| 13:10 | and cannot destroy it all now for testing this | |
| 13:14 | khall_ joined #koha | |
| 13:15 | oleonard | docker-machine ssh says "No machine name specified" | 
| 13:16 | 'docker-machine ls' says NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS | |
| 13:16 | caroline joined #koha | |
| 13:24 | khall joined #koha | |
| 13:40 | henryb joined #koha | |
| 13:45 | oleonard | Hi henryb | 
| 13:56 | henryb | Hi oleonard | 
| 14:00 | fridolin | yey | 
| 14:00 | meeting ? | |
| 14:01 | liliputech joined #koha | |
| 14:04 | oleonard | henryb: Have you seen Bug 28376? | 
| 14:04 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28376 enhancement, P5 - low, ---, oleonard, In Discussion , Replace obsolete jquery-ui-timepicker-addon | 
| 14:05 | oleonard | henryb: We are discussing a replacement for our datepicker widget. One of the considerations is accessibility, so I wondered if you might be able to test that bug. | 
| 14:13 | I guess no meeting? Joubu? | |
| 14:14 | Joubu | oops | 
| 14:14 | I wasn't supposed to be around today, so I am fine with postponing it | |
| 14:15 | oleonard | +1 | 
| 14:16 | Joubu | #startmeeting Development IRC meeting 2 June 2021 | 
| 14:16 | huginn | Meeting started Wed Jun 2 14:16:05 2021 UTC. The chair is Joubu. Information about MeetBot at http://wiki.debian.org/MeetBot. | 
| 14:16 | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | |
| 14:16 | Topic for #koha is now (Meeting topic: Development IRC meeting 2 June 2021) | |
| 14:16 | huginn | The meeting name has been set to 'development_irc_meeting_2_june_2021' | 
| 14:16 | Joubu | #info meeting postponed | 
| 14:16 | #info Next meeting: 16 June 2021, 14 UTC | |
| 14:16 | #endmeeting | |
| 14:16 | Topic for #koha is now Welcome to #koha this channel is for discussion of the Koha project and software https://koha-community.org | |
| 14:16 | huginn | Meeting ended Wed Jun 2 14:16:37 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 
| 14:16 | Minutes: https://meetings.koha-communit[…]-06-02-14.16.html | |
| 14:16 | Minutes (text): https://meetings.koha-communit[…]1-06-02-14.16.txt | |
| 14:16 | Log: https://meetings.koha-communit[…]02-14.16.log.html | |
| 14:17 | tcohen | #info Tomas Cohen Arazi | 
| 14:18 | khall | #info Kyle M Hall, ByWater Solutions | 
| 14:18 | oleonard | Y'all missed it! | 
| 14:18 | enthusiasm++ | |
| 14:18 | khall | lol | 
| 14:18 | eythian | haha | 
| 14:22 | henryb | Thanks oleonard I will take a look at bug 28376 | 
| 14:22 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28376 enhancement, P5 - low, ---, oleonard, In Discussion , Replace obsolete jquery-ui-timepicker-addon | 
| 14:24 | oleonard | And anyone else who is interested, please try it ^^ | 
| 14:29 | cait joined #koha | |
| 14:31 | khall joined #koha | |
| 14:32 | cait | oh yes | 
| 14:32 | missed the meeting :( | |
| 14:37 | ashimema | Boo, I totally missed the first meeting.. I'll be better for the rest.. promise | 
| 14:50 | tcohen | oleonard++ | 
| 15:07 | bdonnahue2 joined #koha | |
| 15:25 | fridolin left #koha | |
| 15:26 | cait joined #koha | |
| 15:28 | cait joined #koha | |
| 15:37 | reiveune | bye | 
| 15:37 | reiveune left #koha | |
| 15:51 | reiveune joined #koha | |
| 15:51 | reiveune left #koha | |
| 16:27 | khall joined #koha | |
| 16:45 | tuxayo | tcohen: hi :) | 
| 16:45 | No push right on 20.05.x for now. | |
| 16:46 | khall_ joined #koha | |
| 17:07 | khall joined #koha | |
| 17:17 | tuxayo | Applied locally | 
| 17:41 | cait | khall: can you check on bug 28475 please? | 
| 17:41 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28475 major, P5 - low, ---, tomascohen, Pushed to stable , Searching all headings returns no results | 
| 17:41 | cait | hm not hat one... *sigh* | 
| 17:41 | bug 28490 | |
| 17:41 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28490 critical, P5 - low, ---, joonas.kylmala, Failed QA , Cannot modify patrons in some categories (e.g. Child category) | 
| 17:43 | khall | I'm very confused cait, Joonas is referring to this bug as if it were a different bug | 
| 17:44 | cait | i think he got the ref wrong | 
| 17:44 | it's in the comment above | |
| 17:44 | he means bug 26995 as source of the problem | |
| 17:44 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=26995 minor, P5 - low, ---, kyle, Pushed to master , Drop column relationship from borrower tables | 
| 17:53 | tuxayo | Does anyone know how to get a barcode generated by a plugin? Which plugin can do that? | 
| 17:53 | context: https://bugs.koha-community.or[…].cgi?id=27526#c24 | |
| 17:53 | huginn | Bug 27526: enhancement, P5 - low, ---, jonathan.druart+koha, Needs Signoff , Remove Mod/AddItemFromMarc from additem.pl | 
| 17:54 | kidclamp | 952$p mapped to barcode.pl plugin in frameworks | 
| 17:54 | C4::Context->preference("autoBarcode"); | |
| 17:55 | set autobarcode and then clicking in the field fro new item should generate | |
| 17:55 | cait | tuxayo: barcode.pl linked to 952$p and turn on autobarcode system preference | 
| 17:55 | um, what kidclamp said, should read all | |
| 17:55 | kidclamp | jinx | 
| 17:55 | * cait | is quite now... forever | 
| 17:55 | cait | i always forget how to undo that | 
| 17:56 | kidclamp | cait is the zeitgeist - she is right now | 
| 17:56 | :-P | |
| 17:58 | cait | ? | 
| 17:58 | tuxayo | oh it's not a plugin/add-on , it an editor plugin (if that the right term) | 
| 17:59 | Thanks both :D | |
| 18:03 | kidclamp | I think you meant 'quite', but said 'quite now' - cait is of the moment - she is a hipster | 
| 18:03 | hah, quiet | |
| 18:08 | cait | oh! | 
| 18:13 | cait joined #koha | |
| 19:18 | Bedi joined #koha | |
| 19:25 | koha-jenkins | Project Koha_21.05_U18 build #1: ABORTED in 48 sec: https://jenkins.koha-community[…]Koha_21.05_U18/1/ | 
| 19:25 | Project Koha_21.05_D9 build #1: ABORTED in 1 min 3 sec: https://jenkins.koha-community[…]/Koha_21.05_D9/1/ | |
| 19:26 | Project Koha_21.05_D11 build #4: STILL FAILING in 3 min 28 sec: https://jenkins.koha-community[…]Koha_21.05_D11/4/ | |
| 19:32 | Project Koha_21.05_D11 build #5: STILL FAILING in 2 min 33 sec: https://jenkins.koha-community[…]Koha_21.05_D11/5/ | |
| 19:33 | Project Koha_21.05_D11 build #6: STILL FAILING in 2 min 45 sec: https://jenkins.koha-community[…]Koha_21.05_D11/6/ | |
| 20:12 | khall joined #koha | |
| 20:14 | koha-jenkins | Project Koha_21.05_U20 build #1: SUCCESS in 50 min: https://jenkins.koha-community[…]Koha_21.05_U20/1/ | 
| 20:14 | Project Koha_21.05_U20 build #2: ABORTED in 49 min: https://jenkins.koha-community[…]Koha_21.05_U20/2/ | |
| 20:15 | Project Koha_21.05_D11 build #7: ABORTED in 22 min: https://jenkins.koha-community[…]Koha_21.05_D11/7/ | |
| 20:27 | Project Koha_21.05_U18 build #2: SUCCESS in 1 hr 2 min: https://jenkins.koha-community[…]Koha_21.05_U18/2/ | |
| 20:28 | Project Koha_21.05_D9 build #2: ABORTED in 1 hr 2 min: https://jenkins.koha-community[…]/Koha_21.05_D9/2/ | |
| 20:40 | Project Koha_21.05_U_Stable build #1: ABORTED in 14 sec: https://jenkins.koha-community[…]21.05_U_Stable/1/ | |
| 20:41 | Project Koha_21.05_U_Stable build #2: FAILURE in 1 min 20 sec: https://jenkins.koha-community[…]21.05_U_Stable/2/ | |
| 20:45 | Project Koha_21.05_D9 build #3: FAILURE in 3 min 31 sec: https://jenkins.koha-community[…]/Koha_21.05_D9/3/ | |
| 20:54 | Project Koha_21.05_D11 build #8: NOW UNSTABLE in 38 min: https://jenkins.koha-community[…]Koha_21.05_D11/8/ | |
| 21:09 | Project Koha_21.05_U20 build #3: SUCCESS in 50 min: https://jenkins.koha-community[…]Koha_21.05_U20/3/ | |
| 21:20 | Project Koha_21.05_U_Stable build #3: NOW UNSTABLE in 28 min: https://jenkins.koha-community[…]21.05_U_Stable/3/ | |
| 21:33 | Project Koha_21.05_D11 build #9: STILL UNSTABLE in 37 min: https://jenkins.koha-community[…]Koha_21.05_D11/9/ | |
| 21:52 | Project Koha_21.05_U20 build #4: SUCCESS in 53 min: https://jenkins.koha-community[…]Koha_21.05_U20/4/ | |
| 22:00 | Project Koha_20.11_U_Stable build #1: FAILURE in 1 min 24 sec: https://jenkins.koha-community[…]20.11_U_Stable/1/ | |
| 22:02 | Project Koha_21.05_U18 build #3: SUCCESS in 1 hr 6 min: https://jenkins.koha-community[…]Koha_21.05_U18/3/ | |
| 22:09 | dpk joined #koha | |
| 22:22 | koha-jenkins | Yippee, build fixed! | 
| 22:22 | Project Koha_21.05_D9 build #4: FIXED in 1 hr 26 min: https://jenkins.koha-community[…]/Koha_21.05_D9/4/ | |
| 22:45 | khall joined #koha | |
| 23:25 | koha-jenkins | Project Koha_Master build #1667: SUCCESS in 59 min: https://jenkins.koha-community[…]Koha_Master/1667/ | 
| 23:26 | Project Koha_20.11_U_Stable build #2: NOW UNSTABLE in 48 min: https://jenkins.koha-community[…]20.11_U_Stable/2/ | |
| 23:47 | khall joined #koha | |
| 23:57 | koha-jenkins | Yippee, build fixed! | 
| 23:57 | Project Koha_21.05_U_Stable build #4: FIXED in 29 min: https://jenkins.koha-community[…]21.05_U_Stable/4/ | 
← Previous day | Today | Next day → | Search | Index