Time  Nick             Message
05:45 reiveune         hello
05:45 wahanui          bonjour, reiveune
06:06 saa              while running koha-upgrade-schema i am getting   error as DEV atomic update /usr/share/koha/intranet/cgi-bin/installer/data/mysql/atomicupdate/bug_30899.pl  [11:31:30]: Bug 30899 - Check borrower_attribute_types FK constraint (30449 follow-up)
06:06 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30899 critical, P5 - low, ---, m.de.rooy, Pushed to stable , Upgrade sometimes fails at "Upgrade to 21.11.05.004"
06:06 saa              how to solve it
07:12 paulderscheid[m] Good morning #koha
07:13 paulderscheid[m] hey ashimema should we join forces on the room booking thingy?
07:14 paulderscheid[m] It's also on our roadmap
07:14 paulderscheid[m] Unless it would complicate things too much
07:21 marcelr          hi #koha
07:44 ashimema         I'm not sure when I'll be picking it back up.  I have a branch to rebase with most of the UI done.. it's tying it into the circ rules which is outstanding
07:44 ashimema         Our sponsor has gone a different route now too
07:45 ashimema         Our bookings is also all at the item level.. so could do rooms if you catalogue them
07:45 ashimema         But wasn't designed expressly for rooms
07:46 ashimema         paulderscheid ^
07:46 paulderscheid[m] Ok
07:48 ashimema         I say UI.. it includes the tables, API endpoints and logic all except for circ rules
07:48 ashimema         So it's very close
07:50 ashimema         Circ rules really I need a librarian to help me work out how we should do it.. like, do we need time for turnaround before/after bookings and if so how long
07:50 paulderscheid[m] Is it on your GitHub?
07:50 ashimema         And should max booked for periods match circ rules or have their own rule
07:50 paulderscheid[m] We have librarians ^^
07:51 ashimema         I'll push a rebased branch this afternoon for you.. right now there's a bunch of clashes with some of the data tables improvements that went in recently
07:51 paulderscheid[m] Ok
07:51 paulderscheid[m] I'd really like stuff like this to be vanilla Koha and no new hombrew stuff
07:52 ashimema         Bug 29002
07:52 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002 enhancement, P5 - low, ---, martin.renvoize, NEW , Add ability to book items ahead of time
07:52 ashimema         There's a link to the old branch in there.. think it's fiarly up to date with latest work at the point I had to put it down for a while
07:53 ashimema         But yeah, I'll try to rebase it today
07:53 paulderscheid[m] Alright
07:53 paulderscheid[m] If you got the time this would be great but I'll have to bring it up in our standup at 10AM
07:54 ashimema         Theres a new library in it I'm not entirely sure about.. it looks pretty but I wrote it all before we chose Vue s ok there may be better alternatives
07:54 paulderscheid[m] The other devs have to buy in first anyway
07:54 ashimema         Hehe, yeah, I understand
09:35 paulderscheid[m] ashimema: They just asked me whether there are significant differences between what you've been working on and the room booking plugin from bywater
09:38 ashimema         I imagine so.. I've not looked at ByWaters room bookings ever
09:38 paulderscheid[m] I think so too
09:38 ashimema         we used to sell booked.. but that's gone closed source
09:38 paulderscheid[m] Ok
09:39 paulderscheid[m] Well, the others want to use bywaters thing
09:41 cait             i tihnk maybe there is room for both
09:41 cait             bywaters could be made core
09:41 cait             and it doesn't dependon records/items, it's more separate than ashimema's which is booking anything in the catalog
09:42 ashimema         agreed
09:42 ashimema         there's room for both
09:42 ashimema         and I'm more than happy to see plugins moved to core when it makes sense
09:42 paulderscheid[m] I think the bywater thing is very well suited for rooms etc but the functionality ashimema outlined is very flexible and should also be core
09:43 ashimema         or.. plugins adopted by community as an alternative
09:43 ashimema         indeed
09:43 ashimema         I certainly think there's space for both
09:43 cait             they are currently moving curbside core
09:43 ashimema         there's also the curbside collection stuff that's being ported to core at the moment
09:43 ashimema         hehe
09:43 cait             hah :)
09:43 ashimema         indeed
09:43 cait             we do it again :)
09:44 jase             Hello
09:44 jase             I am using koha vesrion 22.05.00.000
09:45 jase             Authority exact search is not working
09:45 jase             If i search a author with exactly it shows wrong results
09:45 jase             Please suggest how to fix this issue
09:48 cait             are you using Zebra or Elasticsearch?
09:48 cait             wher are you searching?
09:51 jase             I am using zebra
09:53 jase             In koha interface url (http://xyz.com/cgi-bin/koha/authorities/authorities-home.pl)
09:53 jase             Exact search is working fine in old version
09:53 cait             does the search link look any different?
09:54 jase             But in new version exact is not working
09:54 cait             Maybe it's bug 11158
09:54 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11158 normal, P5 - low, ---, dcook, Passed QA , Authorities 'starts with'  search returns the same as 'contains' when using ICU
09:56 jase             If i choose 'start with ' it shows excat result
09:57 cait             so only 'is exactly' doesn't wokr?
09:57 cait             hm
09:57 jase             Yes.
09:57 jase             Is exaclty not working
09:58 cait             hm it works for me with master, which is still quite close to 22.05
09:58 cait             and Zebra
09:59 cait             my Zebra version is Zebra 2.2.2 Using ICU
10:00 jase             My zebra version is  2.0.59 and koha 22.05 Using ICU
10:01 jase             I would like to know how to fix the issue.
10:04 cait             maybe try updating to 22.05.01 as a first thing
10:05 cait             oh .02
10:06 cait             I also found bug 26533, but that shoudl be fixed already
10:07 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26533 minor, P5 - low, ---, aleisha, CLOSED FIXED, Searching authorities using 'is exactly' doesn't work as expected
10:08 cait             maybe the behaviour changed and that was unexpected
10:08 cait             what are you searchign for and what do you expect to find?
10:15 cait             see the last comments on the bug above
10:17 jase             'Personal Name'  'is exactly'  'Mohammed, Ahmed Ali'
10:18 jase             If i search above author it should show only one result
10:19 jase             But it shows morethan 100 results
10:19 cait             hm ok, that's a lot
10:19 cait             and the others definitely don#t match the criteria?
10:20 cait             are you searching with "main heading ($a only)"?
10:20 jase             yes
10:20 jase             ($a only) yes
10:21 cait             i am sorry, I am running out of ideas :(
10:21 jase             Thanks
10:21 cait             on my test installatoin it works, maybe a newer zebrea version could fix it, but I can't guarantee
10:22 oleonard         o/
10:22 jase             If anyone know how to fix please help me
10:32 cait             tcohen: i don't get the CAS login to show up
10:32 cait             the heading is there, but not the login
10:32 cait             in the OPAC
10:48 cait             ... and I don#t get it to work either
10:53 cait             tcohen: ok... now the link is there, but it still doesn't work ... and i replied on the mailing list
11:30 paulderscheid[m] Thanks tcohen for the improvements with the ktd setup
11:30 paulderscheid[m] Just found out
12:09 tcohen           hola #koha
12:18 oleonard         Hi tcohen
12:21 tcohen           hey oleonard
12:21 wahanui          oleonard is, like, like the Flash
12:21 oleonard         Yep, vibrating my molecules
12:42 tcohen           mtj[m]: did you remove the ES tasks?
12:49 ashimema         remind me.. do we set a JS variable for the logged in user in the opac?
12:49 ashimema         i.e. can I just look for 'logged_in_user' or something in my JS function to work out if we're logged in or not?
12:53 oleonard         Not that I can recall ashimema
12:53 ashimema         okies
12:53 ashimema         must be the staff client I'm thinking of then
12:55 ashimema         aha
12:55 ashimema         yep.. there it is
12:55 ashimema         `var logged_in_user_borrowernumber = "[% logged_in_user.borrowernumber | html %]";`
12:55 ashimema         in returns.tt
12:58 tcohen           I have triggered an upgrade for the elasticsearch-icu images
12:58 tcohen           as of https://hub.docker.com/_/elasticsearch
12:59 tcohen           marcelr: I'm about to push the public lists stuff
12:59 tcohen           sorry for the delay on those
12:59 marcelr          tcohen: i was so patient
13:00 marcelr          there is one thing
13:00 marcelr          did you push the autocomplete change before or after ?
13:00 tcohen           autocomplete?
13:00 marcelr          it is a tiny path change to rest api
13:01 marcelr          yes in the patron names instead of the ysearch script or something
13:01 tcohen           I haven't yet
13:01 tcohen           why?
13:01 marcelr          bug 30578
13:01 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30578 enhancement, P5 - low, ---, jonathan.druart+koha, Passed QA , We should drop circ/ysearch.pl in preference to using the REST API's
13:01 tcohen           yes, I know it
13:01 marcelr          there is a hidden depends
13:02 tcohen           ah, so we are good
13:02 marcelr          i am using ysearch now in the middle
13:02 marcelr          patch seroes
13:02 marcelr          series
13:02 tcohen           can you make the deps explicit ?
13:03 marcelr          depends on how you want to push
13:03 marcelr          i will add a followup left or right side
13:04 tcohen           I think we should push the ysearch removal one first
13:04 tcohen           I mean, I flipped a coin
13:04 marcelr          the wrong coin
13:04 tcohen           haha
13:05 tcohen           I haven't added them to my working branch
13:05 tcohen           its on my list for this week
13:05 marcelr          ok push the rest api thing first
13:05 marcelr          i will add a followup to the secnod lists report
13:05 tcohen           marcelr++
13:12 ashimema         lol
13:31 Joubu            oleonard: great testing session for bug 30718, thanks a lot!
13:31 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718 enhancement, P5 - low, ---, jonathan.druart+koha, Needs Signoff , Use flatpickr's altInput option everywhere
13:31 oleonard         You're very welcome
13:32 tcohen           oleonard++
13:32 tcohen           Joubu++
13:32 huginn           News from kohagit: Bug 31036: (QA follow-up) Add a warning to the system preference <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f154fb0372d2e24318cad75bb65b993d47da8290>
13:32 huginn           News from kohagit: Bug 31137: (QA follow-up) Also fix new template page <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7bfcb8288b9eca65ee2b3e36501242dad3331102>
13:32 huginn           News from kohagit: Bug 31146: Fix unclosed table element <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=098866cab09a6276d7a5843759c1766791aaf20f>
13:32 huginn           News from kohagit: Bug 31134: Mock EdifactLSQ for t/Edifact.t <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=318bb17d5829d5a5de5e4db52261615b58e205c2>
13:32 huginn           News from kohagit: Bug 31137: Only display label printer profiles when editing labels <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e7d0b2ab47f1770ed11d3edc5ece8a4cf6753829>
13:32 huginn           News from kohagit: Bug 31069: fix <span> in OPAC search suggestions (Did you mean) <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1672d0c1c0be45aba66c17b2024495852f1ab2fe>
13:32 huginn           News from kohagit: Bug 31129: Fix debarment count on circulation page <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b6afcdbf48d9daacb24a3f0337a5cab5c7dbded7>
13:32 huginn           News from kohagit: Bug 31036: Treat SIP00 that same as CASH <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9d8be887d08f523171faa30b35ff86798c4b0115>
13:32 huginn           News from kohagit: Bug 25449: (QA follow-up) Set items.itype to mandatory by default (UNIMARC) <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9802273b1f485d9492022ab073aebf6e7e244096>
13:32 huginn           News from kohagit: Bug 29094: Adding hold via SIP should check if patron can hold item first <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7b21fb020b868ebaad97fc8a8970dc9570b76e56>
13:32 huginn           News from kohagit: Bug 11158: Add complete field to authority "starts with" search <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e25819723d5b1e99e2334f4b00adafb0a5134eae>
13:32 huginn           News from kohagit: Bug 25449: Set items.itype mandatory by default <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ac54145e2a844bbabf9c8d8439a0e5cd68d81ea5>
13:46 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🍢🌯🍩
14:13 koha-jenkins     Project Koha_Master_U20 build #485: UNSTABLE in 39 min: https://jenkins.koha-community.org/job/Koha_Master_U20/485/
14:19 koha-jenkins     Project Koha_Master_D11_My8 build #916: UNSTABLE in 46 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/916/
14:29 koha-jenkins     Project Koha_Master_D10 build #740: UNSTABLE in 54 min: https://jenkins.koha-community.org/job/Koha_Master_D10/740/
14:51 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1012: UNSTABLE in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1012/
14:54 huginn           News from kohagit: Bug 31153: Correct include for patron-search-header <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6dc978375e5a11829951aca2808482e7d7723c39>
14:54 huginn           News from kohagit: Bug 14680: Always subtract discount from price to calculate estimated cost <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7c734c6903a823eeb58be9ab1c4af251def776b7>
14:54 huginn           News from kohagit: Bug 29632: Unit tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=295987a06184f8538a98a50907b5caf97988a242>
14:54 huginn           News from kohagit: Bug 31083: Fix part_name handling in js-biblio-format <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=23bce125eaba4943ae3aed7b0d9d25cafa15d641>
14:54 huginn           News from kohagit: Bug 29632: Don't sort cn-sort numerically <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b8b8a62f112dc6937a7187d4150146a7cad6941f>
14:54 huginn           News from kohagit: Bug 30578: Fix multi-terms search <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=88becf3dcee54b8c8892e8a44acdf2c54f2d66ed>
14:54 huginn           News from kohagit: Bug 30578: Remove ajaxSetup from checkouts.js <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8e321e8d76e02c2901dcfdb8f17c53930bbc90d8>
14:54 huginn           News from kohagit: Bug 30578: Fix on-select for 2 occurrences <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fbcb5fa475d8afa1b8b8e7aefc749b8794a622a1>
14:54 huginn           News from kohagit: Bug 30578: Restore highlighting of patrons from the logged-in library <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d2b16aaaccfe305ecefd1cccdbf7ed96559ab6b3>
14:54 huginn           News from kohagit: Bug 30578: Remove circ/ysearch.pl in favor of the /patrons REST API route <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9309dedb53dd73b7e129db2acde37d2cf55aff51>
14:54 huginn           News from kohagit: Bug 30882: Add max_result_window to index config <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=90ef5ec8c81b6010e6d7eafc6498bc2e6a9ca8f5>
14:54 oleonard         Email isn't mandatory when using the task scheduler is it?
14:58 oleonard         Joubu: I wonder why we don't use a date picker with the time component in the task scheduler
14:58 koha-jenkins     Project Koha_Master_D10 build #741: FAILURE in 3 min 15 sec: https://jenkins.koha-community.org/job/Koha_Master_D10/741/
14:59 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1013: FAILURE in 3 min 28 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1013/
15:01 koha-jenkins     Project Koha_Master_D11_My8 build #917: FAILURE in 3 min 37 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/917/
15:02 koha-jenkins     Project Koha_Master_U20 build #486: FAILURE in 3 min 6 sec: https://jenkins.koha-community.org/job/Koha_Master_U20/486/
15:07 koha-jenkins     Project Koha_Master_U22 build #136: UNSTABLE in 48 min: https://jenkins.koha-community.org/job/Koha_Master_U22/136/
15:07 koha-jenkins     Project Koha_Master_U22 build #137: FAILURE in 8 min 19 sec: https://jenkins.koha-community.org/job/Koha_Master_U22/137/
15:13 reiveune         bye
15:16 huginn           News from kohagit: Bug 29632: DBIC update <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1857b29ee64ea6c509580594e6d1a025a136443b>
15:16 huginn           News from kohagit: Bug 29632: (QA follow-up) Add ENUM value to kohastructure.sql :-D <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8aaa728aeb39308de99e21175f38c2831ba36038>
15:16 huginn           News from kohagit: Bug 28854: DBIC update <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cb986e17d77a6284b9bd440ec95583a13db44b6c>
15:16 huginn           News from kohagit: Bug 29632: DBRev 22.06.00.017 <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ef32afd5ea09c11f3ef54e3c1bba169e0e9769be>
15:17 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🍅🥫🍥
15:23 tcohen           jajm: around?
15:24 tcohen           got a Koha::I18N question
15:30 tcohen           sorted it, jajm
15:30 tcohen           Koha::I18N is great
15:42 huginn           News from kohagit: Bug 31069: Remove ExplodedTerms dependency on templates <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ecd91d608914aa04660b3f83e9337effbed3822e>
15:42 tcohen           ^^ tuxayo
15:46 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🍄🍲🍠
15:52 cait1            the sounds of patches pushed...
15:52 koha-jenkins     Project Koha_Master_U20 build #487: NOW UNSTABLE in 38 min: https://jenkins.koha-community.org/job/Koha_Master_U20/487/
15:59 koha-jenkins     Project Koha_Master_D11_My8 build #918: NOW UNSTABLE in 46 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/918/
16:01 tcohen           cait1: it will get green, mostly
16:09 koha-jenkins     Project Koha_Master_D10 build #742: NOW UNSTABLE in 54 min: https://jenkins.koha-community.org/job/Koha_Master_D10/742/
16:15 cait1            ah, I didnt't mean ti like that, but green is good :)
16:16 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🍯🍬🍯
16:30 koha-jenkins     Yippee, build fixed!
16:30 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1014: FIXED in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1014/
16:30 wahanui          Congratulations!
16:47 koha-jenkins     Yippee, build fixed!
16:47 koha-jenkins     Project Koha_Master_U22 build #138: FIXED in 47 min: https://jenkins.koha-community.org/job/Koha_Master_U22/138/
16:47 wahanui          Congratulations!
16:51 paulderscheid[m] Anyone still working who could explain this Exception to me?... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/yaEaNsTRFhSUcXiVrDWmnEOo)
16:51 paulderscheid[m] I used this: ``` koha-elasticsearch --rebuild -d -v tester ```
16:56 wajasu           pwd
16:56 wajasu           ls
16:56 wajasu           wrong window :)
16:56 paulderscheid[m] Haha ^^
17:06 kidclamp         paulderscheid[m]: check the settings in your koha-conf.xml
17:06 koha-jenkins     Yippee, build fixed!
17:06 koha-jenkins     Project Koha_Master_D11_My8 build #919: FIXED in 56 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/919/
17:06 wahanui          Congratulations!
17:06 kidclamp         confirm the ES settings are correct
17:06 kidclamp         looks like Koha can't reach ES
17:06 paulderscheid[m] I will
17:08 pastebot         "wajasu" at 127.0.0.1 pasted "noticed dists/bullseye/Dockerfile has sid for yarn install, then could be done with DIST_CODENAME if needed" (185 lines) at https://paste.koha-community.org/11239
17:11 koha-jenkins     Yippee, build fixed!
17:11 koha-jenkins     Project Koha_Master_D10 build #743: FIXED in 1 hr 1 min: https://jenkins.koha-community.org/job/Koha_Master_D10/743/
17:11 wahanui          Congratulations!
17:12 wajasu           well. i had got koha-remove, koha-create working in ktd, but my final gotch was getting perms in koha-db-1 to grant access to my dog1 instance name.
17:13 paulderscheid[m] koha-conf.xml looks good to me
17:13 paulderscheid[m] wajasu:
17:14 wajasu           i added the grants and could connect with command line mysql.
17:15 paulderscheid[m] Found this in indexer-output.log... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/smFrKTnfRiwDXXYSUEaqFeNo)
17:15 paulderscheid[m] Looks like a table doesn't exist
17:15 cait             caroline: i have done a merge request for searching.rst
17:15 cait             maybe you could base your work on that?
17:16 kidclamp         I think that's a separate issue, but possible
17:16 wajasu           but my koha-worker -start dog1 would show access denied on the kul console
17:16 kidclamp         https://www.irccloud.com/pastebin/fIMffwJB/
17:17 kidclamp         Does koha-conf look like that? and confirm memcached/plack restarted, otherwise I am stumped
17:17 paulderscheid[m] kidclamp: yeah, looks like that
17:17 paulderscheid[m] Final try of restarting everything
17:18 wajasu           thinking that maybe kubernetes might be a a better solution to create/deploy complex deployments.
17:18 kidclamp         curl es:9200  - does that return?
17:18 wajasu           the multi-tenant config can make you head spin
17:19 paulderscheid[m] wth koha-conf has errors?!
17:19 paulderscheid[m] I have to look in to that
17:22 paulderscheid[m] What is this?... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/tQvTETrQHgrCHRhZpQLdxZHV)
17:22 paulderscheid[m] Ah just saw
17:22 paulderscheid[m] Permissions issue
17:26 koha-jenkins     Yippee, build fixed!
17:26 koha-jenkins     Project Koha_Master_U20 build #488: FIXED in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_Master_U20/488/
17:26 wahanui          Congratulations!
17:29 koha-jenkins     Project Koha_Master_D11_ES6 build #17: UNSTABLE in 10 min: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/17/
17:38 cait             caroline++ :)
17:41 caroline         I feel like I'm the Mr. Bean of git, bumbling about, breaking everything, but still getting to the goal I was intending...
17:42 caroline         I only need a laugh reel to make it ok :)
17:42 paulderscheid[m] I know that feeling caroline
17:42 paulderscheid[m] It'll get easier
17:42 huginn           News from kohagit: Bug 31071: Compiled CSS <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3f3a1b702c437f77cf31f5caac28858a1751a8c5>
17:42 huginn           News from kohagit: Bug 30882: (QA follow-up) Fix tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f8f9231562be10c769c57d42b0f3d2e395e5aac3>
17:42 huginn           News from kohagit: Bug 31071: Regression: date due removed from staff search results <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=25d31a7581404405fe32b9da5a79c6044891981a>
17:42 huginn           News from kohagit: Bug 31106: Fix links generated in XSLTs <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e1b63d9df322101af1230fc4aaf5cf2e38832830>
17:42 huginn           News from kohagit: Bug 31106: Make clean_search_term escape double quotes <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=24bb15785dd7f176c1ffe2bf8ae5e8a05cc0707a>
17:43 huginn           News from kohagit: Bug 31106: Unit tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=73ca6e2f57d9c2271878e74e46548cb7eadea2a3>
17:43 huginn           News from kohagit: Bug 29105: Unit test <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6ca908816f2e56acced272f7fc56a0f68df62a43>
17:43 huginn           News from kohagit: Bug 29105: Add effective_itemtype handling to items api <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dc75b5d5cd181d8f8e50e98adb7afc69fc6a8838>
17:47 koha-jenkins     Project Koha_Master_D11_ES7 build #20: UNSTABLE in 8 min 58 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/20/
17:55 koha-jenkins     Project Koha_Master_D10 build #744: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_Master_D10/744/
17:57 huginn           News from kohagit: Bug 20439: Sort SMS providers in alphabetical order by DB field <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fd49601079fcf6790364522b41bd038bca3190c6>
17:57 huginn           News from kohagit: Bug 27667: (QA follow-up) Fix singular index and rephrase heading <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=325d783419fd539ea596bf1f0a1ddc1b3ace66e2>
17:57 huginn           News from kohagit: Bug 31144: When modifying an order we should not load the vendor default discount <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=73d2066837e5f73e44c89952497d12e6f1d13342>
17:57 huginn           News from kohagit: Bug 31068: Context for translation: Print (verb) vs. Print (noun) <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=920529df429ee12694ed92c7912e098da0f05942>
17:57 huginn           News from kohagit: Bug 27667: Display a warning for records missing in Elasticsearch <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fee0f29792353d895af9eb6328cd50faef743162>
18:16 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🍟🍟🎂
18:16 tcohen           hi y'all, stop submitting things please
18:17 huginn           News from kohagit: Bug 31163: Sort cashups newest to oldest <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dbbaba3ee08f6551294a00194f03e6d64a409431>
18:17 huginn           News from kohagit: Bug 29922: (follow-up) Remove extra sort <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=15918c33701fe2cf3b84e568bb9bd16b328f172f>
18:17 huginn           News from kohagit: Bug 29922: Make get_search_groups return results sorted by title <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d86d949551201bfc7745f65fbb8428abac324cb4>
18:17 huginn           News from kohagit: Bug 29114: Trim whitespace before the barcode <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c4ee39bf3aa8f1077ec925630e70e22aa2f35f6a>
18:17 tcohen           :-P
18:17 tuxayo           tcohen++ thanks for the follow-up on bug 31069
18:17 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31069 minor, P5 - low, ---, victor, Pushed to master , Did you mean? in the OPAC - links have <span> tags
18:17 tuxayo           This got way more complicated than I can follow
18:18 tcohen           I wasn't aware of SuggestionEngine at all
18:18 tcohen           I like the design and I think we should make things like OverDrive, etc be plugins for it
18:18 tcohen           at least part of them
18:18 tcohen           nice work on the translations front, tuxayo
18:18 tcohen           tuxayo++
18:19 tcohen           and again
18:19 tcohen           jajm++ # for Koha::I18N
18:21 koha-jenkins     Yippee, build fixed!
18:21 koha-jenkins     Project Koha_Master_D11_ES6 build #18: FIXED in 8 min 5 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/18/
18:21 wahanui          Congratulations!
18:23 koha-jenkins     Project Koha_Master_D11_My8 build #920: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/920/
18:28 cait             oleonard++ too
18:28 cait             tcohen++ ashimema++ Joubu++
18:28 cait             paulderscheid[m]++
18:30 ashimema         Koha never ceases to surprise me.. I also had no idea about SuggestionEngine.. we've hacked a number of things together over the years to do stuff similar to it here..
18:31 ashimema         Various spell checks and suggestions build from plugins and other services like Wikipedia or overdrive, etc etc
18:31 ashimema         tcohen++
18:31 ashimema         koha++
18:40 tuxayo           tcohen:  thanks, I just continued what Joubu++ started.
18:40 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1015: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1015/
18:45 cait             ashimema: is that what Jared did for the did you mean stuff?
18:46 koha-jenkins     Yippee, build fixed!
18:46 koha-jenkins     Project Koha_Master_D11_ES7 build #21: FIXED in 8 min 20 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/21/
18:46 wahanui          Congratulations!
18:47 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🍬🥕🍊
18:48 koha-jenkins     Project Koha_Master_U20 build #489: SUCCESS in 1 hr 4 min: https://jenkins.koha-community.org/job/Koha_Master_U20/489/
18:48 ashimema         Yup
18:48 ashimema         But I had no idea he had
18:49 ashimema         He did some pretty clever things.. just wasn't great at selling them
18:49 ashimema         Promoting
18:52 cait             hm yeah maybe
18:52 cait             he did a lot of the work on authority support too
19:01 ashimema         We should really have a bit of a tidy up of Koha:: some time.. there's a lot of fluff in there now
19:01 koha-jenkins     Project Koha_Master_D10 build #745: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D10/745/
19:01 ashimema         Adding a bit of a directory hierarchy would really help
19:10 koha-jenkins     Project Koha_Master_D11_ES6 build #19: SUCCESS in 7 min 56 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/19/
19:24 fridolin         salutations
19:26 cait             hi fridolin
19:26 fridolin         cait: bonjour
19:26 wahanui          bonjour, fridolin
19:29 koha-jenkins     Project Koha_Master_U22 build #139: SUCCESS in 48 min: https://jenkins.koha-community.org/job/Koha_Master_U22/139/
19:33 koha-jenkins     Project Koha_Master_D11_ES7 build #22: SUCCESS in 7 min 56 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/22/
19:40 koha-jenkins     Project Koha_Master_D11_My8 build #921: UNSTABLE in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/921/
19:41 koha-jenkins     Project Koha_Master_D11_ES6 build #20: SUCCESS in 7 min 42 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/20/
19:51 koha-jenkins     Project Koha_Master_U20 build #490: SUCCESS in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_Master_U20/490/
20:14 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1016: SUCCESS in 45 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1016/
20:19 koha-jenkins     Project Koha_Master_U20 build #491: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_Master_U20/491/
20:57 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1017: SUCCESS in 37 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1017/
20:58 koha-jenkins     Project Koha_Master_U22 build #140: SUCCESS in 1 hr 6 min: https://jenkins.koha-community.org/job/Koha_Master_U22/140/
21:00 koha-jenkins     Yippee, build fixed!
21:00 koha-jenkins     Project Koha_Master_D11_My8 build #922: FIXED in 45 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/922/
21:00 wahanui          Congratulations!
21:56 huginn           News from kohagit: Bug 30447: Unit tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b4a9edc83f72b9740cd59bd5c842855cd65e19cc>
21:56 huginn           News from kohagit: Bug 30447: Check if transfers arrived or cancelled <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=206ba015c4a4b28b022ab9d6481a07ab76461747>
21:56 huginn           News from kohagit: Bug 27683: Unit test for GetAnalyticsCount <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fd7652255c1a4c2ea6c62fab91cb94a92e312258>
21:56 huginn           News from kohagit: Bug 27683: Impact on catalogue/detail.pl <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cc23a4c478ab57f3b987b27fb7c2beebd4ceb823>
21:56 huginn           News from kohagit: Bug 27683: Bind results of GetAnalyticsCount to the EasyAnalyticalRecords pref <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dfc390940d8688195c5046f978f08bbd64bf24e1>
22:04 koha-jenkins     Project Koha_Master_D11_ES7 build #23: SUCCESS in 8 min 0 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/23/
22:15 wajasu           i find that i can koha-create --create-db dog1, tweak the apache dog1.conf with 9080,9081 virthosts, and add to ports.conf, shutdown the kul, edit .env  KOHA_INSTANCE=dog1, KOHA_CONF=.../dog1/koha-conf.xml
22:15 wajasu           docker exec -it koha-db-1 bash
22:16 wajasu           mysql -p   with the password
22:17 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🍗🍛🥕
22:17 wajasu           grant all privileges on koha_dog1.* to 'koha_dog1'@'%' identified by 'password';
22:17 wajasu           don
22:17 wajasu           don't kd, but startup with kul
22:18 wajasu           then goto the ip:9081   sign in with koha_dog1 and password
22:18 wajasu           do the instial setup, onboarding etc.
22:19 wajasu           then in kshell i can service koha-common stop  ...  start
22:19 wajasu           though probably sharing the memcached server :)
22:20 wajasu           now i understand how things are wired up better.
22:21 koha-jenkins     Project Koha_Master_D11_ES6 build #21: SUCCESS in 8 min 41 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/21/
22:21 wajasu           wonders how the kohadev  grant all privileges on kohadev.* to 'kohadev'@'%' identified by
22:21 wajasu           'password';  happened
22:21 wajasu           with ktd/kul
22:39 koha-jenkins     Project Koha_Master_D10 build #746: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_Master_D10/746/
22:45 koha-jenkins     Project Koha_Master_D11_ES6 build #22: SUCCESS in 7 min 58 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/22/
22:55 koha-jenkins     Project Koha_Master_D11_My8 build #923: SUCCESS in 56 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/923/
22:59 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1018: SUCCESS in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1018/
23:14 koha-jenkins     Project Koha_Master_U20 build #492: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_Master_U20/492/
23:27 tcohen           wajasu: https://gitlab.com/koha-community/koha-testing-docker/-/blob/master/docker-compose.mariadb_d10.yml#L9-10
23:27 tcohen           we are cheating
23:28 koha-jenkins     Project Koha_Master_U22 build #141: SUCCESS in 48 min: https://jenkins.koha-community.org/job/Koha_Master_U22/141/