IRC log for #koha, 2021-01-14

All times shown according to UTC.

Time S Nick Message
00:03 khall joined #koha
00:04 inlibro joined #koha
00:17 koha-jenkins Project Koha_20.05_U2010 build #84: STILL UNSTABLE in 43 min: https://jenkins.koha-community[…]a_20.05_U2010/84/
00:28 khall joined #koha
00:31 koha-jenkins Project Koha_20.05_U18 build #50: STILL UNSTABLE in 38 min: https://jenkins.koha-community[…]oha_20.05_U18/50/
00:50 koha-jenkins Yippee, build fixed!
00:50 wahanui Congratulations!
00:50 koha-jenkins Project Koha_20.05_D9 build #185: FIXED in 57 min: https://jenkins.koha-community[…]oha_20.05_D9/185/
01:03 AndrewFH joined #koha
01:04 inlibro joined #koha
01:09 koha-jenkins Yippee, build fixed!
01:09 wahanui Congratulations!
01:09 koha-jenkins Project Koha_20.05_D10 build #189: FIXED in 38 min: https://jenkins.koha-community[…]ha_20.05_D10/189/
01:33 dpk joined #koha
01:42 koha-jenkins Project Koha_20.05_U18 build #51: STILL UNSTABLE in 52 min: https://jenkins.koha-community[…]oha_20.05_U18/51/
02:05 inlibro joined #koha
02:12 AndrewFH joined #koha
02:36 Oak joined #koha
03:05 inlibro joined #koha
03:27 khall joined #koha
04:05 inlibro joined #koha
04:18 khall joined #koha
04:30 domm joined #koha
05:05 inlibro joined #koha
05:32 morrism joined #koha
06:05 inlibro joined #koha
06:29 dpk joined #koha
06:39 reiveune joined #koha
06:39 reiveune hello
07:05 fridolin joined #koha
07:05 inlibro joined #koha
07:06 did joined #koha
07:29 morrism joined #koha
07:34 khall joined #koha
07:47 lds joined #koha
07:53 alex_a joined #koha
07:54 alex_a Bonjour
08:02 cait joined #koha
08:04 ashimema Hi #koha
08:04 cait1 joined #koha
08:05 paul_p joined #koha
08:06 inlibro joined #koha
08:10 morrism joined #koha
08:20 dersmon joined #koha
08:20 dersmon hey
08:23 cait1 ashimema: translate appears to be down again - is it you who can help there?
08:23 cait1 hi dersmon
08:23 ashimema Ok.. will take a look shortly
08:27 morrism joined #koha
08:28 Joubu ashimema: I am restarting apache
08:28 Joubu done, and fixed
08:29 magnuse \o/
08:33 cait1 thx Joubu++ ashimema++
08:33 * cait1 has taken on translating to wake up :)
08:36 cait1 also a little bit each day is easier done than big chunks of it
08:37 cait joined #koha
08:56 morrism joined #koha
09:06 inlibro joined #koha
09:15 khall joined #koha
09:21 ashimema user
09:21 ashimema thanks
09:38 ashimema magnuse around yet?
09:49 cait1 joined #koha
09:53 cait1 oleonard_: around yet?
09:56 cait joined #koha
09:59 dersmon after running Batch record modification the elastic search has duplicate entries
09:59 dersmon is this a known issue?
10:02 Joubu in elastic index? on the Koha search result view?
10:06 inlibro joined #koha
10:41 morrism joined #koha
10:41 khall joined #koha
10:42 kidclamp which Koha version dersmon?
11:04 morrism joined #koha
11:06 inlibro joined #koha
11:11 oleonard I am now cait
11:15 cait ... and I forgot the question :(
11:16 cait but thx oleonard - maybe it will come back
11:21 Joubu oleonard: Anything you would like to know about contribution to the side-projects?
11:22 morrism joined #koha
11:22 oleonard I was going to suggest a change to the SCSS message in the qa tools and realized I didn't know what the procedure was... Sorry I'm a little lost when it comes to pull requests
11:31 khall joined #koha
11:31 theodoros joined #koha
11:39 morrism joined #koha
11:48 koha-jenkins Project Koha_Master_D9_My8 build #494: FAILURE in 56 min: https://jenkins.koha-community[…]aster_D9_My8/494/
11:55 Joubu oleonard: Ideally you open an issue on gitlab/k-c/qa-test-tools to describe what you want to fix/add. Then you create a branch locally (like issue_xxx) you commit with "Issue #xxx - " (#xxx will tell gitlab to link the PR with the issue automaticaly)
11:56 Joubu and you push to YOUR qa-test-tools repo (you have to clone it to your namespace before, using the gitlab UI) git push my_repo issue_xxx
11:57 Joubu refresh gitlab and it will ask you if you want to create the PR, follow the UI (click, click) and it's done
11:57 Joubu some of us are tracking any changes made to the side-projects, we will be notified
11:58 oleonard Okay thanks... I know I've done this via a branch on gitlab but I didn't know how the process works with a local branch
11:58 oleonard Although I'm not sure I understand... I commit locally and then what is the next step?
12:04 ashimema you could even do it in the gitlab UI if you find that easier
12:04 ashimema without a local branch at all..
12:04 ashimema but of course.. that makes it more difficult for you to test
12:04 oleonard I would, but I'm curious how the local branch option works
12:05 magnuse ashimema: been around for ~5 hours ;-)
12:05 oleonard I'm not trying to be obtuse, I just don't understand what happens between "create local branch" and "gitlab knows about it."
12:06 inlibro joined #koha
12:06 Joubu oleonard: git checkout -b issue_42 origin/master
12:06 Joubu do your changes, commit
12:06 magnuse oleonard: you push your branch to gitlab
12:07 ashimema we finally merged your request into the dashboard.. there's now a link to gitlab at the bottom @magnuse
12:07 Joubu then you git push your_repo issue_42 # your push to your gitlab's repo
12:07 magnuse ashimema: yes, i saw, awesome! (and i said thanks on the issue ;-)
12:11 ashimema :)
12:12 oleonard Joubu: I see, I misunderstood your description of the two options, I thought you were saying there was an option that didn't involve a branch on gitlab
12:21 khall_ joined #koha
12:23 Dyrcona joined #koha
12:34 AndrewFH joined #koha
12:43 morrism joined #koha
12:57 jzairo joined #koha
13:04 khall joined #koha
13:05 huginn News from kohagit: Bug 24254: (QA follow-up) Inlines opachiddenitems handling <https://git.koha-community.org[…]a17c08e9d78fc777b>
13:05 huginn News from kohagit: Bug 15448: Remove items fetch <https://git.koha-community.org[…]b7f90a5836c57745c>
13:05 huginn News from kohagit: Bug 15448: Fix ISE <https://git.koha-community.org[…]07d6245c02dfe7fd6>
13:05 huginn News from kohagit: Bug 25054: (QA follow-up) Add space after comma for multiple aliases <https://git.koha-community.org[…]93cf84b3752e0201c>
13:05 huginn News from kohagit: Bug 11299: (follow-up) adjust tests for bug 26641, fix styling, fix population of... <https://git.koha-community.org[…]5935b3d267e8ff97e>
13:05 huginn News from kohagit: Bug 11299: Adjust call to check_cookie_auth <https://git.koha-community.org[…]0e74299bc4c343ea4>
13:05 huginn News from kohagit: Bug 15448: (follow-up) Adapt to changes on bug 24254 <https://git.koha-community.org[…]da629283fe856f3de>
13:05 huginn News from kohagit: Bug 24254: Implement separate filters and add patron param <https://git.koha-community.org[…]3354e902d192af543>
13:05 huginn News from kohagit: Bug 24254: Read the OpacHiddenItems preference internally <https://git.koha-community.org[…]1e142650525438846>
13:05 huginn News from kohagit: Bug 24254: Compare itemlost with 0 <https://git.koha-community.org[…]e8528dc1297a9dbfa>
13:05 huginn News from kohagit: Bug 15448: (follow-up) Fetch the patron category once <https://git.koha-community.org[…]436c7eb3f2747bd28>
13:05 huginn News from kohagit: Bug 15448: Filter out items hidden in OPAC on placing hold <https://git.koha-community.org[…]08a9047648af2318b>
13:05 huginn News from kohagit: Bug 11299: (follow-up) Rebase on recent changes <https://git.koha-community.org[…]ce34babfb8bc05a04>
13:05 huginn News from kohagit: Bug 25054: Display search field aliases in Search Engine Configuration <https://git.koha-community.org[…]44afbbd318e610dfb>
13:05 huginn News from kohagit: Bug 11299: Fix indirect object notation <https://git.koha-community.org[…]31080147500c6b7bc>
13:05 huginn News from kohagit: Bug 11299: (follow-up) correct link <https://git.koha-community.org[…]fa63184bb255e4c6a>
13:05 huginn News from kohagit: Bug 11299: (follow-up) Skip fields with no 9 subfields <https://git.koha-community.org[…]65fcf7b4ca56eb118>
13:05 huginn News from kohagit: Bug 11299: (follow-up) Correct rebase errors and add message class to dialog <https://git.koha-community.org[…]6a020286b0413d46d>
13:05 huginn News from kohagit: Bug 11299: (QA follow-up) Fix tests, spaces, and CSS update <https://git.koha-community.org[…]70c18021ad12d0f6f>
13:05 huginn News from kohagit: Bug 11299: Add a button to the biblio edition page to automatically add authority... <https://git.koha-community.org[…]000287957b7790225>
13:06 inlibro joined #koha
13:28 morrism joined #koha
13:33 Joubu that's perfect oleonard!
13:33 severine_q joined #koha
13:33 severine_q hallo #koha :)
13:34 oleonard-away Thanks again for your help Joubu
13:34 oleonard Hi severine_q
13:34 severine_q hi oleonard !
13:36 AndrewFH joined #koha
13:39 bdonnahue2 joined #koha
13:46 magnuse oleonard++
13:48 koha-jenkins Project Koha_Master_D11 build #186: SUCCESS in 42 min: https://jenkins.koha-community[…]a_Master_D11/186/
13:54 marie-luce joined #koha
14:03 koha-jenkins Project Koha_Master_D9_My8 build #495: NOW UNSTABLE in 56 min: https://jenkins.koha-community[…]aster_D9_My8/495/
14:07 inlibro joined #koha
14:14 oleonard I have forgotten... How can we test cart and list emails in koha-testing-docker?
14:22 Joubu oleonard: I am doing this https://www.howtoforge.com/tut[…]-as-a-mail-relay/
14:23 oleonard Thank you Joubu for answering all the questions I have today that make me feel like a  newbie.
14:25 Joubu that's certainly not the nicest solution however but it works :)
14:26 Joubu koha-jenkins: ?
14:26 koha-jenkins Joubu did you mean me? Unknown command '?'
14:26 Joubu good to know you are still here
14:27 koha-jenkins Use '!koha-jenkins help' to get help!
14:27 Joubu help your http friend
14:38 koha-jenkins joined #koha
14:39 AndrewFH joined #koha
14:45 koha-jenkins Project Koha_20.05_U18 build #52: FAILURE in 5 min 20 sec: https://jenkins.koha-community[…]oha_20.05_U18/52/
14:46 bdonnahue1 joined #koha
14:46 ashimema in the sandboxes we use smtp sync to send mail to a file..
14:46 ashimema perhaps that might be worth doing further up the stack in koha-testing-docker by default?
14:46 Joubu yep!
14:47 ashimema I didn't think about doing it there at the time
14:47 ashimema https://github.com/bywatersolu[…]86b7be001993813a5
14:47 ashimema along with https://github.com/bywatersolu[…]a1b1adc40118fcc12
14:47 ashimema my brain isn't up for it right at the minute..
14:50 ashimema woo.. 0 blockers on dashboard..
14:50 ashimema when did that happen!?
14:50 ashimema nice
14:53 ashimema there isn't half allot of 'chuf' in the 'Majors' queue..
14:53 Joubu I moved the last one to major a couple of hours ago
14:53 ashimema makes it hard to actually pick out real majors
14:54 ashimema hehe
14:54 ashimema cool
14:54 Joubu it was bug 26893
14:54 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=26893 major, P5 - low, ---, mtj, ASSIGNED , New version of JSON::Validator (D11) breaks our REST API routes
14:55 * ashimema has been slowly working through some of the majors to either bring them back to life, or downgrade them to 'normal' when they're actually just minor niggles
14:55 ashimema that's the one. hehe
15:01 cait1 joined #koha
15:07 inlibro joined #koha
15:14 cait joined #koha
15:28 koha-jenkins Project Koha_20.05_D9 build #186: UNSTABLE in 42 min: https://jenkins.koha-community[…]oha_20.05_D9/186/
15:30 alex_a joined #koha
15:35 koha-jenkins Project Koha_20.05_U16 build #191: STILL UNSTABLE in 49 min: https://jenkins.koha-community[…]ha_20.05_U16/191/
15:35 koha-jenkins Project Koha_20.05_U20 build #219: STILL UNSTABLE in 52 min: https://jenkins.koha-community[…]ha_20.05_U20/219/
15:40 koha-jenkins Project Koha_20.05_D10 build #190: SUCCESS in 54 min: https://jenkins.koha-community[…]ha_20.05_D10/190/
15:56 alex_a joined #koha
16:07 koha-jenkins Yippee, build fixed!
16:07 wahanui Congratulations!
16:07 koha-jenkins Project Koha_20.05_U2010 build #85: FIXED in 38 min: https://jenkins.koha-community[…]a_20.05_U2010/85/
16:07 inlibro joined #koha
16:15 khall_ joined #koha
16:31 fridolin yop string freeze tomorow
16:32 fridolin winter is coming ;)
16:32 koha-jenkins Project Koha_Master_D9 build #1537: SUCCESS in 57 min: https://jenkins.koha-community[…]a_Master_D9/1537/
16:39 ashimema blimey.. that came around quick
16:42 fridolin left #koha
16:48 ashimema oleonard.. do we still have some progressive enhancement guidelines for the OPAC..
16:48 ashimema i.e. I'm looking at bug 27047 and am wondering if I can just plain switch in DataTables filtering rather than full page reload.. only reason I could see not to do that is if we wanted the table to still be filterable when javascript is disabled
16:48 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=27047 normal, P5 - low, ---, koha-bugs, NEW , Purchase suggestions can not search
16:49 koha-jenkins Project Koha_Master_D10 build #453: SUCCESS in 41 min: https://jenkins.koha-community[…]a_Master_D10/453/
16:55 oleonard-away ashimema my assumption was that we wanted to preserve the non-js behavior but that hill is poorly-defended these days
16:56 ashimema ta
16:56 ashimema yeah.. I thought you might say that
16:57 ashimema I'm not sure how to degrade nicely here really..
16:57 ashimema humm..
16:57 oleonard As far as I can recall we have not come to a consensus that the OPAC should require JS, but it might be time
16:57 ashimema display a form by default and do serverside filtering for that case.. but hide it and use clientside filtering if JS is enabled
16:57 ashimema that could work
16:58 ashimema lots of code for little gain really though
16:58 ashimema whislt I kinda agree that it would be 'nice' to do progressive enhancement.. I kinda feel it's a lofty goal and allot of code to maintain
16:59 ashimema you basically have to write everything twice
16:59 oleonard Yeah, I guess I would go ahead and make it a DataTable with a filter and forget about the old behavior.
16:59 oleonard (and I can do that if you have better things to do ashimema)
17:00 oleonard better things == things that a smart person should be doing besides DataTables
17:00 ashimema lol
17:01 ashimema I was kinda just looking to squash some majors.. I've already de-escalated it to 'normal' as it's clearly not upsetting many people right now
17:01 ashimema but it would be nice to fix it some time.. just less of a rush
17:01 ashimema feel free to grab it if/when you want... though I'm sure you also have more interesting things to do :)
17:02 * ashimema is procrastinating on working through opac fixes for a sites customisations... man they went to town.
17:03 caroline for some people, that is fun! lol! They will work on that an procrastinate on other things
17:03 ashimema haha
17:04 caroline We have two here who think of customizations as rewards :D
17:04 ashimema http://mrdev-zebra.koha-ptfs.co.uk/
17:04 ashimema it's a bit of a mess right now ;)
17:04 ashimema and I have like 5000 lines of CSS and JS overrides to clean up to get to the bottom of what the issues are
17:05 caroline woah!
17:05 ashimema should look like https://ual.koha-ptfs.co.uk/
17:05 ashimema 18.11 to 20.11.. fun upgrade for OPAC customisations.. looooots of changes
17:06 caroline oh yeah!
17:07 ashimema fancy an experience to make your eyes bleed... pick the 'Black with yellow' option from hte 'Screen Options'
17:07 ashimema mwhahaha
17:07 inlibro joined #koha
17:08 ashimema as an aside.. I was wondering about trying to submit some of that to community... the accessibility screen options stuff.
17:08 ashimema it's fairly nice for those in need
17:08 oleonard Yes
17:09 ashimema happen to know if there's already a bug open for such a feature oleonard?
17:09 caroline I can't see the screen options
17:09 ashimema I've not found one..
17:10 oleonard I don't think so ashimema
17:10 ashimema on the working site.. the 18.11 one
17:10 ashimema ual.koha-ptfs.co.uk
17:10 ashimema top right
17:10 caroline ah ok! I was looking in the dev one
17:11 ashimema haha.
17:11 ashimema yeah.. I still need to fix it in the dev one
17:11 caroline does that really help? seems harder to read (esp. the yellow on white news title)
17:12 ashimema they had a specialist advise them on it..
17:12 oleonard (I suspect yellow on white is just a bug)
17:12 ashimema we all hated it here.. but it's what they wanted so it's what they got
17:12 caroline guess so then...
17:12 ashimema yeah.. probably
17:12 oleonard black + yellow is supposed to be the highest possible contrast
17:13 ashimema indeed
17:13 ashimema for normal sighted people it's horrific
17:13 ashimema but for special needs it's apparently a very useful combination
17:14 ashimema yup.. I don't think we ever tested it with a news block in place..
17:14 ashimema that would be why the title is stuffed there
17:14 ashimema certainly a bug
17:14 caroline TIL some peeples' visual treasures are other peoples' horror
17:14 ashimema hehe
17:15 oleonard caroline: haven't you learned that from seeing customers' customization requests? XD
17:15 caroline omg yes
17:16 ashimema how does one go about replacing the koha logo in the header these days...
17:16 caroline one made us redo the whole thing in a 2001-looking site
17:17 caroline Maryse had done a super nice job, but they wanted this https://sgo.inlibro.net/
17:17 oleonard It's basically the same as it has been ashimema. Background image on the <h1>, some padding to change in the nested <a>
17:17 oleonard caroline :O
17:17 ashimema humm.. something else must be getting in the way locally then
17:30 koha-jenkins Project Koha_20.05_D9 build #187: STILL UNSTABLE in 56 min: https://jenkins.koha-community[…]oha_20.05_D9/187/
17:31 koha-jenkins Project Koha_20.11_D10 build #40: UNSTABLE in 42 min: https://jenkins.koha-community[…]oha_20.11_D10/40/
17:33 khall joined #koha
17:39 reiveune bye
17:39 reiveune left #koha
17:41 koha-jenkins Project Koha_20.11_U2010 build #24: SUCCESS in 55 min: https://jenkins.koha-community[…]a_20.11_U2010/24/
17:51 cait left #koha
18:02 jzairo left #koha
18:07 inlibro joined #koha
18:15 koha-jenkins Project Koha_20.11_U20 build #24: UNSTABLE in 53 min: https://jenkins.koha-community[…]oha_20.11_U20/24/
18:15 koha-jenkins kidclamp: Bug 27149: Don't strip itemnumber when adding item status via Z3950Responder
18:15 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=27149 normal, P5 - low, ---, nick, Pushed to stable , Z3950Responder removes itemnumber when adding item statuses
18:16 koha-jenkins Project Koha_20.11_D9 build #33: SUCCESS in 45 min: https://jenkins.koha-community[…]Koha_20.11_D9/33/
18:22 cait joined #koha
18:33 koha-jenkins Project Koha_20.11_U18 build #21: STILL UNSTABLE in 1 hr 2 min: https://jenkins.koha-community[…]oha_20.11_U18/21/
18:37 koha-jenkins Project Koha_20.11_D11 build #39: UNSTABLE in 55 min: https://jenkins.koha-community[…]oha_20.11_D11/39/
19:06 koha-jenkins Project Koha_20.11_U16 build #26: SUCCESS in 50 min: https://jenkins.koha-community[…]oha_20.11_U16/26/
19:06 koha-jenkins kidclamp: Bug 27149: Don't strip itemnumber when adding item status via Z3950Responder
19:06 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=27149 normal, P5 - low, ---, nick, Pushed to stable , Z3950Responder removes itemnumber when adding item statuses
19:08 inlibro joined #koha
19:40 koha-jenkins Project Koha_20.05_U16 build #192: STILL UNSTABLE in 42 min: https://jenkins.koha-community[…]ha_20.05_U16/192/
19:40 skimsk joined #koha
19:51 koha-jenkins Project Koha_20.05_U20 build #220: STILL UNSTABLE in 45 min: https://jenkins.koha-community[…]ha_20.05_U20/220/
19:52 koha-jenkins Project Koha_20.05_U18 build #53: NOW UNSTABLE in 53 min: https://jenkins.koha-community[…]oha_20.05_U18/53/
20:08 inlibro joined #koha
20:19 paul_p joined #koha
20:19 koha-jenkins Project Koha_20.05_D10 build #191: UNSTABLE in 38 min: https://jenkins.koha-community[…]ha_20.05_D10/191/
20:21 khall_ joined #koha
20:24 paul_p joined #koha
20:29 lukeG1 joined #koha
20:42 koha-jenkins Project Koha_20.05_U2010 build #86: UNSTABLE in 53 min: https://jenkins.koha-community[…]a_20.05_U2010/86/
20:43 koha-jenkins Project Koha_20.05_D9 build #188: STILL UNSTABLE in 51 min: https://jenkins.koha-community[…]oha_20.05_D9/188/
21:08 inlibro joined #koha
21:29 koha-jenkins Project Koha_20.05_U2010 build #87: STILL UNSTABLE in 46 min: https://jenkins.koha-community[…]a_20.05_U2010/87/
22:07 khall joined #koha
22:08 inlibro joined #koha
22:17 khall_ joined #koha
22:33 khall joined #koha
22:56 khall_ joined #koha
23:05 cait joined #koha
23:08 inlibro joined #koha
23:12 morrism_ joined #koha
23:45 morrism joined #koha

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