← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:21 | inlibro joined #koha | |
01:21 | inlibro joined #koha | |
01:46 | caroline_catlady joined #koha | |
02:22 | inlibro joined #koha | |
03:22 | inlibro joined #koha | |
03:56 | edveal joined #koha | |
04:22 | inlibro joined #koha | |
04:23 | JesseM joined #koha | |
05:18 | cait joined #koha | |
05:22 | inlibro joined #koha | |
06:06 | calire joined #koha | |
06:22 | inlibro joined #koha | |
06:34 | fridolin joined #koha | |
06:35 | fridolin | hi |
06:42 | reiveune joined #koha | |
06:42 | reiveune | hello |
06:42 | alexbuckley joined #koha | |
06:53 | alex_a joined #koha | |
06:54 | alex_a | Bonjour |
07:03 | paul_p joined #koha | |
07:04 | andreashm joined #koha | |
07:22 | inlibro joined #koha | |
07:32 | andreashm joined #koha | |
07:45 | andreash_ joined #koha | |
07:49 | * andreashm | waves |
07:50 | andreashm | Does anyone know if any of the available 19.05 demos actually have patrons who has fines in the data used? |
07:55 | andreash_ joined #koha | |
07:56 | andreashm | Figured out I can use a simple report to find this, will check the demos. |
08:23 | inlibro joined #koha | |
08:51 | vfernandes joined #koha | |
09:23 | inlibro joined #koha | |
10:20 | khall joined #koha | |
10:23 | inlibro joined #koha | |
10:24 | andreashm joined #koha | |
10:25 | andreashm joined #koha | |
11:23 | inlibro joined #koha | |
11:31 | calire joined #koha | |
11:38 | oleonard joined #koha | |
11:38 | oleonard | Hi #koha |
11:40 | magnuse | hiya oleonard |
11:41 | * magnuse | goes back to migrating a handful of school-libraries |
11:43 | * oleonard | learned a new Norwegian word today: https://twitter.com/RobGMacfar[…]74201500857491457 |
11:48 | alex_a joined #koha | |
11:54 | magnuse | oleonard: cool. i will test you next time we meet ;-) |
11:55 | fridolin left #koha | |
12:03 | fridolin joined #koha | |
12:04 | khall joined #koha | |
12:06 | oleonard | Can anyone explain the purpose of "DO NOT PUSH Update schema files" patches? |
12:15 | khall joined #koha | |
12:16 | oleonard | khall awake? |
12:23 | inlibro joined #koha | |
12:39 | calire left #koha | |
12:55 | khall joined #koha | |
12:59 | oleonard joined #koha | |
13:23 | inlibro joined #koha | |
13:35 | wizzyrea joined #koha | |
13:36 | oleonard joined #koha | |
14:15 | ashimema | they're there to allow easy testing on sandboxes without having to run the DBIC script.. |
14:15 | oleonard | |
14:16 | oleonard | Okay, thanks ashimema. So if I'm testing in devbox or docker I should take that as a sign I should run the dbic script |
14:16 | ashimema | in reality.. I'm not really sure how useful they are now.. there's a mix now with some dbic changes inlined in patches and some not.. but I've not found it too terrible to handle any conflicts |
14:17 | if they exist you shouldn't need ot run the dbic script | |
14:17 | if they don't exist but there are DB updates you may need to run it. | |
14:24 | inlibro joined #koha | |
14:31 | test joined #koha | |
14:32 | eythian | https://github.com/memcached/m[…]/ReleaseNotes1518 maybe relevant to folks here |
14:49 | alex_a_ joined #koha | |
15:03 | alex_a joined #koha | |
15:10 | khall | oleonard you pinged me? |
15:10 | oleonard | yeah I was going to ask about Bug 14697 but I commented on the bug. db update doesn't work for me :( |
15:10 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=14697 enhancement, P5 - low, ---, kyle.m.hall, Failed QA , Extend and enhance "Claims returned" lost status |
15:12 | reiveune | bye |
15:12 | reiveune left #koha | |
15:24 | inlibro joined #koha | |
15:40 | khall | thanks oleonard! |
15:55 | corilynn joined #koha | |
15:56 | corilynn | does anyone have a quick-and-dirty way of removing all of the koha bib records? |
15:59 | fridolin left #koha | |
16:24 | inlibro joined #koha | |
16:38 | koha-jenkins | Project Koha_19.05_U18 build #45: SUCCESS in 30 min: https://jenkins.koha-community[…]oha_19.05_U18/45/ |
17:02 | Project Koha_19.05_D8 build #44: SUCCESS in 24 min: https://jenkins.koha-community[…]Koha_19.05_D8/44/ | |
17:24 | inlibro joined #koha | |
17:33 | koha-jenkins | Project Koha_19.05_D9 build #46: SUCCESS in 30 min: https://jenkins.koha-community[…]Koha_19.05_D9/46/ |
18:24 | inlibro joined #koha | |
18:30 | wizzyrea | corilynn truncate biblio, biblioitems, items |
18:30 | ^ the dirtiest | |
18:30 | corilynn | thanks, wizzyrea! |
18:30 | wizzyrea | probably you need to turn off foreign key checks first |
18:30 | and doing that will likely mess up acquisitions too | |
18:30 | corilynn | turns out I had to rebuild the box for other reasons, soo... |
18:30 | no acq here, just biblios | |
18:30 | wizzyrea | anything that references a biblionumber/itemnumber |
18:30 | corilynn | and auths |
18:31 | wizzyrea | issues, reserves |
18:57 | corilynn | are you still there wizzyrea? |
18:58 | or, can anyone tell me why my uploaded files aren't where koha-conf.xml says they should be? | |
18:59 | <upload_path>/var/lib/koha/library/uploads</upload_path> | |
19:06 | (answering my own question) because the uploads aren't in "upload_path" they're in "tmp_path" ... | |
19:16 | wizzyrea | i can tell you why that is |
19:17 | oh you figured it out :) | |
19:17 | yes, tmp_path | |
19:17 | not upload_path | |
19:17 | v confusing that one | |
19:20 | khall joined #koha | |
19:22 | andreashm joined #koha | |
19:25 | inlibro joined #koha | |
19:38 | corilynn | it certainly is! |
19:39 | paul_p joined #koha | |
20:00 | cait joined #koha | |
20:06 | * andreashm | waves |
20:08 | * cait | waves |
20:09 | andreashm | hi cait |
20:09 | workshop week this week? | |
20:09 | cait | yeah and now sad to have to let them go :) |
20:10 | we got the best libraries to work with ever | |
20:10 | andreashm | naw |
20:10 | =) | |
20:10 | went weel, then? | |
20:10 | well | |
20:10 | cait | I'd say so, we were lucky with the weather too |
20:10 | Konstanz was showing its nicest side | |
20:11 | andreashm | great! |
20:12 | how many libraries/people are there for your workshops? | |
20:13 | cait | 18 participants for this one, but we don't do this kind of thing regularly |
20:13 | first time we hosted something like that here | |
20:14 | andreashm | cool! |
20:14 | sounds like a fun time | |
20:23 | andreashm joined #koha | |
20:25 | inlibro joined #koha | |
20:48 | alexbuckley joined #koha | |
21:25 | inlibro joined #koha | |
21:42 | alexbuckley joined #koha | |
21:52 | khall joined #koha | |
22:25 | inlibro joined #koha | |
22:33 | carlos_ joined #koha | |
22:51 | alexbuckley_ joined #koha | |
22:56 | JesseM_ joined #koha | |
23:25 | inlibro joined #koha |
← Previous day | Today | Next day → | Search | Index