← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:42 | fridolin joined #koha | |
00:49 | fridolin left #koha | |
06:30 | reiveune joined #koha | |
06:31 | reiveune | hello |
06:48 | cait joined #koha | |
06:54 | cait joined #koha | |
08:25 | PedroAmorim[m] | o/ |
09:21 | cait | ooh quiet |
09:21 | hi PedroAmorim[m] | |
11:00 | khall joined #koha | |
11:03 | * cait | waves at khall |
11:03 | tcohen[m] | hola #koha o/ |
11:04 | cait | hola tcohen |
11:17 | mtj | hi Joubu, re ktd's issue #383... i was curious about doing a small test with your change on 23.05/trixie :) |
11:18 | Joubu, tcohen[m], could we have an 'exp | |
11:18 | Joubu, tcohen[m], could we have an 'exp' branch on ktd, to test experimental stuff? | |
11:20 | ...i would like to use it to test some minimal pkgs, with build-essential pkgs removed | |
11:21 | tcohen[m] | mtj yeah |
11:21 | but let's review it before it is pushed properly | |
11:23 | khall joined #koha | |
11:23 | mtj | yep, sounds good |
11:24 | tcohen[m] | we want more eyes to avoid undesired (say) pushes to docker hub breaking our dev envs haha |
11:25 | khall_ joined #koha | |
11:33 | mtj | i think if we drop the build-essentials pkg, we can reduce each docker image size by 400-ish mb |
11:34 | ..and if we use the 'debian-slim' base images, from docker | |
11:37 | * PriyanshuSoni[m] | uploaded an image: (24KiB) < https://matrix.org/_matrix/med[…]03%2017-06-16.png > |
11:37 | PriyanshuSoni[m] | how to set automatic email address in sending your cart in koha? |
11:38 | * set automatic library's email address | |
11:48 | cait | you need to set KohaAdminEmailAddress system preference |
11:49 | PriyanshuSoni[m] | cait: it will be the same e-mail address i am using in koha library? |
11:50 | cait | i think the cart is sent from the global one |
11:50 | it he system preference | |
11:52 | PriyanshuSoni[m] | Right now, its rootlocalhost set in KohaAdminEmailAddress. So, if change it will library's address, will it work? |
11:52 | * will library's e-mail address, will | |
11:53 | cait | the localhost one won't work for sure |
11:53 | a ream email address should be set | |
11:56 | PriyanshuSoni[m] | no, the cart still asking for the e-mail address to be sent |
11:57 | cait | it asks you for the email address to sent to |
11:57 | that's the normal behavoiur | |
11:57 | the cart doesn't sent to the library | |
11:57 | you can send it to yourself or soem other person, that's the email it asks for | |
11:58 | see the note below the field, it's actually supposed not to be sent to the library, but the note can be hidden as some libraries use it like that | |
12:00 | PriyanshuSoni[m] | Actually, we want like that only. We want our user to select a book from the library and send us request to check-out to them. |
12:13 | oleonard | Hi #koha |
12:32 | mtj | tcohen[m]: Joubu, ive created an ktd issue for exp 'branch', for you to review... |
12:32 | https://gitlab.com/koha-commun[…]cker/-/issues/392 | |
12:34 | ..its basically a branch/image used for testing potentially risky changes, so we dont break our dev's env | |
12:52 | Dyrcona joined #koha | |
13:14 | emlam joined #koha | |
13:52 | oleonard | Didn't Koha used to have a JS confirmation "Are you sure?" before overriding a hold policy limit? Or am I making that up? |
13:55 | Joubu | only on the first table IIRC |
13:57 | oleonard | Okay next question :) If I submit a biblionumber as the "object" in the log viewer shouldn't I get entries related to hold cancellation and creation? |
14:08 | cait | @seen kidclamp |
14:08 | @seen kidclamp | |
14:08 | huginn | cait: kidclamp was last seen in #koha 2 weeks, 2 days, 1 hour, 40 minutes, and 37 seconds ago: <kidclamp> Thank you |
14:09 | * oleonard | wags his finger at kidclamp in disapproval |
14:09 | Joubu | the object in this case is the item I guess |
14:09 | however, I am seeing "object_type", that seems a trick for what you want | |
14:10 | koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc: <a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&modules=CATALOGUING&action=MODIFY&object=[% biblio_object_id | url %]&object_type=biblio">Modification log</a> | |
14:10 | I would try the link from there maybe? | |
14:10 | hum... forget that... | |
14:10 | it will only work for cataloguing | |
14:16 | cait | oleonard: i think the object for holds is the reserve_id |
14:16 | object is something different depending on the kind of log | |
14:16 | it can be biblionumber, itemnumber, and I believe other types of ID | |
14:25 | oleonard | I can build a report for it, but it seems like a gap in the way we offer the information to the user. |
14:25 | cait | the logs are not as standardized as they should be I think |
14:26 | object is not ideal - having separate columsn woudl have been a bit nicer | |
14:26 | it would also allow us to store itemnumber and biblionumber separately | |
14:26 | tcohen[m] | there's a proposal from khall I think, for storing JSON diffs |
14:26 | cait | it's a good start, but still hard for SQL queries |
14:26 | khall_ | https://bugs.koha-community.or[…]_bug.cgi?id=25159 |
14:26 | huginn | 04Bug 25159: enhancement, P5 - low, ---, kyle, Signed Off , Action logs should be stored in JSON ( and as a diff of the change ) |
14:26 | cait | but I like it |
14:27 | it woudl still be nice to make the ids easily searchable | |
14:27 | khall_: no kidclamp? saw his patch, but not on IRC | |
14:27 | kidclamp++ | |
14:35 | Joubu | you should be able to modify this "object type" when you select only one module |
14:35 | that should not be hard to implement | |
14:55 | paulderscheid[m] | I just pulled changes for ktd and koha and now I get that my SYNC_REPO is not a valid koha git repository even though my env contains the correct path (and about.pl is present). |
14:55 | Joubu | oops |
14:55 | paulderscheid[m] | What happened? |
14:56 | Joubu | ls ${SYNC_REPO}/about.pl |
14:56 | https://gitlab.com/koha-commun[…]cker/-/issues/317 | |
14:57 | I have not pulled, but the code works for me when I isolate it | |
14:59 | maybe run.sh is not aware of env vars, only what is in .env | |
14:59 | tcohen[m]: ? | |
15:00 | bag joined #koha | |
15:01 | Joubu | ho, that's silly |
15:02 | it's run within the container | |
15:04 | paulderscheid[m]: https://gitlab.com/koha-commun[…]pelines/954858458 | |
15:05 | paulderscheid[m] | Thanks, time to get a coffee :D |
15:06 | michelle joined #koha | |
15:15 | paulderscheid[m] | Thanks for fixing |
15:15 | Works | |
15:16 | Joubu | lol your internet connection is way faster than mine! |
15:18 | paulderscheid[m] | 1 Gigabit |
15:19 | It's one of the few luxuries I really care about | |
15:40 | tcohen[m] | 6MB here :-) |
15:42 | reiveune | bye |
15:43 | reiveune left #koha | |
15:49 | paulderscheid[m] | Hope y'all get fiber soon *fingers crossed |
16:39 | emlam joined #koha | |
16:43 | JosephAlway joined #koha | |
17:35 | tcohen[m] | paulderscheid: I signed for the neighbouthood council so I can push the 'fiber' topic a bit :-D |
17:35 | paulderscheid[m] | That's good |
17:36 | Don't want to exaggerate but I can't live without that speed anymore. | |
17:45 | tcohen[m] | I payed upfront for Starlink actually, last year |
17:45 | but it is not enabled in the area yet, a year or so delay | |
17:56 | paulderscheid[m] | That sucks |
17:56 | I heard from a friend that it's suprisingly good | |
21:18 | fridolin joined #koha | |
21:21 | * fridolin | cooking 23.05.x with oignons |
21:53 | fridolin | tcohen Bug 33117 needs a fix in DBRev |
21:53 | huginn | 04Bug https://bugs.koha-community.or[…]_bug.cgi?id=33117 normal, P5 - low, ---, Laura.escamilla, Pushed to oldstable , Patron checkout search not working if searching with second surname |
← Previous day | Today | Next day → | Search | Index