← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:15 | khall joined #koha | |
00:47 | khall joined #koha | |
01:15 | khall joined #koha | |
01:51 | alohabot joined #koha | |
02:06 | khall joined #koha | |
02:37 | khall joined #koha | |
03:18 | khall joined #koha | |
06:20 | marcelr joined #koha | |
06:21 | marcelr | o/ |
06:34 | reiveune joined #koha | |
06:34 | reiveune | hello |
06:47 | magnuse | \o/ |
06:53 | cait joined #koha | |
07:03 | lukeg joined #koha | |
07:07 | liliputech joined #koha | |
07:09 | cait joined #koha | |
07:13 | paulderscheid[m] | morning #koha |
07:14 | krimsonkharne[m] | morning! |
07:37 | liliputech | morning :) |
07:38 | caroline joined #koha | |
08:10 | magnuse | anyone still at the hackfest? |
08:12 | gah, marseille lost their first europa league quarter final match away last night | |
08:13 | marcelr | it happens :) |
08:16 | magnuse | it does |
08:38 | matterbridge joined #koha | |
08:39 | matterbridge joined #koha | |
08:40 | matterbridge | jomara added to the channel by perplexedtheta. |
08:40 | ammopt added to the channel by perplexedtheta. | |
08:40 | mblenk added to the channel by perplexedtheta. | |
08:40 | jonathanfield added to the channel by perplexedtheta. | |
08:40 | aulda added to the channel by perplexedtheta. | |
08:40 | perplexedtheta joined #koha | |
08:40 | perplexedtheta | o/ |
08:41 | matterbridge | o/ |
08:44 | matterbridge joined #koha | |
08:44 | matterbridge | [mattermost] <perplexedtheta> testing |
08:48 | matterbridge joined #koha | |
08:49 | perplexedtheta | Excellent, signing out o7 |
09:07 | caroline | magnuse, sorry I only saw your message, but there are still a few of us around at the hackfest, did you have a question? |
09:11 | magnuse | nah, just curious :-) |
09:19 | caroline | ok :) |
09:50 | liliputech joined #koha | |
10:11 | matterbridge | [mattermost] <paulderscheid> Hi to IRC |
10:17 | tcohen joined #koha | |
10:21 | lilipute1h joined #koha | |
10:35 | oleonard | Hi #koha |
10:42 | jzairo joined #koha | |
10:46 | khall joined #koha | |
11:14 | lukeg joined #koha | |
11:49 | tuxayo | cait: finally, not banned, yeah :D |
11:49 | had to write «gitlab DOT com/koha-community/koha-misc4dev/-/issues/76» to not trip bugzilla's span protection ^^" | |
12:12 | khall joined #koha | |
12:34 | oleonard | If anyone is still working on this fine Friday: Bug 36597 |
12:34 | huginn` | 04Bug https://bugs.koha-community.or[…]_bug.cgi?id=36597 major, P5 - low, ---, oleonard, Needs Signoff , Cannot delete circulation desk |
12:34 | khall joined #koha | |
12:35 | blawlor[m] | Hi Owen! I can test that |
12:37 | oleonard | Thanks! |
12:37 | Discovered while I was testing your set library patch blawlor[m] | |
13:03 | Dyrcona joined #koha | |
13:12 | oleonard | blawlor[m]++ |
14:10 | blawlor[m] | oleonard: When you get a chance can you check out this bug 33832 and let me know what you think? I think it's close to doing what it needs to do but it's not quite right |
14:10 | huginn` | 04Bug https://bugs.koha-community.or[…]_bug.cgi?id=33832 major, P5 - low, ---, blawlor, Failed QA , Can't change a patron's username without entering passwords |
14:24 | oleonard | Sure |
14:24 | I appreciate you taking it on, that's an annoying one | |
14:56 | blawlor[m]: I left a comment. I can't advise you on the Perl syntax because I've stubbornly refused to learn more than rudimentary Perl. | |
15:03 | reiveune | bye |
15:03 | reiveune left #koha | |
15:37 | blawlor[m] | <oleonard> "blawlor: I left a comment. I can..." <- Thanks Owen! I just sent a new patch that I think is now correct |
15:47 | Today I learned that in template toolkit you check if a variable is defined by using myVar.defined but in Perl you do it like defined($myVar) | |
17:17 | ray_voelker joined #koha | |
17:18 | ray_voelker | Hi all! I'm wondering if there's anyone who's familiar with the |
17:18 | https://gitlab.com/koha-commun[…]ocker/koha-docker | |
17:18 | blawlor[m] | ray_voelker: Hey Ray! |
17:19 | blawlor[m]: what's up? | |
17:19 | ray_voelker | hey! :-) I was trying to run Koha from the docker registry and was having some trouble ... |
17:20 | ```Pulling koha (registry.gitlab.com/koha-community/docker/koha-docker/koha:stable)... ERROR: manifest for registry.gitlab.com/koha-community/docker/koha-docker/koha:stable not found: manifest unknown: manifest unknown``` | |
17:20 | i see that there's a container registry here: https://gitlab.com/koha-commun[…]_registry/4498559 | |
17:21 | blawlor[m] | the way I use it is following the readme on that gitlab repo |
17:21 | ray_voelker | but I don't see the `stable` tag |
17:21 | blawlor[m] | so you have a project folder and inside that a clone of Koha and a clone of koha-testing-docker? |
17:22 | ray_voelker | the instructions on the "How to use" heading here? ... https://gitlab.com/koha-commun[…]ocker/koha-docker |
17:23 | yeah, i started out trying to use the `koha-testing-docker` actually ... and ran into a bunch of trouble there too :( ... i wasn't sure if this repo was being maintained or not ... https://gitlab.com/koha-commun[…]ocker/koha-docker | |
17:23 | blawlor[m] | oh never mind, I'm running the koha-testing-docker so it must be a bit different |
17:24 | ray_voelker | yeah, i think that one is a bit different ...it seems to have a custom bash script for sending switches so that you can turn services on / off ... which i'm sure is super handy for dev work |
17:25 | I think there were a few config errors in the `docker-compose.yml` file as well ... looks like the last commit was 7 months ago | |
17:27 | blawlor[m] | <blawlor[m]> "what's up?" <- are you migrating off Sierra to Koha? |
17:27 | ray_voelker | maybe ;-) |
17:27 | i'm glad to see someone i know here though! | |
17:28 | i was wanting to play around with Koha a bit ... to see how painful moving from Sierra may be :-) | |
17:29 | are you guys using it at CLAMS then? | |
17:29 | blawlor[m] | I should be able to help you at least get the testing docker one set up |
17:30 | ray_voelker | nice .. i may reach out to you later to take you up on that ... i was having some issues with that one as well |
17:30 | blawlor[m] | ya we went live on Koha with Aspen Discovery February 2023 |
17:30 | ray_voelker | that's awesome! How's it going with that setup then? |
17:31 | blawlor[m] | took about 6-12 months for the dust to settle |
17:31 | oleonard | ray_voelker: If you stop by next week you'll likely catch some people who know what's up with koha-docker |
17:31 | ray_voelker: I run koha-testing-docker for development and it usually works really well | |
17:32 | ray_voelker | @blawlor ... that's kinda what i figure is going to happen with us ... |
17:32 | huginn` | ray_voelker: I'll give you the answer as soon as RDA is ready |
17:32 | oleonard | huginn` is complaining because they're a bot that reads @ commands |
17:32 | huginn` | oleonard: I've exhausted my database of quotes |
17:32 | ray_voelker | awesome ... thanks so much for all the helpful replies! |
17:35 | so, how about starting a coalition to migrate iii / Sierra folks off of that platform, and onto Koha / Aspen? ;-) | |
17:35 | oleonard | The Koha community is a coalition to migrate *everyone* onto Koha :) |
17:36 | ray_voelker | so, maybe a "sub coalition" then lol |
17:36 | blawlor[m] | ya, I'm hoping that in 5 years there will be enough development done in Koha that Minuteman will join us |
17:36 | ray_voelker | I was just talking to Jeremy about that lol |
17:37 | blawlor[m] | I think the main issue for them was related to permissions and cataloging |
17:38 | ray_voelker: hit me up if you wanna set up a call and I can help you get set up on the testing docker and show you what I know (very little) | |
17:39 | ray_voelker | from what he was saying it sounded like maybe something to do with acquisitions and "no equivalent to accounting units" |
17:39 | blawlor[m] | I'm also interested in learning how to use docker for a production level deployment, but I have a lot to learn before I get there |
17:40 | ray_voelker | awesome ... thanks so much! |
17:42 | blawlor[m] | I got some time this rainy Friday afternoon or maybe next week |
17:43 | ray_voelker | I have to run in a little bit, otherwise today would have been great |
18:32 | actually .. i think i _kinda_ got it ... https://photos.app.goo.gl/xTYShziAPTa4TLxh7 | |
18:32 | but, now i have to run ... so i'm sure i'll forget all the stuff i did to get it running lol | |
18:51 | blawlor[m] | you have to remember so you can teach me |
20:41 | jzairo joined #koha | |
21:01 | jzairo joined #koha | |
21:12 | jzairo joined #koha | |
21:14 | thd joined #koha | |
21:29 | jzairo joined #koha | |
21:47 | jzairo joined #koha | |
22:04 | jzairo joined #koha | |
22:24 | jzairo joined #koha | |
22:42 | jzairo joined #koha | |
23:00 | jzairo joined #koha | |
23:38 | jzairo joined #koha |
← Previous day | Today | Next day → | Search | Index