IRC log for #koha, 2023-12-15

All times shown according to UTC.

Time S Nick Message
00:03 eugene_ joined #koha
01:57 tcohen joined #koha
02:17 tcohen joined #koha
02:57 tcohen joined #koha
03:00 tcohen joined #koha
04:19 eugene_ joined #koha
05:15 rauf joined #koha
06:53 reiveune joined #koha
07:13 marcelr joined #koha
07:13 marcelr o/
07:44 strathorn[m] joined #koha
08:01 thibaud_g joined #koha
08:02 lds joined #koha
08:41 cait joined #koha
08:42 marcelr hi cait
08:58 krimsonkharne[m] morning all
08:59 marcelr hi krimsonkharne[m]
08:59 marcelr ashimema: last call for 35507 ?
08:59 krimsonkharne[m] hi marcelr :)
09:08 tcohen joined #koha
09:11 thibaud_g joined #koha
09:12 ashimema Back on it today.. meetings then that bug
09:12 ashimema Did you see my comment above?
09:12 ashimema marcelr.. should we use Koha::Plugins::Handler->delete instead here maybe?
09:13 cait joined #koha
09:13 marcelr what comment ashimema ?
09:13 marcelr i am now in the mode of not overloading 35507 anymore..
09:13 ashimema Ooh, the bug changed again since I looked yesterday afternoon
09:13 ashimema I'll review again asap
09:13 ashimema Coolios
09:14 marcelr yeah i have spent way too much time now there
09:14 marcelr really nightmare thing
09:14 marcelr but this should be the safest
09:14 ashimema I am keen for these plugin improvements, but I think your right to minimize what we do in this critical bug to get Jenkins going again
09:14 ashimema Hugs
09:14 marcelr your comment was very important
09:14 ashimema Thanks for all the effort.. seems it was a real rabbit hole
09:15 marcelr well it probably still is
09:15 marcelr but i got all tests passing with and without failing plugins
09:15 marcelr will refine on bug 35536
09:15 huginn` Bug https://bugs.koha-community.or[…]_bug.cgi?id=35536 enhancement, P5 - low, ---, m.de.rooy, ASSIGNED , Improve removal of Koha plugins in unit tests
09:15 marcelr need to rebase them
09:16 ashimema nice one
09:17 PedroAmorim[m] morning
09:17 marcelr o/
09:29 ashimema that's very clean marcelr, I like 🙂
09:29 ashimema 35507 that s
09:29 thibaud_g joined #koha
09:32 PedroAmorim[m] If anyone is available to help me move 34431 or 34282 let me know! I can help with testing and/or look at some patches in return.
09:33 marcelr cool
09:58 thibaud_g joined #koha
10:03 thibaud_glt joined #koha
10:09 thibaud_glt joined #koha
10:34 mjkerpan[m] <davewood> "mjkerpan: you need to adjust the..." <- That looks like its for bibliographic records. I want to adjust the item framework
10:37 ashimema cait
10:51 marcelr thx ashimema
10:51 ashimema pleasure
10:51 ashimema thank you for all the effort
10:51 marcelr still working on follow-up
10:52 marcelr Koha::Plugins->RemovePlugins( {         [ plugin_class => MODULE_NAME, destructive => 1, disable => 1 ],     } );
10:57 ashimema 🙂
10:57 ashimema sounds promising 🙂
11:11 AnkeB joined #koha
11:12 marcelr htg
11:16 tcohen__ joined #koha
11:18 tcohen hola #koha o/
11:20 PedroAmorim[m] \o
11:25 tcohen PedroAmorim[m]++
11:25 tcohen :-D
11:25 tcohen I love the 'master form' idea
11:26 PedroAmorim[m] yeah, I don't believe it's a new idea, but one that needs to/should happen soon! (working on it right now)
11:28 tcohen you're making it real
11:31 Joubu context for the rest of the world? ;)
11:32 ashimema remind me tcohen
11:32 ashimema is there an or syntax for x-koha-authorization?
11:32 tcohen Joubu: PedroAmorim[m] is moving the FreeForm ILL backend into core
11:32 tcohen ashimema
11:32 tcohen ...
11:32 tcohen you invented it
11:32 ashimema i.e I want circulate: circulate_remaining_permissions OR circulate: manage_bookings
11:32 ashimema haha
11:32 ashimema LOL
11:32 ashimema did I
11:33 tcohen the structure is the one we use in C4::Auth
11:33 tcohen open the file and search for "=head2 haspermission"
11:34 tcohen it is just passed through
11:34 ashimema excellent
11:34 ashimema so it's an array.. like sql abstract
11:34 ashimema I remember now 🙂
11:34 tcohen exactly
11:58 Joubu @later tell cait I've submitted a PR to Weblate to support our perl-brace-format. Waiting for its integration then I will apply it to our instance.
11:58 huginn` Joubu: The operation succeeded.
11:59 tcohen Joubu++
12:01 ashimema @later tell cait follow-up on bug 35468 that fixes Jenkins
12:01 huginn` ashimema: The operation succeeded.
12:02 ashimema @later tell cait PQA on bug 35507 that fixes Jenkins
12:02 huginn` ashimema: The operation succeeded.
12:02 ashimema 🙂
12:33 tcohen joined #koha
13:52 salahgh[m] joined #koha
13:55 salahgh joined #koha
14:07 salahgh Hi, I was following the steps of the section 2.2.7 - Elastic search in https://wiki.koha-community.or[…]ki/Koha_on_Debian but I am getting an error when using " koha-elasticsearch --rebuild -d libraryname". The error is : [NoNodes] ** No nodes are available: [http://localhost:9200], called from sub Search::Elasticsearch::Role​::Client::Direct::__ANON__ at /usr/share/koha/lib/Koha/Search​Engine/Elasticsearch/Indexer.pm line 430.Something went wrong rebuildin
14:08 salahgh I am not a lot familiar with koha, can someone help fixing the issue please ?
14:11 tcohen is elasticsearch running?
14:11 tcohen and the koha-conf.xml entry pointing to the right place
14:17 cait joined #koha
14:18 salahgh I used "sudo service elasticsearch status" to check if it's running and yes it is. in the koha-conf.xml => <server>localhost:9200</server> <index_name>koha_koha-aace</index_name>  (koha-aace is my libraryname)
15:02 reiveune bye
15:02 reiveune left #koha
15:43 tcohen joined #koha
15:44 cait joined #koha
16:00 bag joined #koha
17:46 tcohen joined #koha
19:07 tcohen joined #koha
19:25 tuxayo 15 GB freed ! I was only doing docker system prune --volumes to cleanup outdated docker stuff. And there was still untouched stuff that can be removed with docker volume prune --all (be careful if you use docker for something else than Koha you need to know what you are doing to not risk erasing a volume containing valuable data)
19:39 bshum joined #koha
19:44 tcohen joined #koha
21:49 caroline joined #koha
22:26 mjkerpan[m] Is there a way to make fields in the item record (not biblio record) mandatory?
22:32 davidnind mjkerpan: For a MARC21 installation, 952 subfields
22:53 mjkerpan[m] I see a way to do that with MARC fields (by editing frameworks) but I don't see a way to do that with items.
23:46 eugene_ joined #koha

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary