Time  Nick           Message
06:08 marcelr        o/
06:27 asif           Hi I want to make OPAC header responsive. my image size is for opac header is 3844 px by 938 pixels  Tool > html customization I have set the size of image as 1220 by 200 but how can I make it responsive on all devices
06:36 reiveune       hello
06:43 marcelr        hi reiveune
06:51 asif           anyone can help me what should be the image size (pixels) of OPAC header
06:57 Joubu          @later tell tcohen I disconnected Docker 4, network issue? "fatal: unable to access 'https://github.com/Koha-Community/Koha.git/': Could not resolve host: github.com"
06:57 huginn         Joubu: The operation succeeded.
07:03 asif           hello
07:07 asif           please help me i am still structed in to make OPAC header responsive
07:13 asif           hello cait thank you you have solved my problem yesterday
07:41 marcelr        cait: what did you do already on bug 30708 ?
07:41 huginn         04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708 new feature, P3, ---, jonathan.druart+koha, Signed Off , Creation of a new 'Preservation' module
07:42 marcelr        i get stuck on building resources now (yarn errors)
07:44 Joubu          what's the error?
07:44 wahanui        well, the error is a silent one which is not visible unless i enable verbose logging for zebra
07:44 Joubu          rm node_modules first
07:47 marcelr        i emptied the folder
07:47 marcelr        and now i get lots of trouble with npm etc
07:47 marcelr        removed npm and nodejs; reinstall
07:48 marcelr        EISDIR: illegal operation on a directory, copyfile '/usr/local/lib/node_modules/yarn' -> '/usr/local/lib/node_modules/.yarn-Jrexx8nI
07:48 marcelr        as a result of  npm install -g yarn
07:50 marcelr        Before doing so, i already saw: error cypress@12.17.4: The engine "node" is incompatible with this module. Expected version "^14.0.0 || ^16.0.0 || >=18.0.0". Got "12.22.12"
07:50 Joubu          I guess you have the problem on master
07:50 Joubu          I don't see what on 30708 can cause a diff with master
07:51 marcelr        not sure; this only appears after building resources with 30708
07:51 marcelr        did that no so long before on master
07:52 marcelr        anyway, i now should find a way to recover
07:52 Joubu          what's your version of node?
07:52 Joubu          12 is not correct, you need 14
07:52 Joubu          try `sudo n 14`
07:54 marcelr        yeah i am getting it again: error cypress@12.17.4: The engine "node" is incompatible with this module. Expected version "^14.0.0 || ^16.0.0 || >=18.0.0". Got "12.22.12"
07:55 marcelr        i did npm uninstall -g yarn and reinstall that was ok
07:55 marcelr        but the version 12 is blocking me now
07:57 marcelr        would that be a common problem under D11 ?
07:58 Joubu          did you try sudo n 14?
07:58 marcelr        yeah i did npm install -g n
07:58 marcelr        and n 14 now build resources seems to work
08:00 marcelr        yes it completed !
08:01 marcelr        thats preservation :)
08:02 Joubu          when I was saying to remove node_modules, I was talking about the one in your Koha src root dir
08:02 Joubu          when you `yarn install` within your Koha dir, it will create the node_modules directory, which all what it needs to run the other yarn (build, etc.) command
08:03 Joubu          so if the package.json from Koha is modified, you need to yarn install again, to update the node_modules
08:03 Joubu          the node internal are stored somewhere else, and handle by the nvm stuff, or apt
08:03 davidnind      asif: see the following paste - you need to add a class to your image and then add some custom CSS to OPACUserCSS. NOTE: my CSS is at best rudimentary, there are probably better ways to do this, there may even be a class in the CSS already (the OPAC uses Bootstrap, not sure what version)
08:03 pastebot       "davidnind" at 127.0.0.1 pasted "responsive image for OPAC header - this works in master" (17 lines) at https://paste.koha-community.org/27154
08:04 Joubu          I guess, in your case, node was installed by apt, and it shipped the old v12, which is not compatible with us
08:05 marcelr        i emptied node_modules in the git repo root; not removed it
08:05 marcelr        until now i did not have the 12 problem
08:06 marcelr        will have to add it to my dockerfile
08:07 Joubu          it's been a while we are are not supporting 12
08:07 marcelr        weird
08:07 Joubu          and we are shipping 18 in ktd - see bug 34376
08:07 huginn         04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34376 enhancement, P5 - low, ---, koha-bugs, RESOLVED FIXED, Node.js v14 is EOL
08:07 marcelr        i refresh my container each week
08:07 marcelr        so it would go back to 12
08:08 Joubu          are you using ktd?
08:08 marcelr        no
08:08 Joubu          ok, d11 container
08:08 Joubu          give it a try after you PQAed 30708 ;)
08:09 marcelr        no, i stick to this setup that is close to what i do in production
08:09 marcelr        i can see the problems that i will have next year :)
08:10 marcelr        make ktd ready for production ?
08:11 Joubu          It will never happen, it's dev oriented. But you can use the OS and DBMS, so it should not change much from a prod env
08:12 marcelr        ok i am going to enable preservation now
08:12 marcelr        took me already 30 mins :)
08:14 Joubu          it was something else!
08:15 marcelr        lol
08:18 tcohen[m]      An official docker image would serve the purpose for you marcelr?
08:18 cait           marcelr: nothing yet - why?
08:19 marcelr        cait: i am looking there now
08:19 marcelr        tcohen[m]: just send me the link
08:19 marcelr        but make it customizable :)
08:20 tcohen[m]      What would you like to customize?
08:20 cait           marcelr++ davidnind++
08:20 tcohen[m]      This is the time to say it heh
08:20 cait           meanwhile... I am fighting with our big printer here
08:21 marcelr        tcohen[m]: dont ask; my job is fighting against customize requests
08:24 * tcohen[m]    is trying to check his luggage (4:24 here). Too sleepy to think
08:25 cait           ouch, I was wondering to see you online
08:25 tcohen[m]      On my way back home
08:26 ashimema       morning
08:27 marcelr        tcohen[m]: did you see the third report in the series of patron account renewal ?
08:27 marcelr        hi ashimema
08:28 ashimema       🙂
08:57 cait           morning
09:12 cait           starting dev machine and hoping nothing happens in my inbox..
09:16 cait           marcelr++
09:16 cait           thx!
09:16 cait           I'll work on the other patch soon too
09:18 cait           we have one real bug in QA queue... someone willing maybe? it's about REST API and I was hoping someone else could have a look
09:24 marcelr        which one?
09:24 wahanui        i heard which one was that
09:24 tcohen[m]      ?
09:28 cait           hm we have an error on returning an item that is on hold, but the error is a bit unspecific: 2023/10/06 11:26:03] [WARN] DBIx::Class::ResultSetColumn::new(): Attempting to retrieve non-unique column 'biblionumber' on a resultset containing one-to-many joins will return duplicate results. at /usr/share/koha/lib/Koha/Objects.pm line 421
09:31 tcohen[m]      What version?
09:31 wahanui        version is very stable and translation is great
09:31 cait           23.05 - i thinkwe might have an issue with the HOLD notice
09:32 tcohen[m]      What endpoint?
09:32 cait           TT in notices - wrong columnname
09:34 cait           they had a item.type and it made the return die in an error 500 - so we might want to do some more things before making TT really mandatory
09:41 tcohen[m]      Like catching user generated errors more gracefully, I'd agree. I'm not sure what's the best solution though, as they could go silent with no noticed going out
09:43 ashimema       hmm.. we do record errors on send.. maybe we could/should re-use that errors field to also record errors on generate?
09:45 cait           i think we do some primitive parsing check, but in my test a removed [ just right now didn't trigger it
10:04 ashimema       your right.. I forgot we do that now
10:05 ashimema       though I think we only do that at template editing time.. I'm talking about catching it later in the process.. when we actually have variables getting passed in.
10:06 marcelr        htg
10:16 oleonard       Hi #koha
10:41 oleonard       Bug 35000: When you're not ready to file but you *really* want the good number ;)
10:41 huginn         04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35000 enhancement, P5 - low, ---, m.de.rooy, ASSIGNED , Work in progress
10:57 ashimema       LOL
11:02 cait           yeah, it's suspicious!
11:16 Joubu          a good stuff for a good number?
11:20 oleonard       This browser extension is so useful: https://fakefiller.com/
11:22 ashimema       nice
11:22 ashimema       bug 15504 back in the QA queue
11:22 huginn         04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 enhancement, P1 - high, ---, matt.blenkinsop, Signed Off , Track Patron's Last Activity
11:23 ashimema       and bug 35001 now submitted.. always a bit annoying when apposing ways of doing things appear to not get considered
11:23 huginn         04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35001 enhancement, P5 - low, ---, koha-bugs, NEW , Patron->is_active should respect TrackLastPatronActivityTriggers
11:30 * cait         waves
11:30 cait           ashimema: yes, and we don't catch wrong variables, so it leads to bad explosions
11:31 cait           it's hard to figure out when a return fails that the hold notice might have a syntax issue
11:34 ashimema       Indeed
12:31 nikkom         Hi koha. Yesterday I had asked a question. Which was: “in OPAC side, when we search for a material we meet "Not what you expected? Check for suggestions". In that page the link on the "suggestions" word is broken. Does anyone meet such problem?” jobou suggested me to check JS enabled or not. When I have checked I saw that  “javascript.enabled is true”. Isn’t it a correct condition?
12:34 cait           I think he meant if there are any errors in JS on the page
12:34 cait           maybe caused by a faulty entry in opacuserjs or similar
12:34 cait           also you need to have authorities for this feature to work
12:34 cait           caroline++
12:34 cait           super boring read with the MARC fields... but glad you did it
12:34 nikkom         When javascript.enabled is true "switch languages" part does'nt work
12:35 cait           that is not related
12:35 cait           it means something is wrong
12:35 cait           switch languages is not even relying on JS.... do you have your baseurl set correctly?
12:35 cait           do you have anything in opacuserjs system preference?
12:38 nikkom         cait: Yes we have some entries in opacuserjs
12:38 nikkom         I will check them. Thank you ..
12:38 cait           try to remove it for a test
12:38 cait           and see if that resolves the issues you see
12:40 Joubu          is the OPAC public?
12:48 nikkom         joubu : yes it is public
12:49 nikkom         cait: I have deleted all the entries in opacuserjs and restart but the link still does not work :(
12:52 oleonard       "Identity provider email domains" or simply "Identity provider domains
12:52 oleonard       ?
12:52 oleonard       Which is more correct?
12:52 tcohen[m]      For a title? The latter
12:53 oleonard       tcohen[m]: Does it depend on the context?
12:59 tcohen[m]      In breadcrumbs I'd think about it
13:02 nikkom         Does anyone had the same problem? My version is 22.11.05
13:12 nikkom         May this link has some problem? "cgi-bin/koha/svc/suggestion?render=standalone&q=bob" I have searched for the word "bob"
13:59 cait           nikkom: what exactly doesn't work?
13:59 cait           let's start over
15:02 reiveune       bye
15:02 ashimema       kivilathio around
15:03 ashimema       kivilahtio: We're in the Jitsi
16:12 oleonard       Anyone around who understands how FindDuplicateAuthority works?
16:14 Joubu          do you have a specific question?
16:15 Joubu          it searches for a possible auth duplicate using the search engine
16:27 oleonard       Joubu: I've never been able to trigger it deliberately
16:44 kivilahtio     ashimema: PedroAmorim[m]: Do you know if there is any standard for requesting the ILL fees in advance?
16:46 kivilahtio     ashimema: PedroAmorim[m]: ISO18626 "can" be used for it, but that would be considered a "battery" from the Supplying Agency's side. So there definitely needs to be a standardized way to do it.
17:46 PedroAmorim[m] kivilahtio: I'm not aware of one, but we can ask around and discuss this further next week
19:15 Shane-NP[m]    When I am in OPAC and I search an item, I have a box that says no cover image. When I add a cover image for an item it appears in the upper right of the listing, but I can't figure out how to get it in the initial search result
19:15 * Shane-NP[m]  uploaded an image: (34KiB) < https://matrix.org/_matrix/media/v3/download/matrix.org/uChnuRksIZjsznRatpkHWfvl/image.png >
19:16 Shane-NP[m]    Clicking the result you see it....
19:16 * Shane-NP[m]  uploaded an image: (52KiB) < https://matrix.org/_matrix/media/v3/download/matrix.org/MPYzAEDcZrMkGcxkfjYRAEXF/image.png >
19:18 Shane-NP[m]    Also can I batch modify the cover image to each item?
19:29 davidnind      Shane-NP: it is working fine for me in master - what version of Koha are you using. Also, the screenshots look like they are for the staff interface, not the OAPC....
19:29 davidnind      OPAC...
19:37 davidnind      Shane-NP: it is possible to bulk upload local cover images - Cataloguing > Tools > Upload local cover images. You have a ZIP file with a text file (with record number and the image name), see https://koha-community.org/manual/23.11/en/html/cataloging.html#adding-a-batch-of-cover-images
19:50 davidnind      Shane-NP: I also checked in Koha 23.05.04 - seems to be working fine for me
19:53 caroline       Shane-NP[m], are you clearing your browser cache?
19:55 caroline       or maybe it's realted to bug 34502, depending on the version you're using
19:55 huginn         04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34502 trivial, P5 - low, ---, dcook, Pushed to oldstable , Useless SEARCH_RESULT.localimage usage